@charset "UTF-8";
/* CSS Document */

/**************** General Classes *****************/
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FAFAFA;
	font-family:, Arial, Verdana, Helvetica, sans-serif;
	line-height: 11pt;
	text-align:justify;
	letter-spacing: .4pt;
	
	}

#homePage {

}

#subPage {


}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F47820; /* Accent 10 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6699CC; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	color: #030303; /* Link */
	margin: 0px 0px 5px 0px;
	text-transform: uppercase; font-weight: bold; font-size:11px;
		
}

#homePage h1 {
	clear: none;
}

#homePage h2 {
	clear: none;
}

#homePage h3 {
	clear: none;
}

a {
	color: #ABABAB; font-weight: normal; text-decoration: none; letter-spacing: .6pt; font-style:italic;
}
a:hover        {
	text-decoration: underline;
	color: #FCFCFC;
}



p {
	margin: 6px 0px 6px 0px;
}

p.noSpace {
	margin: 0px;
}

.title{ text-transform: uppercase; font-weight: bold; font-size:11px; color: #FCFCFC;}

form{
	padding:0;
	margin:0;
	border:0;
	
}

hr {
	
	size:1px;
	width:100%;
	color:#C1C1C1}
	
.stype{
font-size:9px; color: #D6D6D6; line-height:12px;
}

td {
font-size:11px; line-height:13px; letter-spacing: .6pt;
}


/**************** Header Classes *****************/

#header {
	height: 109px;
	width: 100%;
	background-color:#FFFFFF;
	visibility:visible;
	display: block;
	float:left;
	
}

#logo {
	padding:0px;
	margin:0px;
	height: 109px;
	border-left:#fff 51px solid;
	float:left;
	
}
#ad {
	height:109px;
	float:left;

}

#main{
	width: 100%;
	min-height:479px;
 	height:auto !important;
  	height:479px;
	visibility:visible;
	background-color: #39240f;
	background-image: url(../css_images/menu.gif);
	background-repeat: repeat-y;
	display: block;
	float:left;
}


#main2{
	width: 100%;
	min-height:479px;
 	height:auto !important;
  	height:479px;
	visibility:visible;
	background-color: #fff;
	background-image: url(../css_images/menu.gif);
	background-repeat: repeat-y;
	display: block;
	float:left;
}

#footer {
	width: 100%;
	height: 100px;
	display: block;
	float:left;

}

#pageBody{
	margin:0px;
	padding:0px;
	min-height:479px;
 	height:auto !important;
  	height:479px;
	width:587px;
	float:left;
	overflow:visible;
}

/**************** Products Classes *****************/


#productBox{
	width:303px;
	height:479px;
	float:left;
	margin:0px;
	padding:0px;

}

.productPic{
	width:237px;
	height:339px;
	margin-bottom:0;
	margin-right:32px;
	margin-top:24px;
	margin-left:32px;
	border: 1px solid #FFF;
	background-color:#FFF;
	background-image:url(../images_products/<?php echo $row_rsproducts['ItemImage']; ?>);
	

}

.imgProduct{
	border: solid 1px #FFFFFF;
	width:237px;
	height: 339;

}

#productDes{
	width:284px;
	height:auto;
	float:left;
	margin:0px;
	padding-top:24px;
	vertical-align:top;
	

}


.LongDesc{
	margin:0px;
	padding:10px 0px 10px 0px;
	
	}

.rolloversBox1 {
	width:46px;
	height:66px;
	margin-left:42px;
	margin-top:10px;
	float:left;
}

.rolloversBox2 {
	width:46px;
	height:66px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.rolloversBox3 {
	width:46px;
	height:66px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

.rolloversBox4 {
	width:46px;
	height:66px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

#topTitle {
	margin:0px;
	padding:0px;
	height:56px;
	width:587px;
	float:left;
	background-image:url(../images/title_line.gif);

}

.topTitlepic{
	height:39px;
	width:auto;
	margin-left:32px;
	padding:0px;

}

#subPage_info {
	height:390px;
	width:587px;
	float:left;
	margin-left:26px;
	margin-bottom:0px;
	padding-right:0px;
	margin-top:6px;
	overflow:auto;

}

#cart_info {
	height:100%;
	width:535px;
	float:left;
	margin-left:0px;
	margin-bottom:16px;
	padding-right:0px;
	margin-top:0px;
	overflow: visible;

}

.subList {
	width:500px;
	visibility:visible;

}

.shippingTable{ text-indent: 14px;
border-right:solid 1px #CCD0D6; /* Neutral_Medium */
	border-left:solid 1px #CCD0D6; /* Neutral_Medium */
	border-bottom:solid 1px #CCD0D6; /* Neutral_Medium */
		margin-top:6px;
		margin-bottom:6px;
		
	}
	
.shippingTableIn{
		border-top:solid 1px #CCD0D6; /* Neutral_Medium */

}
.dropStyle1 {
	color: #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	width: auto;
	border: 1px solid #392408;
	background-color: #FFD3A8;
	height: 20px;
}
.submit-button1 {
	clear: both  color: #000;
	background: #734D29;
	bord;
	color: #FFFFFF;
	margin: 2px;
}
