/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:964px;
} 

body { 
	background:#171717; 
	font-family:"trebuchet MS", Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#717171; 
	min-width:964px;
}

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;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #fff;
}

.tail-middle1 {
	background:url(images/tail-middle1.jpg) repeat center top;
}

.tail-middle1-top {
	background:url(images/tail-middle1-top.jpg) repeat-x center top;
	width:100%;
}

.tail-middle2 {
	background:url(images/tail-middle2.jpg) repeat center top;
	width:100%;
}

.extra-bg {
	background:url(images/png-bg.png) no-repeat center top;
	position:absolute;
	left:0;
	top:0;
	height:1038px;
	width:100%;
}

/*=========================== FORMS ===========================*/

#search-form span {
	display:block;
	float:left;
	width:184px;
	height:29px;
	background:url(images/input-bg.gif) no-repeat left top;
}
#search-form input {
	background:none;
	border:0;
	margin:5px 0 0 5px;
	line-height:1.2em;
	vertical-align:top;
	width:170px;
}
#search-form a {
	float:left;
}

#contacts-form .field1,
#contacts-form .field2 {
	float:left;
}
#contacts-form .field1 {
	width:204px;
}
#contacts-form .field1 div {
	background:url(images/input-bg1.png) no-repeat left top;
	height:35px;
	width:202px;
}
#contacts-form .field2 {
	width:258px;
}
#contacts-form .field2 div {
	background:url(images/textarea-bg.png) no-repeat left top;
	height:101px;
}
#contacts-form input {
	width:167px; 
	padding:2px 0 2px 3px; 
	background:none;
	color:#8f8f8f;
	border:0;
	margin:4px 0 0 13px; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:205px; 
	height:95px;
	float:left; 
	overflow:auto;
	background:none;
	color:#8f8f8f; 
	border:0;
	padding:4px 0 2px 13px;
}
#contacts-form a {
	float:right;
	position:relative;
	top:1px;
}

/*========================== LISTS ============================*/

.list li {
	line-height:1.38em;
}
.list li a {
	color:#fcac00;
	text-decoration:none;
	padding-right:16px;
	background:url(images/arrow.gif) no-repeat right 7px;
}
.list li a:hover {
	color:#fff;
}

.list1 {
	padding-bottom:18px;
}
.list1.alt {
	padding-bottom:24px;
}
.list1 li {
	padding:0 0 10px 16px;
	background:url(images/arrow1.gif) no-repeat left 6px;
}
.list1 li.last {
	margin-bottom:-28px;
}
.list1 li a {
	color:#fff;
}

.testimonials li {
	padding-bottom:16px;
} 
.testimonials li cite {
	line-height:1.38em;
	font-style:normal;
}
.testimonials li span {
	text-align:right;
	display:block;
	color:#fff;
}

.list2 {
	margin-top:-30px;
}
.list2 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	padding-top:30px;
}
.list2 li img {
	float:left;
	margin-right:19px;
}
.list2 li p {
	margin-bottom:30px;
}
.list2 li p a {
	color:#fff;
}
.list2 li .link1 {
	vertical-align:baseline;
}

.list3 {
	width:100%;
	overflow:hidden;
}
.list3 li {
	width:208px;
	float:left;
	margin-right:41px;
}
.list3 li.last {
	margin-right:0;
}
.list3 li p {
	padding-top:16px;
	margin-bottom:20px;
}
.list3 li a {
	color:#fff;
}

/*========================== OTHER ============================*/

.img-indent {
	margin-bottom:20px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:16px;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	line-height:1.38em;
	margin-bottom:22px;
}
.p0 {
	margin:0;
}
.p1 {
	margin-bottom:14px;
}

.address span { 
	float:right; 
	margin-right:30px;
}

dl {
	line-height:1.38em;
}
dl dt,
dl dt a {
	color:#fff;
}
dl dd {
	margin-bottom:22px;
}
dl dd.last {
	margin:0;
}
dl.extra dt {
	color:#717171; 
}
dl span {
	float:right;
	margin-right:25px;
}

.phone {
	float:right;
	margin-right:28px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#717171; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:28px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
}
h3 {
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:14px;
}

.link1 { 
	display:inline-block; 
	background:url(images/link1-right.png) no-repeat right top; 
	color:#fff; 
	text-decoration:none;
	text-transform:uppercase; 
	line-height:.92em;
	cursor:pointer;
}
.link1 em { 
	display:inline-block;
	background:url(images/link1-left.png) no-repeat left top;
	padding:0 12px;
}
.link1 b { 
	display:inline-block;
	background:url(images/link1-tail.png) repeat-x left top; 
	padding:15px 8px 15px 8px; 
	font-style:normal; 
}
.link1:hover {
	color:#fdad00;
}

.line-ver1 {
	background:url(images/line-ver.png) repeat-y 230px 0;
}
.line-ver2 {
	background:url(images/line-ver.png) repeat-y 481px 0;
}
.line-ver3 {
	background:url(images/line-ver.png) repeat-y 730px 0;
}

.line-hor {
	height:42px;
	background:url(images/line-hor.png) repeat-x left center;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:130px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	padding:45px 0 0 3px;
}
#header .row-1 .fright {
	padding:60px 3px 0 0;
}
#header .row-1 .fright ul li {
	font-size:18px;
	line-height:1.2em;
	color:#adadad;
	float:left;
	padding-left:9px;
}
#header .row-2 {
	height:35px;
	width:100%;
	overflow:hidden;
}
#header .row-2 .fleft {
	padding-top:3px;
}
#header .row-2 .fleft ul li {
	float:left;
	font-size:15px;
	line-height:1.3em;
	position:relative;
}
#header .row-2 .fleft ul li a {
	color:#797979;
	text-decoration:none;
	width:80px;
	position:relative;
	float:left;
	height:27px;
	display:block;
	background:url(images/nav-bg.png) no-repeat left top;
	margin-right:-10px;
	padding:5px 0 0 15px;
}
#header .row-2 .fleft ul li a:hover {
	color:#fff;
}
#header .row-2 .fleft ul li.active {
	z-index:10;
}
#header .row-2 .fleft ul li.active a {
	color:#fff;
	background:url(images/nav-act.png) no-repeat left top;
}
#header .row-2 .fleft ul li.m1 {
	z-index:6;
}
#header .row-2 .fleft ul li.m2 {
	z-index:5;
}
#header .row-2 .fleft ul li.m3 {
	z-index:4;
}
#header .row-2 .fleft ul li.m4 {
	z-index:3;
}
#header .row-2 .fleft ul li.m5 {
	z-index:2;
}
#header .row-2 .fleft ul li.m6 {
	z-index:1;
}
#header .row-2 .fright {
	padding-right:4px;
}

/*========================= CONTENT ===========================*/

#content .row-1 {

	height:auto!important;

}
#content .row-1 .inside {
	padding:47px 0 48px 0;
	position:relative;
	z-index:10;
}
#content .row-2 .inside {
	padding:38px 0 36px 0;
	position:relative;
	z-index:10;
}
#content .row-2 .col-1 { 
	width:144px; 
	margin-right:107px;
}
#content .row-2 .col-2 { 
	width:190px; 
	margin-right:60px;
}
#content .row-2 .col-3 { 
	width:462px;
}

/*========================= FOOTER ============================*/

#footer p,
#footer a {
	color:#fff;
}
#footer p {
	padding:25px 0 0 4px;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/*=============================================================*/

/*--- slider ---*/	
#loopedSlider {
	width:964px; 
	background:url(images/slider-bg.jpg) no-repeat left top;
	position:relative;
	overflow:hidden;
	margin-bottom:38px;
}

#loopedSlide {
	width:964px; 
	position:relative;
	overflow:hidden;
	margin-bottom:38px;
}

#loopedSlider .container { 
	width:592px;
	height:463px;
	overflow:hidden; 
	position:relative;
	margin-left:10px; 
}
.slides { 
	position:absolute; 
	top:0; 
	left:0;
}
	.slides div.slide { 
		position:absolute; 
		top:10px;
		left:0; 
		width:592px;
		height:441px;
		display:none;
	}
		/*
		 * Optional
		*/
		#loopedSlider {width:964px; position:relative; clear:both; }
		
		ul.pagination {
			position:absolute;
			top:11px;
			left:593px;
		}
		ul.pagination li {
			width:593px;
			height:110px;
			margin-bottom:1px;
			overflow:hidden;
			vertical-align:top;
		}
		ul.pagination li a span {
			display:block;
			width:31px;
			height:31px;
			position:absolute;
			right:11px;
			bottom:11px;
			background:url(images/banner-arrow.gif) no-repeat left top;
		}
		ul.pagination li a:hover span,
		ul.pagination li.active a span {
			background:url(images/banner-arrow-act.gif) no-repeat left top;
		}
ul.pagination li a {
	display:block;
	width:358px;
	height:110px;
	position:relative;
	text-decoration:none;
	cursor:pointer;
	background:url(images/banner-bg.png) no-repeat right top;
	color:#fff;
	letter-spacing:-1px;
	font-size:1.92em;
	line-height:1em;
}
ul.pagination li a strong {
	display:block;
	padding:27px 0 0 25px;
	font-weight:normal;
}
ul.pagination li a img {
	margin:-17px 10px 0 0;
	float:left;
}
ul.pagination li a:hover strong,
ul.pagination li.active a strong {
	font-weight:bold;
}
ul.pagination li a:hover,
ul.pagination li.active a {
	background:url(images/banner-act.png) no-repeat left top;
}	


.thumbnail {
    background-color: #222222;
    border: 1px solid #2A2A2A;
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
    padding: 6px 6px 11px;
}

.thumbnail p {
    color: #fff;
    padding: 5px 0 0 3px;
}

#oimage .line-ver1, #oimage .line-ver2, #oimage .line-ver3 {
background:none;
}

#about {
     margin:10px;
	 padding: 20px 10px 10px;
	 height:410px;
}