*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


body
{
	background: #216aa0;
	background-image: url("pics/background.jpg");
	background-repeat: repeat-x;
	margin: auto;
	text-align: center;
	padding: 0px;
	font: 11px/20px verdana;
}

#container
{
	background-image: url("pics/title.jpg");
	background-repeat: no-repeat;
	padding: 0px;
	width: 720px;
	margin: auto;
	text-align: left;
	clear: both;
	margin-bottom: 0px;
}

#title
{
	background-image: url("pics/title.jpg");
	background-repeat: no-repeat;
	height: 86px;
}

#banner
{
	background-image: url("pics/title_image.jpg");
	background-repeat: no-repeat;
	height: 184px;
}

#content_top
{
	background-image: url("pics/content_top.jpg");
	background-repeat: no-repeat;
	height: 38px;
}

#content_bottom
{
	background-image: url("pics/content_bottom.jpg");
	background-repeat: no-repeat;
	height: 38px;
}

#explore
{
	background-image: url("pics/explore.jpg");
	background-repeat: no-repeat;
	height: 24px;
	margin-left: 2px;
}

#left
{
	width: 206px;
	float: left;
	background-image: url("pics/button_border.jpg");
	background-repeat: no-repeat;
}

#right
{
	width: 514px;
	float: left;
}

#content
{
	margin: 0px;
	padding: 0px 28px;
	background-image: url("pics/content_background.jpg");
	background-repeat: repeat-y;
}

.explore
{
	margin-left: 2px;
}

h1
{
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font: 18px verdana;
	font-weight: bold;
}


.table
{
	font: 11px verdana;
	border-collapse: collapse;
	width: 800px;
	background: #b1deff;
	text-align: center;
}

.table td
{
	border: 1px solid #fff;
	height: 22px;
}

.table th
{
	border: 1px solid #fff;
}


.header_row
{
	color: #fff;
	background: #0177bb;
	height: 25px;
}


#prices
{
	margin: auto;
	width: 700px;
	text-align: left;
}

.product
{
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 18px verdana;
	font-weight: bold;
}
















#navcontainer
{
	width: 171px;
	margin: 10px 0px 0px 20px;
}

#navcontainer ul
{
margin: 0px 0px 0px 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
letter-spacing: 1px;
display: block;
margin-top: 3px;
padding: 4px 3px 3px 12px;
height: 35px;
width: 171px;
background-image: url("pics/button_1.jpg");
background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
color: #460608;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url("pics/button_2.jpg");
background-repeat: no-repeat;
color: #fff;
}

.photoleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.photoright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 0px;
	border: solid 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #000;
	font: 10px/20px verdana;
	font-weight: bold;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #ccc;
	background: #fff;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}

#form
{
	margin-top: 20px;
	margin-bottom: -19px;
}

html>body #form
{
	margin-top: 20px;
	margin-bottom: -11px;
}

.required
{
	color: #A02125;
}

.note
{
	margin-left: 100px;
}
