﻿html
{
    height:100%;
    z-index:0;
    }

body 
{
    margin:0px;
    font-family:Sans-Serif;
    font-size:small;
    z-index:0;
    background:#bfb778 url('/images/back.gif') repeat-y;
}

p
{
    padding:0;
    margin:0 0 10px 0px;
    }

div#container 
{
    margin:0;
    width:750px;
    z-index:0;
}


div#leftcolumn
{

	float:left;
	width:142px;
	background:black;
	min-height:500px;
}

div#rightcolumn
{
    float:left;
    width:608px; 
	background:#bfb778;
}

div#subrightcolumn
{
    position:absolute;
    left:142px;
    top:0px;
	float:left;
	background:white;
	width:608px;
	margin:0;
	padding:0;
	
}

div#header
{

	background:#bfb778;
	padding:30px 0px 30px 30px;
	font-size:medium;
	font-weight:bold;
}

div#subheader
{
	background:#006857;
	padding:15px 0px 15px 30px;
	font-size:small;
	font-weight:bold;
	color:white;
    margin:0;	
}

div#subheader a
{
	color:#c0b678;
	text-decoration:none;
}

div#subheader a:hover
{
	color:white;
	text-decoration:none;
}

div#subheader a.act
{
	color:white;
	text-decoration:none;
}

div#mainbodycopy
{
	padding:30px;
}

div#mainbodycopy .aboutimage
{
    	margin:-30px -30px 10px 10px ;

}

div#mainnav ul
{
	padding:20px 0 50px 10px;
	margin:0;	
	color:#c0b678;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	list-style:none;
}

div#mainnav li
{
	padding:3px;
	margin:0;
}

div#mainnav a
{
	color:#c0b678;
	text-decoration:none;
	
}

div#mainnav a:hover
{
	color:white;
	text-decoration:none;
}

div#logo
{
    position:absolute;
    left:4px;
    top:305px ;    
	padding:10px;
}

div#sublogo
{
    margin-top:69px;
	padding-left:14px;
}

div#contentheader
{
   
}

div#maincopy
{
	float:left;
	margin:30px 0px 30px 30px;
	width:385px;
	color:white;
	font-size:small;
	padding-right:10px;
	border-right: 2px white solid;
	margin-right:10px;
}

div#maincopy h1
{
	font-size:medium;
}

div#maincopy h2
{
	font-size:medium;
}

div#bulletcopy
{
	float:left;
	width:130px;
	margin:0px;
	padding:0px;
	margin-left:10px;
	color:white;
}

div#bulletcopy ul
{
	margin:0px;
	padding:0px;
	margin: 40px 0px 0px 6px;
	list-style-image: url('/images/bigbullet.png')	
}

div#bulletcopy li
{
	padding:0px 0px 5px 5px;
	margin:10px;
}

div#bulletcopy a
{
	color:White;
}

div#bulletcopy a:hover
{
	color:White;
	text-decoration:none;
}


div#photobar
{
    margin-left:160px;
    clear:both;
    position:absolute;
    left:0px;
    top:310px;   
	padding:10px;	
}

div#productarea
{
    position:absolute;
    left:140px;
    top:330px;
	margin-top:50px;
	width:600px;
}

div#detailcopy
{
	float:left;
	width:170px;
	text-align:right;
	font-size:12px;	
	color:white;
	padding:10px;
}

div#detailcopy h1
{
	color:white;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-bottom:5px;
}


div#detailcopy p
{
	padding:0;
	margin:0;
}


div#productphoto
{
	float:left;
	width:376px;
}

div#prodlist table td
{
	border-top:1px gray solid;
	padding:10px 0px 10px 0px;
}


div#prodlist table img
{
	padding:10px 0px 10px 0px;
}


div#prodlist table
{
	border-bottom:2px black solid;

}


div#prodlist h3
{
	color:#C0B678;
	text-transform:lowercase;
	padding:20px 0px 3px 0px;
	margin:0;
}

div#footer
{
    font-size:xx-small;
    width:730px;
    text-align:right;
}

div#homefooter
{
    position:absolute;
    top:600px;
    font-size:xx-small;
    width:730px;
    text-align:right;
}

a
{
    color:#006857;
    }
    
a:hover
{
    text-decoration:none;
    }    
    
div#productleftcolumn
{
	width:180px;
	position:relative;
	float:left;
	border-right:1px black solid;
	padding-right:10px;
	padding-left:5px;

}

div#productleftcolumn table
{
	clear:both;
	margin-bottom:5px;
}


div#productrightcolumn
{
	width:180px;
	position:relative;
	float:left;
	border-right:1px black solid;
		padding-right:10px;
		padding-left:5px;
}

div#productrightcolumn table
{
	clear:both;
	margin-bottom:5px;
	
}


div#productfarrightcolumn
{
	width:120px;
	position:relative;
	float:left;

		padding-right:10px;
		padding-left:5px;
		display:none;
}

div#productfarrightcolumn table
{
	clear:both;
	margin-bottom:10px;
	
}

div#productfarrightcolumn table .titl
{
	background:gray;
	
}


