@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../images/none.jpg) #000000 repeat-y center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #94210c;
	margin: 0;
}
h1, h3 {
	padding-left: 15px;
	background:url(../images/arrow.gif) #000000 no-repeat left center;
}
h1:hover {
	background:url(../images/arrow_hover.gif) #000000 no-repeat left center;
	color: #ff7200;
}
div.checkout {
	width:320px;
	height:30px;
	position:relative;
	left: 10px;
	top:-40px;
	margin-bottom:-30px;
}
img {
	border: 0;
}
a:link,a:active,a:visited {
	color: #ff7200;
}
a:hover {
	color: #94210c;
}
div.share {
	float: right;
	padding:10px;
}
div.center {
	width: 1000px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #94210c;
	border-right: 1px solid #94210c;
	clear: both;
}
div.header {
	height: 60px;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #94210c;
	border-right: 1px solid #94210c;
}
#header { 
	background:url(../images/headerBackground.jpg) #000000 no-repeat left bottom;
	width: 1000px;
	height: 445px;
}
#header .headerBackground {
	width:100%;
	height:90%;
	background:url(../images/logo.png) transparent no-repeat left bottom;
	text-align:right;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:right;
	font-size:30px;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 256px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 40px 20px 0;
	padding-left: 20px;
}

#sidebar img{
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebar a, #mainContent a {
	color: #000000;
	font-weight: bold;
}
#mainContent { 
	margin: 15px 280px 15px 30px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
#mainContent p { 
	margin-bottom: 10px;
	padding-right: 20px;
}
.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer { 
	height:90px;
	background:url(../images/footerBackground.jpg) repeat-x left top;
}
#footer p {
	padding-top:28px;
	margin:0;
	text-align:center;
} 
.footerLink  {
	color:#292b25;
	text-decoration:underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*begin main menu*/
#navcontainer {
	margin:auto 0 auto 0;
	width:1000px;
	height: 46px;
	background: url(../images/menuBackground.gif) repeat-x left top;
}
#navcontainer ul {
	margin: auto 0 auto 0;
	padding: 0;
}
#navcontainer ul li { 
	display: inline;
	float: left;
	text-align:center;
	width: 124px;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	font-size:18px;
	display: block;
	padding:10px 0px;
	/* background:url(../images/arrow.gif) transparent no-repeat right bottom; */
}
#navcontainer ul li a:hover {
	/* background:url(../images/arrow_on.gif) transparent no-repeat right bottom; */
	color: #ffffff;
	font-weight: bold;
}
#navcontainer ul li #current {
	color: #ffffff;
}
/* being comments */
div.comments {
	margin-left: 40px;
	display: none;
}
label {
	float: left;
	width: 150px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
input {
	border: 2px solid #94210c;
	padding:3px;
	width: 300px;
}
input[type=file]{
	border: 2px solid #94210c;
	padding:3px;
	width: 300px;
	clear:right;
}
input[type=hidden] {
	width: 0px;
	padding: 0px;
	border: 0px;
}
input[type=button] {
	width: 100px;
	margin: 5px auto 5px auto;
	padding: 5px;
}
input[type=image] {
	width: 100px;
	border: 0px;
	margin: 5px auto 5px auto;
	padding: 5px;
}


select {
	margin-top: 10px;
	border: 2px solid #94210c;
	padding:3px;
	width: 200px;
}
textarea {
	margin-top: 10px;
	border: 2px solid #94210c;
	padding:3px;
	width: 450px;
	height: 400px;
}
div.googlecart-add-button {
	margin: 0 auto;
}
.required {
	margin-right: 30px;
}
.required:hover {
	margin-right: 30px;
	background: #ffffff url('images/required.png') no-repeat scroll center right;
}
h4 {
	position: relative;
	height: 40px;
	font: italic normal bold 25px arial;
	padding: 6px 2px 2px 20px;
	margin: 10px 0px 0px 0px;
/*	border-bottom: 3px dotted #243f60; */
	background: transparent url('../images/arrow.gif') no-repeat scroll center left;
	color: #ff7200;
}
h4:hover {
	color: #94210c;
	background: transparent url('../images/arrow_hover.gif') no-repeat scroll center left;
	cursor: pointer;
}
h4.open{
	color: #94210c;
	background: transparent url('../images/arrow_open.gif') no-repeat scroll center left;
	cursor: default;
}
h4 span {
	position: relative;
	top: -15px;
	margin-bottom: -30px;
	font: italic normal normal 10px arial;
}
h5 {
	position: relative;
	font: italic normal bold 12px arial;
	padding: 2px 2px 2px 25px;
	margin: 0px 0px 0px 0px;
	background: transparent url('images/arrow_double_right.png') no-repeat scroll center left;
}
h5:hover {
	color: #7d9dc6;
	background: transparent url('images/zoom.png') no-repeat scroll center left;
	cursor: pointer;
}
h5.open{
	color: #7d9dc6;
	background: transparent url('images/zoom_out.png') no-repeat scroll center left;
	cursor: default;
}
/* MENU CODE */
div.menu {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 365px;
	font: bold 15px arial;
	text-transform: capitalize;
	text-align: center;
	border-top: 4px solid #94210c;
	border-bottom: 1px solid #94210c;
	background:url(../images/logoHeader.jpg) #000000 no-repeat left bottom;
}
div.menu ul {
	padding: 0;
	margin: 0px auto 0px auto;
	height: 46px;
	background: url(../images/menuBackground.gif) repeat-x left top;
}

div.menu li {
	float: left;
	display: inline;
}
div.menu ul li a:link, div.menu ul li a:visited {
	height: 28px;
	margin-right: 2px;
	display: block;
	padding: 12px 15px 0px 15px;
	color: #ababab;
	text-decoration: none;
}
div.menu ul li a:hover, div.menu ul li a:active {
	color: #ffffff;
	background: url(../images/menuHover.gif) no-repeat center top;
}
div.menu ul li a.add {
	background: transparent url('images/add.png') no-repeat scroll top center;
}

div.menu ul li a.add:hover {
	background: transparent url('images/add_hover.png') no-repeat scroll top center;
	color: #ffffff;
	border-top: 0px dashed #243f60;
	border-left: 0px dashed #243f60;
	border-right: 0px dashed #243f60;
	border-bottom: 0px solid #ffffff;
}
/* MAIN SECTION */
div.sidemenu{
	float: right; /* since this element is floated, a width must be given */
	width: 256px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding: 10px;
}
div.sidemenu div{
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}
div.main {
	padding: 0px;
	width: 1000px;
	min-height: 600px;
	margin-top: 15px;
}
div.main table {
	padding-left: 10px;
	width: 720px;
}
div.main ul {
	width: 735px;
	padding: 0;
	margin-left: 10px;
	margin-right: 256px;
}

div.main ul li {
	display: block;
	padding: 5px;
}

div.main div.product {
	float: left;
	display: inline;
	padding: 0;
	width: 350px;
	margin: 10px 0px 10px 10px;
}
div.main div.product span img{
	float: left;
	padding: 9px;
	position: relative;
	top: -9px;
	margin-right: 5px;
}

div.main ul li p.form {
	margin-left: 156px;
}
div.main ul li p img {
	padding: 9px;
	height: 100px;
	width: 100px;
}
div.main ul li p img:hover, div.main div.product span img:hover {
	background-color:#94210c;
}

div.main ul li div {
	display: block;
	margin-bottom: 10px;
}
div.main ul ul{
	width: 100%;
	padding: 0;
	margin: 0px 0px 0px 20px;
}
div.main ul ul li {
	text-align: left;
	display: block;
	width: 650px;
	min-height: 18px;
	margin-top: 3px;
	padding: 0px 0px 0px 25px;
	border: 0px;
	background: transparent url('images/comment.png') no-repeat scroll top left;
}
div.pfooter {
	clear: both;
	padding-top:20px;
	width: 1000px;
	height: 90px;
	background:url(../images/footerBackground.jpg) repeat-x left top;
	text-align:center;
}
div.footer {
	clear: both;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
ul li div.buttons {
	float: right;
	position: relative;
	top: -30px;
	margin-left: -100px;
}
a.more_arrow {
	float: right;
	width: 20px;
	height: 100px;
	display: block;
	background: transparent url(../images/more_arrow.png) no-repeat scroll right center;
}
a.more_arrow:hover {
	background: transparent url(../images/more_arrow_hover.png) no-repeat scroll right center;
}
