@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/pagebackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 772px;
	position: relative;
}
#allContent  {
	margin: 0px;
	padding: 0;
	position: relative;
	background-color: #FFFFFF;
	width: 768px;
	border: 2px solid #000000;
}
#header {
	height: 81px;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 768px;
}
#topnav {
	top: 21px;
	position: absolute;
	width: 475px;
	right: 0px;
}
#content {
	width: 758px;
	padding: 5px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	line-height: 27px;
	position: relative;
	width: 768px;
}
#siteby {
	text-align: right;
	width: 772px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#siteby a {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#siteby a:hover {
	text-decoration: underline;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}





p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 758px;
}
td {
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}
#contactform {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;

}
#contactform label
{
	width: 140px;
	float: left;
	text-align: right;
	display: block;
	clear: both;
	margin-bottom: 10px;
	margin-top: 3px;
}
#contactform  .textbox {
	margin-bottom: 10px;
	background-color: #F4F4F4;
	border: 1px solid #000000;
	color: #333333;
	width: 250px;
	margin-left: 5px;
}

#contactform   #submit
{
	margin-left: 145px;
	float: left;
	color: #333333;
	border: 1px solid #000000;
	background-color: #D6D6D6;
	margin-bottom: 10px;
} 
#contactform #submit:hover {
	color: #000000;
	border: 1px solid #000000;
	background-color: #C1C1C1;
}
#contactform fieldset
{
	border: 1px solid #C1C1C1;
	width: 405px;
	padding-top: 5px;
}

#contactform legend
{
	color: #666666;
	border: 1px solid #666666;
	background-color: #EAEAEA;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
} 
#orderform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	width: 455px;
	margin-top: 10px;
	text-align: left;

}
#orderform  .textboxlabel
{
	width: 190px;
	float: left;
	text-align: right;
	display: block;
	clear: both;
	margin-bottom: 10px;
	margin-top: 3px;
}
#orderform .textboxlabelextra {
	width: 190px;
	float: left;
	text-align: right;
	display: block;
	clear: both;
	margin-bottom: 0px;
	margin-top: 2px;
	font-style: italic;
	font-size: 12px;
}

#orderform  .textbox {
	margin-bottom: 10px;
	background-color: #F4F4F4;
	border: 1px solid #000000;
	color: #333333;
	width: 250px;
	margin-left: 5px;
}
#orderform .checkbox {
	margin-bottom: 5px;
	margin-left: 190px;
	float: left;
	display: block;
	clear: both;
}
#orderform .checkboxlabel {
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
}
#orderform    #Submit
{
	margin-left: 195px;
	color: #333333;
	border: 1px solid #000000;
	background-color: #D6D6D6;
	margin-bottom: 10px;
} 
#orderform #submit:hover {
	color: #000000;
	border: 1px solid #000000;
	background-color: #C1C1C1;
}
#orderform fieldset
{
	border: 1px solid #C1C1C1;
	width: 405px;
}

#orderform legend
{
	color: #666666;
	border: 1px solid #666666;
	background-color: #EAEAEA;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
} 
.borderbox {
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.3d {
	border: 1px solid #000000;
}


#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 40px;
	background: white;
	font-weight: bold;
	padding: 0;
	border-width: 0;
	margin: 0;
	z-index: 1000;
}

#nav a {
	display: block;
	width: 94px;
	w\idth: 94px;
	color: #000000;
	text-decoration: none;
	padding: 0;
	text-align: center;
	height: 33px;
}

#nav li {
	float: left;
	padding: 0;
	width: 94px;
	position: relative;
	z-index: 1000;
	height: 33px;
	background-image: url(../images/navtab.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 94px;
	w\idth: 94px;
	font-weight: normal;
	margin: 0;
	z-index: 1000;
}

#nav li li {
	width: 94px;
	z-index: 1000;
	position: relative;
}

#nav li ul a {
	width: 94px;
	w\idth: 94px;
	font-weight: bold;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-image: url(../images/navtabover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
