/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#00a160;
}
a:hover {
	color:#00a160;
	text-decoration: underline;
}

html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background:#000000 url(../images/header.jpg) top repeat-x;
}

h1, h2, h3, h4, h5, h6, p, ol, div, img, body, ul, li {
	padding:0;
	margin:0;
}

img {
	display:block;
	overflow:hidden;
	border:none;
}
ol,ul {list-style:none;}
p {
	font:normal 12px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	line-height: 18px;
	color: #414042;
	padding: 0 0 10px 0;
}

h1 {
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	line-height:32px;
	color:#00703c;
	padding:0 0 8px 0;
}

.h1_alt {
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	line-height:32px;
	color:#00703c;
	padding:0 0 8px 0;
}

h2 {
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	line-height:26px;
	color:#00703c;
	padding:0 0 8px 0;
}
.h2_alt {
	font:normal 24px Georgia, "Times New Roman", Times, serif;
	line-height:26px;
	color:#00703c;
	padding:0 0 8px 0;
}
h3 {
	font:bold 14px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	line-height: 16px;
	color:#00703c;
	padding: 0 0 3px 0;
}

#header_background {
	width:100%;
	background: url(../images/burst.jpg) top center no-repeat;
}

#body_background {
	width:100%;
	background: url(../images/wood.jpg);
}
#footer_background {
	width:100%;
	background: url(../images/footer_background.gif) top repeat-x;
}

#wrapper {
	width:980px;
	height:auto;
	margin:0 auto 0 auto;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/

#header {
	width:980px;
	height:218px;
	position:relative;
	margin:0 auto 0 auto;
	background: url(../images/burst2.jpg) top left no-repeat;
}

.logo {
	float:left;
	margin:9px 0 0 0;
}
.search_input {
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	border:1px solid #00703c;
	color:#000000;
	height:24px;
	background-color:#FFFFFF;
		-moz-border-radius: 5px;
    border-radius: 5px;
	width:194px;
	position:absolute;
	left:737px;
	top:89px;
}

.search {
	position:absolute;
	left:942px;
	top:89px;
}

/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/

#header ul {
	width:979px;
	height:47px;
	border-left:1px solid #a28800;
	position:absolute;
	top:165px;
	left:0;
}

#header ul li {
	display: inline;
	padding:14px 0 0 0;
	margin:0;
}

#header ul li a {
    float:left;
	text-align:center;
    padding:14px 0 0 0;
	margin:0;
	height:33px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	color:#000000;
	border-right:1px solid #a28800;
	font-weight:bold;
	text-decoration: none;
	} 

#header #active { 
	text-decoration: none;
	background: url(../images/nav_on.gif) repeat-x;
	}
	
#header ul li a:hover {  
	text-decoration: none;
	background: url(../images/nav_on.gif) repeat-x;
	}
	
.best {  
	width:122px;
	}
.pool {  
	width:117px;
	}
.furnishings {  
	width:159px;
	}	
.tables {  
	width:169px;
	}
.lighting {  
	width:91px;
	}
.arcade {  
	width:189px;
	}
.testimonials {  
	width:125px;
	}


		
/*--------------------------------------------------------------------------------------------------
	vertical navigation
--------------------------------------------------------------------------------------------------*/

#vertnav
{
width:180px;
float:left;
padding:105px 0 20px 0;
background: url(../images/blue_wood.gif) top no-repeat;
}

#vertnav ul
{
list-style-type: none;
font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
font-size: 14px;
line-height:15px;
font-weight:normal;
margin:0;
border-top:1px solid #000000;
border-bottom:1px solid #00538d;
}

#vertnav a
{
display: block;
padding: 5px 10px 5px 10px;
margin:0;
width: 160px;
text-decoration: none;
color:#FFFFFF;
border-bottom:1px solid #000000;
border-top:1px solid #00538d;
}

#vertnav a:hover
{
text-decoration: none;
background-color:#040922;
color:#3ea3e9;

}

#vertnav a#current
{
text-decoration: none;
background-color:#040922;
}
/*--------------------------------------------------------------------------------------------------
	index
--------------------------------------------------------------------------------------------------*/

#content {
	width:980px;
	overflow:hidden;
	padding:25px 0 20px 0;
}


#copy {
	width:800px;
	float:right;
	min-height:950px;
	background-color:#FFFFFF;
}

#left_column {
	width:510px;
	float:left;
	padding:25px 0 0 35px;
}

#right_column {
	width:170px;
	float:right;
	min-height:287px;
	padding:0 25px;
	margin:25px 0 0 0;
	background:url(../images/column.gif) top left no-repeat;
}

.coupons {
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #d1d2d4;
}

#right_column ul { 
	list-style-type: none;
	font:normal 12px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	line-height: 16px;
	color: #414042;
	padding:0 0 20px 0;
	border-top:1px solid #d1d2d4;
}

#right_column li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding:0 0 6px 7px;
	margin:6px 0 0 0;
	border-bottom:1px solid #d1d2d4;
}

.image_left { 
	margin:0 10px 10px 0;
	padding:5px;
	border:1px solid #d1d2d4;
	float:left;
}

.image_right { 
	margin:0 0 10px 10px;
	padding:5px;
	border:1px solid #d1d2d4;
	float:right;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/
#sub_intro {
	width:800px;
	height:90px;
	background:url(../images/pattern2.jpg) top no-repeat;
	border-bottom:1px solid #c79c6e;
}
#sub_intro p {
	font:normal 38px Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
	color:#00703c;
	padding: 30px 0 0 35px;
}

.crumb {
	font:normal 11px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	line-height: 13px;
	color: #414042;
	border-bottom:1px solid #d1d2d4;
	padding:8px 0 8px 35px;
	text-transform:uppercase;
}

ul.bullet { 
	list-style-type: none;
	font:normal 12px "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	line-height: 16px;
	color: #414042;
	padding:0 0 5px 20px;
}

.bullet li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding: 0 0 5px 8px;
}

#full_column {
	width:730px;
	float:left;
	padding:25px 0 0 35px;
}

#formbox {
width:478px;
background-color:#FFFFFF;
margin:0 0 15px 0;
padding:15px;
border:1px solid #d1d2d4;
background: url(../images/form.gif) bottom repeat-x;
}
.input-border {
background-color:#FFFFFF;
margin:0 0 8px 0;
padding:5px;
border:1px solid #d1d2d4;
}

.form_copy {
padding:0 8px 8px 0;
font-weight:bold;
}

p.price a {
	font-weight:normal;
	width:50px;
	background:#004813 url(../images/arrow_submit.gif) center right no-repeat;
	color:#FFFFFF;
	padding:5px 20px 5px 8px;
	margin:10px 0 0 0;
	display:block;
	border:1px solid #d1d2d4;
	text-transform:uppercase;
}
p.price a:hover {
	background:#00a160 url(../images/arrow_submit.gif) center right no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/

#footer {
	width:980px;
	height:auto;
	padding:20px 0 0 0;
	margin:0 auto 0 auto;
}

#footer img {
	margin:0 5px 0 0;
	float:left;
}

#footerright {
	width:700px;
	margin:0;
	float:right;
	text-align:right;
	padding:0 0 10px 0;
}

#footer p {
	font-size: 10px;
	line-height: 14px;
	padding:2px 0 6px 0;
	color:#FFFFFF;
}

#footerright p {
	color:#00703c;
}

.snipe {
	color:#58585a;
}
#footerright a  {
	text-decoration: none;
	color:#FFFFFF;
}
#footerright a:hover {
	color:#00a160;
	text-decoration: none;
}



a.gecko  {
	text-decoration: none;
	color:#58585a;
}
a.gecko:hover {
	color:#FFFFFF;
	text-decoration: none;
}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}
