@import url(blocks.css);
@import url(feedback.css);
*{
	margin: 0;
	padding: 0;
}
a img, fieldset {border:0}
fieldset{display:inline}
* > fieldset{display: block}/* Non IE browsers */
.clear:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
p{
	margin-bottom: 17px;
}
h1,h2,h3{
	font: normal normal 20px/20px "Georgia";
	color: #ccc;
	margin-bottom: 16px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
	font-weight: bold;
}
a{
	color: #ccc;
	text-decoration: underline;
}
/*
a:visited{
	text-decoration: none;
}
*/
a:hover{
	color: #c06;
	text-decoration: underline;
}
html{
	background: url(../i/bg.jpg) no-repeat 50% 0 #000;
	min-width: 1000px;
}
body{
	font: normal 14px/17px "georgia", Arial, Helvetica, sans-serif;
	color: #999;
	text-align:center;
	min-width: 1000px;
}
#main{
	background: url(../i/floor.jpg) no-repeat 50% 596px;
}
#inner{
	background: url(../i/innerbg.jpg) no-repeat 50% 80px #000;
}
.corner{
	position: absolute;
	left: 0;
	top: 0;
}
#name{
	width: 740px;
	height: 120px;
	margin: auto;
	background: url(../i/name.png) no-repeat 0 86px;
	overflow: hidden;
	text-indent: -9999px;
}
#logo{
	width: 153px;
	height: 139px;
	position: absolute;
	left: 50%;
	margin-left: -76px;
	top: 56px;
	
}
#logo img{
	display: block;
}
#menu{
	width: 776px;	
	margin: 22px auto 0 auto;
	padding-bottom: 50px;
}
#menu ul, .submenu ul{
	list-style: none;
	font: normal 13px tahoma;
}
#menu li, .submenu li{
	display: inline;
	padding: 0 7px 0 12px;
	background: url(../i/menusep.gif) no-repeat 0 3px;
}
#menu li:first-child, .submenu li:first-child, #content .submenu ul li:first-child{
	padding-left: 0;
	background-image: none;
}
#menu a, .submenu a{
	color: #999;
	text-decoration: underline;
}
#menu .left{
	float: left;
}
#menu .right{
	float: right;
}
#menu a:hover, #menu li.current a, .submenu a:hover, .submenu li.current a{
	color: #c06;
}
.submenu{
	margin: 0 auto 25px auto;
}
.submenu ul{
	font-size: 11px;
}
#selection{
	margin: 42px auto 70px auto;
	width: 740px;
}
#selection form.model{
	float: left;
	text-align: right;
	width: 331px;
}
#selection form.size{
	float: right;
	text-align: left;
	width: 333px;
}
#selection label{
	display: block;
	font: 15px tahoma;
	color: #999;
	padding-bottom: 28px;
}
#selection select{
	color: #999;
	background: transparent;
	border: none;
}
#selection option{
	color: #000;
	background: #fff;
}
#selection select{
	width: 120px;
}
#selection input{
	width: 36px;
	height: 20px;
	background: url(../i/select-submit.gif) no-repeat 0 0;
	border: none;
	margin-left: 8px;
}
#selection select, #selection input{
	vertical-align: middle;
}
#car{
	background: url(../i/car.png) no-repeat 50% 0;
	height: 395px;
	width: 964px;
	margin: auto;
}
#footer{
	width: 1000px;
	height: 80px;
	margin: auto;
	text-align: center;
	color: #333;
	font: 11px/20px tahoma;
}
#footer a{
	color: #666;
}
#footer img{
	vertical-align: text-top;
}
#footer a:hover{
	color: #C06;
}
#footer span{
	font-size: 10px;
}

.j_select{
	list-style: none;
/*	float: left; */
	background: url(../i/_select_bg.gif) no-repeat 0 1px;
	position: absolute;
	height: 18px;
	padding-left: 1px;
	width: 120px;
	text-align: left;
	font: normal 12px tahoma;
}
.j_select li{
	width: 111px;
	color: #999;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #393939;
	border-width: 0 1px 1px 1px;
	cursor: pointer;
	line-height: 19px;
	display: none;
}
.j_select li:first-child{
	border-top: 1px solid #666;	
	border-width: 1px 0;
	line-height: 17px;
	width: 113px;
	display: block;
}
.j_select li:hover{
	color: #c06;
}
#selection form.model .j_select{
	margin-left: 170px;
	margin-top: 1px;
}
#selection form.size .j_select{
	margin-top: 1px;
/*	margin-right: 125px; */
}
#selection form.size input.j{
	margin-left: 125px;
}
#content{
	width: 820px;
	margin: auto;
	min-height: 400px;
	padding-bottom: 25px;
}
#content ul{
	list-style: none;
	margin: 0 0 17px 20px;
}
#content ul li{
	padding-left: 16px;
	background: url(../i/bullet.gif) no-repeat 0 5px;
}
#content .submenu ul li{
	background: url(../i/menusep.gif) no-repeat  0 3px;	
}
#left, #right{
	width: 389px;
	float: left;
}
#left{
	text-align: right;
	border-right: 1px solid #474B4E;
	padding-right: 20px;
}
#right{
	border-left: 1px solid #474B4E;
	text-align: left;
	padding-left: 20px;
	position: relative;
	margin-left: -1px;
}
.back{
	background: url(../i/back.gif) no-repeat 0 5px;
	text-align: left;
	padding-left: 13px;
	line-height: 11px;
}
.back a{
	font: normal 11px tahoma;
	color: #666;
}
.back a:hover{
	color: #c06;
}
.photo{
	padding-bottom: 30px;
}
.photo a{
	display: block;
	float: left;
	margin-left: 57px;
}
.photo a:first-child{
	margin-left: 0;
}
.photo a:first-child:hover{
	margin-left: -4px;
}
.photo a:hover{
	padding: 4px;
	background: #c06;
	margin: -4px -4px -4px 53px;
}
.photo a img{
	display: block;
	border: 1px solid #fff;
}
#order img{
	display: block;
	border: 5px solid #c06;
	margin-bottom: 5px;
}
#order ul span{
	color: #fff;
}
.amount{
	font-size: 28px;
	font-weight: bold;
	color: #c06;
	padding-left: 36px;
}

.clearb{
	clear:both;	
}

.white-space{
	padding-top:20px;	
}

#content #feedback-form ul{
	margin-left:172px;
	
}

#content #feedback-form li{
	 background:none;
	 width:102px;	
}

.need{font-size:11px;color:#CC0066;}
.form-fix1{clear:both;margin-top:5px;padding-top:4px;}
.order-margin-top{margin-top:16px;}

#content .gallery-list{
	margin-left:15px;
}

.gallery-list ul{
	text-align:left;
	float:left;
	display:block;
}

#content .gallery-list ul li{
	background:none;
	width:160px;
	padding-top:12px;
}

#content .gallery-list ul li a{
	font-size:20px;
	text-decoration:underline;
	line-height:20px;
}

#content .gallery-list ul li a:visited{
	text-decoration:underline;
}

#content .gallery-list ul li a:hover{
	text-decoration:underline;
}