body { 
    background: url("/fend/images/bg.gif") left top repeat; 
    padding: 0px;
    margin: 0px;
	width: 100%;
	text-align: center;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding-top:6;
}

h1 {
    color: #385e30;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
}

h2 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #84a923;
    text-decoration: none;
}

h3 {
    font-size : 16px;
    font-family : Times New Roman, serif;
    font-weight : bold;
    color : #666600;
    text-decoration: none;
}

h4 {
    color: #183a17;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

h5 {
    font-size : 13px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-weight : bold;
    color : #ffffff;
    text-decoration: none;
}
p {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #333333; 
}

ul,ol,li {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #666;
}

a { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #597805;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:link IMG, a:visited IMG { 
    BORDER-STYLE: none;
}

a IMG { 
    color: #FFFFFF;
}

.clear {
	clear: both;
}

table {
	width: 100%!important;
}

/* hides the border in NS 4.x */

#container {
	width: 768px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#header-container {
	height: 78px;
	overflow: hidden;
}

#granite {
	float:left;
	margin:0;
	padding:0;
}

#duracon{
	float:left;
	margin:0;
	padding:0;
}

#countertops {
	float:left;
	margin:0;
	padding:0;
}

#navwrapper {
	height: 25px;
	background: url(/fend/images/granite.jpg) repeat-x;
}

#flashwrapper {
	height: 138px;
	background: #fff;
	clear: both;
}

#wrapper { 
	background: #fff url("/fend/images/contentcontainer.gif") left top repeat-y;
	padding:0;
	margin:0;
	text-align: left;
}

#content-container {
	width: 607px;
	float: left;
}

#titlecontainer {
	background: url("/fend/images/bg-granite-counter.gif") left top repeat-y;
	height: 32px;
}

#pagetitle {
	float: left;
	padding: 0 0 0 5px;
}

#pagetitle H3{ 
    font-size: 18px;
	line-height: 32px;
    font-family: Helvetica,Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #333333;
}

#print {
	padding: 5px 5px 0 0;
	float: right;
}

#content { 
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #6e6f11;
    text-decoration: none;
	padding: 0 15px 0 10px;
}

#column-container {
	width: 161px;
	float: right;
}

#cart { 
	background: url("/fend/images/bg-cart.gif") left top repeat-x;
	height:60px;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
	padding: 0 10px;
}

#search { 
	background: url("/fend/images/bg-search.gif") left top repeat-x;
	height:105px;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    text-decoration: none;
	padding: 30px 10px 0 10px;
}

#associations { 
	background: url("/fend/images/bg-associations.gif") left top repeat-x;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: #444546;
    text-decoration: none;
	padding-top:30px;
}

#footer-container {
	background: #f3eadd;
	height: 32px;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#rootlinks a:link, a:visited { 
	font: normal 12px/32px Arial, Verdana, Helvetica, sans-serif;
    color: #6e6f11;
    text-decoration: none;
}

#rootlinks a:hover {
    color: #55412d;
}

/*------------------ 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;
}

