* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

body {
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #6B6B6B;
	background-color: #EFEFEF;
	background-image: url(../images/template/bg.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #9D8B69;
}

h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 2em;
	color:#B6DC03;
}

h2 {
	margin-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 1.65em;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}
p span {
	color: #B6DC03;
	}

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

a {
	color: #9D8B69;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
/* Header */

#header {
	width: 917px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */
#logo {
	float: left;
	height: 100px;
	width: 300px;
	padding: 0 0 0 0;
	background-image: url(../images/template/juno-logo.png);
	background-repeat: no-repeat;
	background-position: 20px 36px;
}

#logo * {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 45px;
	padding: 25px 25px 0 0;
}

#menu .first a {
	border: none;
}

/* Photo Banner */

#banner {
	width: 877px;
	height: 170px;
	margin: 0 auto;
	background: url(../images/banners/banner-shadow.gif) repeat-x left bottom;
	border-right: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 20px 35px 0 35px;
	border-bottom: 1px solid #F4F4F4;

}
#colMain {
	float: left;
	width: 620px;
	padding-right: 20px;
	border-right: 1px solid #F4F4F4;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
/* form text */
#colMain td {
	font-size: 11px;
}
/* end */

#colRight {
	float: right;
	width: 185px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 64px;
}
#colRight a {
	color: #B6DC03;
}
#colRight h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 7px;
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

/* Footer */

#footer {

}

#footer p {
	text-align: center;
	color: #777777;
}

#footer a {
	color: #5D5D5D;
}

/* Gallery */
#galleryThumbs {
	padding-bottom:22px;
	width:620px;
	background-color:#fff;
}
#galleryContent{
	width:620px;
	background-color:#fff;
}
#galleryThumbs img{
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	width:100px;
	border: 1px #B6DC03;
}
#galleryContent img{
	float:left;
}
#galleryMain {
	width:220px;
	padding-right:20px;
	float:left;
	height: 280px;
	}
#galleryMain img{
	width:220px;
	border: 1px #B6DC03;
	margin-left:0px;
	}
	
/* Products Page */

#productsInfo {
	float: left;
	width: 620px;
	padding-right: 20px;
	border-right: 1px solid #F4F4F4;
	margin-bottom: 20px;
}
#productsText {
	float: left;
	width: 380px;
}
#productsText h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 1.25em;
}
#productsText h3 {
	margin-top: 12px;
	font-size: 1em;
	color: #B6DC03;
}
#productsText span {
	color: #B6DC03;	
}
#productsContent{
	width:620px;
	background-color:#fff;
}
#productsContent img{
	float:left;
}
#productsImage {
	padding-right:20px;
	float:left;
	}
#productsImage img{
	width:200px;
	border: 1px #B6DC03;
	margin-left:0px;
	}




