﻿/* CSS layout */
#body {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}

#Container {
	height: auto;
	position: relative;
	background-color:#FFFFFF;
	width:782px;
	padding:0px;
	margin: 0 auto;
}
.#MasterHead {
}
#MasterHead {
	border-style: ridge;
	padding: 0px;
	margin: 0px;
	float: left;
}
#Navigation {
	height: 28px;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	position: relative;
	background-color: #475D6A;
	width: 782px;
}
#Navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#Navigation li {
	float: left;
}
#Navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}

#Navigation a:hover {
	background-color:gray;
}

#Selector {
	float: left;
	width: 260px;
	background-color:#FFFFFF;
	padding-top: 5px;
}

#SelectorGroup {
	list-style-type: none;
	margin-left:20px;
}

#SelectorItem {
	list-style-type: none;
	text-decoration:none;
	margin-left:20px;
	
}

#SelectorItem a{
	color:black;
	text-decoration:none;
}

#SelectorItem a:hover {
	text-decoration:underline;
}

#Content {
	margin: 0px 20px 20px 20px;
	padding: 0px;
	position: relative;
}

#ProdPicture {
	top:500px;
	float:right;
}

#Footer {
	width: 782px;
	background-color: #475D6A;
}

#Footer a{
	text-decoration:none;
	color: #FFFFFF;
}

#Footer a:hover {
	text-decoration:underline;
}


#Title {
	background-color: #B7C2CA;
	margin-bottom: 20px;
	float: left;
	width: 743px;
}
