body {
	font: 13px/1.231 Arial, Helvetica, Sans-Serif;
	background-color: #000;
	margin: 0px;
	padding: 0px; 
	overflow-x: hidden;
	overflow-y: scroll;
	color: #aaa;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0;}

a, a:link{
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

#adminsidebar{
	position: fixed;
	width: 200px;
	top: 20px;
	right: 20px;
	padding: 7px;
	background-color: #000;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px #555;
	-moz-box-shadow: 5px 5px 10px 0px #555;
	box-shadow: 5px 5px 10px 0px #555;
	text-align: center;
	color: #fff;
}

.forallform {
	width: 440px;
	display: none;
}

.forallform label {font-weight: bold;}
.forallform input[type=text] {width: 300px; height: 20px; border: solid 1px #000; outline: none;}
.forallform textarea {width: 300px; height: 70px; border: solid 1px #000; outline: none;}
.forallform select {width: 220px;  height: 22px; border: solid 1px #000; outline: none;}
.forallform input[type=file] {width: 300px; border: solid 1px #000; outline: none;}
.forallform input[type=radio] {border: none;}
.forallform input[type=checkbox] {border: none;}
.forallform input[type=submit] {width: 85px; border: solid 1px #000; height: 25px; cursor: pointer;}
.forallform .col1, .col2 {float:left; padding-right: 20px;}

.button a {
	padding: 7px;
	color: #aaa;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, Sans-Serif;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-align: center; 
	text-shadow:0 0 1px rgba(100, 100, 100, .4);
	background-image: linear-gradient(bottom, #222 0%, #444 100%);
	background-image: -o-linear-gradient(bottom, #222 0%, #444 100%);
	background-image: -moz-linear-gradient(bottom, #222 0%, #444 100%);
	background-image: -webkit-linear-gradient(bottom, #222 0%, #444 100%);
	background-image: -ms-linear-gradient(bottom, #222 0%, #444 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #222),
		color-stop(1, #444)
	);
	background-color:#222;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.button a:hover {
	color: #fff;
}

#wrapper {
	width: 910px; 
	margin: 0 auto;
}

#header {
	width: 100%;
	margin-top: 15px;
}

#header .mNav { 
	margin-top: 15px;
	list-style: none;
	font: 16px normal Arial, Helvetica, sans-serif;
	width: 100%; 
	height:36px;
	background:url(../images/menu_bg.png) repeat-x;
}
#header .mNav li {
	display:block;
	float:left;
	border-left:1px solid #666;
	width: 175px;
	height:36px;
}
#header .mNav li:hover, .select {
	background: url(../images/menu_bg_hover.png) repeat-x;
}
#header .mNav li a { color: #fff; text-decoration: none; text-align: center; display: block; line-height: 36px; outline: none; }
#header .mNav li:first-child {border-left: none;}
#header .mNav li:last-child {border-right: none; width: 205px;}

.dropdown{
	margin-left: 0px;
	position:relative;
	left:-999em; /* Hides the drop down */
	font: 12px/1.2 Tahoma;
	text-align: left;
	padding:10px 5px 10px 5px;
	border: 1px solid #666;
	border-top:none;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 5px 5px 10px 0px #555;
	-moz-box-shadow: 5px 5px 10px 0px #555;
	box-shadow: 5px 5px 10px 0px #555;
	background:#444;
	width: 692px;
	z-index: 200;
}

#header .mNav li .brands_links a{
	padding-top: 5px;
	line-height: 1.5;
	text-align: left;
	font: 15px normal Arial, Helvetica, sans-serif;
}

#header .mNav li .brands_links a:hover{
	text-decoration: underline;
}

#header .mNav li .models_links a{
	margin-left: 10px;
	line-height: 1.3;
	text-align: left;
	float:left;
	border-bottom: 1px dotted;
}
#header .mNav li .models_links a:hover{
	color: #fff;
}

#header li:hover .dropdown{
	left: 0;
	top: auto;
}

#content {
	margin-top: 20px;
	width: 100%;
	min-height: 600px;
}

#content .page_title {
	padding-bottom: 15px;
}

#content .page_title a{
	border-bottom: 1px dotted;
}

#content .brands {
	margin: 12px;
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 5px;
	width: 190px;
	height: 145px;
	background-color: #000;
	border: 1px solid #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px #555;
	-moz-box-shadow: 5px 5px 10px 0px #555;
	box-shadow: 5px 5px 10px 0px #555;
	float: left;
	text-align: center;
}

#content .brands:hover {
	padding: 4px;
	border: 2px solid #aaa;
	cursor: pointer;
}

#content .brands a:hover {
	color: #fff;
	text-decoration: none;
}

#content .brands h2 {padding-top: 5px; font: 18px normal Arial, Helvetica, sans-serif; font-weight: bold;}

#content .div_models {
	width: 190px; 
	margin: 18px;
	float: left;
}

#content .models {
	padding: 1px;
	width: 190px;
	height: 119px;
	border: 1px solid #666;
	-webkit-box-shadow: 5px 5px 10px 0px #555;
	-moz-box-shadow: 5px 5px 10px 0px #555;
	box-shadow: 5px 5px 10px 0px #555;
	float: left;
}

#content .models:hover {
	border: 1px solid #fff;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

#content .models h2 {padding: 2px; font: 18px normal Arial, Helvetica, sans-serif; font-weight: bold; text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;}

#content .engines {
	width: 180px;
	padding: 5px;
	margin: 15px;
	border: 1px solid #666;
	-webkit-box-shadow: 5px 5px 10px 0px #555;
	-moz-box-shadow: 5px 5px 10px 0px #555;
	box-shadow: 5px 5px 10px 0px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	float: left;
}

#content .engines:hover {
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}

#content .our_works_image{
	-webkit-box-shadow: 5px 5px 10px 0px #555;
	-moz-box-shadow: 5px 5px 10px 0px #555;
	box-shadow: 5px 5px 10px 0px #555;-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#login {margin-top: 18px;}
#login .leftcol {width:50px; line-height: 2.5; font-weight: bold; float:left;}
#login .rightcol {width:200px; line-height: 2.5; margin-left: 70px;}
#login input[type=text] {width: 200px; height: 20px; border: solid 1px #666; outline: none;}
#login input[type=password] {width: 200px; height: 20px; border: solid 1px #666; outline: none;}

#stages_view {
	padding: 15px;
}

#stages_view select{
	height: 23px;
	outline: none;
	border: solid 1px #000;
}

#stages_view table{
	border: solid 1px #aaa;
}

#stages_view td{
	padding: 3px;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

#stages_view .td_first{
	color: #fff;
}

#stages_view .td_last{
	border-right: none;
}

#stages_view tr{
	border-bottom: solid 1px #aaa;
}

#stages_view .tr_last{
	border-bottom: none;
}

#stages_view .td_header{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#feedback {}
#feedback label {font-weight: bold;}
#feedback input[type=text] {width: 300px; height: 20px; border: solid 1px #aaa; outline: none;}
#feedback textarea {width: 300px; height: 100px; border: solid 1px #aaa; outline: none;}
#feedback input[type=submit] {width: 85px; border: solid 1px #aaa; height: 25px;}

#footer {
	width: 100%;
	margin-top: 5px;
}

#footer .copyright {
	float: left;
}

#footer .counter {
	float: right;
}
.promo{
	position: fixed;
	padding: 15px;
	top: -367px;
}
.promo h1{
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	display: inline;
	white-space: nowrap;
}