/* /////////////////////////////////
	GardenMaster CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 16px 'palatino linotype', palatino, georgia, 'times new roman', times;
	color: #333;
	background: #f2eeea;
	line-height: 22px;
	padding: 40px 0;
}

#center {
	width: 974px;
	margin: 0 auto;
	background: #fff url('../i/bg-content.gif') repeat-y left top;
	height: 1%;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}


/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 116px;
	color: #fff;
	font-weight: normal;
	opacity: .5;
	filter: alpha(opacity=50);
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 24px 0 18px;
}

h3 {
	font-size: 13px;
	margin: 8px 0 8px 0;
	font-weight: bold;
}

p, ul, ol {
	margin: 18px 0px 18px 0px;
}

ul {
	list-style-type: none;
}

/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #007390;
	text-decoration: none;
}

a:hover {
	color: #0094b9;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

/* /////////////////////////////////
	HEADER 
///////////////////////////////// */

#header {
	background: transparent url('../i/bg-header.gif') no-repeat left top;
	height: 98px;
	padding: 0px 42px;
}

#logo {
	display: block;
	width: 169px;
	height: 33px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/logo.gif') no-repeat left top;
	margin: 40px 0 0 0;
	float: left;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

#nav {
	margin: 45px 0 0 0;
	float: right;
}

#nav li {
	float: left;
	margin-left: 20px;
	display: inline;
}

#nav li a:link,
#nav li a:visited {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#nav li a.current:link,
#nav li a.current:visited {
	color: #333;
}

/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	padding: 1px 42px 36px;
	margin: 12px 0 0 0;
}

#slides {
	width: 890px;
	height: 291px;
	overflow: hidden;
	background: #fff;
	padding: 0;
	margin: 0 0 0 42px;
	z-index: 2;
}

.slideNum:link,
.slideNum:visited {
	font-family: arial;
	width: 18px;
	height: 18px;
	background: transparent url('../i/slide-num.png') no-repeat left top;
	margin-right: 2px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.slideNum:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.slideNumSelected:link,
.slideNumSelected:visited {
	font-family: arial;
	width: 18px;
	height: 18px;
	background: transparent url('../i/slide-num.png') no-repeat left top;
	margin-right: 2px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
}

#content ul li {
	margin-bottom: 9px;
	padding-left: 30px;
	background: transparent url('../i/bullet.gif') no-repeat left 6px;
}

#banner {
	width: 864px;
	height: 110px;
	background: #1f689d url('../i/bg-banner.jpg') no-repeat left top;
	margin: 0 0 0 42px;
	padding: 0 0 0 26px;
	overflow: hidden;
}

#videos {
	height: 1%;
	overflow: hidden;
	margin-right: -23px;
}

#content #videos li {
	padding: 0;
	background: none;
	margin: 0;
	width: 205px;
	float: left;
	font-size: 12px;
	margin: 0 23px 12px 0 ;
	line-height: 18px;
}

#videos p {
	margin: 8px 0;
}

#videos h3 em {
	margin-right: 2px;
}

#content #videos li.clear {
	width: 100%;
	clear: both;
	height: 0;
	border-top: solid 3px #f2eeea;
	margin: 20px 0 30px;
}

.divider {
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	margin: 30px 0;
	border-top: solid 3px #f2eeea;
}

a.button:link,
a.button:visited {
	background: #007390;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 12px;
}

a.button:hover {
	background: #0094b9;
	text-decoration: none;
}

.board {
	margin: 18px 0;
	border-top: solid 3px #f2eeea;
	font-size: 12px;
	line-height: 18px;
}

#content .board li {
	padding: 0 0 10px 0;
	background: none;
	margin: 0;
	height: 1%;
	overflow: hidden;
	border-bottom: solid 3px #f2eeea;
}

.board h2 {
	font-size: 12px;
	font-weight: normal;
}

.board h3 {
	margin-top: -12px;
}

.board img {
	display: block;
	float: right;
	margin: 24px 0 20px 30px;
	padding: 5px;
	border: solid 1px #f2eeea;
}

img.imgRight {
	display: block;
	float: right;
	margin: 0 0 20px 30px;
	padding: 5px;
	border: solid 1px #f2eeea;
}

img.imgLeft {
	display: block;
	float: left;
	margin: 0 30px 20px 0;
	padding: 5px;
	border: solid 1px #f2eeea;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	background: transparent url('../i/bg-footer.gif') no-repeat left bottom;
	padding: 0 42px 30px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}


