/* top elements */
* { padding: 0; margin: 0; }

/* links */
a { background: inherit; color: #66000F; text-decoration:none;}
a:hover { background: inherit; color: #BA011C; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Arial', Tahoma, Sans-serif;
	color: #8f0000;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; color:#333333 }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 0px;	
	color: #962030;	
  list-style: square;}
    
}
ul ul, ul ol {
	margin: 5px 0 0 10px;
}
ul span, ol span {
	color: #333;
}

/* images */
img {
	border:none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

/* form elements */
form, .box {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #ccc;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 200px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
/***********************
	  LAYOUT
************************/

#header, #main, #footer, #footer-bottom {
	width: 950px;
}

#nav ul {
	position:absolute;
	top:115px;
	width:900px;
}

#nav ul li {
	height:25px;
	white-space:nowrap;
	list-style:none;
	float:left;
	margin-right:14px;
	font-size:12px;	
	font-weight:bolder;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;;
}

#nav ul li a {
	color:#FFFFFF;
	padding:3px 10px;
	text-transform:capitalize;
}

#nav ul li a:hover, #nav ul li a.on {
	color:#fff;
	border:1px #B70000 solid;
	background:#B70000;
	
}

#breadcrumbs { position: relative; background: url('../img/sep-c.gif') repeat-x 0 100%; color: #666; font-size: 8pt; text-transform: uppercase; margin-left:10px; margin-right:0; margin-top:0; margin-bottom:10px; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px }
#breadcrumbs a { padding: 0 2px; color: #993300; text-decoration: none; }
#breadcrumbs a:hover { text-decoration: underline; }
#breadcrumbs a.home { background: url('../images/icons-guy.html') no-repeat 2px 20%;; padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0 }
#breadcrumbs strong { padding: 0 2px; color: #666; }

/* header */
#header {
	height: 160px;

	text-align: left;	
	margin:0 auto
}
#header-content {
	position: relative;
	float:left;
	margin: 0 auto; padding: 0;
}
#header-content #title {
	position: absolute;	
	font: 3em Arial;
	letter-spacing:-1px; 
	color: #FFF;
	margin-top: 50px; padding: 0;
}
#header-content #title a {
	color: #FFF;
}
#title a:hover {
	color: #bc2e2d;
}
#header-content #slogan {
	position: absolute;	
	font: bold 1.1em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 0px;
	font: bold 1.4em Arial;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;	
	margin-top:10px;	
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 68px 12px 10px 12px;	
	color: #FFF;
	background-color: #990100;
	text-decoration: none;
	border-right: 1px solid #a41212;
}
#header-content li a:hover {
	background: #b72726;
	color: #FFF;
}
#header-content li a.active  {
	background: #b72726;
	color: #FFF;
}
#current
{
background-color: #fff;
}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 20px auto 0px auto;	
}

#product-sidebar {
	float:left;
	width:330px;
	margin: 10px 0 10px 10px; padding: 0;	
	text-align:left;
}
/* sidebar */
#sidebar {
	float: left;
	width: 180px;
	margin: 10px 0 10px 10px; padding: 0;	
	text-align:left;
}	
#sidebar h2 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	color:#8f0000;
    font-size: 1.2em;	
}
.sidebox {
	background: #eeeeee;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;	
	background: #F2F2F2;
	text-align:left;
}
#sidebar ul.sidemenu ul {
	list-style:none;
	margin: 0px 0 0 10px;
	padding: 0;		
	text-align:left;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
	list-style:none;
	text-align:left;
}
#sidebar ul.sidemenu ul li {
	padding: 0;		
	text-align:left;
	list-style:none;
}

#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #66000F;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-top: 1px dashed #CCC;
	text-decoration:none;
}

#sidebar ul.sidemenu a:hover, #sidebar ul.sidemenu a.on {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #870014;
	color: #BA011C;		
}

#sidebar ul.sidemenu a.on {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #870014;
	color: #BA011C;		
	font-weight:bold;
}

/* main */
#main-wrapper {
	float: left;
	width: 100%;	
	text-align:center;
	padding: 0 0 10px 0; padding: 0;	
}
#main {
	margin:0 auto;
	text-align:left;
	background:#fff;
}

#main table td { vertical-align:top}

#main h1 {
  font-size: 1.6em;
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
}

#main-content {
	float:left;
	margin:0 auto;
	width: 730px;
	height: auto;
	text-align: left;
	background: #ffffff;
	border-left: none;
	padding:4px;
}

#product-conent {
	width:550px;
}

#main-content-home {
	width:950px;
	background:url('../img/homebg.jpg') no-repeat;
}

#main-content-text {
	margin-left:400px;
	width:550px;
}
#main-content-home div.box p {
	padding-left:0px;
}


#productSmallImages {
	text-align:center;
}
.itemHeaderText {margin:13px 10px 10px 10px; font-size:11pt;}
.itemMiddle { background:url('../img/itemMiddle.html') repeat-y; width:310px; height:auto; color:#000 }
.itemMiddle p, .itemMiddle table {padding:10px;}

.vis-clear { 
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	width:100%;
}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	border-top: 2px solid #bc2e2d;
  font-family: Arial;
	width: 950px;
	height: 200px;
	background: #990100;
	color: #666666;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
	line-height: 17px;
  
}
	
#footer-bottom {
	height: 25px;
	background: #333;
	position: relative;
	padding-top: 10px;
	color: #ccc;
	border-top: 2px solid #bc2e2d;
	margin:0 auto;
}
	
#footer-bottom a {
	color: #fff;
}
	
#footer p {
	color: #666666;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	margin: 0px;	
	}
	
#footer h2 {
background: #9d0b0b;
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	border: 2px solid #960001;
	padding: 5px;
	margin: 15px 0px 0px 0px;
	text-transform: none;
	}

#footer a {
	color: #666666;
	text-decoration: none;
	}

#footer a:hover {
	color: #66000f;
	text-decoration: none;
	}
	
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0 2px 0 2px;
	}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #bc2c2b;
	}

#footer ul li a:hover {
	background: #b72726;
	color: #000;
	}
	
#footer-left {
	background: #990100;
	float: left;
	width: 290px;
	margin: 0px 20px 0px 0px;
	padding: 0 0 0 10px;
	}
	
#footer-middle {
	background: #990100;
	float: left;
	width: 300px;
	margin: 0px 20px 0px 5px;
	padding: 0px;
	}
	
#footer-right {
	background: #990100;
	float: right;
	width: 290px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

.product { width:160px; margin:0px 10px; float:left; text-align:center}

.signupForm {padding:10px; width:400px; margin-left:20px; border: 1px #ddd solid;}
.signupForm img {margin:5px}
.contactForm {padding:10px; margin:20px; border: 1px #ddd solid;}
.contactForm img {margin:5px}

.status{background:#FFFFCC; border:#FFCC00 1px solid; padding:10px; font-weight:bold}

#cartHeader {
	border-left:1px solid #B70000; border-right:1px solid #B70000; border-bottom:1px solid #B70000; color:#990100;
	border-top:0px none;
	background:#eee url('../img/cart.png') no-repeat;
	text-align:left;
	padding-left:30px;
	height:15px;
	width:130px;
	float:right;
	margin-left:0px; margin-right:15px; margin-top:0px; margin-bottom:0px
}

#cartHeader a {
	color:#990100;
	background:none;
	font-weight:normal;
}	

#cartHeader a:hover {
	border-bottom:1px dashed #fff;
}