/************************************************************************
*
* 	Happy Values Stylesheet
*
*	Color Palette:
	Yellow	#FFCD0A
	Orange 	#F5821F
	Green		#0AB14B
	Brown		#B85521
	Dk Brown	#8B3102
*	
* 	
*
************************************************************************/	

body { 
	width: 100%;
	margin: 0; 
	padding: 0; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B3102;
	/*background-color:#FFCB02;*/
}

a {
	color:#0AB14B;
}

a:visited {
	color:#0AB14B;
}

a:hover {
text-decoration:none;
}

a:active {
	color:Black;
}


td,p{ 
	font: 11px/1.6 verdana,geneva,arial,sans-serif; 
	color: #8B3102;
}

.alert {
	font-weight: bold; 
	color: #0AB14B;
	font-size: 11px;
}

.alert li {
	list-style: none;
}

div#alertBox {
	color: White;
	font-weight: bold;
	background-color: #F5821F;
	padding: 5px;
	border: 1px solid #B85521;
}

div#title {
	font-size: 1.6em;
	font-weight: bold;
	font-family: georgia,"Times New Roman", serif;
	color:#0AB14B;
	padding-bottom:5px;
	border-bottom:1px solid #FFCD0A;
}

.subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #B85521; 
}


/*************************************************************
**					  		HEADER							**
*************************************************************/

div#header {
   min-width: 650px;
	margin: 0;
	padding: 0;
	height:79px;
	background-image: url(/images/global/headerBgd.gif);
}

.logo {
	float:left;
}


/* ::::: END HEADER ::::: */



/*************************************************************
**					  	LEFT CONTENT						**
*************************************************************/
div#leftcontent {
	width: 140px;
	position: absolute;
	left: 0px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0 0;
	border-right: 2px dotted #F5821F;
}

div#leftcontent ul {
	margin:0;
	padding:0;

}

div#leftcontent ul li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
	text-align:left;
	border-bottom:1px dotted #F5821F;

}

div#leftcontent ul li a {
	font:bold 11px/1.2 verdana,geneva,arial,sans-serif; 
	color: #0AB14B; 
	text-decoration:none;
	display: block;
	padding: 7px 0px 7px 5px;
	/*background-color: Purple;*/ /*:::testing:::*/

}

div#leftcontent ul li a:link {
 text-decoration:none;
 
}

div#leftcontent ul li a:hover { 
	text-decoration:none;
	color: #B85521;
	background: #FFCD0A;
}

div#leftcontent ul li a:visited {
	/*color:#0AB14B;*/
}
/* ::::: END LEFT CONTENT ::::: */



/*************************************************************
**					  	MAIN CONTENT						**
*************************************************************/
div#maincontent {
	border: none;
	margin: 0px 75px 0px 140px;
	padding:25px 0 100px 30px;
	/*border-left: 2px dotted #F5821F;*/
}

.photoHome {
	float:right;
	margin:0 0 20px 20px;
}

h3 {
	font-size:13px;
}
/* ::::: End main content ::::: */


/*************************************************************
**					  		FOOTER							**
*************************************************************/
div#footer {
	margin: 0px 0px 0px 0px;
	padding:0px 0 0 0px;
	text-align:center;
}

div#footer p {
	font-size:10px;
}



/*************************************************************
**					  		FORMS							**
*************************************************************/


.frmText {
	/*border: 1px solid #B85521; */
	font-size: 11px;
}

.frmTextArea {
	/*border: 1px solid #B85521;*/ 
	font-size: 11px;
}

.frmSelect {
	/*border: 1px solid #B85521;*/ 
	font-size: 11px;
}

.formlabel {
	text-align: right;
	font-weight: bold;
}

.frmButton {
	background-color: #0AB14B;
	border-top:2px solid #A8E3BF;
	border-right:2px solid #04451D;
	border-bottom:2px solid #010A04;
	border-left:2px solid #55C982;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	padding:1px 5px;
	cursor:pointer;
}
.frmCheck {
	font-size: 12px;
	background-color: #FFF;
}


/*************************************************************
**					  		STORE							**
*************************************************************/
div.storeNav {
	margin: 0px 0px 0px 0px;
}
div.storeItem {
	float: left;
	text-align: center;
	color: #B85521;
	background: White; 
	width: 190px;
	height: 340px;
	font-size: 11px;
	margin: 10px 20px 10px 0px;
	border: 1px solid #B85521;
	padding: 20px 5px 10px 5px;
}
div.storeFeaturedItem {
	float: left;
	text-align: center;
	color: #8B3102;
	background: #FFCD0A; 
	width: 190px;
	height: 340px;
	font-size: 11px;
	margin: 10px 20px 10px 0px;
	border: 2px solid #0AB14B;
	padding: 20px 5px 10px 5px;
}

div.productPicture {
	float: left;
	margin:20px 20px 20px 0;
}

