/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/

HTML {
 overflow: -moz-scrollbars-vertical; 
 overflow-x: auto; 
}

HTML, BODY {
	height: 100%;
	width: 100%;
}

BODY {
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.4;
	background: #DE3525 url(../images/bg.png) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

IMG {
	border: 0;
}

FORM {
	margin: 0;
	padding: 0;
}

H1 {
	font-size: 16px;
	color: #DE3525;
	letter-spacing: 1.3px;
	padding: 0;
	margin: 0;
}

H2 {
	font-size: 13px;
	color: #DE3525;
	letter-spacing: 1.3px;
	padding-top: 2px;
}


H3 {
	font-size: 14px;
	color: #DE3525;
	letter-spacing: 1.3px;
	padding-top: 2px;
}

H3 A,
H3 A:active,
H3 A:visited,
H3 A:link {
	font-size: 14px;
	color: #DE3525;
	letter-spacing: 1.3px;
	padding-top: 2px;
	text-decoration: none;
}
H3 A:hover {
	color: #000;
	text-decoration: none;
}

H4 {
	font-size: 12px;
	color: #DE3525;
	letter-spacing: 1.3px;
}

H5, H6 {
	font-size: 12px;
	font-weight: bold;
}

P {
	padding-top: 2px;
	margin-top: 0;
}

A, A:active, A:visited {
	color: #000;
	text-decoration: underline;
}

A:hover {
	color: #5F5F50;
	text-decoration: underline;
}

TD {
	font-size: 12px;
}

/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}

.clear_w_height {
	height: 75px;
	clear: both;
	float: none;
}

.msg {
	text-align: left;
}

.main_msg {
	border: none;
	border: 1px solid red;
	background: #ffdddd;
	padding: 10px;
}

.msg_success {
	border: none;
	border: 1px solid #008000;
	background: #b7ffb7;
	padding: 10px;
}

.main_msg LEGEND {
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}

.formset {
	border: none;
	border: 1px solid #A0A18A;
	padding: 10px;
	margin-bottom: 10px;
}

.formset LEGEND {
	color: #A0A18A;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #A0A18A;
}

.even {
	background-color: #F3F6F1;
}

.odd {
	background-color: #FFF;
}

.search-text {
	width: 112px;
	height: 20px;
	border: 1px solid #DE3525;
}

.text_newsletter {
	border: 1px solid black;
}

.tbl_categories {
	width: 100%;
	border: none;
	margin-top: 30px;
}

.cell_photo {
	width: 25%;
}

.cell_title {
	width: 25%;
	height: 30px;
}

/* faq */
.answer {
	margin-bottom: 24px;
	margin-top: 0;
	padding: 0;
}

A.question  {
	font-weight: bold;
	color: #DE3525;
	text-decoration: none;
	margin-bottom: 2px;
	padding: 0;
}
A:hover.question {
	text-decoration: underline;
}

#faq_holder P {padding: 0;margin-bottom:0;}

#media_holder IMG {margin-right: 12px;}

.tbl_lnks A {
	font-weight: bold;
	text-decoration: none;
	color: #DE3525
}
.tbl_lnks A:hover {
	color: #000
}

A.tocart {
	color: #DE3525;
	text-decoration: none;
}
A.tocart:hover {
	color: #000;
	text-decoration: none;
}


.nl_signup_body {
	background: #FFF url(../images/bg_nl_signup.gif) repeat-x;
}

.nl_unsubscribe_body {
	background: #FFF url(../images/bg_nl_unsubscribe.gif) repeat-x;
}

.mtn_btm {
	text-align: center;
}

.contactpage {
	background: white;
}

/****************/
/***** ID'S *****/
/****************/

#wrapper {
	margin-top: 3px;
	width: 100%;
	background: white;
}

#logo {
	margin: 0 auto;
	padding: 0;
	width: 500px;
	height: 128px;
}
	
#container {
	width: 976px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
}

#leftpane {
	width: 180px;
	float: left;
}


#content {
	width: 775px;
	margin-left: 21px;
	float: left;
}

#contactform {
	width: 550px;
	float: left;
}

#contactaddress {
	width: 200px;
	margin-left: 25px;
	float: left;
}

#navigation_products {
	list-style: none;
	display: block;
	width: 160px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#navigation_products LI {
	width: 160px;
}

#navigation_products A {
	font-weight: bold;
	color: #06EE07;
	width: 160px;
	height: 20px;
	text-decoration: none;
	display: block;
	padding-left: 6px;
	padding-top: 1px;
}

#navigation_products A:hover {
	color: #FFF;
	background: url(../images/bg_nav.png) no-repeat;
}

#navigation_products DIV.active {
	width: 160px;
	height: 25px;
	background: url(../images/bg_nav.png) no-repeat;
}

#navigation_products DIV.active A {
	color: white;
}

#cart {
	color: #DA2B1C;
	font-weight: bold;
	margin-top: 30px;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 186px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#credits {
	color: #DE3525;
	font-size: 10px;
	padding-top: 24px;
}

#credits A {
	color: #DE3525;
	text-decoration: none;
}

#tags {
	width: 976px;
	text-align: center;
	font-size: 10px;
	color: #7B0B00;
	margin: 0 auto;
	padding-top: 8px;
}

/*********************/
/***** TEMPLATES *****/
/*********************/

/* basket and rest of ordering */

#basket {
	width: 100%;
}
	#basket A {
		border: none;
	}
	#basket TEXTAREA {
		width: 400px;
	}

#breadcrumbs {
	color: #DE3525;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#breadcrumbs B {
	color: #000;
}

.row_total {
	height: 1px;
}

#content_checkout {
	width: 90%;
	margin: 0 auto;
}

#prodholder {
	width: 100%;
}

/* more info */

#proddetail {
	width: 100%;
}

#images-big {
	width: 340px;
	float: left;
}

#images-big IMG {
	margin-bottom: 20px;
}

#product_details {
	width: 335px;
	float: left;
}


.tbl-dtl {
	width: 325px;
	margin-left: 10px;
}

.tbl-dtl-title {
	width: 100px;
	padding: 3px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

.tbl-dtl-data {
	padding: 3px;
	vertical-align: top;
}

.tbl-dtl-data-price {
	height: 40px;
	padding: 3px;
	vertical-align: middle;
	text-align: left;
	font: 18px arial, tahoma, sans-serif bold;
	color: black;
}

/*****************************/
/***** NAVIGATION FOOTER *****/
/*****************************/


#footer_navigation {
	width: 360px;
	height: 19px;
	margin: 0 auto;
	padding-top: 32px;
}


#nav_footer, 
#nav_footer ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background: #DE3525;
	text-align: center;
}

#nav_footer a {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	color: #DE3525;
	font-weight: bold;
	text-decoration: none;
}

#nav_footer a:hover {
	color: black;
}

#nav_footer li { /* all list items */
	float: left;
}

#nav_footer li ul li a {
	margin: 0;
	width: 175px;
	height: 20px;
	text-align: left;
	color: white;
}
#nav_footer li ul li a:hover {
	color: black;
	background: #F74635;
}

#nav_footer li ul { /* second-level lists */
	position: absolute;
	width: 175px;
	padding: 3px;
	border: 1px solid white;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav_footer li:hover ul, #nav_footer li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding-top: 6px;
	margin-left: 6px;
	z-index: 99;
}

/*****************************/
/***** NAVIGATION HEADER *****/
/*****************************/

#navigation_top {
	margin-top: 4px;
	letter-spacing: 1.3px;
	width: 430px;
	height: 19px;
	margin: 0 auto;
	margin-top: 3px;
    text-align: center;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background: #06EE07;
	text-align: center;
}

#nav a {
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: black;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul li a {
	margin: 0;
	width: 175px;
	height: 20px;
	text-align: left;
}
#nav li ul li a:hover {
	color: black;
	background: #5EFD5F;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 175px;
	padding: 3px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	padding-top: 6px;
	margin-left: 6px;
	z-index: 99;
}



/********************/
/***** LIGHTBOX *****/
/********************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}