/* CSS Document */

body
{
	background-position:center top;
	background-color:#F0E7D7;
	background-repeat: repeat;	
}

#container {
	position:relative;
	width:800px;
	height:2000px;
	background-position:center top;
	padding:0px;
	top:2px;
	margin: auto;
	border: 5px solid #FFFFFF;
	background-color:#FFFFFF;
}

#banner {
position:absolute;
width:800px;
height:182px;
margin-left:0px;
top:0px;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
}

#caption {
	position:absolute;
	width:800px;
	height:19px;
	margin-left:0px;
	top:182px;
	background-image:none;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #f0e7d7;
	text-align: center;
	vertical-align: middle;
}

#horizontalnavigation {
	position:absolute;
	width:800px;
	height:30px;
	margin-left:0px;
	margin-right:0px;
	top:201px;
	visibility: visible;
	left: 0px;
	background-color:#FFFFFF;
	}

#content {
	position:absolute;
	width:800px;
	height:2000px;
	margin-left:0px;
	margin-right:0px;
	top:241px;
	left: 0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	}

#type{
	position:absolute;
	width:585px;
	left:5px;
	top:10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	
}

.boldtableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	font-weight:bold;
	}
	
.type a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	text-decoration:underline;
	}


.type a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#990066;
	text-decoration:none;
	}
#productsad {
	position:absolute;
	width:200px;
	left:598px;
	top:600px;
	}
	
#navigation {
	position:absolute; 
	width:200px; 
	z-index:1; 
	left: 598px; 
	top: 10px;
	margin:0;
	padding:0;
	}
	
#navigation ul{
	margin:0;
	padding:0;
	}
	
#navigation li {
	list-style-type:none;
	display: block;
	width:200px;
	height:35px;
	padding:0;
	margin:0;
	font-family: Arial;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#C9C2B5;
	}

#navigation li a{
	display:block;
	width:190px;
	height:29px;
	color:#333333;
	font-size:13px;
	letter-spacing:1px;
	text-decoration:none;
	padding:6px 0 0 10px;
	background-color:#F0E7D7;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;	
	border-bottom: 1px solid #C9C2B5;
	}


#navigation li a:hover{
	width:190px;
	color:#990066;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	
	}	

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990066;
	font-size: 24px;
	font-style: italic;
}

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990066;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

.h3 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990066;
	font-size: 18px;
	text-align: center;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	}
	
.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#006633;
	font-style:italic;
	}
