body {
	background-color: #fbf2b4;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-left:#c3c3c3 solid 1px;
	border-right:#c3c3c3 solid 1px;

}

/* ----------banner for logo-------------- */
#banner {
	background-color: #ffffff;
	text-align: right;
	padding: 0px;
	margin: 0px;
	height:120px;
}

#linkHolder{
	top:0px;
	padding-bottom:0px;
}

#linkHolder a{
	color:#000;
	text-decoration:none;
	margin: 5px 5px 5px 5px;
}

#menu{
	height:30px;
	background:#f8eafa;
	border-top:#c3c3c3 1px solid;
	border-bottom:#c3c3c3 1px solid;
}

#mainnav
{
	margin:0 0 0 0px;
	padding:8px 0 8px 0px;
	margin-left:-100px;	
	*margin-left:-180px;	
	*background:#f8eafa;	
}

#mainnav li{
	display:inline;
	list-style:none;
	border-left:#c3c3c3 solid 1px;
	padding:8px 14px 9px 15px;
}

#mainnav li a{
	text-decoration:none;
	color:#000;
}

#mainnav li a:hover{
	text-decoration:underline;
}

#linkHolder a:hover{
	text-decoration:underline;
}

/* -----------------content--------------------- */
#content {
	background-color: #ffffff;
	padding: 20px 0 0 0;
	margin: 0 0 0 100px;
	text-align:center;
}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background:#FFF;
}

#left #searchholder{
	border:solid 1px #c3c3c3;
	background:#f5f2d7;
	height:50px;
	width:190px;
	margin:20px 5px 10px 5px;
	text-align:left;
}

#left #my_menu{
	margin: 0 0 10px 6px;
	
}

#left #searchholder p{
	font-weight:bold;
	margin:5px 0 0px 5px;
	padding: 0px 0px 0px 0px;
	*margin:5px 0 0 5px; /*IE 7 Fix*/
	font-size:11px;
	text-align:left;
}

#left #searchholder img{
	position:static;
	margin-top:0px;
}

#left #contactholder{
	border:solid 1px #c3c3c3;
	background:#f5f2d7;
	margin: 5px 5px 10px 5px;	
}

#left #contactholder p{
	margin:5px 0 5px -15px;
	padding:0 0 0 18px;
	*margin:5px 0 5px -15px;
	*padding:0 0 0 8px;
	font-size:10px;	
	width:185px;
	text-align:left;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left; 
	background:#FFF;
}

#footer #socialmedia{
	width:370px;
	height:141px;
	background:repeat-x url(/images/footer_back.jpg);
	border:#c3c3c3 solid 1px;
	*border-left:none; /*IE 7 Fix*/
	float:left;	
}

#footer #socialmedia img{
	position:static;
	margin:10px 0 0 5px;
	border:none;
}

#footer #newsletters{
	width:158px;
	height:141px;
	background:repeat-x url(/images/footer_back.jpg);
	border-top:#c3c3c3 solid 1px;
	border-bottom:#c3c3c3 solid 1px;
	float:left;
	text-align:center;
	
}

#footer #newsletters #newsletterstitle{
	font-weight:bold; 
	font-size:11px; 
	margin:5px 0 10px 5px;
	*margin:5px 0 10px 40px; /*IE 7 Fix*/
	text-align:left;
}

#footer #newsletters img{
	position:static;
	margin:-5px 0 0 0;
	border:none;
}

#footer #shop{
	width:235px;
	height:141px;
	background:repeat-x url(/images/footer_back.jpg);
	border-top:#c3c3c3 solid 1px;
	border-bottom:#c3c3c3 solid 1px;
	border-left:#c3c3c3 solid 1px;
	float:left;	
}

#footer #shop ul{
	list-style:none;
	margin-left:-10px;
	*margin-left:30px; /*IE 7 Fix*/
	font-size:11px;
	margin-top:-10px;
}

#footer #shop ul a{
	color:#000000;
	text-decoration:none;
}

#footer #shop ul a:hover{
	text-decoration:underline;
}

#footer #information{
	width:206px;
	height:141px;
	background:repeat-x url(/images/footer_back.jpg);
	border:#c3c3c3 solid 1px;
	float:left;
}

#footer #information ul{
	list-style:none;
	margin-left:-10px;
	*margin-left:30px; /*IE 7 Fix*/
	font-size:11px;
	margin-top:-10px;
}

#footer #information ul a{
	color:#000000;
	text-decoration:none;
}

#footer #information ul a:hover{
	text-decoration:underline;
}

#footer .footerHeader{
	font-size:11px;
	font-weight:bold;
	padding-left:30px;
	margin:5px 0 10px 0;
	text-align:left;
}

