/* CSS Document */

/*----------FOOTER STICKER--------------*/

html
{
height: 100%;
padding:0;
margin:0;
}

body
{
height: 100%;
padding:0;
margin:0;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 60px;
}

#footer
{
position: relative;
margin-top: -60px;
} 

/*----------LAYOUT--------------*/

body {
	background: #000 /*url(/images/body_bg.gif) repeat-x*/;
	color:#FFF;
	}
	
a:link{color: #FF0;}
a:visited {color: #FF0; text-decoration: none;}
a:hover {color: #FFF;}

#nonFooter{
	/*background:#ccc;*/
	left: 50%;
	margin-left: -396px;
	width: 793px;
	}

#header {
	position: absolute;
	top: 0;
	width: 793px;
	left: 50%;
	margin-left: -396px;
	height: 155px;
	background:#000;
	}
	#header .inner {padding: 5px 20px;}
	#header h1 {font-size: 30px; padding: 30px 0 0 0;}
	
#content {
	position: relative;
	left: 50%;
	width: 793px;
	margin-left: -396px;
	padding-top: 160px;
	}
	/*#content .inner {
		padding: 1px 20px 8px;
		min-height: 200px;
		}
	*/	
#footer {
	left: 50%;
	width: 793px;
	margin-left: -396px;
	height: 60px;
	}
	
	#footer .inner 
		{
		padding: 10px;
		}

/*--------subLAYOUT--------*/

#topMenu {
	background: url(/images/topmenu_bg.jpg) center 0 no-repeat;
	height: 30px;
	line-height: 23px;
	font-size: 1.1em;
	color: #777;
	padding: 2px .7em;
	/*text-align: right;*/
	}
#topMenu ul{
	padding: 0;
	margin: 0;
	}
#topMenu li{
	display: inline;
	list-style: none;
	}
#topMenu a{
	color: #CCC;
	text-decoration: none;
	padding: 0 1em;
	}
#topMenu a:hover{
	color: #EEE;
	text-decoration: none;
	}
#menu {
	width: 260px;
	float: left;
	}
#menu ul {
	padding: 0;
	margin: 0 15px 0 10px;
	}
#menu li {
	list-style: none;
	/*background: #EEE;*/
	border-bottom: 1px dotted #E1E1E1;
	height: 18px;
	line-height: 16px;/**/
	padding: 1px 0 0 0;
	background: url(/images/arr_out.gif) 0 1px no-repeat;
	}
#menu li.over {
	background: url(/images/arr_hov.gif) 1px 1px no-repeat;
}
#menu a {
	font-size: 1.2em;
	color: #253A92;
	text-decoration: none;
	margin-left: 20px;
	}	
#menu a:hover {
	font-size: 1.2em;
	color: #AAA;
	text-decoration: none;
	margin-left: 20px;
	}

a.langList{
	padding: 0 0 0 12px;
	background: url(/images/head-extra-divide.gif) no-repeat;
	text-decoration: none;
}

#content ul li{
	list-style: none;
	padding-left: 15px;
	margin-left: -12px;
	/*background:url(/images/subcat_bullet.gif) 0 2px no-repeat;*/
	}
	
#prodDetailBox {
	/*
	float:right;
	padding-left: 20px;
	margin: 0 0 10px 10px;
	width: 50%;
	border-left: 1px solid #e5e5e5;
	
	*/
	line-height: 1.2em;
}		

#photo-links a {text-decoration:underline;}

ul#subCatMenu {
	width: 100%;
	text-align: left;
	padding: 0;
	margin-left:1em;
	color: #CCCC00;
	}
	
li#subCatMenu {
	padding: 0;
	list-style: square;
	color: #006600;
	}
li#subCatMenu a {font-size: 14px; font-weight: bold; margin-left: 1em;}

/*----- TYPOGRAPHY ------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
	}
	
#footer {
	color: #666;
	text-align: center;
	border-top: 2px solid #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.6em;
	}
#footer a{
	color: #AAA;
	text-decoration: none;
	}
#footer a:hover
	{
	color: #CCC;
	}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	}	
h2 {
	font-size:16px;
	font-weight: bold;
	color: #00CC33;
	}
h3 {
	font-weight: bold;
	}
h4 {
	font-weight: bold;
	display: inline;
	}
hr {
	clear: both;
	height: 1px;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
	border: 1px solid #ccc;
	}
div.breadCrumbs {
 	margin-top:20px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #333;
	}
.breadCrumbs, .breadCrumbs a {
	color: #AAA;
	text-decoration: none;
	}
.breadCrumbs a:hover {
	color: #CCC;
	}
a.left {
	color: #FFFF00;
	font-weight: bold;
	}
a.left:hover {
	color: #FFF;
	}
#content ul.specialMenu {margin-left:10px; padding-left:10px; text-align: left;} 
#content ul.specialMenu li {list-style: square; color: #006600; margin-left: 0; padding-left: 0;}
a.specialMenu {font-size:14px; color: #FF0; text-decoration: none; font-weight: bold;}
a.specialMenu:hover {color: #FFF; text-decoration: underline;}


a.categoryProductList {font-size: 26px; font-weight: bold; color: #CCC;}
a.categoryList {font-size: 26px; font-weight: bold; color: #CCC; text-decoration: none;}
#productList a {color: #FFFF00;}
#productList a:hover {text-decoration: underline;}
/* fckeditor styles - see fckstyles.xml*/

.imgLeft {border: 1px solid #666; padding: 5px; margin: 2px 15px 2px 0; background: #333;}
.imgRight {border: 1px solid #666; padding: 5px; margin: 2px 0 2px 15px; background: #333;}
.imgCenter {border: 1px solid #666; padding: 5px; margin: 2px; background: #333;}