/*Latte Vino*/

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	height: 100%;*/
	margin: 0 auto;
	padding: 0;
background-color:#9b5ba5;
background-color:#306;
}
#pageWrapper, #pageWrapperMenu {
background-color:#fefddf;
	font-size: 80%;
	width: 800px;
	line-height: 1.2;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	/*background: url(images/pageBack.gif) repeat-y;*/
}

#pageWrapper {


border:2px outset #F7FFE6;
margin-top:5px;
}

#pageWrapperInside {
width:800px;
margin: 0 auto; /* center, not in IE5 */
}


#bannerWrapper{
	background-color:#fefddf;
	border-bottom:1px solid #999;	
	height:205px;
}

.greeting {
	background-color:#fefddf;
}

#navL {
	background-color:#fefddf;
	}

ul, li {
list-style-type : none;
margin : 0 5px;
padding : 0;
}

ul.menu ul li { 
display : inline; 
}

ul.menu li {
float : left;
}

ul.menu a:link, ul.menu a:visited {
margin : 0 7px;
display : block;
text-align : center;
text-decoration : none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9b5ba5;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;

}

ul.menu a:hover {
	color: #CE2894;
	text-decoration: underline;
}

ul.menu a:active {
}


#navL a:link, #navL a:visited {
	color:#9b5ba5;
	font-size:1.2em;
	}

#navL a:hover {
color:#CE2894;
}

h1,h2,h3,h4 {
color:#C90;}

a:visited
,a:link {text-decoration:none;}

#contentWrapper{
	background: #fff url(image/contentBackground.jpg) repeat-y;
	}
	
#contentNoMenuWrapper {
	background-color:#fff;
	}

.contentBody {
	padding:5px;
	}

#eventList {
border:1px solid #ccc;
background-color:#eee;
}

#eventList h3 {
text-align:center;
background-color:#ccc;
margin:0;
padding:5px;
}

#eventList .bodyText {
padding:0 0 0 5px;
font-size:.85em;
}

.contentInclude {margin-bottom:5px;}

.contentInclude #miniGrid {margin:auto;}

#calendarDisplay a, #eventList a {
font-weight:bold;
color:#000;
}



#miniGrid {
	float: right;
	width: 224px;
	font-size: 9px;
	line-height: 1;
	border: 2px solid #C90;
}

.miniGridCalendarDay{width:23px;}

.miniGridCalendarDayName{width:29px;}


#miniGrid a {color:#C90;}


#breadcrumbGoogle, .storebreadcrumb {display:none;}


/*store*/

.storeCategoryProduct {border-bottom:1px solid #999;}

.productPrice, .storePrice, .wholesalePrice {
	display: block;
	font-size: 100%;
}

.storebreadcrumb {display:none;}

#store {
	position: static;
}
#storeContent {
	position: static;
}
#storeDetail {
	clear: both;
	border: none;
	padding: 1.5em;
	margin-left: 20px;
	width: 550px;
}
.allCategories {
	width: 550px;
	
}
.addToCart {
}


#xstoreCartCount {
	color: #E66100;
	font-weight: normal;
	margin-top: -.5em;
	margin-top: -1em;
}
#storeCartCount a:link, #storeCartCount a:visited {
	color: #E66100;
	text-decoration: none;
	font-weight: bold;
}
#storeCartCount a:hover, #storeCartCount a:active {
	color: #54640D;
	text-decoration: underline;
}

#storeProductBody {
	margin-top: 1em;
	border-top: 2px solid #E66100;
}
.productThumbnail img, .productImage img {
	border: 1px solid #CCCC99;
}
.productIcon {
	display: block;
}
#storeCategory {
}
.storeDepartments, .storeCategories {
	float: left;
	width: 32%;
	text-align: center;
	margin: 1em 0;
}
.storeCategoryProduct {
	clear: both;
	margin-left: 1em;
	width: 100%;
	border-bottom: 1px solid #999;
}
.productDetails, #storeContent {
	font-size: 98%;
}
.productDetails {
	width: 75%;
}

.productPrice, .storePrice {
	display: block;
	font-size: 100%;
	font-weight: bold;
}
.saleprice {
	color: red;
	font-size: 105%;
}
.productName {
	font-weight: bold;
	font-size: 1.2em;
}
.productThumbnail {
	padding-bottom: .5em;
}
.productName a:link, .productName a:visited {
	text-decoration: underline;
}
.productName a:hover, .productName a:active {
	color: #E66100;
	text-decoration: none;
}
#storeUpsale, #storeAlternatives {
	border-top: 2px solid #E66100;
	margin-top: 1em;
	padding-top: 1em;
	font-weight: bold;
}
.categoryReturn {
	clear: both;
}

.radioInput {
	width: 40%;
}
#searchResults h2{
	padding-top: 3em;
}
#enterZip fieldset {
	width: 90%;
	padding: 1em;
	font-size: 1.1em;
}
#enterZip legend {
	font-weight: bold;
	color: #000;
}

#circuitPageSendForm {
	width: 350px;
}

.emailLink {
	margin: 1.5em 0;
	font-size: 1.1em;
}
.catalogDetail .emailLink {
	margin-top: -20px;
}

#storeProducts {
	font-size: 1em;
	width: 100%;
}
	


#footer {background-color:#fefddf;
border-top:1px solid #999;	
font-size:.85em;}


