/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0px;
	margin-top:5px;
}

label{
width:150px;
}

#phone-accessories-wrapper{
	width:98%;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

#container{
	padding:0px;
	margin:0px;
	width:900px;
}

#header-home{
float:left;
background-image:url(../images/headers/home.jpg);
height:294px;
}

#header-about{
float:left;
background-image:url(../images/headers/about.jpg);
height:294px;
}

#header-contact{
float:left;
background-image:url(../images/headers/contact.jpg);
height:294px;
}

#header-products{
float:left;
background-image:url(../images/headers/products.jpg);
height:294px;
}

#header-specials{
float:left;
background-image:url(../images/headers/specials.jpg);
height:294px;
}

#header-enviro1{
float:left;
background-image:url(../images/headers/environment.jpg);
height:294px;
}

#header-enviro2{
float:left;
background-image:url(../images/headers/environ-service.jpg);
height:294px;
}

#logo{
	float:left;
	width:250px;
	height:150px;
}

#navbartop{
	float:left;
	padding-top:7px;
	width:650px;
	height:28px;
	font-size:15px;
	font-weight:bold;
}

ul#navlist{
	padding:0px;
	margin:0px;
}

ul#navlist li{
magin:0px;
padding-right:6px;
	display:inline;
	list-style:none;
}

#navbartop a:link,#navbartop a:visited{
	color:#ffffff;
	text-decoration:none;
}

#navbartop a:hover{
	text-decoration:underline;
}

#placeholder2{
	float:left;
	margin:0px;
	padding:0px;
	width:650px;
	height:259px;
}

#bodycontent{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	width:880px;
}

#leftcontent{
	float:left;
	margin:0px;
	padding:0px;
	width:260px;
	text-align:left;
	padding-top:10px;
}

#specials{
	float:left;
	margin:0px;
	padding:0px;
	padding:15px;
	width:230px;
	background:#B7D87D url(../images/specials_top.jpg) top no-repeat;
}

#specials-bottom{
	float:left;
	margin:0px;
	padding:0px;
	height:34px;
	width:260px;
	background:url(../images/specials_bottom.jpg) top no-repeat  ;
}

#infopanel{
	float:left;
	margin:0px;
	padding:0px;
	padding:15px;
	width:230px;
	background:#C39B53 url(../images/infopanel-top.jpg) top no-repeat;
}

#infopanel-bottom{
	float:left;
	height:33px;
	width:260px;
	background:url(../images/infopanel-bottom.jpg) top no-repeat  ;
}


#rightcontent{
	float:left;
	margin:0px;
	padding:0px;
	padding-left:15px;
	width:605px;
	text-align:left;
}

#welcome{
	float:left;
	margin:0px;
	padding:0px;
	width:590px;
}

#accessories, #pricing{
	float:left;
	margin:0px;
	padding:0px;
	width:295px;
}

#environment{
	float:left;
	margin:0px;
	padding:0px;
	width:590px;
	border-top:dotted 1px #666666;
	padding-top:20px;
}


#navbar
{
}

#breadcrumbs{
	float:left;
	width:900px;
	padding-top:0px;
	height:20px;
	font-size:11px;
	text-align:left;
}

#breadcrumbs-about{
	float:left;
	width:900px;
	padding-top:0px;
	height:20px;
	font-size:11px;
	text-align:left;
}

#footer{
	float:left;
	width:900px;
	font-size:10px;
	margin-top:10px;
	border-top:dotted 1px #666666;
	padding-top:10px;
	padding-bottom:10px;
}

#copyright{
	float:left;
	width:200px;
}
#footernav{
	float:left;
	width:700px;
	text-align:right;
}

.clear{
	float:left;
	clear:both;
	width:590px;
}


h1.pageheading_brown{
	font-size:20px;
	color:#C39B53;
}
h1.pageheading_green{
	font-size:20px;
	color:#B7D87D;
}
h1.pageheading_grey{
	font-size:20px;
	color:#444444;
}

h2.pageheading_brown{
	font-size:16px;
	color:#C39B53;
}
h2.pageheading_green{
	font-size:16px;
	color:#B7D87D;
}

h2.pageheading_grey{
	font-size:16px;
	color:#444444;
}

.textgreen{
	color:#B7D87D;
}

.textgrey{
	color:#444444;
}

.textbrown{
	color:#C39B53;
}

img{
	border:solid 0px #ffffff;
}



