body {
	color: #666666;
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#container {
	background: #FFFFFF;
	margin: 0px auto;
	width: 990px;
}
#header {
	width: 100%;
	background: #C14E1C;
	margin-bottom: 10px;
}


#header h1 {
	padding: 15px 0px 15px 10px;
	margin: 0px auto;
	letter-spacing: -1px;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	display: block;
	width: 980px;

}
#nav  {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	width: 200px;
	list-style: none;
}
#nav li {
	list-style: none;
	display: block;
	float: left;
}
#nav li a {
	width: 190px;
	padding: 7px 0px 7px 10px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	display: block;
	border-bottom: 1px solid #E1E1E1;
	float: left;
}
#nav li a:hover {
	background: #C14E1C;
	display: block;
	color: #FFFFFF;
	border-bottom: 1px solid #005893;
}
#content {
	float: left;
	width: 749px;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
}
h2 {
	font-size: 22px;
}
p {
	margin: 5px 0px;
}
p a,
td a {
	font-weight: bold;
	color: #0072BC;
	text-decoration: none;
}
p a:hover,
td a:hover {
	color: #999999;
	text-decoration: underline;
}
th {
	background: #0072BC;
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
}
th.sub {
	background: #EFECE9;
	font-size: 11px;
	text-align: left;
}
form {
	margin: 10px 0px;
}
input,
select,
textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
}
input.submitbutton {
	width: 100px;
	color: #FFFFFF;
	background: #C14E1C;
	border: 1px solid #005995;
}
input.checkbox {
	width: 15px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#products td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #EFECE9;
}
#footer {
	background: #CCCCCC;
	clear: both;
	width: 100%;
	margin-top: 15px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding: 15px 0px;
}
.small {
	font-size: 11px;
}
.existing-images {
	padding: 10px;
	float: left;
	border: 1px solid #E8E8E8;
	font-size: 11px;
	text-align: center;
	margin-right: 15px;
}
h3 {
	font-size: 18px;
}
h1, h2, h3 {
	font-weight: normal;
	letter-spacing: -1px;
	color: #4E4D4D;
	margin: 0px 0px 8px;
}

