
/*===========Default Class for SPA Cenvaree Web site==========*/
body{
	font-family: Arial , Helvetica, sans-serif;
	font-size: 12px;
	color: #31221B;
	background-color: #DFC8B6;
	text-align: center;
	padding: 0;
	margin: 0;
	height:100%;
}

h1{
	font-size: 18px;
	color: #31221B;
	padding: 0;
	margin: 0;	
}
h2{
	font-size: 14px;
	color: #31221B;
	padding: 0;
	margin: 0;	
}
a{
	color: #31221B;
	text-decoration: none;
}
a:hover {
	color: #31221B;
	text-decoration: underline;
}

img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}

input{
	font-size:11px;
}

select{
	font-size:11px;
}

textarea{
	font-size:11px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;	
}

.redText{
	color:#31221B;
}

.greenText{
	color:#31221B;
}

.greenTextH{
	color:#496B10;
}

.blueText{
	color:#31221B;
}
.grayText{
	color:#666666;
	font-size:11px;
}
.whiteText{
	color:#FFFFFF;
	font-size:11px;
}
.BlueText{
	color:#0033FF;	
}

a.redLink{
	color:#31221B;	
	text-decoration:underline;
	font-weight:bold;
}

a.redLink:hover{
	color:#31221B;	
	text-decoration:underline;
	font-weight:bold;
}

a.whiteLink{
	color:#FFFFFF;	
	text-decoration: none;
}

a.whiteLink:hover{
	color:#FFFFFF;	
	text-decoration: underline;
}
a.BlueLink{
	color:#0033FF;	
	text-decoration: none;
}

a.BlueLink:hover{
	color:#0033FF;	
	text-decoration: none;
}

a.greenLink{
	color:#31221B;
	text-decoration: none;
}

a.greenLink:hover{
	color:#31221B;
	text-decoration: underline;
}
.headContentText{
    font-size:14px;
	font-weight:bold;
}
.BrownText{
    color:#5d362c;
	font-size:14px;
	font-weight:bold;
} 
/*====================Header Class=====================*/
#header{
	
	background-color:#B5AEA8;
}
#header .top{
	height:2px;
	background-color:#B5AEA8;
}
#header .middle{
	height:280px;
}
#header .bottom{
	height:2px;
	background-color:#B5AEA8;
}
/*====================End Header Class==================*/

/*====================Navigator Class===================*/

#container{
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	height:100%;
}


#leftSide{
	width:170px;
	height:100%;
	background-color:#FFFFFF;	
	background-image:URL(../images/leftSide.gif);
	text-align:center;
	position:relative;
}
#leftSide .leftSide_borderleft{
	width:7px;
	background-image:URL(../images/leftnav_borderleft.gif);
}

#leftSide .leftSide_center{
	width:154px;
	padding-top:30px;
	text-align:left;
	background-color:#EADDBA;	

}

#leftSide .leftSide_center li.spacer{
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	line-height:1px;
	background-image:URL(../images/leftnav_menuspace.gif);
	background-repeat:no-repeat;
	font-size:0px;
}

#leftSide .leftSide_center li.menu{
	list-style-type:none;
	margin:4px 0px 4px 10px;
	line-height:24px;
	font-weight:bold;
	padding:0px 0px 0px 18px;
	background-image:URL(../images/leftnav_menuicon.gif);
	background-repeat:no-repeat;

}
#leftSide .leftSide_center li.menu a{
	text-decoration:none;
	color:#31221B;
}
#leftSide .leftSide_center li.menu a:hover{
	text-decoration:underline;
	color:#728C43;
}

#leftSide .leftSide_center .subScription{
	background-color:#FFFFFF;
	padding:0px 0px 43px 12px;
	/*height:400px;*/
}

#leftSide .leftSide_borderight{
	width:9px;
	background-image:URL(../images/leftnav_borderright.gif);
}

#leftSide .leftSide_centerbottom{
	background-color:#FFFFFF;
	background-image:URL(../images/leftSide_bottom.gif);
	position:absolute;
	height:43px;
	bottom:0px;
	left:0px;
	width:170px;
	z-index:1;
}
#leftSide .leftSide_borderleftbottom{
	background-image:URL(../images/leftnav_borderleftbottom.gif);
	background-repeat:no-repeat;
	height:40px;
}

#leftSide .leftSide_borderightbottom{
	background-image:URL(../images/leftnav_borderrightbottom.gif);
	background-repeat:no-repeat;
	height:40px;
}


#containerContent{
	width:290px;
	text-align:left;
	padding:10px 0px 0px 10px;
}

#containerContent .image{
	padding:15px;
	width:25%;
	text-align:center;
}
#containerContent .detail{
	padding:15px 10px 10px 20px;
	width:75%;
}

#rightSide{
	width:290px;
	/*border-left:1px solid #A39481;*/
	padding-top:30px;
}

.imageBorder{
	background-image:URL(../images/image_border.gif);
	background-repeat:no-repeat;
	width:146px;
	height:105px;
	text-align:center;
	padding-top:2px;
}



/*===================End Navigator Class================*/


#containerSide{
	width:570px;
	text-align:left;
	padding:10px 10px 0px 10px;
}

.submenu{
	padding:5px 0px 5px 0px;
	font-size:11px;
}
.submenu li.menu{
	display:inline;
	background-image:URL(../images/submanu_spacer.gif);
	background-repeat:no-repeat;
	padding:0px 5px 0px 8px;
	list-style-type:none;
	border-left:2px solid #53423A;
}

/*service*/
.listingDetail{
	background-color:#F9F4CA;
	width:65%;
	padding:10px;
}
.listingDetail .link{
	text-align:right;
	padding-top:15px;
	color:#31221B;
}
.listingDetail .link a{
	color:#31221B;
	text-decoration: underline;
}
.listingDetail .link a:hover{
	color: #31221B;
	text-decoration: underline;
}
.listingImage{
	width:35%;
	text-align:center;
}
.listingImage img{
	border:3px solid #DDE18D;
}

/*Special Offer*/
.offerDetail{
	width:55%;
	padding:0px 5px 0px 15px;
}
.offerDetail .link{
	text-align:right;
	padding-top:15px;
	color:#31221B;
}
.offerImage{
	width:25%;
	text-align:center;
}
.offerImage img{
	border:3px solid #DDE18D;
}
.offerPeriod{
	width:20%;
	text-align:center;
}
.offerPeriod a{
	color:#31221B;
	text-decoration: none;
}
.offerPeriod a:hover{
	color: #31221B;
	text-decoration: underline;
}

/*News*/
.newsDetail{
	width:75%;
	padding:0px 5px 0px 15px;
}
.newsImage{
	width:25%;
	text-align:center;
}
.newsImage img{
	border:3px solid #DDE18D;
}

/*======================Footer=======================*/
#footer{
	background-image:URL(../images/footer_border.gif);
	background-repeat:no-repeat;
	background-color:#533328;
	padding:20px 0px 20px 0px;
	color:#FFFFFF;
}
/*======================End Footer=======================*/