BODY {
	background: #fff url(../img/bg-base.png) 50% 0 repeat-y;
}

#body {
	background: url(../img/bg-body.jpg) 50% 0 no-repeat;
	min-width: 990px;
	width: auto !important;
	width: 990px;
	min-height: 510px;
	text-align: center;
	margin: 0 auto;
}
#header {
	height: 357px;
	text-align: left;
}
#header A { text-decoration: none }
#header .logo {
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	color: #d71e09;
	
	position: absolute;
	top: 16px;
	left: 16px;
}
#header A.logo-img {
	position: absolute;
	display: block;
	top: 92px;
	left: 28px;
	width: 353px;
	height: 150px;
	overflow: hidden;
	text-indent: -9999px;
}
#header .menu-holder {
	position: absolute;
	top: 21px;
	right: 0;
	width: 720px;
	height: 31px;
	text-align: left;
	white-space: nowrap;
}
#header UL.menu {
	list-style: none;
	float: right;
	white-space: nowrap;
}
#header UL.menu LI {
	position: relative;
	display: block;
	zoom: 1;
	float: left;
	margin-left: 3px;
	padding-right: 15px;
}
#header UL.menu LI A,
#header UL.menu LI A INS {
	background: url(../img/elements.png) no-repeat;
	height: 31px;
	zoom: 1;
	display: block;
}
#header UL.menu LI A { 
	padding-left: 14px; 
	position: relative;
	font-size: 13px;
	line-height: 28px;
	color: #0b4c75;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 0;
}
#header UL.menu LI A INS {
	background-position: 100% 0;
	position: absolute;
	top: 0;
	width: 15px;
	overflow: hidden;
	left: 100%;
}
#header UL.menu LI.hover A,
#header UL.menu LI A:hover { 
	background-position: 0 -31px; 
	color: #fff;
	text-decoration: none;
}
#header UL.menu LI.hover A INS,
#header UL.menu LI A:hover INS { background-position: 100% -31px; }
#header UL.menu LI DIV { 
	display: none;
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 2;
}
#header UL.menu LI.hover DIV { display: block; }

#header UL.menu LI UL {
	display: block;
	list-style: none;
	padding: 8px 4px;
	border-radius: 8px;

	background: #659fc3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#659fc3), to(#296286));
	background: -webkit-linear-gradient(#659fc3, #296286);
	background: -moz-linear-gradient(#659fc3, #296286);
	background: -ms-linear-gradient(#659fc3, #296286);
	background: -o-linear-gradient(#659fc3, #296286);
	background: linear-gradient(#659fc3, #296286);
	-pie-background: linear-gradient(#659fc3, #296286);
	behavior: url(/static/css/pie.htc);
}
#header UL.menu LI.hover UL LI { 
	float: none;
	padding-left: 0;
	padding-right: 0;
}
#header UL.menu LI.hover UL LI A {
	background: none;
	height: auto;
	line-height: normal;
	margin: 0 0 1px 0;
	padding: 2px 16px 3px 30px;
	color: #fff;
}
#header UL.menu LI.hover UL LI A:hover {
	background: #e67c43;
	border-radius: 4px;
	behavior: url(/static/css/pie.htc);
}
#header UL.menu LI.hover UL LI A INS {
	width: 20px;
	left: 2px;
	top: 10px;
	height: 1px;
	background-position: 0 -62px;
}

#header,
#content-holder,
#med-holder,
#footer-holder {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#content-holder { text-align: left }

/* CONTENT-BLOCK */
#content-block {
	width: 734px;
	float: right;
	overflow: hidden;
	position: relative;
}
#content-block .boxes {
	z-index: 1;
	position: absolute;
	left: -25px;
	top: 0;
	text-align: left;
	margin-left: 0;
	width: 760px;
}
#content-block .boxes A {
	display: block;
	zoom: 1;
	float: left;
	width: 228px;
	height: 119px;
	line-height: 119px;
	background: url(../img/boxes.jpg) 0 -9999px no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 25px;
	border-radius: 4px;
	behavior: url(/static/css/pie.htc);
}
#content-block .boxes A.box-01 { background-position: 0 0; }
#content-block .boxes A.box-02 { background-position: -228px 0; }
#content-block .boxes A.box-03 { background-position: -456px 0; }

/* CONTENT */
#content { 
	padding-top: 140px; 
	position: relative;
	z-index: 0;
}

#content H1, 
#content H2, 
#content H3, 
#content H4, 
#content P { 
	padding-bottom: 1em;
}

/* SIDEBAR */
#sidebar {
	float: left;
	right: 0;
	width: 230px;
	position: relative;
}

/* WHITE-BLOCKS */
DL.white-box {
	padding: 15px;
	margin-bottom: 24px;
	border: 1px solid #b3b3b3;
	border-radius: 6px;
	background: #fff;
	box-shadow: inset #dddddd 0 2px 2px;
	behavior: url(/static/css/pie.htc);
}
DL.white-box DT {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.15em;
	padding-bottom: 6px;
	color: #335c74;
}
DL.white-box DD {
	text-align: center;
	position: relative;
	width: 193px;
}
/* WHITE-BLOCKS - PRODUCTION */
DL.white-box.production DT { padding-bottom: 6px; }
DL.white-box.production p {
	padding-top: 8px;
	line-height: 1.15em;
}
/* WHITE-BLOCKS - NDC */
DL.white-box.ndc DD { 
	padding: 22px 0 0 60px; 
	width: 133px;
	min-height: 50px;
	text-align: left;
}
DL.white-box.ndc .logo {
	position: absolute;
	top: 0;
	left: 12px;
}
DL.white-box.ndc P {
	line-height: 1em;
}

/* MED */
#med-holder {
	position: relative;
	text-align: left;
}
#med-holder H3 {
	font-size: 18px;
	font-weight: normal;
	color: #df3900;
	padding-bottom: 12px;
}
#med-holder .scroll-holder {
	position: relative;
	padding: 30px 50px;
	border: 1px solid #a5a5a6;

	border-radius: 6px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#D7D7D7));
	background: -webkit-linear-gradient(#FFFFFF, #D7D7D7);
	background: -moz-linear-gradient(#FFFFFF, #D7D7D7);
	background: -ms-linear-gradient(#FFFFFF, #D7D7D7);
	background: -o-linear-gradient(#FFFFFF, #D7D7D7);
	background: linear-gradient(#FFFFFF, #D7D7D7);
	-pie-background: linear-gradient(#FFFFFF, #D7D7D7);
	behavior: url(/static/css/pie.htc);
}
#med-holder .scroll-holder A.prev,
#med-holder .scroll-holder A.next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 15px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/elements.png) 0 9999px no-repeat;
}
#med-holder .scroll-holder A.prev { 
	left: 14px; 
	background-position: 0 -63px;
}
#med-holder .scroll-holder A.next { 
	right: 8px;
	background-position: -15px -63px;
}
#med-holder .scroll-holder .scroll-data {
	position: relative;
	height: 126px;
	width: 887px;
	overflow: hidden;
}
#med-holder .scroll-holder .scroll-data UL {
	width: 887px;
	position: absolute;
	top: 0;
	left: 0;
	height: 126px;
	overflow: hidden;
}
#med-holder .scroll-holder .scroll-data LI {
	list-style: none;
	float: left;
	display: block;
	padding: 0 29px 0 0;
	width: 123px;
}
#med-holder .scroll-holder .scroll-data LI A {
	display: block;
	position: relative;
	overflow: hidden;
	width: 123px;
	height: 126px;
	color: #df3900;
}
#med-holder .scroll-holder .scroll-data LI A IMG {
	display: block;
	margin: 0 auto 1px auto;
	width: 115px;
	height: 94px;
	border: 4px solid #c6ccd7;
}
#med-holder .scroll-holder .scroll-data LI A H4 {
	text-align: left;
	height: 18px;
	line-height: 1;
	cursor: pointer;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

/* POPUP */
#popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	padding-top: 11px;
	z-index: 10;
	display: none;
	overflow: hidden;
}
#popup INS {
	position: absolute;
	z-index: 11;
	left: 50%;
	top: 0;
	width: 23px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/elements.png) -30px -63px no-repeat;
	margin-left: -12px;
}
#popup P {
	border: 1px solid #bdbdbd;
	background: #fff;
	padding: 10px;
	margin: 0;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-align: left;
	word-wrap: break-word;
	border-radius: 4px;
}

/* FOOTER */
#footer-holder { 	
	padding: 25px 0;
	text-align: left;
	font-size: 11px;
	color: #4d4c4c;
}
#footer A {
	color: #df3900;
}
#footer .copy,
#footer .links {
	float: left;
	padding-top: 8px;
}
#footer .copy {
	width: 180px;
	padding-left: 40px;
	padding-right: 10px;
}
#footer .links {
	width: 450px;
	padding-left: 50px;
}
#footer .counters {
	float: right;
	width: 192px;
	text-align: right;
	padding-right: 40px;
}
#footer .counters .counter-holder {
	width: 88px;
	height: 31px;
	margin: 0 7px 4px 0;
	display: block;
	float: left;
	zoom: 1;
}

/* BUY */
.buy-ajax { margin-bottom: 6px }