body {
	background: #000000 url('../images/layout/b-bg.gif');
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #5C6161;
	font-size: 11px;
}

#wrap {
	
}


/*header*/
#header {
	background: url('../images/layout/h-bg.gif') repeat-x;
	height: 64px;
	position: relative;
}

#header #h-left {
	background: url('../images/layout/h-left.gif') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 64px;
}

#header #h-logo {
	background: url('../images/layout/h-logo-bg.gif') repeat-x;
	position: absolute;
	left: 14px;
	top: 0;
	width: 151px;
	padding: 20px 0 0 35px;
	font-size: 16px;
	font-weight: bold;
}

#header #h-logo-right {
	background: url('../images/layout/h-logo-right.gif') no-repeat;
	position: absolute;
	left: 200px;
	top: 0;
	width: 33px;
	height: 64px;
}

#header #links {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header #h-search-left {
	background: url('../images/layout/h-search-left.gif') no-repeat;
	position: absolute;
	right: 221px;
	top: 0;
	width: 33px;
	height: 64px;
}

#header #h-search {
	background: url('../images/layout/h-search-bg.gif') repeat-x;
	position: absolute;
	right: 21px;
	top: 0;
	width: 200px;
	height: 64px;
	text-align: center;
	padding-top: 27px;
	color: #FFFFFF;
}

#header #h-search a, #header #h-search a:hover {
	color: #FFFFFF;
}

#header #h-right {
	background: url('../images/layout/h-right.gif') no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
	height: 64px;
}
/*end header*/


/*nav*/
#nav {
	background: url('../images/layout/nav-bg.gif') repeat-x;
	height: 38px;
	text-align: center;
	position: relative;
}

#nav #nav-left {
	background: url('../images/layout/nav-left.gif') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 38px;
}

#nav #nav-right {
	background: url('../images/layout/nav-right.gif') no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 38px;
}

.tabs {
	margin: 0 auto;
	padding: 0 20px;
}

.tab {
	float: left;
	position: relative;
}

.tab-left, .tab-left-a {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 38px;
}

.tab-img, .tab-img-a {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
}

.tab-middle, .tab-middle-a {
	background: none;
	padding: 15px 25px 0 25px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	height: 23px;
	float: left;
	cursor: pointer;
}

.tab-right, .tab-right-a {
	background: url('../images/layout/tab-right.gif') no-repeat;
	position: absolute;
	top: 0;
	right: -1px;
	width: 17px;
	height: 38px;
}

.tab-left-a {
	background: url('../images/layout/tab-left-a.gif') no-repeat;
}

.tab-img-a {
	background: url('../images/layout/tab-img.gif') no-repeat center 0;
}

.tab-middle-a {
	background: url('../images/layout/tab.gif') repeat-x;
	color: #5C6161 !important;
}

.tab-right-a {
	background: url('../images/layout/tab-right-a.gif') no-repeat;
}

.clear {
	clear: both;
}
/*end nav*/


/*container*/
#container {
	position: relative;
}

.c-bl {background: url('../images/layout/c-bl.gif') 0 100% no-repeat;}
.c-br {background: url('../images/layout/c-br.gif') 100% 100% no-repeat;}
.c-tl {background: url('../images/layout/c-tl.gif') 0 0 no-repeat;}
.c-tr {background: url('../images/layout/c-tr.gif') 100% 0 no-repeat; padding: 19px;}
.c-t {background: url('../images/layout/c-t.gif') 0 0 repeat-x;}
.c-b {background: url('../images/layout/c-b.gif') 0 100% repeat-x;}
.c-l {background: url('../images/layout/c-l.gif') 0 0 repeat-y;}
.c-r {background: url('../images/layout/c-r.gif') 100% 0 repeat-y;}
.c-bg {background: #E0ECEC; position: relative; padding: 10px;}
/*end container*/


/*footer*/
#footer {
	background: url('../images/layout/footer-bg.gif') repeat-x;
	height: 30px;
	text-align: center;
	position: relative;
	padding-top: 8px;
}

#footer #footer-left {
	background: url('../images/layout/footer-left.gif') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 38px;
}

#footer #footer-right {
	background: url('../images/layout/footer-right.gif') no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 38px;
}
/*end footer*/

.navigation {
	font-size: 14px;
}

.navigation a {
	padding-top: 11px;
	vertical-align: middle;
}

/*banners & ads*/
.ads-head {
	text-align: center;
	margin-bottom: 10px;
}
/*end banners & ads*/

/*common*/
a { 
	text-decoration: none;
	color: #5C6161;
}

a:hover {
	color: #0F0D0D;
}

p {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	margin-top: 10px;
}

.category {
	position: relative;
	text-align: center;
	float: left;
	margin: 0 5px 5px 0;
}

.category img {
	border: 1px solid #5c6161;
}

.category a {
	text-decoration: none;
}

.title {
	font-size: 22px;
	margin-bottom: 10px;
}

img {
	border: none;
}

.error {
	color: #DF0000;
	font-style: italic;
}

.success {
	font-style: italic;
	margin-bottom: 10px;
}

td, th {
	padding: 3px 7px;
}

th {
	background: #5C6161;
	color: #FFFFFF;
}

.td_odd {
	background: #DAE0DF;
}

.td_even {
	background: #B3BFBD;
}

td a {
	text-decoration: underline;
}

/*test picker*/
.test-picker {
	float: left;
	position: relative;
}

.test-picker-image {
	float: left;
	margin-left: 40px;
	position: relative;
}

.test-stat0 {
	background: #FFFFCF;
}

.test-stat1 {
	background: #A0FF9F;
}

.test-stat2 {
	background: #FF9F9F;
}


.simulators-wrap .box {
	width: 300px;
}

.simulators-wrap .box-details {
	width: 190px;
}

.simulators-search {
	margin-bottom: 30px;
}

.simulators-search label {
	float: left;
	width: 120px;
	position: relative;
}

/* simulator preview */
.simulator-images {
	float: left;
	position: relative;
	width: 425px;
	margin: 0 10px 10px 0;
}

.simulator-thumbs {
	position: relative;
	height: 110px;
}

.simulator-thumbs-clip {
	position: absolute;
	width: 900px;
	clip: rect(0px, 361px, 100px, 0px);
	margin: 5px 0 0 32px;
}

.simulator-thumbs img {
	cursor: pointer;
}

.image-scroll-left {
	left: 2px;
	top: 5px;
	position: absolute;
}

.image-scroll-right {
	right: 2px;
	top: 5px;
	position: absolute;
}


/*-------company--------*/
.box {
	border: 1px solid #5C6161;
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	width: 340px;
	position: relative;
	height: 110px;
}

.box-image {
	float: left;
	width: 100px;
	position: relative;
	margin-right: 10px;
	text-align: center;
}

.box-details {
	float: left;
	position: relative;
	width: 230px;
}

.box-details p {
	margin-bottom: 5px;
}

.box-details p a {
	font-weight: bold;
}

.box-details .box-title {
	font-weight: bold;
	font-size: 14px;
}

.categories-wrap .box-details {
	width: 120px;
}

.input-col-double {
	float: left;
	width: 400px;
	position: relative;
}

.input-col-double textarea, .input-col-double input {
	width: 370px;
}

.input-col {
	float: left;
	width: 200px;
	position: relative;
}

.input-col select, .input-col input {
	width: 170px;
}

.image-upload {
	float: left;
	text-align: center;
	margin-right: 5px;
	position: relative;
}

.loader {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF url('http://selectstroi.com/img/loading.gif') no-repeat center center;
	filter:alpha(opacity=70);
	opacity: 0.7;
	moz-opacity: 0.7;
	cursor: wait
}

* html .loader {
	height: 100px;
}