html, body { 
	height:100%;
}

body { 
	margin:0;
	padding:0;
	background:#140b03; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:black;
	overflow-y: scroll;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}

form td input, form td select {
	width: 100%;
}

h1 {
	line-height: 100%;
}

object { 
	vertical-align:top; 
	outline:none;
}

#search, .search {
	padding-left: 20px;
	background: url('/images/icons/search.png') no-repeat 3px center;
	border: 1px solid #140B03;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ui-widget {
	font-size: 10pt;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
}


.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.col-1 h2, .col-2 h2, .col-3 h2 {
	margin-bottom:27px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}

.whatis {
	cursor: help;
}


/*==== GLOBAL =====*/
#main {
	width:982px; 
	margin:0 auto;
	font-size:.8125em;
	padding-bottom:23px;
}

#header {
	height:183px;
}
#content {
	min-height: 200px;
	background: white;
	padding:12px 24px 42px 24px;
}
#footer {
	height: 39px;
	background:url(../images/footer-bg.gif) no-repeat left bottom #fff;
}

#layout {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:4px 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:4px 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#404040; 
	outline:none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.fb_button:hover {
	text-decoration: none;
}

h2 {
	font-size:15px;
	line-height:1.2em;
	color:#303030;
	text-transform:uppercase;
}
h3 {
	font-size:15px;
	line-height:1.2em;
	color:#303030;
	text-transform:uppercase;
	padding-bottom:22px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:18px;
}
h5 {
	font-size:1em;
	margin-bottom:6px;
}
h5 a {
	color:#e39400;
}

.link1 { 
	display:block;
	float:left;
	background:url(../images/link1-left.gif) no-repeat left top #e19e19;
	color:#f7f7f7; 
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.link1:hover { 
	text-decoration:underline;
}
.link1 b { 
	display:block;
	background:url(../images/link1-right.gif) no-repeat right top; 
	padding:2px 10px 3px 17px; 
	font-weight:normal; font-style:normal;
}


.link2 { 
	display:block;
	float:left;
	background:url(../images/link2-left.gif) no-repeat left top #e51616;
	color:#f7f7f7; 
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.link2:hover { 
	text-decoration:underline;
}
.link2 b { 
	display:block;
	background:url(../images/link2-right.gif) no-repeat right top; 
	padding:2px 10px 3px 17px; 
	font-weight:normal; font-style:normal;
}


.line-hor { 
	background:#eee;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0 0 30px 0;
}



.address dd { 
	clear:both;
}
.address dd span { 
	float:left;
	width:96px;
}
.address dd a {
	color:#969696;
}


/*===== header =====*/
#header {
	text-align: right;
}

#header .row-1 {
	height:87px;
	overflow:hidden;
}

#header .nav {
	padding:22px 0 0 21px;
}

#header .nav li {
	float:left;
	background:url(../images/divider.gif) no-repeat left 14px;
}

#header .nav li.first {
	background:none;
}

#header .nav li a {
	float:left;
	font-size:22px;
	line-height:1.2em;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	text-transform:uppercase;
}
#header .nav li a em {
	float:left;
}
#header .nav li a b {
	float:left;
	padding:7px 28px 9px 29px;
}

#header .nav li a:hover {
	color:#ce171f;
}

#header .nav li a.current {
	background:url(../images/nav-bg.gif) left top repeat-x;
	margin-right:-4px;
	position:relative;
}
#header .nav li a.current em {
	background:url(../images/nav-left.gif) no-repeat left top;
}
#header .nav li a.current b {
	background:url(../images/nav-right.gif) no-repeat right top;
	padding-right:32px;
}
#header .nav li a.current:hover {
	color:#fff;
}

			
#header .row-2 {
	height:96px;
	background:url(../images/header-bg.gif) no-repeat left top;
}
#header .row-2 .fleft {
	padding:20px 0 0 34px;
}
#header .row-2 .info {
	float:right;
	color:#b3b3b3;
	padding:0 0 0 24px;
	border-left:1px solid #f1f1f1;
	margin:10px 37px 0 0;
}
#header .row-2 .info li {
	padding:0 0 0 23px;
	display:inline;
}
#header .row-2 .info li.home {
	background:url(../images/icon-home.gif) no-repeat left 5px;
}

/*===== content =====*/
#content .inside {
	padding:0 15px 0 23px;
}
#content .inside1 {
	padding:15px 15px 32px 23px;
}
#content .inside2 {
	padding:15px 20px 0 23px;
}
#content .indent {
	padding:0 0 0 7px;
}
	

.banners-box-wrap {
	position:relative;
	height:433px;
	border-bottom:1px solid #eee;
	padding-bottom:12px;
	margin-bottom:28px;
}

.banners {
	width:100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
}
.banners li {
	float:left;
	padding-right:29px;
	width:289px;
	height:272px;
	color:#fff;
}
.banners li.last {
	padding-right:0;
}
.banners li a {
	padding:92px 0 70px 40px;
	color:#fff;
	text-decoration:none;
	display:block;
}
.banners li b {
	font-size:14px;
	text-transform:uppercase;
	line-height:1.2em;
	font-weight:400;
}
.banners li strong {
	font-size:44px;
	line-height:1.2em;
	display:block;
	font-weight:600;
	margin-bottom:-5px
}
.banners li#banner1 {
	background:url(../images/banner-sprite-bg1.gif) no-repeat left top;
}
.banners li#banner1:hover, .banners li#banner1.act {
	background-position:left -272px;
}
.banners li#banner2 {
	background:url(../images/banner-sprite-bg2.gif) no-repeat left top;
}
.banners li#banner2:hover, .banners li#banner2.act {
	background-position:left -272px;
}
.banners li#banner3 {
	background:url(../images/banner-sprite-bg3.gif) no-repeat left top;
	padding-right:0;
}
.banners li#banner3:hover, .banners li#banner3.act {
	background-position:left -272px;
}

.description {
	background:url(../images/extra-banner.gif) no-repeat left top;
	width:923px;
	height:161px;
	overflow:hidden;
	color:#3e3e3e;
	position:absolute;
	top:272px;
	left:0;
}
.description dl {
	padding: 0;
	margin: 0;
}
.description dl dt {
	font-size:150px;
	line-height:1.2em;
	color:#1d1d1d;
	float:left;
	font-weight:600;
	padding:0 33px 0 50px;
}
.description dl dd {
	font-size:32px;
	line-height:36px;
	font-weight:300;
	padding:25px 25px 0 0;
}
.description dl dd strong {
	font-weight:600;
	display:block;
}

#desc-box2 {
	background:url(../images/extra-banner2.gif) no-repeat left top;
}
#desc-box2 dl dt {
	color:#e51616;
}

#desc-box3 {
	background:url(../images/extra-banner3.gif) no-repeat left top;
}
#desc-box3 dl dt {
	color:#e19e19;
}

#desc-box4 {
	background:url(../images/extra-banner4.gif) no-repeat left top;
}
#desc-box4 dl dt {
	color:#e7d524;
}

#desc-box2, #desc-box3, #desc-box4 { display:none;}


.list1 li {
	background:url(../images/arrow1.gif) no-repeat left 7px;
	padding:0 0 1px 17px;
	list-style: none;
}
.list1 li a {
	color:#ce171f;
	font-weight:bold;
}
.list1 li a strong {
	text-transform:uppercase;
	color:#ffb51f;
}


.list2 dt {
	font-weight:bold;
	padding-bottom:8px;
}
.list2 dt a {
	color:#e39400;
}
.list2 dd {
	padding-bottom:18px;
}



.project-box {
	margin-bottom:15px;
}

.project-box .inner {
	padding:5px 10px 5px 13px;
	background:#fbfaed;
	color:#595959;
}
.project-box img {
	margin-bottom:1px;
	display:block;
}
.project-box a {
	background:url(../images/arrow2.gif) no-repeat left 8px;
	padding-left:10px;
	color:#e51616;
	text-decoration:none;
}
.project-box a:hover {
	text-decoration:underline;
}
.project-box span {
	color:#000;
}


.img-list {
	width:100%;
	overflow:hidden;
	padding-bottom:10px
}
.img-list li {
	float:left;
	padding:0 9px 8px 0;
}


/*===== footer =====*/
#footer {
	text-align:right;
	padding:0 24px 22px 24px;
}
#footer .line {
	background:#eee;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}
#footer .indent {
	padding:20px 11px 0 0;
}
#footer a {
	color:#da0913;
}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}

#contacts-form label {
	display:block;
	height:30px;
}

#contacts-form input {
	width:280px;
	border:1px solid #d6d6d6;
	background:#f0f0f0;
	color:#969696;
	padding:2px 0 2px 5px;
}
#contacts-form textarea {
	width:280px;
	border:1px solid #d6d6d6;
	background:#f0f0f0;
	color:#969696;
	height:115px;
	overflow:auto;
	padding:2px 0 2px 5px;
	margin-bottom:23px;
}
#contacts-form .link1 {
	float:right;
	margin-left:13px;
}

