/* CSS General Style*/
ul.nav {

}
ul.nav li {
	text-align: center;
	font-family: Georgia,serif !important;	
	font-size: 18px;
	color: #9F5B00;
	padding-top: 8px;
	list-style-type: none;
	font-style: normal;
	font-weight: bold;
	line-height: 160%;
}

ul.nav a, ul.nav a:visited {
	display: block;
	text-decoration: none;
	color: #9F5B00;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #528208;
}

div {

}

h1 {
	font-family: Georgia,serif !important;	
	font-size: 24px;
	color: #9F5B00;
	height: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url(../img/layout/TitleStyleBig.jpg) no-repeat scroll 0px -5px;
	text-indent: 35px;
}

h2 {
	font-family: Georgia, serif !important;
	font-size: 16px;
	color: #9F5B00;
	height: 35px;
	text-transform: uppercase;
	background: url(../img/layout/TitleStyleSmall.jpg) no-repeat scroll 0px -5px;
	text-indent: 25px;
}

form, fieldset, input, textarea, h1, h2, h3, h4, h5, p, div, td, th, tr, span, ul, li {
	font-family:Arial;
	margin:0;
	padding:0;	
}


/* CSS Class Style */

/* lightbox effect */

.FSTable
{
	display:table;
	width:400px;
	border-collapse:separate;
}

.FSRow
{
	display:table-row;
}

.ProductDetailLightBox,
.ProductDetailLightBox:visited,
.ProductDetailLightBox:hover, 
.ProductDetailLightBox:active, 
.ProductDetailLightBox:focus,
{
	text-decoration: none;
	border: 0px solid #9F5B00;
}

.ProductDetailLightBox img
{
	text-decoration: none;
	border: 1px solid #9F5B00;
}

/* Product Detail Style */
.ProductDetailDIV {
	margin: 0px;
	padding: 10px;
	height: 400px;
	width: 660px;
	background-color: #9e5b00;
}
.ProductDetailContainer{
	padding: 30px;
	background-color: #FFF;
	height: 340px;
	width: 600px;
}
.ProductDetailIMGContainer{

}
.ProductDetailMainIMGContainer{
	padding: 0px;
	float: left;
	width: 300px;	
}
.ProductDetailThumbnailContainer{
	
}
.ProductDetailContentContainer{
	float: right;
	padding: 10px;
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	height: 330px;
}


.FormTextDiv {
	height:30px;
}

.FormText {
	float:left;
	position:relative;
	width:170px;
}

.FormTextField {
	position:relative;
	width:230px;
	top:-2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFF;
	border: thin solid #9E5B00;
}

.FormTextArea {
	background-color: #FFF;
	height: 120px;
	width: 400px;
	border: thin solid #9F5B00;	
}

.SchduleText {
	width:150px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #B37A33;
	font-size: 12px;
	font-weight: normal;
}

.SchduleTextDiv {
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9F5B00;
}

.ItemRegion1 {
	background-color: #faf9f7;
	margin: 1px;
	padding: 10px;
	border: 1px solid #ede1d1;
}

.ItemRegion1 img{
	float: left;
}

.ItemRegion1:hover {
	background-color: #F7FDE3;
}

.ItemRegion0 {
	background-color: #FFF;
	margin: 1px;
	padding: 10px;
	border: 1px solid #ede1d1;
}

.CoreHighlightPortletContainer .ItemRegion0 img{
	float: left;
}

.ItemRegion0:hover {
	background-color: #F7FDE3;
}

.ItemContainer {
	text-align: center;
}

.ItemText {
	width: 280px;
	float: right;
}

.PageItem{
	text-align: right;
}
.FooterText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;	
}

.TextLabel {
	font-weight: bold;	
}

.SidePortlet {
	border: thin solid #9F5B00;
	background-color: #FBF9F7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;	
}

.SidePortletIMG {
	border: thin solid #9F5B00;
}

.SidePortletContainer {
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.SidePortletFooter {
	height: 25px;
	background: url(../img/layout/Portlet_Footer_1.png) no-repeat scroll 0px 0px;
}

.CorePortlet {
	border: thin solid #9F5B00;
	background-color: #FBF9F7;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-right: 15px;
	padding-left: 15px;	
}

/* Category CSS START*/

#categoryPortlet ul{
	list-style: none;
	padding: 0;
	margin: 0;
	height:12px;
}

#categoryPortlet li{
	float: left;
}


.NoWrapItem{
	white-space: nowrap;

}


#categoryPortlet li a, #categoryPortlet li a:visited
{
	padding: 2px;
	text-decoration: none;
	font-size: 12px;
} 

#categoryPortlet a:hover, #categoryPortlet a:active, #categoryPortlet a:focus {
	color: #528208;	
}

/*---------- bubble tooltip -----------*/
#categoryPortlet a.tt{
    position:relative;
    z-index:24;

}
#categoryPortlet a.tt span.tooltip,
#categoryPortlet a.tt span.top,
#categoryPortlet a.tt span.middle,
#categoryPortlet a.tt span.bottom
{ 
	display: none; 
}

#categoryPortlet a.tt:hover{ z-index:25;}
#categoryPortlet a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	margin: 30px 10px 0 0;
	padding: 0px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;	
}

#categoryPortlet a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../img/layout/bubble.gif) no-repeat top;
}
#categoryPortlet a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../img/layout/bubble_filler.png) repeat bottom; 
}
#categoryPortlet a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
    background: url(../img/layout/bubble.png) no-repeat bottom;
}

/* Category CSS END*/

.CorePortletContainer {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 10px;
}

.CorePortletFooter {
	height: 25px;
	background: url(../img/layout/Portlet_Footer_3.png) no-repeat scroll 0px 0px;
}

.CoreHighlightPortlet {
	border: medium solid #9F5B00;
	background-color: #FBF9F7;
	padding-top: 15px;
	padding-bottom: 15px;		
	padding-right: 15px;
	padding-left: 15px;	
}

.CoreHighlightPortletContainer {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 10px;		
}

.CoreHighlightPortletWaterMark {
	height: 30px;
	background: url(../img/layout/coreporlet_bg_watermark.png) no-repeat scroll 28px 14px;
}

.CoreHighlightPortletFooter {
	height: 25px;
	background: url(../img/layout/Portlet_Footer_3.png) no-repeat scroll 0px 0px;
}

.ClearFloat {
	clear:both;
}
/* CSS ID Style */

#logo {
	position:absolute;
	margin: 0px;
	background: url(../img/layout/logo.gif) no-repeat scroll 0px 0px;
	height: 150px;
	width: 265px;
	z-index:100;
}

#levainMenu {
	height: 330px;
	width: 220px;
	background-color: #F8F6F3;
	margin-top: 64px;
	margin-left: 24px;
	border: thin solid #A05B00;	
	opacity: 0.9;					/* for FF */
	filter: alpha(opacity = 90);	/* for IE */

	/*
	position:absolute;
	
	z-index:101;
	top: 54px;
	left: 24px;
	
	*/
	}

#levainMenuItems {
	margin-top: 70px;
}

#levainMenuContainer {
	position:absolute;
	width:265px;
	float:left;
}

#levainMenuContainerWaterMark {
	height: 30px;
	background: url(../img/layout/menu_bg_watermark.png) no-repeat scroll 16px 12px;
}

#header {
	background: url(../img/layout/mini_header.jpg) no-repeat scroll 0% 65px;
	width: 750px;	
	margin: 0px;
	height: 245px;
}

#mainHeader {
	background: url(../img/layout/main_header.png) no-repeat scroll 0% 65px;
	width: 750px;	
	margin: 0px;
	height: 355px;
}



#headerMenu {
	padding-top: 45px;
	text-align: right;
	color: #999;
	padding-right: 10px;
	top: 100px;	
}

#headerMenu img{
	border: 0;
}

#headerMenu A:link,#headerMenu A:visited,#headerMenu A:active,#headerMenu A:hover {
	color: #999;
	text-decoration: none
	}

#headerImgContainer2 {
	margin-top: 5px;
	background-color: #9F5B00;
	height: 170px;
	padding-top: 5px;
}

#headerImg2 {	
	background-image: url(../img/layout/mini_header.jpg);
	height: 150px;
	width: 750px;
}

#contentContainer {
	width: 100%;
	/*height: 100%;*/
}

#portletArea {
	width: 230px;
	float: left;
	margin: 5px;
}

#sidePortletPadding{
	height: 160px;
	width: 230px;	
}

#mainSidePortletPadding{
	height: 30px;
	width: 230px;	
}

#contentArea {
	width: 480px;
	margin: 5px;
	float: right;
}

#breadcrumb {
	font-size: 11px;
	font-style: normal;
}

#footer {
	background-color: #528208;
	height: 80px;
	bottom: 0px;
	color: #FFF;	
}

#footer A:link,#footer A:visited,#footer A:active,#footer A:hover {
	color: #FFF;
	text-decoration: none
}


#footerSiteMap {
	padding-top: 10px;
	height: 30px;	
}

#footerCopyright {
	bottom: 10px;
	font-size: 10px;
	color: #C0C0C0;
	text-align: right;
	margin-right: 5px;
}

#layoutContainer {
	background-color: #FFF;
	/*clear: both;*/
	/*height: 100%;*/
	width: 830px;
	margin: 0 auto;
	padding: 0;

}
#mainContainer {
	width: 770px;	
	margin-left: 30px;	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #9f5b00;
	border-bottom-color: #9f5b00;	
}

#layoutLeftContainer {	
	background: url(../img/layout/layout_left.jpg) repeat-y scroll 0% -30px	;
	/*height: 100%;*/
}
#layoutRightContainer {
	background: url(../img/layout/layout_right.jpg) repeat-y scroll 100% -30px	;
	/*height: 100%;	*/
}
#coreArea {
	background-color: #FFF;
	clear: both;
	/*height: 100%;*/
	width: 750px;
	margin-left: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9f5b00;
	border-left-color: #9f5b00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div, td, th, tr, p, span {
	padding: 0;
	text-align: left;
	vertical-align: top;
	
}

A:link, A:visited, A:active, A:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #9F5B00;
	text-decoration: none
	}

html, body {
	
	font-family: Georgia,serif !important;	
	font-size: 12px;
	color: #9F5B00;
	margin:0;
	padding:0;	
	/*height: 100%;*/
}
