/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* Standard color styles                       */
/***********************************************/ 

/* Main backgrounds */
#website{
	background-color: #fefefe;
}

body {
	background-color: #ECE9D8;
}


/* Brown */
body, #footer, #newsletter label, #search label, #mainmenu a  {
	color: #180400;
}

/* Light Brown */
#discount {
	Xcolor: #b5a263;
	color: #756941;
}

/* Beige */
#mainmenu a:hover {
	background-color: #e0c97b;
}

.newsletter_input, .contactforminput {
	background-color: #e0c97b;
}


/* Green */
h3, #shortcuts ul, #shortcuts a, label, #globalNav a, #pageName {
	color: #003300;
}

.newsletter_input{
	border: 1px solid #003300;
}

#newarrivals a {
	color: #003300;
	border: 1px solid #003300;
}

#homebottomcell{
	color: #003300;
}

#homebottomheader{
	Xbackground-color: #003300;
	color: #003300;
	Xbackground-image: url(images/reversebg.gif);
}

#discount {
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}

#discountheader{
	background-color: #EFEBDE;
	color: #ffffff;
	background-image: url(images/reversebg.gif);
}

/* Maroon */
h1, h2 {
	color: #880011;
}

/* Light green */
a, a:link, a:visited, a:hover{
	color: #008000;
}


/* Bright green */
#Xnewarrivals a:hover {
	background-color: #9cde40;
}

#rightcolumn {
	border-left: 1px solid #29330e;
}

#homebottom {
	border-top: 1px solid #29330e;
}

#footer {
	border-top: 1px solid #29330e;
	border-bottom: 1px solid #29330e;
}

#siteInfo {
	color: #999999;
}

#search {
	border-bottom: 1px solid #29330e;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial,sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited{
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 114%;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#website{
	width: 931px;
	background-position: center;
	margin: auto;
	text-align: left;
}

#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#navBar{
	float: left;
	width: 15%;
	xheight: 350px;
	margin: 25px 24px 0px 0px;
	padding: 0px;
	margin-top: 25px;
}

#rightcolumn{
 	float:right;
	width: 20%;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#content{
	float: left;
	width: 59%;
	margin-top: 25px;
	padding-right: 5px;
	padding-bottom: 25px;
}

#footer{
	clear: both;
	width: 100%;
	font-size: 75%;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#siteInfo{
	clear: both;
	width: 100%;
	height: 100px;
	font-size: 75%;
	padding: 10px 0px 10px 0px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

#discount{
	width: 108px;
	margin-left: auto;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#discountheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width:103px;
	text-align:left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#discounttext{
	font-size:70%;
	margin: 2px 2px 2px 2px;
}


/************* #homebottom styles **************/
#homebottom{
	width: 100%;
	height: 125px;
	font-weight: bold;
	padding-top: 8px;	
}

#homebottomheader{
	font-size: 16px;
	font-weight: bold;
	width:170px;
	text-align:left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#homebottomcell{
	float:left;
	width:33%;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	font-size: 90%;
}

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	font-size: 114%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************* #siteInfo styles ***************/

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #newsletter styles ***************/

#newsletter{
	padding: 5px 0px 5px 0px;
	font-size: 90%;
}

#newsletter form{
	margin: 0px;
	padding: 0px;
}

.newsletter_input{
	margin: 0px;
	padding: 1px;
}

#newsletter label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-size: 90%;
	font-weight: normal;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 0px;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-size: 90%;
	font-weight: normal;
}


/*********** #shortcuts styles ***********/

#togShortcuts{
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}

#shortcuts ul {
	list-style-type: square;
	padding: 0;
	margin: 4px 0px 2px 1em;
}

#shortcuts li {
	margin: 0px;
	padding: 0px;
}

#shortcuts a {

}

#shortcuts a:hover{
	text-decoration: underline;
}

/*********** #twitter styles ***********/

#twitter {
	font-size: 75%;
}

#twitter ul {
	list-style-type: square;
	padding: 0;
	margin: 4px 0px 2px 1em;
}

#twitter li {
	margin: 0px;
	padding: 0px;
}

#twitter a {

}

#twitter a:hover{
	text-decoration: underline;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fefefe;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #mainmenu styles ***********/

#mainmenu{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
#mainmenu li {
	margin-bottom: 16px;
	text-align: right;
}

#mainmenu a {
	display: block;
	padding: 2px 0px 2px 10px;
}

#mainmenu a:hover{
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

/************** #new arrivals styles *****************/
#newarrivals a{
	display: block;
	width: 70%;
	font-size: 90%;
	Xmargin-top: 35px;
	margin-left: 32px;
	text-align: center;
	font-weight: bold;
	float: right;
}

#newarrivals a:hover {
	text-decoration: none;
}

/************** #quotes styles *****************/
#quote {
	display: block;
	margin-top:120px;
}
#quotepic{
	font-size: 75%;
	text-align:center;
	width=100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#quotetext{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

#quotesig{
	margin: 5px 10px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 75%;
	font-style: italic;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #image styles **************/

.imgleft{
    margin: 0px 8px 3px 0px; 
	padding: 0px; 
	display: inline; 
	float: left;
}

.imgright{
    margin: 0px 0px 2px 3px; 
	padding: 4px; 
	display: inline; 
	float: right;
}

/************** other styles **************/

.SOLDOUT {
	xfont-size: larger;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.RatingHeader {
	font-size: 95%;
	font-weight: bold;
}
.scaledownfont {
	font-size: 80%;
}


