/* C.Taylor style sheet */

/* --------------------------     Text Formating Styles      -------------------------- */
body {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000;
}

#leftNav {
	padding-left:5px;
}

#content, #topNav {
	font-size:1.5em;
	text-align: left;
}

#footer {
	color: #fff;
	font-size:1.5em;
	text-align:center;
}

/**Banner Styles**/
#stripe{
	color:white;
	font-size:20px;
}

#banner {
	color:#fff;
	text-align:left;
}  

#banner h3{
	margin: 0px;
	padding: 0px;
	font-size:3em;
	font-weight: normal;
}

#left {
	color:#fff;
}

#links {
	color: #fff;
}

#linkHeading {
	font-weight:bold;
	font-size:2em;
}

#outerContent{
	text-align:left;
}

/* --------------------------     Layout Styles      -------------------------- */
* {
	margin:0;
	padding:0;
}

html, body {

	}
	
body{
	background: #F5F4E4 url(../styleImages/flowersBack.gif) no-repeat fixed bottom;
	margin: 0;

}


#globalContainer {
	width: 900px;
	/*height: 100%; */
	margin: 0px auto;
	margin-top: 15px;	
}

#header {
	height:150px;
	background-color:#C3C2AD;
}

#topNav {

	height:30px;
}



#content {
	background-color: #e0e0d8;
}

#leftNav {
	width:200px;
	float:left;


}

#rightContainer {
	width:680px;
	float:right;
	font-size:1em;
	background-color:white;
	padding:5px;
	margin-top:5px;
	margin-bottom:20px;
}

#footer {
	height:20px;
}

#cTaylor {
	float:right; 
	margin-top:0;
	padding-right:10px;
}

img.headerPics {
	float:left; 
	border: 2px white solid;
	margin-left:20px;
	margin-top:10px;

	
}

/* cubecart styles */
/* overrides for the categories box - mf */
#categoriesBox {
	color: #fff;
	background-color:transparent;
	border:none;
	text-align:left;
}
.horizList ul {
	margin-left:0; 
	padding-left:0; 
	display:inline;
}

.horizList ul li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	}


div.horizDivNav {
	font-size:1em;
	width:150px;
	float:left;

}

div.subNav {
	width:150px;
	background-color:#993400;
}

div.subNavItem {
	padding: 5px;
	border-bottom: 1px solid #000;
}

div.brownStripe {
	
	color: #fff;
	background-color:#993400;
}
	
/* if we have a brown stripe we want the links to be white */
div.brownStripe a:link { font-size:1em; color: #fff; text-decoration: none;} /* normal */
div.brownStripe a:visited { font-size:1em; color: #fff; text-decoration: none;} /* visited */
div.brownStripe a:hover { color: #006F97; } /* mouse over */
div.brownStripe a:active { color: #FF0000; } /* mouse down */


.tdListTitle a:link { font-size:1em; color: #fff; text-decoration: none;} /* normal */
.tdListTitle a:visited { font-size:1em; color: #fff; text-decoration: none;} /* visited */
.tdListTitle a:hover { color: #006F97; } /* mouse over */
.tdListTitle a:active { color: #FF0000; } /* mouse down */

.cart_icon {
	text-align: right;
}

a:link { color:fff; }
a:visited { color:fff; }
a:hover { color:fff; }

div.brownStripe ul.ul-nav li.li-nav { float:none; padding:2px;}
div.brownStripe ul.ul-nav { font-size: 1em; font-weight:bold;}
div.brownStripe ul.ul-nav a:link { color:#000; text-decoration: underline;}
div.brownStripe ul.ul-nav a:visited { color:#000; text-decoration: underline;}
div.brownStripe ul.ul-nav a:hover { color:#667; }

.txtCopyright {
	display:none;
}

div.prodImage {
	text-align:left;
}

#homepageTable img {
	border: 3px white solid;
}

#county_sel {
	width:195px;
}

#catDesc {
	text-align:left;
}

li.bullet {
	white-space: nowrap;
}
/* end overrides */