/*
lt red: D7182A
dk red: CB1526
blk: 231F20
*/

body { 
	margin: 0; 
	padding: 0; 	
	font-size: 100%;
	background-color: #231F20;
	background-repeat:repeat-x;
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

@font-face {
	font-family:'rockwell';
	src:url('font/rockwell-webfont.eot');
	src:url('font/rockwell.eot?#iefix') format('embedded-opentype'),
		url('font/rockwell.woff') format('woff'),
		url('font/rockwell.ttf')  format('truetype'),
		url('font/rockwell.svg#svgrockwell') format('svg');
}

@font-face {
	font-family:'body_text';
	src:url('font/Cantarell-Regulark-webfont.eot');
	src:url('font/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/Cantarell-Regular-webfont.woff') format('woff'),
		url('font/Cantarell-Regular-webfont.ttf')  format('truetype'),
		url('font/Cantarell-Regular-webfont.svg#svgCantarell-Regulark-webfont') format('svg');
}

a {color: #D7182A;}
a:hover {color: #CB1526;}

.noline a{
	text-decoration:none;
}

img a {
	text-decoration:none;
}

.portfolioback a{
	left:25px;
	bottom:25px;
	position:relative;
	color:#D7182A;
	font:10px/12px "rockwell", Tahoma, Geneva, sans-serif;
	text-decoration:none;
}

h1 {
	color: #231F20;
	margin: 27px 25px 15px;
	font:24px/25px "rockwell", Tahoma, Geneva, sans-serif;

}
h2 {
	color:#D7182A;
	margin: 15px 25px 7px;
	font:18px/19px "rockwell", Tahoma, Geneva, sans-serif;

}

h3 {
	color: #231F20;
	margin: 0 0 6px 0;
	font-family:Tahoma, Geneva, sans-serif;
}

p {
	color: #231F20;
	margin: 0 25px 10px;
	font:12px/14px "body_text", Tahoma, Geneva, sans-serif;
}

.wel1{
	font-size:72px;
	text-align:center;
	color:#D7182A;
	margin-top:200px;
}

.wel2{
	font: 20px "rockwell", Tahoma, Geneva, sans-serif;
	text-align:center;
	margin:-7px 0 20px 0;
}

#container{
	width:1000px;
	margin: 25px 0 0 25px;
}

#left { 
	margin: 0;
	float:left;
	background:#FFF;
	width:400px;
	height: 700px;
	overflow: auto;
}

#content_left { 
	margin: 0;
	width:400px;
	height: 600px;
	overflow: auto;
}

#con_div {
	width:20px;
	height:700px;
	float:left;	
}

#right { 
	margin: 0; 
	padding: 0;
	float: left;
	background:url(images/ak.jpg) #D7182A no-repeat;
	width: 580px;
	height:700px;
}

#content_right {
	margin-top: 100px;
	padding:0 20px;
	width:540px;
	height: 580px;
	overflow: auto;
}

#content_gallery {
	margin-top: 100px;
	padding:0 40px;
	width:500px;
	height: 580px;
}

#content_gallery img {
	height:120px;
 	width:120px;
	margin: 3px;
	border:solid;
	border-color: #231F20;
	border-width: 5px;
}
#content_gallery img:hover {
	background-color:#FFF;
	height:120px;
 	width:120px;
	border:solid;
	border-color: #231F20;
	border-width: 4px;
	padding: 1px 1px 1px 1px;
}

#content_right img.large {
	display: block;
	margin: 0 auto;
	border:solid;
	border-color: #231F20;
	border-width: 15px;
}

#content_right img.med {
	display: block;
	margin: 0 auto;
	border:solid;
	border-color: #231F20;
	border-width: 10px;
}

#content_right img.small {
	margin: 15px 15px;
	border:solid;
	border-color: #231F20;
	border-width: 5px;
}

#menu {
	height:85px;
	width:100%;
	background-color: #D7182A;
}

.menu_button {
	height:85px; 
	line-height: 85px;
	float:left; 
	background-color:#CB1526;
	font:19px/20px "rockwell", Arial, Helvetica, sans-serif;
	display:block;
	text-align:center;
}

.menu_button:hover {
	background-color:#D7182A;
}

#menu a {
	text-transform: capitalize;
	text-decoration: none;
	font-size:19px;
	height:85px; 
	line-height: 85px;
	color:#FFF;
}
	
#footer {
	height: 100px;
	width:100%;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer_copy {
	margin-left:100px;
	text-transform:capitalize;
	float:left;
	width: 400px;
	color:#FFF;
	line-height:100px;
}

#footer_links {
	float: left;
	width: 60px;
	margin: 28px 0 0 0;
}

#footer a {
	color:#FFF;
	margin: 20px 0 620px 0;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
}

.clear {
	clear:both;
}


.button {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family:"rockwell", Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 2px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 2px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 2px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', 

EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient

(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full {
	display: block;
}
.button:hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', 

EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient

(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active {
	top:1px;
}
.button.small {
	font-size:12px;
	padding:5px 10px;
}
.button.medium {
	font-size:14px;
	padding:8px 16px;
}
.button.large {
	font-size:22px;
	padding:14px 30px;
}

.button.red {
	background-color: #CB1526;
	color: #FFF;
}
.button.black {
	background-color: #231F20;
	color: #FFF;
}

a.button {
	text-decoration: none;
}
