html,body{
	background: #fff url("/fend/images/bg-page.gif") repeat-x;
	margin:0;
	padding:0
}

body{
	font: 76% arial,sans-serif;
}
div#mascarin{
	position:relative;
	top:20px;
	left:10px;
	height:130px;


}

div#containershell{
	position:relative;
	top:0;
	width:768px;
	margin:0 auto;
	}
	
div#container{
	background: #fff url("/fend/images/bg-container.gif") repeat-x;
	text-align:left;
	width:768px;
	margin:0 auto;
}

div#headershell{
	position:relative;
	height:295px;
}

div#img-map{
	position:relative;
	background: #fff url("/fend/images/bg-img-map.gif") no-repeat;
	text-align:right;
	height:61px;
}

div#header{
	position:relative;
	background: #fff url("/fend/images/bg-header.jpg") no-repeat;
	height:234px;
	padding:0;
	margin:0;
}

div#autobody{
	float:left;
	clear:both;
	width:515px;
	margin:0;
	padding:0;
}

div#go-green{
	float:right;
	clear:right;
	width:253px;
	margin:0;
	padding:0;
}

div#contentshell{
	float:left;
	clear:both;
	width:768px;
	background: #fff url("/fend/images/bg-contentarea.gif") no-repeat;
	padding:0;
	margin:0;
}

div#content{
	position:relative;
	top:15px;
	right:25px;
	float:right;
	color:#4e4e4e;
	width:490px;
}

h2{
	color:#7ab43e;
	font-size:120%;
	font-style:bold;
	font-weight:bold;
	padding:5px 0 0 0;
}

h1{
	color:#c40826;
	font-size:160%;
	font-style:italic;
	font-weight:bold;
	padding:5px 0 0 0;
	border-bottom:1px solid #d8d8da;
}

h3{
	color:#c40826;
	font-size:140%;
	font-style:italic;
	font-weight:bold;
	padding:5px 0 0 0;
	border-bottom:1px solid #d8d8da;
}

h4{
	color:#7ab43e;
	font-size:120%;
	font-style:bold;
	font-weight:normal;
	padding:5px 0 0 0;
}

p{
	color:#4e4e4e;
}

div#column{
	position:relative;
	float:left;
	width:235px;
	padding:0;
	margin:0;
}

div#nav{
	position:relative;
	top:15px;
	left:17px;
	background: #fff url("/fend/images/bg-nav.gif") repeat-y;
	border-bottom:1px solid #c7c7c7;
	width:200px;
	height:255px;
	margin:10px 0 0 0;
}

div#searchshell{	
	position:relative;
	top:15px;
	left:17px;
	background: #fff url("/fend/images/bg-search.gif") no-repeat;
	width:201px;
	margin-top:10px;
}

div#search{	
	padding:30px 5px 20px 10px;
}

.form { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    border: 1px solid #858585; 
    background: white;
	padding-left: 2px;
	padding-right: 5px;
}

div#water-based-paint{	
	position:relative;
	top:15px;
	left:17px;
	width:201px;
	margin:20px 0;
}

div#footershell{
	postion:relative;
	font-size:90%;
	clear:both;
	width:750px;
	background:#fff url("/fend/images/bg-footer.gif") repeat-x;
	color: #FFF;
	padding:0;
	margin:0 8px;
	}
	
div#bottomnav{
	text-align:center;
	color:#888989;
	padding:15px 0 5px 0;
	}

div#bottomnav a{
	color:#6b6b6b;
	text-decoration:none;
	}

div#bottomnav a:hover{
	color:#6b6b6b;
	text-decoration:underline;
	}
	
div#copyright p{
	background:#333333;
	text-align:center;
	color:#888989;
	padding:10px 0;
	}
	
a:link, a:active, a:visited {
	font-size: 100%; 
    color: #c40826; 
	font-weight:normal;
	text-decoration:underline;
}

a:hover{
	font-size: 100%; 
    color: #c40826; 
	font-weight:normal;
	text-decoration:underline;
}

/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

