@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	background:#000 url(i/bg-overall.png) repeat-x top;	
}

#containerMain {
	display:block;
	width:100%;
	background:url(i/bg-main.png) no-repeat top center;
	min-height:530px;
}

#container {
	display:block;
	width:946px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	display:block;
	float:left;
	width:100%;
	height:98px;
}

#xored {
	display:block;
	float:left;
	width:150px;
	height:50px;
	background:url(i/xored.png);
	margin:32px 0 0 40px;
}

#xored a {
	display:block;
	width:150px;
	height:50px;
}

#navTop {
	display:block;
	float:left;
	width:943px;
	height:47px;
	overflow:hidden;
	padding-left:3px;
	margin-bottom:5px;
	background:url(i/bg-nav-top.png);
}

#navTop li {
	display:block;
	float:left;
	padding-right:2px;
	background:url(i/bg-nav-item.png) no-repeat top right;
}

#navTop span {
	display:none;	
}

#mainPromo {
	display:block;
	float:left;
	width:946px;
	height:355px;
}


#productsPromo {
	display:block;
	float:left;
	width:946px;
	height:355px;
}

#productsPromo img {
	float:left;	
}


#slideshow {
	position:relative;
	height:355px;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	cursor:pointer;
}

#slideshow img.active {
	z-index:10;
}

#slideshow img.last-active {
	z-index:9;
}


#promoScroll {
	display:block;
	width:51px;
	height:11px;
	position:relative;
	top:320px;
	left:448px;
	background:#FFF;
	z-index:100;
}

#contentMain {
	display:block;
	float:left;
	width:100%;
	padding-bottom:40px;
	padding-top:40px;
}

#contentMainLeft {
	display:block;
	float:left;
	width:610px;
	padding-left:43px;
	margin-right:10px;
}

#contentMainLeft img {
	margin-bottom:20px;
}


#contentMainLeft p {
	font-size:13px;
	line-height:18px;
	color:#CCC;
	margin-bottom:15px;
}

#contentMainRight {
	display:block;
	float:left;
	width:240px;
	padding-right:43px;
}

#contentMainRight img {
	margin-bottom:20px;
}


#contentMainRight p {
	font-size:11px;
	line-height:18px;
	color:#CCC;
	margin-bottom:15px;
}

#footer {
	display:block;
	clear:both;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #4d4d4d;
}

#footer p {
	font-size:11px;
	color:#666;
	padding-top:7px;
	padding-bottom:20px;
}


#footerInner {
	display:block;
	clear:both;
	width:860px;
	margin-left:auto;
	margin-right:auto;
}

#footerInner p {
	font-size:11px;
	color:#666;
	padding-top:7px;
	padding-bottom:20px;
}



#content {
	display:block;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

#contentTop {
	display:block;
	float:left;
	width:940px;
	height:5px;
	background:url(i/bg-content-top.png);
	overflow:hidden;
}

#contentBot {
	display:block;
	float:left;
	width:940px;
	height:5px;
	background:url(i/bg-content-bot.png);
	margin-bottom:10px;
	overflow:hidden;
}

#contentContainer {
	display:block;
	float:left;
	width:860px;
	background:#FFF;	
	padding:40px;
}


#contentContainer h1 {
	font-size:18px;
	color:#cc0000;
	margin-bottom:10px;
}

#contentContainer p {
	font-size:12px;
	color:#666;
	line-height:18px;
	margin-bottom:10px;
}


#contentContainer blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	margin-bottom:10px;
	font-style:italic;
	padding-left:20px;
	
}


#highlight {
	display:block;
	float:right;
	width:240px;
	margin-left:10px;
	margin-bottom:10px;
	overflow:hidden;
}

#highlight p.misc {
	font-size:11px;
	line-height:16px;
	color:#999;
	font-style:italic;
	padding:20px;
}

#highlightContent {
	display:block;
	float:left;
	width:200px;
	padding:15px 20px 15px 20px;
	background:#cc0000;
	line-height:16px;
}

#highlightContent p {
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}

#highlightContent ul {
	font-size:11px;
	color:#FFF;
}


#highlightContent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#FFF;
	padding-bottom:10px;
	border-bottom:1px solid #e74d4d;
}


#highlightContent ul {
	margin-bottom:10px;	
}

#highlightContent ul li {
	font-style:italic;
	margin-top:10px;
}


#highlightContent blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
	font-style:italic;
	color:#FFF;
	text-align:right;
	border:none;
}

#content a {
  color: #cc0000;
}

#highlightTop {
	display:block;
	float:right;
	width:240px;
	height:5px;
	background:url(i/bg-highlight-top.png);
	overflow:hidden;
}

#highlightBottom {
	display:block;
	float:left;
	width:240px;
	height:5px;
	background:url(i/bg-highlight-bottom.png);
	margin-bottom:10px;
	overflow:hidden;
}

.pdf {
	display:block;
	float:left;
	width:540px;
	height:100px;
	border-top:1px solid #CCC;
	background:url(i/ico-pdf.png) no-repeat 0 10px;
	padding-left:60px;
	padding-top:25px;
	line-height:16px;
	font-style:italic;
	margin-top:40px;
}

.pdf a {
	color:#cc0000;	
}

#download {
	display:block;
	width:160px;
	height:110px;
	background:url(i/bg-pdf.png);
	margin-bottom:10px;
	line-height:110px;
	font-size:11px;
	color:#C00;
	padding-left:80px;
}