body, html {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;	
}
.clear {
	clear:both;	
}
#wrapper {
	width:`100%;
	max-width:850px;
	margin:0 auto;
}
#header {
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:#999 1px solid;	
}
#logo {
	float:left;
	width:150px;	
}
#nav {
	float:left;
	margin-left:50px;
}	
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;	
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display:block;
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	text-decoration:none;
	color:#666;
	line-height:100px;
}
#nav ul li a:hover {
	color:#000;
}
#content {
	float:left;
	width:100%;	
}
#content h1 {
	padding:0;
	margin:5px 0;
	background:#09F;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:8px;
	border-radius:10px;	
}
#orders {
	float:left;
	width:100%;	
}
#orders ul {
	padding:0;
	margin:0;
	list-style-type:none;	
}
#orders ul li {
	float:left;
	width:100%;
	border-bottom:#CCC 1px solid;
}
#orders ul li a {
	display:block;
	text-align:center;
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#orders ul li span {
	float:left;
	line-height:15px;
	font-size:12px;
	color:#000;
	padding:5px;
}
.thead {
	background:#06F;
}
.thead span {
	color:#fff !important;
	text-align:center;	
}
.col1 {
	text-align:left;
	width:3%;
}
.col2 {
	width:7%;
	text-align:right;
}
.col3 {
	width:6%;
	text-align:center;
}
.col4 {
	width:2%;
	text-align:right;
}
.col5 {
	width:36%;
}
.col6 {
	width:19%;
	text-align:center;	
}
.col7 {
	width:5%;
}
.col8 {
	width:5%;
}
.col9 {
	width:1%;
	text-align: right;	
}
.odd {
	background:#EAEAEA;	
}
#orderForm {
	float:left;
	width:100%;
	font-size:14px;	
}
#orderForm table td {
	padding-top:8px;
	padding-bottom:8px;
}
.UL {
	border-bottom:#333 1px solid;	
}
.val {
	padding:0 20px;	
}
#orderForm label {
	float:left;
	line-height:27px;
	color:#333;
	padding-right:15px;	
	width:87px;
	text-align:left;	
}
#orderForm input[type="text"], #orderForm input[type="email"] {
	float:left;
	padding:5px;
	border-radius:3px;
	border:#CCC 1px solid;
	width:250px;
}
#orderForm select {
	float:left;
	padding:5px;
	border-radius:3px;
	border:#CCC 1px solid;
	width:269px;
}
#orderForm textarea {
	float:left;
	padding:5px;
	border-radius:3px;
	border:#CCC 1px solid;
	width:652px;
	height:120px;
}
#orderForm input[type="submit"] {
	float:left;
	height:35px;
	line-height:35px;
	border-radius:3px;
	border:#CCC 1px solid;
	font-size:14px;	
}
.w50 {
	float:left;
	width:48%;
	padding:1%;	
}
#footer {
	float:left;
	width:100%;
	text-align:center;
	font-size:13px;
	margin-top:20px;
	border-top:#CCC 1px solid;
	padding-top:15px;
	padding-bottom:15px;
}
#login {
	width:500px;
}
#login label {
	float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 35px;
    text-align: left;
    width: 20%;
}
#login input[type="text"], #login input[type="password"] {
	float:left;
	padding:10px;
	border-radius:3px;
	border:#CCC 1px solid;
	width:64%;
}
#login p {
	float:left;
	margin-bottom:5px;
	width:100%;	
}
#login input[type="submit"] {
	float:left;
	height:35px;
	line-height:35px;
	border-radius:3px;
	border:#CCC 1px solid;
	font-size:14px;	
}






















