@charset "utf-8";
/* CSS Document */
body {
	background:#FFF;
	width:100%;
	margin:0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#000;
	font-size:12px;
}
a {
	color:#000;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
p {
	margin-bottom:0
}
#main {
	width:920px;
	margin:0 auto;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
	text-align:right;
}
#wrapper, #header, #content_area, #top_content_area, #bottom_content_area, #footer, #inner_top, #inner_center, #inner_bottom {
	width:100%;
}
#logo {
	width:240px;
}
#menu {
	background:url(images/menu-bg.png) repeat-x;
	width:663px;
	border:1px solid #e0e0e0;
	margin:15px 0 0 15px;
}
#content_area {
	background:#ebebeb url(images/content_bg.png) repeat-x;
}

#top_left {
	background:url(images/content_font.png) no-repeat;
	width:880px;
	height:119px;
	margin:100px 0 0 0;
}
#top_right {
	width:420px;
	padding:10px 0 0 0;
}

#top_right div{
	margin:0 0 5px 0;
}
#top_right img {
	margin:0 5px 0 0;
}
#bottom_content_area {
	padding:35px 0 5px 0;}
#bottom_left {
	background:#c3c7c8;
	border-radius:8px;
	width:73%;
	margin:1%;
}
#bottom_left1 {
	background:#c3c7c8;
	border-radius:8px;
	width:90%;
	margin:1%;
}
#bottom_left a {
	color:#00F
}
#bottom_right {
	background:#c3c7c8;
	border-radius:8px;
	width:23%;
	margin:1%;
	min-height:215px;
}
ul.main_menu {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
ul.main_menu li {
	float:left;
	padding:5px 0;
}
ul.main_menu li a {
	padding:3px 10px 3px 10px;
	font-size:14px;
	border-right:1px dotted #000;
}
ul.main_menu li a:hover {
}
.content_field {
	width:18%;
	min-height:90px;
	padding:0 0 15px 10px;
}
.pro_img {
	width:100%;
}
.pro_des {
	width:100%;}
#footer_copy {
	margin:0 auto;
	width:300px;
}
#footer {
	padding: 10px 0;}
#footer a{
	color:#00F;}
#form_validation {
	background:#FFF;
	width:315px;
	padding: 15px 31px;
	margin:10px auto 10px auto;
	border-radius:8px;
}
#form_validation input.input_style {
	background:url(images/input_bg.png) repeat-x;
	width:310px;
	margin:5px 0 0 0;
	border-radius:8px;
	height:32px;
	border:1px solid #cecdcd;
}
.submit_button {
	background:url(images/submit_button.png) no-repeat;
	width:245px;
	font-weight:bold;
	text-shadow:0 1px 0 #000;
	margin:10px 0 0 35px;
	height:35px;
	color:#100a03;
	border:none;
}
#bottom_left h2 {
	padding:0 0 0 10px;}
select.input_style {
	width:200px;
	height:25px;
	margin:10px 0 0 0;
}
label {
	font-weight:bold;
}
.ratio_list, .model_list {
	margin:0 10px;
	width:20%;
	float:left;
}
.add_new {
	margin:10px auto 10px auto;
	width:150px; 
}
.add_new a {
	font-size:16px;
	margin:10px 0;
}
.main_list {
	width:100%;
	float:left;
}
select {
	width: 200px;
	height:25px;
	margin:10px 0 0 0;
}
.request_list {
	width:auto;}
.request_list b {
	padding:5px 10px;
}
#request_list {
	background:#c3c7c8;
	border-radius:8px;
	width:73%;
	margin:2%;
	width:96%;}
a.button {
	background: url("images/button-bg.gif") repeat-x scroll 0 0 #636363;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF !important;
    font: bold 12px/13px Arial,Helvetica,sans-serif;
    height: 21px;
    margin: 0;
    padding: 7px 25px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 86px;
}
#accept {
	width:205px;
	margin:0 auto;	
}
span#select select {
	width:auto;}