* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:949px;
}
body { 
	background:#272727; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.5625em;
	color:#7a7a7a;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}





/*==== GLOBAL =====*/
.container { 
	width:949px; 
	margin:0 auto;
	font-size:.875em;
}

#header {
	background:url(images/header-tail.gif) 0 0 repeat-x #fff;
}
#content {
	padding:45px 0 8px 0;
	background:#fff;
}
#footer {
	background:url(images/footer-bg.gif) 0 100% repeat-x #fff;
	padding:0 0 80px 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 24px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 24px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:25px;
}
.p1 { 
	margin-bottom:12px;
}
.p2 { 
	margin-bottom:25px;
}
.p3 { 
	margin-bottom:37px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#f70a0a; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	color:#faf6ea;
	font-size:32px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:8px;
}
	h2 b {
		display:block;
		font-size:23px;
		line-height:1.2em;
		margin-bottom:-10px;
	}
h3 {
	color:#f5f5e9;
	font-size:16px;
	line-height:1.2em;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #313131;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom:20px;
}
	h3 strong {
		float:left;
		background:#313131;
		padding:9px 20px 9px 14px;
	}
h4 {
	color:#313131;
	font-size:16px;
	line-height:1.2em;
	border-bottom:1px solid #313131;
	letter-spacing:-1px;
	padding-bottom:5px;
	margin-bottom:17px;
	text-transform:uppercase;
}
h5 {
	color:#f70a0a;
	font-size:1em;
	margin-bottom:8px;
}
	h5.alt {
		font-size:17px;
	}
h6 {
	color:#f70a0a;
	font-size:15px;
	line-height:19px;
	font-weight:normal;
	margin-bottom:15px;
}


.txt1 {
	color:#f70a0a;
}
.txt2 {
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bgd.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 2px 15px; 
		font-weight:normal; font-style:normal;
	}
	

.button { 
	position:absolute;
	background:#fff;
	padding:0 11px 0 11px;
	line-height:37px;
	margin-left:100%;
	bottom:0;
	left:-64px;
	color:#313131;
	text-decoration:none;
	text-transform:uppercase;
}
.button:hover {
	background:#313131;
	color:#fff;
}

.line-hor { 
	border-top:1px dashed #b9b9b9;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 10px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:#f4f4f4;
	width:100%;
	color:#313131;
}
	.box .inner { 
		padding:30px 30px 35px 30px;
	}

.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:90px;
	}
	.address dd a {
		color:#7a7a7a;
	}


/*===== header =====*/
	#header .row-1 .container {
		height:150px;
		border-bottom:1px solid #272727;
	}
	#header .row-1 h1 {
		float:left;
		font-size:3em;
		line-height:1.2em;
		text-indent:-9999em;
		padding:40px 0 0 0;
	}
		#header .row-1 h1 a {
			background:url(images/logo.gif) no-repeat 0 0;
			display:block;
			height:87px;
			width:286px;
		}
		
		.top-links {
			font-size:12px;
			padding:52px 0 20px 0;
			margin-right:-9px;
			text-align:right;
		}
			.top-links li {
				display:inline;
				color:#666;
			}
				.top-links li a {
					color:#666;
					padding:0 9px 0 6px;
					text-decoration:none;
				}
				.top-links li a:hover {
					color:#fb283d;
				}
		
		#header .nav li {
			display:inline;
			padding-left:16px;
		}
			#header .nav li a {
				font-size:18px;
				line-height:1.2em;
				color:#666;
				text-decoration:none;
				text-transform:uppercase;
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#fb283d;
			}
		
		
#header .row-2 {
	padding:12px 0 12px 0;
}
	
	.banners {
		width:100%;
		overflow:hidden;
	}
		.banners li {
			float:left;
			width:307px;
			margin-right:14px;
			color:#fff;
			line-height:19px;
			position:relative;
		}
		.banners li.item1 {
			background:#fb283d;
		}
		.banners li.item2 {
			background:#ea1e2d;
		}
		.banners li.item3 {
			background:#d0141f;
			margin-right:0;
		}
			.banners li .inner {
				padding:30px 40px 38px 33px;
			}

/*===== content =====*/
#content .indent {
	padding:0 30px 0 27px;
}
	
	#content .outdent {
		padding-bottom:45px;
	}
	#content .section {
		padding-bottom:50px;
	}
	
	
	.list1 li {
		width:100%;
		overflow:hidden;
		border-bottom:1px dashed #b9b9b9;
		vertical-align:top;
	}
	.list1 li.last {
		border-bottom:none;
	}
		.list1 li a {
			float:left;
			color:#313131;
			text-decoration:none;
		}
		.list1 li a:hover {
			background:#f70a0a;
			color:#fff;
		}
		.list1 li span {
			float:right;
			color:#f70a0a;
		}
	
	.list2 li {
		font-weight:bold;
		color:#f70a0a;
		padding-bottom:5px;
	}
		.list2 li a {
			font-weight:normal;
			color:#7a7a7a;
			text-decoration:none;
		}
		.list2 li a:hover {
			color:#000;
		}
		
	.list3 li {
			font-weight:normal;
			color:#7a7a7a;
			text-decoration:none;
			padding-bottom:5px;
		}
	
	.testimonials {
		margin-bottom:-20px;
	}
		.testimonials li {
			color:#f70a0a;
			font-weight:bold;
			text-align:right;
			padding-bottom:25px;
		}
			.testimonials li blockquote {
				text-align:left;
				color:#7a7a7a;
				font-weight:normal;
			}
	
/*===== footer =====*/
	dl.contact-info {
		background:#fb283d;
		padding:9px 0 11px 12px;
		overflow:hidden;
		color:#f5f5e9;
		margin-bottom:22px;
	}
		dl.contact-info dt {
			float:left;
			padding-right:13px;
			font-size:15px;
		}
		dl.contact-info dd {
			float:left;
			padding-right:28px;
			font-size:15px;
		}
			dl.contact-info dd a {
				color:#fff;
			}


#footer .fright {
	font-size:13px;
	color:#5a5a5a;
}

#footer .nav {
	float:left;
	font-size:13px;
}
	#footer .nav li {
		display:inline;
		padding-right:20px;
	}
		#footer .nav li a {
			color:#5f5850;
			text-decoration:none;
		}
		#footer .nav li a:hover {
			text-decoration:underline;
		}


/*----- forms -----*/
#rate-form fieldset {
	border:none;
}
	#rate-form label {
		display:block;
		height:24px;
		overflow:hidden;
	}
		#rate-form input {
			float:right;
			border:1px solid #767676;
			background:#fff;
			width:105px;
			padding:0 0 1px 5px;
		}
		#rate-form select {
			float:right;
			width:150px;
			border:1px solid #767676;
			background:#fff;
		}
		#rate-form select.small {
			width:90px;
		}
		#rate-form span {
			float:right;
		}

#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:30px;
		overflow:hidden;
	}
		#contacts-form input {
			width:233px;
			padding:1px 5px 1px 5px;
			border:1px solid #bfbfbf;
			background:none;
			color:#7a7a7a;
		}
		#contacts-form textarea {
			width:233px;
			padding:1px 5px 1px 5px;
			border:1px solid #bfbfbf;
			background:none;
			color:#7a7a7a;
			height:240px;
			margin-bottom:22px;
			overflow:auto;
		}
		#contacts-form .button {
			float:right;
			margin-left:25px;
		}

/*==========================================*/
