/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#ccc url(images/bg_tail.jpg) repeat top center;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:20px;
		color:#a1a1a1;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#87A7AB; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:20px;}
p a {color:#333333;}
p a:hover {color:#d72e39; text-decoration:underline;}
p span {color:#d72e39;}

h1 {font-size:90px; color:#000; line-height:1.2em;padding:0 0 0 327px; }
h1 a {color:#000;}
h2 {font-size:26px; color:#1c1c1a; line-height:1.2em; border-bottom:1px solid #bfbfbf; padding:39px 0 4px; margin:0 0 4px; font-weight:600;}
h3 {font-size:18px; color:#282828; line-height:23px; overflow:hidden; font-weight:normal;}
h3 span {color:#fff; width:23px; margin-right:7px; float:left; text-align:center;}
h3 span.color1 {background:url(images/h_bg1.gif) no-repeat left center;}
h3 span.color2 {background:url(images/h_bg2.gif) no-repeat left center;}
h3 span.color3 {background:url(images/h_bg3.gif) no-repeat left center;}
h4 {font-size:16px; color:#b9bbbf; line-height:1.2em; text-transform:uppercase; padding:0 0 0 422px; margin:-12px 0 0;}
h4 a {color:#b9bbbf;}
h5 {font-size:14px; color:#888888; font-weight:normal; padding:4px 0 18px;}
h6 {font-size:13px; color:#333; padding:20px 0 ;}
/* ============================= main layout ====================== 

li { background:url(images/marker1.gif) no-repeat 0 7px; padding-left:12px; line-height:1.5em;}
li a {color:#B6BDC3;}*/
.bg_footer {background:url(images/footer_bg_tail.gif) repeat-x bottom center;}
.bg_header {background:url(images/header_bg.jpg) no-repeat top center;}
#page1 .bg_header {background:url(images/header_bg1.jpg) no-repeat top center;}

.imgindent {margin:25px 25px 0 0; float:left;}
.fright {text-align:right;}
/* ============================= header ====================== */
#header a {text-decoration:none; }
.menu {padding:43px 0 65px 13px;}
.menu li {float:left; display:inline-block;}
.menu a {
	font-weight:bold; 
	font-size:10px; 
	line-height:41px; 
	text-transform:uppercase; 
	color:#777d85; 
	margin: 0 15px; 
	display:inline-block;
	 cursor:pointer;}
.menu a:hover {color:#d72e39;}
.menu a span {display:inline-block;}

.menu a.active,.menu a.active:hover {
	background:#3a4452 url(images/menu_left.gif) no-repeat left center; 
	margin:0; 
	color:#ededed; 
	cursor:default;}
.menu a.active span {background:url(images/menu_right.gif) no-repeat right center; padding:0 16px 0 15px;}
#header .right {padding:75px 46px 0 0;}
/* ============================= content ====================== */
#content ul {margin:-4px 0; padding:20px 0 0;}
#content ul.extra {margin:-4px 0; padding:14px 0 3px;}
#content ul.right {padding-right:24px!important;}
#content li { background:url(images/list_marker.gif) no-repeat 0 9px; padding-left:18px; line-height:28px; font-size:14px;}
#content li a {color:#a1a1a1;font-weight:normal;}

#content .first {padding-top:0;}
.blocks {padding:15px 0 0;}
.row1 {padding:0 0 13px;}
#page3 .row1,#page6 .row1 {padding:0 0 24px;}
.blocks_type1 {padding:20px 1px 3px;}
.block_type1 { background:url(images/block2_bg_tail.gif) repeat-x top center;}
.block_type1_left {background:url(images/block2_bg_left.gif) no-repeat left center;}
.block_type1_right {background:url(images/block2_bg_right.gif) no-repeat right center;padding:21px 27px 0 25px; height:190px; overflow:hidden;}
.block_type1 p,#content .block_type1 ul {padding:0;}
.block_type1 p span {font-weight:bold; color:#282828;}
.block_type1 a {color:#282828; font-weight:bold;}

.block_type2 {background:url(images/block_bg_tail.gif) repeat-x bottom center; padding:0 0 14px; margin-bottom:-3px;}
.block_type2 .imgindent {margin:25px 15px 0 0;}
.block_type2 h6 {padding:32px 0 4px;}
.block_type2 h6 a{color:#414141; font-size:16px; text-decoration:none;}
.block_type2 h6 a span {color:#d72e39; font-size:12px; font-weight:normal;}
.block_type2 h6 a:hover {color:#d72e39;}
.block_type2 h6 a:hover span  {color:#414141;}
.block_type2 p {text-transform:uppercase; font-size:10px; padding:0; line-height:16px;}
#page7 .block_type2 {padding-top:5px;}
#page7 .first_block h6{padding:17px 0 4px!important;}
.block_type3 {padding-bottom:11px;}
.block_type3 .button {padding-top:26px;}

.block_type4 {padding:5px 0;}
.button {padding:22px 0 0;}
/*buttons*/
a.btn {
	background:url(images/btn_tail.gif) repeat-x bottom center;
	display:inline-block;
	font-size:20px;
	line-height:43px;
	text-decoration:none;
	font-style:italic;
}
a.btn span{
	background:url(images/btn_left.gif) no-repeat left bottom;
	color:#000;
	display:inline-block;
}
a.btn span span{
	background:url(images/btn_right.gif) no-repeat right bottom;
	padding:0 23px 0 24px;
}
a.btn:hover {text-decoration:none;}
a.btn:hover span {
	color:#d72e39;
}
a.green {background:url(images/btn_green.gif) no-repeat center bottom;padding:0 23px 0 24px; color:#fff;}
a.green:hover {color:#202020;}

/*phone*/
.phone {color:#282828; font-weight:bold;}
.phone span {display:inline-block; width:92px; color:#282828;}
.phone span.mail {width:64px;}


.phones p {padding:0;color:#a1a1a1; margin:-20px 0 0;}
.phones span {display:inline-block; width:82px; color:#a1a1a1; font-weight:normal;}
#page8 .phone {padding:43px 0 0; margin:0 0 -23px;}
/* ============================= footer ====================== */
#footer li {display:inline; font-size:10px; color:#a4a4a4; font-family:Tahoma, Geneva, sans-serif; text-transform:uppercase; }
#footer li a {margin:0 3px 0 2px;}
#footer a {color:#a4a4a4; text-decoration:none;}
#footer a:hover {color:#d72e39;}
#footer p {font-size:10px; color:#a3a3a3; padding:0; margin:-1px 0 0;}
#footer p a {text-decoration:underline; margin-left:10px;}
#footer span {color:#414141; font-size:10px; text-transform:uppercase;}
/* ============================= forms ============================= */
#SearchForm {
background:url(images/search_bg.gif) no-repeat bottom center; 
float:right;
padding:54px 17px 5px 15px;
width:222px;}
#SearchForm input { color:#8e8e8e; background:none; border:0; width:206px; font-size:12px; height:19px; line-height:19px;}
#SearchForm a { width:13px; height:13px; background:url(images/search_icon.gif) no-repeat left center; float:right; margin:5px 0 0;}
#SearchForm a:hover {background-position:right center}

label {height:34px; display:block; background:url(images/input_bg.gif) no-repeat left top; padding:1px 0 0;}
#ContactForm {padding-top:5px;}
#ContactForm input, #ContactForm textarea {
	width:236px;
	border:0;
	padding:4px 14px;
	background:none;
	line-height:14px;
	font-size:12px;
}
#ContactForm textarea {
	height:50px; overflow:auto; margin-bottom:15px; width:233px;}
#ContactForm a {margin:0 0 0 13px;}
#ContactForm .subcol2 {background:url(images/textarea_bg.gif) no-repeat top left;}
