/* 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: 70px;
}

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

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

body {
	/*background: #ebebeb url(/images/body_bg.gif) repeat-x;*/
	background: #F1EA5C;
	}
	
a{text-decoration: none; color: #000;}
a:hover {text-decoration: underline; color: #363;}

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

#header {
	position: absolute;
	top: 0;
	width: 793px;
	left: 50%;
	margin-left: -396px;
	height: 323px;
	/*
	height: 155px;
	border-bottom: 3px solid #666;
	background:#eaeaea;
	*/
	}
	#header .inner {padding: 5px 20px 0 20px;}
	#header h1 {font-size: 30px; padding: 30px 0 0 0;}
	
#logo {}
#content {
	position: relative;
	left: 50%;
	width: 793px;
	margin: 0 0 0 -396px;
	padding-top: 332px;
	background: #FFF;
	}
	#content .inner {
		padding: 20px;
		background: #A8E1A8 url(/images/innerPageBackground.gif) repeat-y;
		min-height: 200px;
		}
#footer {
	width: 793px;
	left: 50%;
	margin-left: -396px;
	height: 60px;
	background: #E8AC20;
	}
	
	#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{
	color: #006633;
	padding: 0 0 0 12px;
	background: url(/images/head-extra-divide.gif) no-repeat;
	text-decoration: none;
}

ul.categoryList {
	float: left;
	padding: 0 20px 0 0;
	margin-left: 8px;
	}
ul.categoryList li a {
	margin-left: 15px;
	font-size: 2em;
	font-weight: bold;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

ul.categoryList {
	float: left;
	padding: 0 20px 0 0;
	margin-left: 8px;
	}
ul.subCategoryList li a {
	margin-left: 15px;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
ul.productList li a {
	margin-left: 15px;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
/*
#content table {
	padding: 2px 10px;
	}
	#content table th {
		padding: 2px 5px;
	}
	#content table td{
		padding: 2px 5px;
	}
	#content table th {
		background-color:#eaeaea;
		}
*/
#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;}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.8em;
	color: #960;
	text-align: center;
	}
#footer a{
	color: #630;
	text-decoration: none;
	}
#footer a:hover
	{
	color: #850;
	}

h1 {
	font-size: 26px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
.sideCell{
	width: 20%; 
	text-align: center;
	vertical-align: top;
	background-color: #339933;
	}
	
.sideCell h1 {
	color: #FFF; 
	}

.sideDiv a:link{text-decoration: none; color: #000;}
.sideDiv a:visited {color: #000;}
.sideDiv a:hover {color: #FFFF00;}

.sideCell a:link{text-decoration: none; color: #000;}
.sideCell a:visited {color: #000;}
.sideCell a:hover {color: #FFFF00;}

.centerCell {
	background: #A8E1A8;
	}

.centerCell a:link{text-decoration: none; color: #000;}
.centerCell a:visited {color: #000;}
.centerCell a:hover {color: #393; text-decoration: underline;}

h2 {
	font-size:14px;
	font-weight: normal;
	color: #063;
	}
h1 a{color: #000;}
h3 {
	font-weight: bold;
	}
h4 {
	font-weight: bold;
	display: inline;
	}
hr {
	clear: both;
	height: 1px;
	padding: 0;
	color: #ffffff;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	}
div.breadCrumbs {
	padding: 0;
	margin: 0;
	}
.breadCrumbs, .breadCrumbs a {
	color: #006600;
	text-decoration: none;
	}
.breadCrumbs a:hover {
	color: #000;
	}

a.categoryProductList {font-size: 26px; font-weight: bold; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #000;}
a.categoryList {font-size: 26px; font-weight: bold; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #000; text-decoration: none;}

table.cart-table th {
	background-color:#999999;
	color: #FFFFFF;
}
td.cart-row0{ 
	background-color:#e1e1e1;
	}
td.cart-row1{
	background-color:#eee;
	}

/* fckeditor styles - see fckstyles.xml*/

.imgLeft {border: 1px solid #fff; padding: 5px; margin: 2px 10px 2px 0;}
.imgRight {border: 1px solid #fff; padding: 5px; margin: 2px 0 2px 10px;}
.imgCenter {border: 1px solid #fff; padding: 5px; margin: 8px 2px; float: none; text-align: center;}
