﻿/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:969px;
} 

body {
	background: #F2F2F2;
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 1em;
	color: #000;
	min-width: 969px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:"trebuchet MS", Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.extra-wrapper {
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-top { 
	background:url(images/top-bg.jpg) no-repeat center top;}

/*=========================== FORMS ===========================*/

#contacts-form .field { 
	height:72px;
}
#contacts-form label {
	display:block;
	padding:0 0 1px 3px;
}
#contacts-form .field span {
	display:block;
	background:url(images/input-bg.gif) no-repeat left top;
	width:272px;
	height:31px;
}
#contacts-form .field1 span {
	display:block;
	background:url(images/textarea-bg.gif) no-repeat left top;
	width:272px;
	height:176px;
	margin-bottom:30px;
}
#contacts-form input {
	width:258px; 
	background:none;
	margin:6px 0 0 5px;
	color:#8f8f8f;
	border:0; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:267px; 
	height:168px; 
	overflow:auto;
	background:none;
	color:#8f8f8f;
	border:0;  
	padding:6px 0 2px 5px; 
}
#contacts-form .link1 {
	float:right;
	margin-left:18px;
}

/*========================== LISTS ============================*/

.banner-list {
	width: 963px;
	height: 204px;
	background: url(images/banners-bg.jpg) no-repeat left top;
}
.banner-list ul {
	padding:28px 0 0 28px;
	overflow:hidden;
}
.banner-list ul li {
	float:left;
	margin-right:22px;
}
.banner-list ul li.last {
	margin:0;
}

.list {
	padding-bottom:20px;
}
.list li {
	font-weight:bold;
	padding:0 0 4px 22px;
	background:url(images/arrow1.gif) no-repeat left 4px;
}
.list li.alt {
	padding-bottom:25px;
}

.list1 {
	margin-bottom:-10px;
}
.list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:40px;
}
.list1 li img {
	float:left;
	margin-right:31px;
}

.list2 li {	
	line-height:1.54em;
	padding-bottom:20px;
}
.list2 li a {
	font-weight:bold;
}
.list2 li.last {
	padding:0;
}

.testimonials li {
	line-height:1.54em;
	padding-bottom:18px;
}
.testimonials li cite {
	font-style:normal;
}
.testimonials li strong {
	display:block;
	text-align:right;
}

.logo-list li {
	padding-bottom:31px;
}

/*========================== OTHER ============================*/

.img-indent {
	margin-bottom:25px;
	display:block;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	margin-top:-5px;
}
.img-box1.alt {
	padding-bottom:18px;
}
.img-box1 .img { 
	float:left; 
	margin:5px 31px 0 0;
}

p { 
	line-height:1.54em;
	margin-bottom:20px;
}
.p0 {
	margin:0;
}
.p1 {
	margin-bottom:40px;
}

.extra-bg {
	background-color:#fff;
}

dl {
	line-height:1.54em;
	margin-bottom:-20px;
}
dl dt {
	color:#87a2ff;
	font-weight:bold;
}
dl dd {
	padding-bottom:20px;
}
dl dd span,
dl dd a {
	float:right;
} 
dl dd a {
	font-weight:bold;
}

.address {
	margin-bottom:-20px;
}
.address span {
	float:right;
}
.address a {
	font-weight:bold;
	float:right;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#849ffe; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size: 24px;
	line-height: 1.2em;
	color: #9b1513;
	margin-bottom: 20px;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	font-weight:normal;
	color:#000;
	margin-bottom:20px;
}

.link1 { 
	display:block; 
	float:left; 
	background:url(images/link1-tail.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none;
	font-size:.92em; 
	font-family:Arial, Helvetica, sans-serif;
}
.link1 em {
	display:block;
	background:url(images/link1-left.gif) no-repeat left top;
}
.link1 b { 
	background:url(images/link1-right.gif) no-repeat right top;
	display:block;
	padding:10px 16px 17px 16px; 
	font-style:normal; 
}
.link1:hover { 
	text-decoration:underline;
}

.line-hor { 
	height:1px;
	background:url(images/divider.gif) repeat-x left top;
	overflow:hidden;
}
.line-hor1 { 
	height:1px;
	background:url(images/divider.gif) repeat-x left top;
	margin:25px 0;
	overflow:hidden;
}
.line-hor2 { 
	height:1px;
	background:url(images/divider.gif) repeat-x left top;
	margin:25px 0 0 0;
	overflow:hidden;
}

.line-ver1 {
	background:url(images/divider.gif) repeat-y 291px 0;
	width:100%;
}
.line-ver2 {
	background:url(images/divider.gif) repeat-y 602px 0;
	width:100%;
}
.line-ver3 {
	background:url(images/divider.gif) repeat-y 320px 0;
	width:100%;
}
.line-ver4 {
	background:url(images/divider.gif) repeat-y 631px 0;
	width:100%;
}

/*============================ BOXES ==========================*/

.cont-box {
	width:100%;
}
.cont-box .border-left {
	background:url(images/border-left.png) repeat-y left top;
}
.cont-box .border-right {
	padding:0 3px;
	background:url(images/border-right.png) repeat-y right top;
}
.cont-box .inner {
	background-color:#fff;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:45px;
	width:100%;
	overflow:hidden;
}
#header .row-1 a {
	color:#636374;
	text-decoration:none;
}
#header .row-1 a:hover {
	color:#c0c1cf;
}
#header .row-1 .fleft,
#header .row-1 .fright {
	padding-top:12px;
}
#header .row-1 .fleft {
	padding-left:5px;
}
#header .row-1 .fright {
	padding-right:2px;
}
#header .row-1 .fright ul li {
	float:left;
	border-right:1px solid #636374;
	padding-right:12px;
	margin-right:12px;
}
#header .row-1 .fright ul li.last {
	border:0;
	margin:0;
	padding:0;
}
#header .row-2 {
	height:97px;
	width:100%;
	overflow:hidden;
}
#header .row-2 .fleft {
	padding: 0px 0 0 3px;
}
#header .row-2 .fright {
	padding:36px 0 0 0;
}
#header .row-2 .fright ul li {
	float:left;
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	position:relative;
}
#header .row-2 .fright ul li a {
	text-decoration:none;
	float:left;
}
#header .row-2 .fright ul li a:hover {
	color:#959595;
}
#header .row-2 .fright ul li a em {
	padding:0 16px 0 14px;
	float:left;
}
#header .row-2 .fright ul li a b {
	font-style:normal;
	font-weight:normal;
	padding:5px 4px 9px 3px;
	float:left;
}
#header .row-2 .fright ul li a.active {
	background:url(images/nav-act-left.png) no-repeat left top;
}
#header .row-2 .fright ul li a,
#header .row-2 .fright ul li a.active:hover {
	color:#fff;
}
#header .row-2 .fright ul li a.active em {
	background:url(images/nav-act-right.png) no-repeat right top;
}
#header .row-2 .fright ul li a.active b {
	background:url(images/nav-act-tail.png) repeat-x left top;
}
#header .row-3 {
	border: 1px solid #000000;
	height: 507px;
	background: #9b1513;
}

#header .row-3 .middlebox { width: 730px; height: 457px; float: left; background: white; border: 1px solid black; margin: 28px 0 0 10px }

#header .row-3 .leftmenu { width: 215px; float: left }


#header .row-3 ul {
	padding:27px 0 0 22px;
}
#header .row-3 ul li {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	padding-bottom:1px;
	overflow:hidden;
	width:100%;
	vertical-align:top;
}
#header .row-3 ul li a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:153px;
	width:193px;
	background:#000000;
	position:relative;
}
#header .row-3 ul li a span {
	display:block;
	padding:27px 0 0 19px;
}
#header .row-3 ul li a strong {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:12px 64px;
	background-image:url(images/arrow.gif);
	display:block;
	width:32px;
	height:153px;
	position:absolute;
	right:0 !important;
	right:-1px;
	top:0;
}
#header .row-3 ul li a:hover {
	background-color:#4b4b4b;
}
#header .row-3 ul li a:hover strong {
	background-color:#fff;
}

/*========================= CONTENT ===========================*/

#content {
	background:url(images/cont-tail.gif) repeat-x left top;
}
#content .indent {
	border: 1px solid #000000;
	padding:0 1px 59px 1px;
}
#content .indent1 {
	padding-left:29px;
	padding-right:24px;
}
#content .indent2 {
	padding-top:23px;
	padding-bottom:30px;
}

/*========================= FOOTER ============================*/

#footer {
	color:#242424;
}
#footer .indent {
	padding:0 4px;
}
#footer .border-top {
	border-top:1px solid #f2f2f2;
	width:100%;
	overflow:hidden;
	background:#fff;
	height:58px;
}
#footer .fleft {
	padding: 20px 0 0 28px;
	margin-left: auto;
	margin-right: auto;
}
#footer .fright {
	padding:17px 28px 0 0;
}
#footer .fright a {
	padding:3px 36px 5px 0;
	display:block;
	background-image:url(images/twitter.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#footer a {
	color:#242424;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/