@charset "utf-8";
/* CSS Document */
/* --------------- MAIN STYLES ------------------------------------------------------------- */
*,h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}
* {
	margin: 0px;
}
html, body {
	height: 100%;
}
#wrapper {
	background: none;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	clear: both;
	height: 200px; /* .push must be the same height as .footer */
}
body {
	background: url(img/bg_main.jpg) fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}
form,textarea,input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.link-more {
	font-size: 10px;
}
/* --------------- HEADER ------------------------------------------------------------- */
#header {
	height: 75px;
	z-index: 10;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	background: none;
}
#header-menu {
	background: url(img/bg-up.png) top repeat-x black;
	width: 900px;
	height: 75px;
	float: left;
	border-right: 3px solid white;
}
#header-menu-items {
	float: left; 
	height: 75px; 
	line-height: 75px; 
	font-weight: bold; 
	letter-spacing: 2px;
	text-shadow: black 2px 2px 2px;
}
#header-menu-items > div {
	/*	background: url(img/bg-top-light.png) 0px 45px repeat-x #171717;	*/
/*	background: url(img/bg-bottom-light.png) bottom left no-repeat;*/
	float: left;
	height: 75px;
	margin-right: 27px;
	padding-right: 0px;
	padding-left: 0px;
}
#header-menu-items > div:hover {
	color: #CCC;
	height: 72px;
	background: url(img/bg-top-light.png) 0px 1px repeat-x;
	border-top: red 3px solid;
	cursor: pointer;
}
#head-order {
	border-bottom: 3px white solid; 
	position: absolute; 
	width: 85px; 
	height: 22px;
	background: #360604; 
	top: 78px; 
	left: 395px; 
	z-index: 999; 
	text-align: center; 
	font-weight: bold; 
	letter-spacing: 2px; 
	line-height: 22px;
}
#head-order:hover {
	background: red;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
}
#main {
	padding: 0px;
	padding-left: 0px;
	padding-top: 75px;
	width: 978px;
	height: 100%;
}
.content-main {
	padding: 0px;
	width: 650px;
	height: 375px;
	background: white url("img/bg-right.png") repeat-y left;
	text-align: center;
	border-top: 3px white solid;
}
.content-main-child  {
	width: 650px;
	text-align: center;
	background-color: black;
	background-image: url(img/bg-right-trans.png);
	background-repeat: repeat-y;
	background-position: left;
	border-top: 3px white solid;
}
#price-order {
/*	background-image: url(img/price-order.png);*/
	background-repeat: no-repeat;
	background-position: right;
	height: 80px;
	width: 630px;
	margin-left: 20px;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: black 1px 1px 2px;
}
#price-order > div { float: left; }
/*#price-order:hover { background: url(img/price-order-hover.png) no-repeat right; cursor: pointer; }*/
#sider {
	width: 75px;
	background: white;
	float: left;
	height: 150px;
}
#sidebar {
	width: 250px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	background: red;
	height: 100%;
}
.sidebar-top {
	background: black;
	height: 200px;
	z-index: 999;
	position: absolute;
}
.sidebar-child {
	text-align: center;
	width: 250px;
	height: 150px;
	background: white;
}
.sidebar-thumbs div {
	background: #CCC;
	float: left;
	margin-left: 5px;
	padding: 3px 3px 3px 3px;
}
.sidebar-thumbs div:hover { background: red; }
.sidebar-thumbs img { border: 0px; }
.mainmenu-td td {
	background: url("img/bg-button.png");
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 12px;
	letter-spacing: 5px;
	padding-right: 30px;
	text-align: right;
	text-shadow: black 2px 1px 3px;
	vertical-align: middle;
}
.mainmenu-td td:hover {
	background: url("img/bg-button-hover.png");
	cursor: pointer;
	padding-right: 40px;
	text-shadow: white 2px 2px 2px;
}
/* --------------- FOOTER ------------------------------------------------------------- */
#footer {
	background: url(img/footer-curl.gif) no-repeat 309px #360604; /*#757575 red - #1f0302*/
	height: 200px;
	position: relative;
	padding: 0px;
}
#footer-menu {
	float: left;
	font-weight: bold;
	padding-top: 25px;
	text-transform: uppercase;
	width: 650px;
	padding-left: 3px;
}
#footer-menu, #footer-menu a {
	color: #949494;
}
#footer-menu a:hover { color: #000; }
.footer-content {
	background: #0B0E17;
	border-bottom: 2px #495677 solid;
	border-top: 1px #495677 solid;
	height: 215px;
	padding-top: 10px;
}
/* --------------- TEXT STYLES ------------------------------------------------------------- */
.clear { clear: both; }
.quote {
	padding-left: 10px;
	font-style: italic;
	border-left: 1px dotted #495677;
	padding-right: 10px;
	border-right: 1px dotted #495677;
}
.label-name {
	background: url(img/label-name.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px 0px 20px 0px;
	height: 57px;
	width: 650px;
}
.label-name-text {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.tb-info-td {
	background: url(img/bg-td-info.png);
	background-position: right top;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-right: 0px;
	text-shadow: black 1px 1px 2px;
	font-size: 11px;
	line-height: 20px;
}
.tb-info-td-line {
	background: url(img/bg-td-info-line.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.tb-info-td:hover {
	background: url(img/bg-td-info-hover.png);
	background-position: 3px top;	
	background-repeat: repeat-y;
	cursor: help;
}
.tb-desc-td, .tb-desc-td-long {
	background: url(img/bg-td-desc.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 13px;
	padding-left: 15px;
	line-height: 20px;
}
.tb-desc-td-line {
	background: url(img/bg-td-desc-line.png);
	background-position: left top;
	background-repeat: no-repeat;	
}
.tb-desc-td-long {
	background: url(img/bg-td-desc.png) repeat-y;
}

