body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 175%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #FF9900;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#header
{
	background: #fff url(../assets/header.jpg) no-repeat;
	height:	220px;
	margin-left: 200px;
}

#main
{
	width: 650px;
	margin-left: 200px;
	padding: 20px;
	min-height: 220px;
}

#main h1
{
	border-bottom: 1px solid #808080;
	font-family: verdana;
	font-weight: 700;
	letter-spacing: 5px;
	font-size: 150%;
	text-align: left;
}

.sig
{
	min-height: 180px;
}

.sig h2
{
	border-bottom: 1px solid #808080;
	font-family: verdana;
	font-weight: 100;
	letter-spacing: 4px;
	font-size: 120%;
	text-align: right;

}

.sig img
{
	float: left;
	padding: 0px 20px 20px 0px;
}

.sig input
{
	float: right;
	padding: 10px 10px 10px 10px;
	border-color: #000;
}

.Price
{
	font-family: arial;
	font-weight: 700;
	color: #FF0000;
	font-size: 130%;
	float: right;
	padding: 10px 10px 10px 10px;
}

.Code
{	
	color:#000000;
	font-size: 90%;	
}

#box{
 	padding: 5px 0px 0px 5px; 
	width: 300px;
	float: left;
  	text-align: center;
	margin: 5px;
	background:#FFF;
	color:#000;
	min-height: 180px;
	border: 1px solid #808080;
}

#box h3 {
	color: #000;
	font-family: verdana;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 120%;
	text-align: center;
}


.red {color:#FF0000}
.red_lrg {color:#FF0000;
font-size:12pt;
font-weight:700;
line-height: 2em}

.gold {color:#FF9900}
.blue {color:#0033CC}

#footer 
{
	background:#555;
	text-align:center;
	border-top: 1px solid #555;
	border-bottom: 2px solid #555;
	color: #FFFFFF;
}
