/***************** main formatting css ************************/

* 
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	text-align:center;
	background-color: #006633;
	color: #333333;	
	/* known browser compatible workaround for centering page (IE5/Win as example) - see margin and text-align. This box is normally horizontally centered by setting its right and left margin widths to "auto" but these margin and text-align values followed by the text-align left on the sibling container will also centre all */
}

/***************** table layout ************************/

#main_table {
	width: 850px;
	margin:0px auto;
	text-align:left;
	background-color: #eff5ed;
}

#side_nav {
	width: 258px;
	border: 2px solid #eff5ed;
}

#cell_content_main {
	background-color: #eff5ed;
	width: 350px;
}

#cell_content_2col {
	background-color: #eff5ed;
	width: 550px;
}

#content_main {
	width: 350px;
	padding: 20px 23px 0 15px;
	color: #333333;
}

#content_main_2col {
	width: 510px;
	padding: 20px 63px 0 15px;
	color: #333333;
}

#content_main_2col ul, #content_main ul  {
    list-style-type:disc; 
    list-style-position: outside;
}
#content_main_2col ul li, #content_main ul  {
    margin: 0 20px 1.20em 20px;
}

#cell_right_centre {
	background-color: #e1e7df;
	width: 200px;
	font-size: 85%;
}


.cell_bottom {
	height: 70px;
		padding: 12px;
			color: #FFFFFF;
}
#cell_bottom_left {
	background-color: #72c167;
	width: 650px;
}

#cell_bottom_right {
	background-color: #6bb661;
	width: 200px;
}

#cell_bottom_col2 {
	background-color: #72c167;
	width: 850px;
}

#bottom_area_nav {
	color: #FFFFFF;
	display: block;
	height: 15px;
	width: 350px;
	position: relative;
	display: block;
	left: 250px;
	bottom: 25px;
}

/***************** image layout ************************/

#logo_top {
	height: 140px;
	width: 650px;
	background: url(images/logo_top.gif) no-repeat top right;
	float: left;
}

#img_top_tagline {
	height: 140px;
	width: 200px;
	background: url(images/top_right_phone.gif) no-repeat top right;
	float: left;
}


/***************** side navs ************************/

#side_nav_bottom {
	background-color: #72c167;
	height: 95px;
	margin-top: 2px;
	padding: 12px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.5;
}

#side_nav_right {
	color: #660066;
}

.side_nav_right_container {
	margin: 5px;
	padding: 10px;
	width: 170px;
}

#side_nav_right_color1 {
	background-color: #d3cfd0;
}

#side_nav_right_auto {
	background-color: #ffffff;
}

#side_nav_right_color2 {
	background-color: #ced4a3;
}

#side_nav_right_color3 {
	background-color: #d1bda3;
}

#side_nav_right_color4 {
	background-color: #e8ba9f;
}

#side_nav li {
	width: 258px;
	height: 25px;
	margin: 0;
	padding: 0 0 2px 0;
	display: block;

}

#side_nav ul {
	list-style: none;
	margin-top: 2px;
}

#side_nav ul a {
height:1%;
}



/* side nav images --------------------------- */

#nav_home a:link, #nav_home a:visited, #nav_home a:active {
background: url(images/side_home.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_home a:hover, 
#home #nav_home a:link, 
#home #nav_home a:visited, 
#home #nav_home a:active {
background: url(images/side_home-on.gif) no-repeat top left;
	display:block;
}

#nav_about a:link, #nav_about a:visited, #nav_about a:active {
background: url(images/side_aboutus.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_about a:hover, 
#about #nav_about a:link, 
#about #nav_about a:visited, 
#about #nav_about a:active {
background: url(images/side_aboutus-on.gif) no-repeat top left;
	display:block;
}

#nav_rent a:link, #nav_rent a:visited, #nav_rent a:active {
background: url(images/side_rent.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_rent a:hover, 
#rent #nav_rent a:link, 
#rent #nav_rent a:visited, 
#rent #nav_rent a:active {
background: url(images/side_rent-on.gif) no-repeat top left;
	display:block;
}

#nav_benefits a:link, #nav_benefits a:visited, #nav_benefits a:active {
background: url(images/side_benefits.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_benefits a:hover, 
#benefits #nav_benefits a:link, 
#benefits #nav_benefits a:visited, 
#benefits #nav_benefits a:active {
background: url(images/side_benefits-on.gif) no-repeat top left;
	display:block;
}


#nav_sell a:link, #nav_sell a:visited, #nav_sell a:active {
background: url(images/side_sell.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_sell a:hover, 
#sell #nav_sell a:link, 
#sell #nav_sell a:visited, 
#sell #nav_sell a:active {
background: url(images/side_sell-on.gif) no-repeat top left;
	display:block;
}


#nav_how a:link, #nav_how a:visited, #nav_how a:active {
background: url(images/side_how.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_how a:hover, 
#how #nav_how a:link, 
#how #nav_how a:visited, 
#how #nav_how a:active {
background: url(images/side_how-on.gif) no-repeat top left;
	display:block;
}


#nav_advantage a:link, #nav_advantage a:visited, #nav_advantage a:active {
background: url(images/side_adv.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_advantage a:hover, 
#advantage #nav_advantage a:link, 
#advantage #nav_advantage a:visited, 
#advantage #nav_advantage a:active {
background: url(images/side_adv-on.gif) no-repeat top left;
	display:block;
}


#nav_guarantee a:link, #nav_guarantee a:visited, #nav_guarantee a:active {
background: url(images/side_guarantee.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_guarantee a:hover, 
#guarantee #nav_guarantee a:link, 
#guarantee #nav_guarantee a:visited, 
#guarantee #nav_guarantee a:active {
background: url(images/side_guarantee-on.gif) no-repeat top left;
	display:block;
}


#nav_next_step a:link, #nav_next_step a:visited, #nav_next_step a:active {
background: url(images/side_next.gif) no-repeat top left;
	display:block;
	height: 100%;
	width: 100%;
}
#nav_next_step a:hover, 
#next_step #nav_next_step a:link, 
#next_step #nav_next_step a:visited, 
#next_step #nav_next_step a:active {
background: url(images/side_next-on.gif) no-repeat top left;
	display:block;
}





/***************** image layout ************************/






/***************** content layout ************************/

.text_indented {
		text-indent: 40px;
}


/***************** text formatting ************************/

#bottom_area_nav li {
	display: block;
	list-style-type: none;
	height: auto;
	float: right;
	padding-left: 20px;
}

h1 {
	font-size: 125%;
	line-height: 1.5em;
}

h2 {
	font-size: 110%;
}

.cell_bottom li {
	float: left;
	list-style: none;
	display: block;
	padding: 8px 10px 0 0;
	font-size: 95%;
}

.bottom_area_text {
	float: left;
	width: 626px;
}

.bottom_area_copyright {
	float: left;
	width: 176px;
}

#cell_bottom_col2 .bottom_area_copyright {
	float: left;
	width: 176px;
	padding-left: 24px;
}


/***************** links ************************/

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
}

.cell_bottom a:link, .cell_bottom a:visited, .cell_bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.cell_bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#side_nav_bottom a:link, #side_nav_bottom a:visited, #side_nav_bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#side_nav_bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.side_nav_right_container a:link, .side_nav_right_container a:visited, .side_nav_right_container a:active {
	color: #333333;
	text-decoration: none;
}
.side_nav_right_container a:hover {
	color: #333333;
	text-decoration: underline;
}



/* extend height of div containing floating divs - behave like content in tables ---------------------------- */





/* contact form ---------------------------- */







/* misc */

.sale {
display:none;

}
#back_to_top_link {
	position: relative;
	left: 450px;
	width: 100px;
}
