* {
	margin: 0;
	padding: 0;
}

body {
	background: #007f00;
	float: center;
	align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#container {
	width: 778px;
	background: #ffffff;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	border-style:solid;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-color:black;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CC6B47;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	background: #FFFFFF url(images/header-logo.jpg) no-repeat;
	width: 778px;
	height: 200px;
	margin: 0 auto;
}

#header h1, #header h2 {
	margin: 20px;
	float: right;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	font-weight: normal;
}

#header h1 {
	float: right;
	padding-top: 40px;
	font-size: 4em;
}

#header h1 a {
	text-decoration: none;
}

#header h2 {
	float: right;
	padding: 47px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
}

/* Menu */

#menu {
	float: right;
	text-align: right;
	width: 778px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: center;
	height: 28px;
	padding: 12px 20px 0 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
}

/* Main */

.main {
}

.main .title {
	margin: 0;
}

.main .title a {
	text-decoration: none;
}

.main .byline {
	margin: 0 0 30px 0;
	line-height: normal;
}

.main .entry {
}

.main .time {
	clear: both;
}

.main .time a {
	text-decoration: none;
	font-weight: bold;
}

.main .time a:hover {
	text-decoration: underline;
}

.main .time .comments {
	padding-left: 20px;
}

.main .time .permalink {
	padding-left: 20px;
}

/* new main */

#new-main {
	width: 778px;
	background: #ffffff;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#new-main .byline {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #3760BF;
}

#new-main .byline span {
	padding: 0 0 0 10px;
}

#new-main .byline a {
	padding: 0 10px 0 0;
	text-decoration: none;
}

#new-main .byline a:hover {
	text-decoration: underline;
}

/* Recent mains */

#recent-mains {
	width: 778px;
	margin: 0 auto;
	background: url(images/btm-bar.jpg) no-repeat;
}

#recent-mains h2 {
	height: 18px;
	margin: 0;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

#recent-mains h3 {
	font-size: 1.4em;
}

#recent-mains ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-mains li {
	float: left;
	width: 246px;
	padding-left: 20px;
}

#recent-mains li.first {
	padding: 0;
}

.tagline {
	margin: 0 0 30px 0;
	line-height: normal;
	float: right;
}

/* Products */

#products {
	width: 778px;
	margin: 0 auto;
}

#products h2 {
	height: 18px;
	margin: 0;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

#products h3 {
	font-size: 1.4em;
}

#products ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#products li {
	float: left;
	width: 246px;
	padding-left: 20px;
}

#products li.first {
	padding: 0;
}

/* Product Pic Placement */

#picplacement {
	width: 778px;
	margin: 10 auto;
	border-top: 1px solid #c0c0c0;
	float: center;
	text-align: center;
	}

.picspace {
	width: 180px;
	border-right: 0px solid #c0c0c0;
	float: left;
	text-align:center;
	padding: 10px 0px;
	}

.picimg {
	border: 1px solid #c0c0c0;
}

/* Sidebar */

#sidebar {
	width: 778px;
	background: #ffffff;
	margin: 0 auto;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	float: left;
	width: 255px;
	background: url(images/btm-bar.jpg) no-repeat;
}

#sidebar li ul {
	padding-left: 20px;
}

#sidebar li li {
	float: none;
	width: auto;
	padding: 0;
	background: none;
}

#sidebar h2 {
	height: 19px;
	margin: 0 0 20px 0;
	padding-top: 1px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}

#productcontainer {
position: relative
}

#productbox {
position: absolute;
right: 30px;
top: 5px
} 

#productcontainer img {
	border: 1px;
}

#productboxleft
{
position: absolute;
right: 0px;
top: 0px
} 

#productboxright
{
position: absolute;
right: 150px;
top: 18px
}

/* Sani Grams Placement */

#saniplacement {
	width: 778px;
	margin: 10 auto;
	border-top: 0px solid #c0c0c0;
	float: center;
	text-align: center;
	}

#saniplacement a {
	text-decoration: none;
	color: #0000FF;
}

.sanispace {
	width: 180px;
	border: 1px solid #c0c0c0;
	float: left;
	text-align:center;
	padding: 10px 0px;
	}

.saniimg {
	border: 1px solid #c0c0c0;
}
