@charset "utf-8";

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	/* clearfix */
		.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/*
reset end
*/
	

/* 
body
*/
body{
	font-size:80%; 
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background:#73a536;
	margin:15px 0 15px 0;
}

#container{
	background:#c4dc30;
	margin:0 auto;
	width:900px;
	clear:both;
}

/*
links
*/
a:link,a:visited{
	color:#006633;
	text-decoration:none;
}
a:hover{
	color:#73a536;
	text-decoration:underline;
}

/*
headings
*/
/*h1{ font:bold 22px Arial, Helvetica, sans-serif; color:#3a3a3a; }*/
h2{ font:bold 200% Arial, Helvetica, sans-serif; color:#006633; line-height:100%; padding:25px 0 15px 0; }	
h3{ font:bold 110% Arial, Helvetica, sans-serif; color:#006633; line-height:140%; }	
	
	
/*
header
*/
#header{
	background:url(../images/header_bg.jpg) no-repeat;
	width:900px;
	height:165px;
}
	#header h1{
		position:absolute;
		top:-999em;
		left:-999em;
		text-indent:-999em;
	}
	
#flash-images {  
	width:900px; 
	height:290px; 
	margin:0 auto; 
	position:relative; 
	z-index:1;  
}
#banner-images {  
	width:900px; 
	height:290px; 
	margin:0 auto;  
}

/*
content
*/
#content{
	padding:0px 25px 8px 25px;
	width:850px;
	clear:both;
}
#content p {
	line-height: 1.3;
	font-size:100%;
}


/*
footer
*/
#footer{  
	width:900px;
	height:49px;
	clear:both;
	background:url(/images/footer_bg.jpg) no-repeat 0;
}

#sub-footer, #sub-footer a{
	width:900px;
	margin:0 auto;
	color:#fff;
	font-size:11px;
	text-align:right;
	padding:10px 5px 0px 5px;
	text-decoration:none;
}
#sub-footer a:hover {
	text-decoration:underline;
}


.img_align_right {
	float:right;
	margin-left:25px;
}

/*
lists
*/
ul li {
list-style:url(../images/bullet.jpg);
padding:0 0 10px 10px;
line-height:1.2;
}
ul {
padding:5px 0 10px 20px;
}


/*
main top navigation
*/
#nav {
	margin:0 auto;
	padding:0;
	width:900px;
}
#nav li {
	display:inline;
	padding:0;
	margin:0 auto;
}
	
#nav a:link,
#nav a:visited {
	text-align:center;
	color:#006633;
	padding-top:33px;
	float:right;
	width:95px;
	height:17px;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	margin-right:-2px;
	border-right:2px solid #73a536;
}

/*
active tabs
*/
#home #nav-home a,
#gallery #nav-gallery a,
#prices #nav-prices a,
#us #nav-us a,
#contact #nav-contact a {
	color:#c4dc30;
}
#nav a:hover,#nav a:active {
	color:#c4dc30;
}

.header_green {
	color:#006126;
}


#dimensions-table {
	margin:0 auto;
}
#dimensions-table td {
	padding:2px;
	text-align:center;
	border:1px solid #fff;
}



#gallery-images{
text-align:center;
padding:5px 9px 5px 9px;
}
#gallery-images img {
	margin:6px;
	border:1px solid #fff;
}
.price-table {
	text-align:center;
	width:100%;
	font-size:120%;
}
.price-table td {
	border:1px solid #fff;
	padding:5px;
}

#email { margin-right:200px; width:200px; float:right; clear:right;  }
#address { margin-left:10px; width:200px; float:left; clear:left; }
#phone { margin-left:10px; width:200px; float:left;  }

#details-pics { margin-right:10px; width:260px; text-align:right; float:right; clear:right;  }

#gallery {
	width:820px;
	margin:0 auto;
	
}

#flashContent { height:480px; background:#C4DC30; }