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

/********************* Body Layout *********************/

BODY {
	margin: 0;
	padding: 0;
	color: #000000;
	background-repeat: repeat-x;
	background-color: #F4F3F2;
	background-image: url(./images/hsobgrnd.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#siteTitle {
	background-color: #FFF;
	width: 930px;
	margin: 0px auto;
	text-align: right;
	padding: 5px 10px 10px 20px;
}
#siteTitle p{
	font-size: 12px;
	color: #003300;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#siteTitleNews{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FF6600;
}
#headerLogo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
}

#headerLogo a:link,
#headerLogo a:visited{
	text-decoration: none;
	color: #574C3D;
	display: block;
}
#headerLogo a:hover,
#headerLogo a:active{
	color: #666;
}


#headerSubLink {
	background-color: #FFF;
	margin: 0px auto;
	text-align: right;
	font-size: 10px;
	padding: 5px 20px 3px 0px;
}
#headerSubLink a:link, #headerSubLink a:visited {
	text-decoration: none;
	color: #096;
	font-weight: bold;
	margin: 0px 2px;
	border-left: 1px solid;
	padding-left: 3px;
	border-left-color: #999999;
}
#headerSubLink a:hover, #headerSubLink a:active {
	color: #333;
}
#mainTbl {
	width: 960px;
	margin: 0px auto;
	background-color: #FFF;
	font-size: 12px;
}
/*CONTENT PANE*/
#Content {
	padding: 10px 40px 30px 40px;
	background-color: #FFF;
	text-align: left;
}
#Content h1, #Content h2, #Content h3, #Content P {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2;
	color: #333;
}
#Content h1 {
	color: #6B491F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#Content h2 {
	margin-bottom: 5px;
	margin-top: 20px;
	color: #960;
	font-size: 14px;
}
#Content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B491F;
	margin-top: 10px;
	margin-bottom: 5px;
}
#Content P {
	font-size: 12px;
	margin-bottom: 10px;
}
#Content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	list-style-type: none;
	width: 80%;
}
#Content li {
	list-style-image: url(images/icons/icon002.jpg);
	margin-bottom: 10px;
}
#col-subRight {
	background-color: #FFF;
	width: 160px;
}



/********************* Col-Left *********************/
/********************* SUB MENU *********************/



#col-subLeft {
	width: 200px;
	vertical-align: top;
	text-align: center;
	background-color: #6B491F;
}


#submenuBase {
	width: 190px;
	margin: 0px auto;
	background-color: #98672C;
	text-align: center;
	background-repeat: repeat-y;
	background-image: url(images/subMenu/subMenu_Base.png);
}
#submenuBtm{
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-image: url(images/subMenu/subMenu_Btm.png);
}
#submenu {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(images/subMenu/subMenu_Top.png);
	padding: 0px 0px 20px 0px;
}
#submenuHeader{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B491F;
	padding: 20px 0px 10px;
	text-align: center;
}

/*#submenu h3{
	font-size: 12px;
	margin: 5px 0px;
	padding: 3px 0px 10px 35px;
	text-align: left;
	font-weight: bold;
}


#submenu ul{
	margin: 10px;
	padding: 5px 5px 15px;
	list-style-type: none;
	font-size: 12px;
	line-height: 1;
	color: #6B491F;
	text-align: center;
	background-color: #F0E9D2;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(images/subMenu/subMenu_cateTitle.png);
}
#submenu li{
	font-weight: normal;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
	margin: 0px;
	color: #096;
}

#submenu li a:link,
#submenu li a:visited{
	text-decoration: none;
	color: #0033DE;
	background-repeat: no-repeat;
	background-image: url(images/icons/icon003.png);
	display: block;
	background-position: 0px 8px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid;
	border-color: #E3D7B0;
}
#submenu li a:hover,
#submenu li a:active{
	color: #039;
	background-image: url(images/icons/icon004.png);
	background-color: #F4F0E1;
}
*/

#submenuSearch {
	width: 190px;
	margin: 0px auto;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.AuthorizeNetSeal{
	margin-left: 40px!important;
	width: 100px!important;
}


#submenu .footerLinks{
	text-align: left;
	padding: 10px 10px 10px 20px;
	line-height: 1.5;
}

#submenu .footerLinks a:link, a:visited {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	color: #6B491F;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid;
	border-bottom-color: #E9DCBA;
	}
	
#submenu .footerLinks a:hover {
	background-color: #E6D7AE;
	}










#right-col {
	POSITION: absolute;
	WIDTH: 562px;
	BACKGROUND: url(./images/content-bg2.jpg) #f5e9cc repeat-x;
	HEIGHT: 100%;
	TOP: -3px;
	RIGHT: 1px
}
.solid-line-2 {
	BORDER-top: 0px #966024 solid;
	BORDER-bottom: 0px #966024 solid;
	BORDER-left: 1px #966024 solid;
	BORDER-right: 1px #966024 solid;
	background-image: none;
}
#border {
	position: absolute;
	width: 850px;
	padding-left: 12px;
	padding-right: 20px;
	background: url(./images/background.png);
}
#cateHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 5px;
	margin-left: 20px;
	width: 95%;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	color: #930;
	font-size: 11px;
	line-height: 1.2;
	margin-left: 30px;
	width: 85%;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 10px;
	letter-spacing: normal;
}
/********************* Links *********************/
#bread {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
}
#bread a:link, #bread a:visited {
	text-decoration: underline;
	color: #06F;
}
#bread a:hover, #bread a:active {
}
a {
	text-decoration: none;
}

A.privacylink {
	font: 0.68em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
A.privacylink:hover {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}




#mainMenu{
	background-image: url(images/nav-bar-bgrnd.gif);
}

#mainMenu a:link,
#mainMenu a:visited{
	text-decoration: none;
	font: 0.75em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #FFF;
	font-weight: bold;
}
#mainMenu a:hover,
#mainMenu a:active{
	font: 0.75em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #F7F7F7;
	font-weight: bold;
	text-decoration: underline;
}








A.relatedprodlink {
	font: 0.75em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #0F5E59;
	font-weight: bold;
	text-decoration: none;
}
A.relatedprodlink:hover {
	font: 0.75em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #0F5E59;
	font-weight: bold;
	text-decoration: underline;
}
A.prodlinkbrown {
	font: 0.65em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #6B491F;
	font-weight: bold;
	text-decoration: none;
}
A.prodlinkbrown:hover {
	font: 0.65em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #0F5E59;
	font-weight: bold;
	text-decoration: underline;
}
A.breadcrumplink {
	font: 0.65em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #6890AA;
	font-weight: bold;
	text-decoration: none;
}
A.breadcrumplink:hover {
	font: 0.65em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #0F5E59;
	font-weight: bold;
	text-decoration: underline;
}
A.gobacklink {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	COLOR: #6890AA;
	font-weight: bold;
	text-decoration: none;
}
A.gobacklink:hover {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	COLOR: #0F5E59;
	font-weight: bold;
	text-decoration: underline;
}
A.standardlink {
	font: 0.85em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000;
	font-weight: normal;
	text-decoration: underline;
}
A.standardlink:hover {
	font: 0.85em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #0F5E59;
	font-weight: normal;
	text-decoration: none;
}
A.EddBaskAttrCodelink {
	font: 0.85em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	font-weight: normal;
	text-decoration: underline;
}
A.EddBaskAttrCodelink:hover {
	font: 0.85em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #0F5E59;
	font-weight: normal;
	text-decoration: none;
}
A.loginlink {
	COLOR: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
A.loginlink :hover {
	font: 0.95em Arial, Verdana, Helvetica, sans-serif;
	COLOR: #0F5E59;
	font-weight: normal;
	text-decoration: none;
}
/********************* Text Styles *********************/	

.h1 {
	color: #ffffff;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 2.0em;
	font-weight: bolder;
}
.h2 {
	color: #6B491F;
	margin-left: 0px;
	font: 1.25em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 0px #FF9900 dashed;
}
h2 {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-top: 0px;
	font-size: 16px;
}
.standardTX {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	COLOR: #000000;
	font-weight: normal;
	text-decoration: none;
}
.arrowgoback {
	font: 0.75em Arial, Verdana, Helvetica, sans-serif;
	color: #6B491F;
	font-weight: bold;
}
.prodescription {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #0F5E59;
	font-weight: bold;
}
.whiteboldtext {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.whitesearchboldtext {
	font: 0.65em Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.Priceboldtext {
	font: 0.75em Arial, Verdana, Helvetica, sans-serif;
	color: #0F5E59;
	font-weight: bold;
}
.PriceboldamountX {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}
.Codeboldtext {
	font: 0.65em Arial, Verdana, Helvetica, sans-serif;
	color: #0F5E59;
	font-weight: bold;
}
.arrowbreadcrump {
	font: 0.65em Arial, Verdana, Helvetica, sans-serif;
	color: #6B491F;
	font-weight: bold;
}
.breadcrumptext {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #0F5E59;
	font-weight: bold;
}
.productdisplaytitle {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #6B491F;
	font-weight: bold;
}
.productdisplayboldname {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #6B491F;
	font-weight: bold;
}
.productdisplaycode {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #0F5E59;
	font-weight: bold;
}
.heathingMVtitles {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #6B491F;
	font-weight: bold;
}
.footertext {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 1px;
}
.Invoicetext {
	font: 0.95em;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.maintext {
	font: 0.65em;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thankstext {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #98672C;
	font-weight: normal;
	text-align: center;
	padding: 20px 15px;
}
.sizechart {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #0F5E59;
	font-weight: normal;
}
/********************* BOXES *********************/	

.mivabuttonsbox {
	BORDER-top: 0px #6B491F solid;
	BORDER-bottom: 0px #6B491F solid;
	BORDER-left: 0px #6B491F solid;
	BORDER-right: 0px #6B491F solid;
	padding: 2;
	background-image: url(../images/buttons.gif);
	BACKGROUND-COLOR: #ffc11e;
}
.solidbrownbox {
	BORDER-top: 1px #6B491F solid;
	BORDER-bottom: 1px #6B491F solid;
	BORDER-left: 1px #6B491F solid;
	BORDER-right: 1px #6B491F solid;
	background-image: url(file:///C|/Program%20Files%20(x86)/Apache
%20Software%20Foundation/Apache2.2/htdocs/images/nav-bar-bgrnd.gif);
	BACKGROUND-COLOR: #98672c;
}
.dottedbrownbox {
	BORDER: 2px #C78E52 dotted;
	background-image: inherit;
}
.solidbrowRmargins {
	BORDER-left: 0px #6B491F solid;
	BORDER-right: 1px #6B491F solid;
}
.solidbrowLmargins {
	BORDER-left: 1px #6B491F solid;
	BORDER-right: 0px #6B491F solid;
}
.sizechartbox {
	BORDER-top: 1px #6B491F solid;
	BORDER-bottom: 1px #6B491F solid;
	BORDER-left: 1px #6B491F solid;
	BORDER-right: 1px #6B491F solid;
	background-image: none;
	BACKGROUND-COLOR: #F5FAF8;
}
/* CUSTOMER SERVISE*/


.shippingRate {
	background-color: #DFD39F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
}
.shippingRate th {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px 10px;
	background-color: #FFFEEF;
	text-align: left;
	color: #6B491F;
}
.shippingRate td {
	padding: 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFF;
}
.shippingRate .price {
	padding-right: 20px;
	text-align: right;
	width: 100px;
}
/*Return Address*/
#returnAddress {
	padding: 15px;
}
/*STYLES*/
.freeShipping {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top: 5px;
	width: 450px;
	margin: 5px auto;
	border: 1px solid;
	border-color: #FFD7C4;
	background-color: #FFF5F0;
	color: #0099CC;
	font-weight: bold;
	font-size: 16px;
}
.freeShippingNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;
}


.style01{
	color: #F30;
	font-weight: bold;
}
.style4 {
	color: #00583B;
	font-style: italic;
}
.style6 {
	color: #CC9900;
	font-style: italic;
	font-weight: bold;
}
.style7 {
	color: #D0AF3E;
	font-style: italic;
}
.style8 {
	color: #CC9900;
	font-style: italic;
}
.style9 {
	color: #6B491F;
	font-weight: bold;
}
.style10{
	font-size: 10px;
}

.new{
	color: #0066D7;
	font-weight: bold;
}

.sale{
	color: #F51784;
	font-weight: bold;
}

/*----CATEGORY/PRODUCT Baseic section-----------------------------*/



#topSellers-S {
	text-align: center;
	padding: 5px;
}
#topSellers-S .itemthumb {
	height: 100px;
}
#topSellers-S a:link, #topSellers-S a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
#topSellers-S a:hover, #topSellers-S a:active {
}
#list-Item {
	padding: 20px 0px;
	text-align: center;
}
#list-Item .itemWrp {
	float: left;
	display: block;
	width: 160px;
	height: 220px;
}
#list-Item .itemthumb {
	display: block;
	border: none;
	height: 120px;
	margin: 0px auto;
}
#list-Item p {
	margin: 0;
	padding: 0;
}
#list-Item .itemName {
}




#list-Item .itemName a:link,
#list-Item .itemName a:visited{
	text-decoration: none;
	color: #0000C0;
}
#list-Item .itemName a:hover,
#list-Item .itemName a:active{
}







#list-Item .itemcode {
	font-size: 10px;
}
#list-Item .itemPrice {
}
#list-Item .desc {
}
#pageNumbersPan {
}
.pageNumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	float: left;
	text-align: center;
	margin-right: 3px;
	text-decoration: none;
	line-height: 23px;
}
.pageNumbers a:link, .pageNumbers a:visited {
	display: block;
	width: 23px;
	height: 23px;
	float: left;
	text-align: center;
	margin-right: 3px;
	text-decoration: none;
	line-height: 23px;
}
.pageNumbers a:hover, .pageNumbers a:active {
	background-color: #BCE9F5;
}
.itemPerPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px 10px;
	border-bottom: 1px solid;
	border-bottom-color: #CCC;
	border-top: 1px solid;
	border-top-color: #CCC;
	margin-bottom: 10px;
}
.itemPerPage a:link, .itemPerPage a:visited {
	text-decoration: underline;
	padding-bottom: 2px;
}
.itemPerPage a:hover, .itemPerPage a:active {
	color: #03C;
}


/*----FOOTER-----------------------------*/

#footer{
	width: 960px;
	margin: 0px auto;
	background-color: #5A3E1B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.5;
	padding: 15px 0px;
}


#footer a:link,
#footer a:visited{
	text-decoration: none;
	color: #FFF;
	margin: 0px 3px;
}
#footer a:hover,
#footer a:active{
	text-decoration: underline;
}
/*----SiteMap-----------------------------*/

#SiteMap{
	padding: 15px 15px 15px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#SiteMap h3{
	margin: 0;
	font-size: 16px;
}
#SiteMap .wrp{
	width: 200px;
	float: left;
	padding: 15px;
}

#SiteMap a:link,
#SiteMap a:visited{
	text-decoration: none;
}
#SiteMap a:hover,
#SiteMap a:active{
}


/*----CATEGORY/PRODUCT Baseic section-----------------------------*/


.clear{
	clear: both;
	line-height: 0;
	font-size: 0px;
	height: 0px;
}
.goBack{
	padding-left: 15px;
	text-align: left;
}
.goBack a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #339966;
}

