/* Getting the new tags to behave
---------------------------------------- */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }


/* Global properties
---------------------------------------- */
body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#877e7c;
	min-width:980px;
	}
html { min-width:980px;}
html, body { height:100%;}


#main {
	margin: 0 auto;
	position: relative;
	width: 980px;
	font-size:.75em;
	}


a {
	color:#dc9a2e; 
	outline:none;
	}
a:hover{
	text-decoration:none;
	}
	

/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
	}

.extra-wrap { 
	overflow:hidden;
	}
.container {
	width:660px;
	margin:0 auto;
	position:relative;
	font-size:.75em;
	}






/* Header
---------------------------------------- */
header {
	height:373px;
	overflow:hidden;
	background:url(../images/header-bg.jpg) no-repeat 50% 0;
	position:relative;
	}
	header .logo {
		position:absolute;
		left:0;
		top:56px;
		}
	header .slogan {
		position:absolute;
		left:238px;
		top:162px;
		}
	
	header nav {
		position:absolute;
		left:57px;
		top:232px;
		width:560px;
		}
		header nav li {
			float:left;
			}
			header nav li a {
				float:left;
				width:80px;
				height:33px;
				font-family:Tahoma, Geneva, sans-serif;
				font-weight:bold;
				text-transform:uppercase;
				color:#fff;
				font-size:11px;
				line-height:33px;
				text-align:center;
				text-shadow:1px 1px 1px rgba(0, 0, 0, .3);
				background:url(../images/nav-bg.png) no-repeat 0 0;
				text-decoration:none;
				margin-top:10px;
				}
			header nav li a:hover,
			header nav li a.current {
				background:url(../images/nav-bg-act.png) no-repeat 0 0;
				height:43px;
				line-height:43px;
				margin-top:0;
				text-shadow:0 0 5px #fff;
				}




/* Content
---------------------------------------- */
#content {
	background:url(../images/content-bg.jpg) 50% repeat-y;
	width:100%;
}
	#content .top {
		background:url(../images/content-top.jpg) no-repeat 50% 0;
		}
	#content .bottom {
		background:url(../images/content-bot.jpg) no-repeat 50% 100%;
		min-height:355px;
		height:auto !important;
		height:355px;
		}
		#content .indent {
			padding:3px 4px 8px 4px;
			}
		#content .indent1 {
			padding:19px 10px 6px 19px;
			}
	
	
	.content {
		float:left;
		width:445px;
		margin-right:13px;
		}
	aside {
		float:left;
		width:200px;
		}

/* Other */
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
	}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
		}


/* Banners */
.content-banners {
	width:100%;
	overflow:hidden;
	}
	.content-banners li {
		float:left;
		width:206px;
		height:114px;
		background:url(../images/banner-bg.png) no-repeat 0 0;
		position:relative;
		}
		.content-banners li .inside {
			padding:6px 50px 0 14px;
			}
			.content-banners li a.extra-link {
				position:absolute;
				right:0;
				bottom:11px;
				font-size:10px;
				color:#f29203;
				width:44px;
				height:18px;
				line-height:18px;
				}


/* Links */
.link1 { 
	background:url(../images/bull2.gif) no-repeat 0 7px;
	padding:0 0 0 6px;
	color:#b30d0d;
	text-decoration:none;
	}
	.link1:hover {
		text-decoration:underline;
		}
	

/* Buttons */
.button { 
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/button.gif) no-repeat 0 0;
	width:64px;
	height:19px;
	line-height:19px;
	color:#f29203;
	text-align:center;
	font-size:10px;
}


/* Lines */
.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
	}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
	}


/* Boxes */
.box {
	background:url(../images/box-bg.gif);
	border:1px solid #484848;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 0 5px 0;
}

.box1 {
	background:url(../images/box1-bg.gif);
	border:1px solid #454040;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:17px 12px 21px 22px;
	position:relative;
}


/* Address */
.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		
		

/* Paragraph */
p {margin-bottom:16px;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:16px;}
.p3 { margin-bottom:24px;}



/* Lists */
.list1 li {
	background:url(../images/bull1.gif) no-repeat 0 7px;
	padding:0 0 10px 11px;
	text-transform:uppercase;
	}
	.list1 li a {
		color:#9a2201;
		}


/* Titles */
h1 {
	
	}
h2 {
	background:url(../images/title-bg.jpg) no-repeat 0 0;
	height:38px;
	text-transform:uppercase;
	font-size:25px;
	line-height:1.2em;
	color:#f90606;
	overflow:hidden;
	zoom:1;
	padding:0 0 0 10px;
	}
	h2 span {
		font-size:18px;
		color:#545050;
		line-height:1.2em;
		display:inline-block;
		padding:7px 0 0 0;
		}
h3 {
	font-size:10px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#5f2c1e;
	margin-bottom:15px;
	}
h4 {
	
	}
h5 {
	
	}
h6 {
	
	}
	
	


/* Footer
---------------------------------------- */
footer {
	background:url(../images/footer-bg.jpg) no-repeat 50% 0;
	height:135px;
}
	footer .indent {
		font-size:10px;
		text-transform:uppercase;
		color:#8f2e0a;
		text-align:center;
		padding:38px 0 0 0;
		}
	footer a {
		color:#8a5c09;
		text-decoration:none;
		}
	footer a:hover {
		text-decoration:underline;
		}


/* Forms
---------------------------------------- */

/* Form defaults */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}
	
	
	
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}
	#contacts-form .col-1 {
		width:183px !important;
		float:left;
	}
	#contacts-form .col-2 {
		width:223px !important;
		float:left;
	}
	#contacts-form label {
		display:block;
		height:25px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#a4a4a4;
			border:1px solid #9a2201;
			background:none;
			padding:2px 0 2px 5px;
			width:168px;
			font-size:11px;
		}
		#contacts-form textarea {
			color:#a4a4a4;
			border:1px solid #9a2201;
			background:none;
			padding:2px 0 2px 5px;
			width:210px;
			overflow:auto;
			height:63px;
			margin-bottom:8px;
			font-size:11px;
		}

/*==========================================*/