html, body { 
	height:100%;
}
body { 
	background:#0d0d0d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#fff;
}

img {
	border:0;
	vertical-align:top;
	text-align:center;
	margin-right: 15px;
}
object {
	vertical-align:top;
	outline:none;
	padding-right: 30px;
	padding-top: 12px;
}
ul, ol { 
	list-style:none;
}

.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:105%;
	overflow:hidden;
}
.container {
	width:1000px;
	font-size:0.895em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/*==== GLOBAL =====*/
#header {
	height:220px;
	background:#1a1a1a;
	overflow:hidden;
}
#content {
	background:#1a1a1a;
}

/*----- 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:0 18px 0 0; 
	float:left;
}
.img-box {
	width:105%;
	overflow:hidden;
	padding-bottom:0px;
}
	.img-box img { 
		float:left; 
		margin:0 15px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:10px;
	font-size: 14px;
	padding-top: 0px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:17px;
}
.p3 { 
	margin-bottom:25px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#828282; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:48px;
	color:#f58400;
	line-height:1.2em;
	margin-bottom:8px;
	text-transform:uppercase;
}
h3 {
	font-size:1em;
	color:#828282;
	letter-spacing:1px;
	margin-bottom:17px;
}
h4 {
	font-size:1em;
	color:#828282;
	letter-spacing:1px;
}


.link1 {
	display:block;
	float:left;
	background:url(images/arrow1.gif) no-repeat left bottom;
	font-size:48px;
	line-height:1.2em;
	color:#fff;
	text-decoration:none;
	padding:0 200px 30px 8px;
	text-transform:uppercase;
}
.link1:hover {
	text-decoration:none;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
}


.address {
	float:left;
	font-size: 21px;
	color: #FFF;
}
	.address dt {
	margin-bottom:17px;
	color:#FFF;
	font-weight:bold;
	font-size: 14px;
	}
	.address dd {
	clear:both;
	font-size: 18px;
	}
		.address dd span {
	float:left;
	width:90px;
	font-size: 18px;
		}


/*===== header =====*/
.flash-nav {
	width:232px;
	float:left;
	margin-right:18px;
}

.logo {
	padding:47px 0 0 0;
	float:left;
}

/*===== content =====*/
#content {
	padding:22px 0 43px 0;
}
	#content .indent1 {
	padding:0px 0 0 35px;
	}
		#content .indent1 .indent1 {
			padding:20px 0 0 100px;
		}
		
	
	#content .indent {
		padding:0 60px 0 250px;
	}
	
	#content .section {
	padding-bottom:0px;
	}
	
	
	#content blockquote {
	background:url(images/bg1.gif) no-repeat left top;
	padding:0px 0 10px 00px;
	}
		#content blockquote p {
	font-size:31px;
	line-height:1.2em;
	color:#828282;
	text-transform:uppercase;
		}
			#content blockquote p span {
				color:#fff;
			}
	


.list1 li {
	padding-bottom:2px;
}

.list2 li {
	clear:both;
	padding-bottom:3px;
}
	.list2 li span {
		float:right;
	}

.list3 {
	width:300px;
	margin-bottom:-16px;
}
.list3 li {
	float:left;
	padding:0 40px 16px 0;
}

.models-list {
	width:100%;
	overflow:hidden;
}
	.models-list li {
		width:196px;
		margin-right:32px;
		float:left;
	}
	.models-list li.last {
		margin-right:0;
	}
		.models-list li img {
			display:block;
			margin-bottom:17px;
		}

.flash-slides {
	height:230px;
	overflow:hidden;
}
	

/*===== footer =====*/
#footer .indent {
	padding:40px 0 40px 250px;
	font-size: 14px;
}
	#footer a {
		color:#828282;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
	#contacts-form label { 
		display:block;
		height:41px;
	} 
		#contacts-form label input { 
			width:275px;
			padding:1px 0 1px 3px;
			color:#fff;
			background:#0d0d0d;
			border:1px solid #464646;
		}
		#contacts-form textarea {
			width:305px;
			height:100px;
			padding:1px 0 1px 3px;
			margin-bottom:20px;
			color:#fff;
			background:#0d0d0d;
			border:1px solid #464646;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:340px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:310px !important;
			margin-right:0 !important;
		}

/*==========================================*/
#page2 #main #content .container .indent .img-box .wrapper .address.col-2 dt {
	color: #FFF;
}
.Text1 {
	font-size: 18px;
}

