/*   
Theme Name: Acai-berry-advisor-template
Theme URI: http://www.acai-berry-advisor.com
Description: Simple template created from a PSD file for this site
Author: Ian
Author URI: n/a

.
Copyright 2008 for this sites use only no one else...
.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
        line-height: 1.5
}

p {
	font-family: arial, tahoma;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
        line-height: 1.5
}

h3{
	font-size: 14px;
	background: #575b5e;
	color: #f2f2f2;
	padding: 5px;
	font-family: verdana;
	text-align: left;
}

h4{
	font-size: 12px;
	background: #575b5e;
	color: #fff;
	padding: 5px;
	font-family: verdana;
	text-align: left;
}

#container {
	width: 827px;
	margin: 0px auto;
	text-align: left;
}

#header{
	height: 138px;
	background: url(images/navigation-bg.jpg);
}
	#header a {
		padding-top: 100px;
		padding-left: 60px;
		padding-right: 60px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;	
	}
	
	#header a:hover {
		text-decoration: underline;	
	}
	
#sidebar{
	width: 265px;
	padding-top: 10px;
	float: right;
}

#sidenav{
	background-color: #f2f2f2;
	width: 245px;
	padding: 10px;
	margin-bottom: 10px;
}
	#sidenav ul {
		list-style: none;
	}
	
	#sidenav li{
		font-size: 11px;
		font-family: verdana;
		padding: 7px;
		background-image: url(images/sidenav-bg.jpg);
	}
	
	
	#sidenav a {
		color: #575b5e;
		text-decoration: none;
	}
	
	#sidenav a:hover {
		text-decoration: underline;
	}

#maincontent{
	width: 535px;
	margin-right: 23px;
	float: left;
}

#promoimage{
	width: 535px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#articles{
	background-color: #f2f2f2;
	width: 515px;
	padding: 10px;
	text-align: left;
}
	
	#articles img {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 5px;
		border: 0px;	
	}

#bottomnav{
	width: 529px; height: 31px;
	padding-top: 10px;
}

#bottomnavleft{
	width: 295px;	
	float: left;
	padding-bottom: 10px;
}	
	#bottomnavleft ul {
		list-style: none;
	}
	
	#bottomnavleft li{
		font-size: 11px;
		font-family: verdana;
		font-color: #ffffff;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 30px;
	    background-image: url(images/bottom-nav-left.jpg);
	}
	
	
	#bottomnavleft a {
		color: white;
		text-decoration: none;
	}
	
	#bottomnavleft a:hover {
		text-decoration: underline;
	}


#bottomnavright{
	width: 234px;
	float: right;
	padding-bottom: 10px;
}
	#bottomnavright ul {
		list-style: none;
	}
	
	#bottomnavright li{
		font-size: 11px;
		font-family: verdana;
		font-color: #ffffff;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 30px;
		background-image: url(images/bottom-nav-right.jpg);
	}
	
	
	#bottomnavright a {
		color: white;
		text-decoration: none;
	}
	
	#bottomnavright a:hover {
		text-decoration: underline;
	}

#sub{
	background-color: #f2f2f2;
	width: 245px;
	padding: 10px;
	margin-bottom: 10px;
}

#subbox{
	background-color: #fff;
	width: 225px;
	padding: 10px;
	margin-bottom: 10px;
}
	#subbox img{
		padding: 15px;
	}

