/* Author: Josh Wilkerson */
* {padding:0; margin:0; }

html {font:normal 1em tahoma,verdana,sans-serif; }

body {
	background: url(/assets/images/banacombg.gif) top left #656566 repeat-x;
	text-align:center;}
a:link{color: #900;}
a:visited{color:#900;}
a:hover{color:#724482;}
h1   {
	margin:0; 
	padding:5px;
	font-size:20px;
	text-align:center;}
h2   {
	margin:0; 
	padding:5px;
	font-size:18px;
	text-align:center;}
h3   {
	margin:0; 
	padding:5px;
	font-size:16px;
	text-align:center;}

#container { margin:0 auto; text-align:left; width:810px; }

/*side fish*/
#sidenav {
	background: url(../assets/images/rghtnav.gif) no-repeat bottom;
	z-index: 3;
	height: 632px;
	width: 154px;
	position: relative;
	float:right;}
#sidenav p {
	width:115px;
	color: #ccc;
	font-size:75%;
	text-align:left;
	margin:255px 0px 0px 30px;
	padding:3px;}

/*navagation bar*/
#nav {
	width:810px;
	height:76px;
	background: url(../assets/images/navbg_02.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;}
	
/*main divs and layers*/	
#mainlayer {
	z-index:2;
	position: absolute;}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../assets/images/contentbg_03.gif) repeat-y;
	margin:0 auto;
	text-align:left;
	height:auto;
	width: 810px;}
	
#right {
	width:175px;
	background: #999;
	border-top:solid 1px;
	margin: 0px 0 0 10px;
	padding:0 0 20px 0;
	float:left;
	text-align:center;
	}
#right p {margin: 5px;}
/*text content*/
	
#content { 
	width:520px;
	
	border-top:solid 1px;
	border-left:solid 1px;
	 margin:0px;
	 float:left;
	 text-align:center;}
#content p {
	font-size:125%;
	width:425px;
	text-align:left;
	padding:7px;		}
#content img {
	padding:0px 0px;
	margin:0px 0px;
	border:;}
#content table{width:430px;}
#content td { 
	vertical-align:top;
	font-size:90%;
	border-top:solid 1px #000;
	border-right: solid 1px #000;}
#gallery {text-align:left; margin:0 0 0 20px;}
#gallery h2 {padding: 10px 0 10px 0;}

/*headers*/
#header { 
	background: url(/images/header.gif) no-repeat bottom;
	width: 810px;
	height:154px;}
#welcomeheader { 
	background: url(../assets/images/banacom_welcome_02.gif) no-repeat bottom;
	width: 810px;
	height:154px;}
#aboutusheader { 
	background: url(../assets/images/banacom_about_02.gif) no-repeat bottom;
	width: 810px;
	height:154px;}
#contactusheader { 
	background: url(../assets/images/banacom_contact_02.gif) no-repeat bottom;
	width: 810px;
	height:154px;}
#productsheader { 
	background: url(../assets/images/banacom_products_02.gif) no-repeat bottom;
	width: 810px;
	height:154px;}
#header p {
	float:right;
	padding:0px;
	margin: 10px;
	margin-right:30px; }	
	
/*footers*/	
#footer {
	background: url(../assets/images/bottombg_04.gif) no-repeat top;
	width:810px;
	text-align:center;
	font-size:60%;
	padding:5px 0 20px 0;}
	
.clear {clear:both;}