body {
margin: 0;
padding : 0;
background: #ccc url(images/bg.jpg) center repeat;
color: #555;
}
			/*WRAP*/
#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	line-height: 1.8em;
	background: transparent;
	color: #666;
	font-family: "Trebuchet MS", "lucida sans", tahoma, sans-serif;
	font-size: 76%;
}
			/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 150px;
border-bottom:3px solid #fff;
background: #FFFFFF url(images/bubbles.jpg);
color: #000;
}
			/*TOP NAVIGATION*/
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 130%;
text-align: center;
border-bottom:3px solid #fff;
background: #008653;
color: #000;
}
#navbar a {
float:left;
width:6em;
height:20px;
text-decoration:none;
color:#fff;
background:#003777;
padding:0.5em 0.6em;
border-right:1px solid #fff;
}
#navbar a:hover {
background:#008653;
color: #fff;
}
#navbar li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
padding: 1em;
margin-left: 200px;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 15px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #008653;
background: inherit;
text-decoration: none;
margin: 0;
padding: 3px 0 3px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #003777;
}
			/*FOOTER*/
#footer {
clear: both;
width:845px;
padding: 5px;
margin: 0;
font-size: 0.8em;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #008653;
color: #fff;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #CCCCCC;
}
			/*LINKS*/
a:link {
text-decoration : underline;
background : inherit;
color : #008653;
}

a:visited {
text-decoration : underline;
background : inherit;
color : #004429;
}

a:hover {
text-decoration : underline;
background : inherit;
color :  #0865A8; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 150%;
letter-spacing: 3px;
background : transparent;
color :   #008653;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : inherit;
color :  #003777;
}

h5 {
margin: 0;
padding: 1px 0 1px 0;
font-size: 110%;
background : inherit;
color :  #333333;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}

/*PRODUCTS*/

#gallery {
	position:relative;
	width:550px;
}
#thumbs {width:180px; float:left;}
#thumbs a {
	display:block;
	float:left;
	margin:0 0 5px 5px;
	width:63px;
	height:45px;
	border:1px solid #666;
}
#thumbs a img {width:63px; height:45px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; left:180px; top:0; border:1px solid #333;}

