body {		
	/*set main body background - tempalte.php*/
	background-color: #E7DED0;
	margin			: 0px;
}
select{
	border			: 1px solid #5F3303;
}
.lefttnav .selected{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-size		: 10px;
	font-weight		: bold;
	text-decoration : none;
	color 			: #5F3303;
}
.lefttnav .link{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-size		: 10px;
	font-weight		: bold;
	text-decoration : underline;
	color 			: #7F7F7F;
}

.lefttnav .normal{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-size		: 10px;
	font-weight		: bold;
	text-decoration : none;
	color 			: #7F7F7F;
}

.lefttnav .Title{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-size		: 21px;
	text-decoration : none;
	color 			: #875116;
}

.header .MenuBgColor{
	background-color : #FFFFFF;
}

.header .normal{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-size		: 10px;
	font-weight		: normal;
	text-decoration : none;
	color 			: #666666;
}

.header .link{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-size		: 10px;
	font-weight		: normal;
	text-decoration : underline;
	color 			: #666666;
}

.footer .layer1Text{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-size		: 10px;
	font-weight		: bold;
	text-decoration : none;
	color 			: #000000;
}

.footer .layer2Text{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-size		: 10px;
	font-weight		: normal;
	text-decoration : none;
	color 			: #DCD0BD;
}

.MenuBarBgColor{
	background-color : #875116;
}

.ContentBgColor{
	background-color: #FFFFFF;			
}

.MenuBarText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-weight		: bold;
	font-size		: 10px;
	text-decoration : none;
	color           : #FFFFFF;
}.MenuBarText .selected{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-weight		: bold;
	font-size		: 10px;
	text-decoration : none;
	color           : #E7DED0;
}

.FooterLayer1{
	background-color : #DCD0BD;
}

.FooterLayer2{
	background-color : #000000;
}

.linkSmallText{
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;	 
}
.text1 {
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-weight		: bold;
	font-size		: 10px;
	text-decoration : none;
	color:#5F3303;
}
.normalText {
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-weight		: normal;
	font-size		: 10px;
	text-decoration : none;
	color:#5F3303;
}

.textStyle {
	text-transform : uppercase;
}

.comboBoxStyle {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	text-decoration : none;
	color 			: #5F3303;
	border-color	: #5F3303;
	border-width	: 1px;
}

.errorText {
	color:#FE0000;
}
.errorTextbox{ 	/* Red color border box with dark red background */
	font-family		: Verdana, arial, helvetica;
	border			: 1px solid #FF0000 ;
	font-size		: 11px;
	height			: 18px;
}
.normalTextbox{ 	/* Red color border box with dark red background */
	font-family	: Verdana, arial, helvetica;
	border		: 1px solid #5F3303 ;
	font-size	: 11px;
	height		: 18px;
}
.pagination .selected{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-weight		: bold;
	font-size		: 16px;
	text-decoration : none;
	color 			:#5A350C;
}

.pagination .normal{
	font-family		: Verdana, Arial, Helvetica, sans-serif;			
	font-weight		: bold;
	font-size		: 16px;
	text-decoration : none;
	color 			:#DCD0BD;
}
.quantityBox{
	width			: 20px; 
	text-align		: center;
	font-size		: 11px;
	color			: #5F3303;
	font-weight		: bold;
	padding-top		: 2px;
	height			: 20px;
	background-color: #FFFFFF;
	border			: 1px solid #5F3303;
	display			: inline;
}