@charset "utf-8";
/* CSS Document */

body {
	width:800px;
	margin: 0px auto;
	text-align:center;
	background-color:#a5c780;
	font-size:14px;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {
	margin:0;
	font-size: 14px;
	color:#4e311c;
	display:inline;
}	
	
.blogheader {
	color:#a5c780;
	font-size:14px;
	font-weight:bold;
}
	
a:link {
	color: #de1f26;
	text-decoration:none;
	}
	
a:visited {
	color: #de1f26;
	text-decoration:none;
	}
	
a:hover {
	color: #a5c780;
	text-decoration: underline;
	}
	
.xsmall {
	font-size:10px;
}

#containermain {
	position:relative;
	width:800px;
	text-align:left;
	 background-color:#f4ede0;
	}

#header {
	width:800px;
	height:75px;
	margin:0;
	padding:0;
	text-align:center;
}

#nav {
	width:800px;
	height:31px;
	margin:0;
	padding:0;
	text-align:right;
	background-color:#1b0b03;
}

#nav img {
	margin:0;
	padding:0;
	display:inline;
}

#contenthome {
	width:800px;
	margin:0px;
	background-color:#de1f26;
	line-height:1.3em;
}

#rightbar {
	 float:right; 
	 display: inline;
	 width:195px; 
	 height:356px;
	 margin:0px; 
	 padding:7px;
	 }

 
#news {
	background-color:#f4ede0;
	background-image:url(../images/heading_news.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:right;
	display: inline;
	padding:30px 5px 4px 5px;
	margin:0 0 3px 0;
	height: 264px;
	width: 183px;
	overflow:hidden;
	font-size:11px;
	line-height:1.1em;
}

#sofibanner {
	float:right;
	display: inline;
	padding:0px 5px 4px 0px;
	margin: 0 0 3px 0;
	height: 288px;
	width: 189px;
	overflow:hidden;
	text-align:center;
}


#contentsubpages {
	background-color:#f4ede0;
	margin:0px;
	height:371px;
	padding:0px;
	}
	
#contentsubpages img {
	border:none;	
}
					

#subpagesleft {
	margin:0;
	padding:0;
	float:left;
	width:210px;
}

#subpagesright {
	margin:0;
	padding:10px;
	float:right;
	width:570px;
	height:351px;
}

#subpagesrightcontent {
	margin:0;
	padding:0px;
	width:570px;
	height:318px;
}

#subpagesproductlist{
	margin:0;
	padding:0px;
	width:570px;
}

#subpagesproductlist h2{
	background-color:#1b0b03;
	color:#f4ede0;
	width:570px;
	margin-bottom:0px;
	padding:0 0 0 3px;
	font-size:12px;
}


#quotes {
	width:486px;
	height:33px;
	padding-left:94px;
	padding-top:2px;
	background-color:#1b0b03;
	background-image:url(../images/heading_thoughts.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#f4ede0;
	font-size:11px;
	line-height:1.4em;
}
	
#logos {
	height:65px;
	width:790px;
	padding:10px 5px 5px 5px;
	background-color:#de1f26;
	margin:0px;
	border-top: 1px solid #1b0b03;
	clear:both;
}

#logos img {
	border:none;
	margin-right:10px;
	margin-left:10px;
}
	
#footer {
	background-color:#1b0b03;
	color:#f4ede0;
	width: 800px;
	height:36px;
	text-align:left;
	clear:both;
	margin:0px;
	line-height:1.2em;
	font-size:12px;
	padding-top: 5px;
	}

#footer img {
	margin-left:10px;
	margin-right:5px;
	border:none;
}
	

#footer a:visited {
	color: #f4ede0;
	}
	
#footer a:hover {
	color: #a5c780;
	text-decoration: underline;
	}

	
