body, html, head	{
	margin		: 0px;
	background	: #03070b url('../images/body_bgr.jpg') fixed repeat-y center;
	font-family	: arial, verdana, sans-serif;
	font-size	: 12px;
	color		: #303030;
	width		: 100%;
	height		: 100%;
	}

.headerBgr
	{
	background	: transparent url('../images/header_bgr.jpg') no-repeat center; /* header bgr */
	width		: 100%;
	position	: absolute;
	left		: 0px;
	height		: 750px;
	}

.centerize
	{
	position	: relative;
	display		: block;
	margin		: 0 auto 0;
	padding		: 0px;
	text-align	: left;
	width		: 1001px;
	height		: 100%;
	}

/* header */
.header
	{
	background	: transparent url('../images/menu_bgr.png');
	position	: relative;
	min-height	: 300px;
	}

.header .headerspacer
	{
	margin		: 10px;
	position	: absolute;
	bottom		: 30px;
	width		: 981px;
	}

.header ul.topMenu
	{
	width		: 100%;
	margin		: 0px 0px 0px 0px;
	padding		: 0px;
	clear		: both;
	height		: 38px;
	list-style-type	: none;
	font-variant	: small-caps;
	position	: relative;
	z-index		: +2;
	}

.header ul.topMenu li
	{
	list-style-type	: none;
	float		: left;
	margin-right	: 0px;
	margin-left	: 0px;
	padding		: 0px;
	}

.header ul.topMenu li a
	{
	text-decoration	: none;
	color		: #c3c3c3;
	line-height	: 38px;
	display	: block;
	background	: transparent;
	padding	: 0px 16px 0px 16px;
	margin		: 0px;
	position	: relative;
	height		: 38px;
	font-size	: 12px;
	float		: left;
/*	background	: #303030; transparent url('../images/header/tab_black_right.png') no-repeat right;*/
	background	: transparent url('../images/menu_bgr_2.png') top repeat-x;
	}

.header ul li.search
	{
	float	: right;
	}

.header ul.topMenu li a:hover, .header ul.topMenu li.selected a
	{
	color		: #ffffff;
	background	: transparent url('../images/menu_bgr_1.png') top repeat-x;
	}


.header ul li ul
	{
	margin	: 0px;
	padding	: 0px;
	float	: none;
	clear	: both;
	position	: absolute;
	left	: 0px;
	top	: 35px;
	padding-top	: 5px;
	display	: none;
	width		: 100%;
/*	background	: #000000; header bgr */
	background	: transparent url('../images/menu_bgr_1.png') bottom repeat-x;
	z-index	: -1;
	height		: 25px;
	}

.header ul li.selected ul
	{
	display	: block;
	z-index	: +1;
	}

.header ul li:hover ul
	{
	display	: block;
	z-index	: +2;
	}

.header ul li ul li
	{
	height	: 20px;
	background	: transparent;
	}



.header ul li ul.submenu li a
	{
	text-decoration	: none;
	color		: #ffffff !important;
	background	: transparent !important;;
	line-height	: 20px;
	display		: block;
	padding		: 0px 0px 0px 10px;
	margin		: 0px 0px 0px 10px;
	position	: relative;
	height		: 20px;
	font-size	: 12px;
	float		: left;
	}

.header ul li ul.submenu li a:hover, .header ul li ul.submenu li.selected a
	{
	color		: #00afff !important;
	background	: #efefef;
	}






.container
	{
	background	: #ffffff;
	}

.contentLeft
	{
	width		: 760px;
	float		: left;
	clear		: right;
	}

.footer{
	clear: both;
	background	: #ffffff;
	}

.contentRight
	{
	width		: 200px;
	float		: left;
	margin-left	: 20px;
	}

h1	{
	font-family	: georgia, serif;
	font-size	: 24px;
	font-weight	: 100;
	color		: #303030;
	background	: transparent;
	letter-spacing: -0.4px;
	margin-top	: 0px;
	margin-bottom	: 5px;
	line-height	: 24px;
	}

h2	{
	font-family	: times, serif;
	font-size	: 18px;
	font-weight	: 300;
	color		: #00a0ff;
	background	: transparent;
	font-style	: italic;
	letter-spacing	: -0.2px;
	margin-top	: 0px;
	margin-bottom	: 5px;
	line-height	: 16px;
	}





a:link, a:visited
	{
	color	: #cc20ac;
	}

a img	{
	border	: 0px;
	}

table	{
	}

td	{
	font-size	: 16px;
	letter-spacing	: -0.4px;
	vertical-align	: middle;
	border-bottom	: 1px solid #c3c3c3;
	border-right	: 1px solid #c3c3c3;

	padding		: 5px;
	text-align	: center;
	}

td.noborder
	{
	border-right	: 0px;
	}

td.noborders
	{
	border-right	: 0px;
	border-bottom	: 0px;
	}

/* Common */
* html .clearfix 
	{
	height	: 1%;
	}
.clearfix
	{
	display: inline-block;   
	}

.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
    
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}








/* promotions */
.promotionContainer
	{
	width		: 720px;
	position	: relative;
	overflow	: hidden;
	height		: 265px;
	background	: #303030;
	}

.promotionContainer .scrollContainer
	{
	width		: 9999px;
	position	: absolute;
	}

.promotionContainer span.prev
	{
	position	: absolute;
	left		: 0px;
	top		: 100px;
	display		: block;
	width		: 36px;
	height		: 70px;
	background	: transparent url('../images/buttons/promo_large_prev.png') no-repeat;;
	cursor		: pointer;
	}

.promotionContainer span.next
	{
	position	: absolute;
	right		: 0px;
	top		: 100px;
	display		: block;
	width		: 36px;
	height		: 70px;
	background	: transparent url('../images/buttons/promo_large_next.png') no-repeat;;
	cursor		: pointer;
	}

.promotionLarge
	{
	width		: 720px;
	height		: 265px;
	display	: block;
	float		: left;
	position	: relative;
	}

.promotionLarge .promotionLargeContent
	{
	width		: 720px;
	height		: 265px;
	overflow	: hidden;
	color		: #ffffff;
	font-size	: 13px;
	font-weight	: 100;
	}

.promotionLarge .promotionLargeContent .bgr
	{
	position	: absolute;
	top		: 0px;
	left		: 0px;
	}

.promotionLarge .promotionLargeContent h2
	{
	color		: #ffffff;
	font-family	: georgia, serif;
	font-size	: 24px;
	font-weight	: 100;
	background	: transparent;
	letter-spacing: -0.4px;
	margin-top	: 0px;
	margin-bottom	: 5px;
	line-height	: 24px;
	}




.rowContainer
	{
	float	: none;
	clear	: both;
	}

.columnLeft
	{
	width	: 50%;
	float	: left;
	}

.columnRight
	{
	width	: 50%;
	float	: left;
	}

.columnLeft h2, .columnRight h2
	{
	width		: 352px;
	color		: #00a0ff;
/*	color		: #404040;*/
	margin-top	: 5px;
	}

div.hr
	{
	font-size	: 9px;
	height		: 9px;
	background	: #c3c3c3;
	display		: block;
	width		: 100%;
	}

div.hrThin
	{
	font-size	: 1px;
	height		: 1px;
	background	: #dfdfdf;
	border-top	: 1px solid #efefef;
	display		: block;
	width		: 100%;
	margin-bottom	: 10px;
	margin-top	: 10px;
clear: both;
	}






/*
*/
.largeButton:link, .largeButton:visited
	{
	text-decoration: none;
	color		: #303030;
	line-height	: 38px;
	display	: block;
	background	: transparent;
	padding	: 0px 20px 0px 20px;
	margin		: 0px 0px 0px 4px;
	position	: relative;
	height		: 38px;
	font-size	: 12px;
	float		: left;
	background	: transparent url('../images/tab_right.png') right;
	font-variant	: small-caps;
	}


.largeButton:hover
	{
	color		: #efefef;
	background	: transparent url('../images/tab_right_selected.png') right;
	}


.largeButton span
	{
	position	: absolute;
	left		: -4px;
	background	: transparent;
	display	: block;
	width		: 4px;
	height		: 38px;
	top		: 0px;
	background	: transparent url('../images/tab_left.png') no-repeat left;
	}

.largeButton:hover span
	{
	background	: transparent url('../images/tab_left_selected.png') no-repeat left;
	}



/* Order form */

.orderForm
	{
	font-size	: 13px;
	color		: #202020;
	}

.orderForm form
	{
	margin	: 0px;
	}

.orderForm .formBlockEven
	{
	border-bottom	: 1px dotted #a4a4a4;
	padding-bottom: 5px;
	}

.orderForm .formBlockOdd
	{
	border-bottom	: 1px dotted #a4a4a4;
	background	: #efefef;
	margin-bottom	: 5px;
	}

.orderForm .formBlockCode
	{
	margin-top	: 5px;
	background	: #ccd8ff;
	padding	: 5px;
	}


.orderForm .formBlockLeft
	{
	width	: 20%;
	float	: left;
	}

.orderForm .formBlockRight
	{
	width	: 80%;
	clear	: right;
	}

.orderForm input
	{
	font-size	: 13px;
	border		: 2px solid #dfdfdf;
	background	: #fdfdfd;
	color		: #404040;
	margin-top	: 2px;
	margin-bottom	: 2px;
	}

.orderForm input:focus
	{
	background	: #ffffff;
	color		: #202020;
	border		: 2px solid #76a8ff;
	}

.moreInfoContainer
	{
	position	: fixed; 
	width		: 100%; 
	height		: 100%; 
	top		: 0px; 
	left		: 0px; 
	z-index		: +9999; 
	display		: none;
	}

div.moreInfo
	{
	position	: absolute;
	left		: 50%;
	top		: 50%;
	margin-left	: -320px;
	margin-top	: -160px;
	width	: 640px;
	height	: 320px;
	border	: 1px solid #cecece;
	background	: #ffffff;
	}

div.moreInfo .titleContainer
	{
	height	: 32px;
	vertical-align: middle;
	background	: #2266cc;
	}

div.moreInfo .titleContainer .closeWindow a:link, div.moreInfo .titleContainer .closeWindow a:visited
	{
	text-decoration	: none;
	color		: #ffffff;
	}

div.moreInfo h2
	{
	width	: 600px;
	float	: left;
	line-height	: 32px;
	padding-left	: 10px;
	color		: #efefef;
	}

div.moreInfo span.closeWindow
	{
	width	: 30px;
	float	: left;
	}



div.ordertype
	{
	width	: 720px; 
	height	: 37px;
	}


div.ordertype .orderpersonal, div.ordertype .orderpersonalSelected
	{
	display	: block; 
	background	: transparent url('../images/buttons/ordertype.gif') no-repeat;
	width		: 360px;
	height		: 37px;
	float		: left;
	background-position	: bottom left;
	text-decoration	: none;
	}

div.ordertype .orderpersonal span, div.ordertype .orderpersonalSelected span
	{
	display	: block;
	position	: relative;
	top		: 5px;
	left		: 25px;
	}
div.ordertype .orderpersonalSelected
	{
	background-position	: top left;
	}
div.ordertype .orderpersonal:hover
	{
	background-position	: top left;
	}






div.ordertype .ordercompany, div.ordertype .ordercompanySelected
	{
	display	: block;
	position	: relative;
	background	: transparent url('../images/buttons/ordertype.gif') no-repeat;
	width		: 360px;
	height		: 37px;
	float		: left;
	background-position	: bottom right;
	text-decoration	: none;
	}

div.ordertype .ordercompany span, div.ordertype .ordercompanySelected span
	{
	display	: block;
	position	: relative;
	top		: 5px;
	left		: 25px;
	}
div.ordertype .ordercompanySelected
	{
	background-position	: top right;
	}
div.ordertype .ordercompany:hover
	{
	background-position	: top right;
	}



div.ordertype a:link, div.ordertype a:visited
	{
	font-family	: times, serif;
	font-size	: 16px;
	font-weight	: 300;
	color		: #ffffff;
	text-decoration	: none;
	font-style	: italic;
	letter-spacing	: -0.2px;
	margin-top	: 0px;
	margin-bottom	: 5px;
	line-height	: 16px;
	}