body {
	margin: 0px;
	padding: 0px;
	background: url('/img/bg.gif');
}

img {
	border: 0px; 
}

table {
	margin: 0px;
	padding: 0px;
}

#body {
    vertical-align: middle;
	left: 50%;
	width: 685px;
	height: 100%;
    top: 5px;
	position: absolute;
	margin-left: -344px;
}

#header {
	padding-top: 10px;
	padding-left: 10px;
}

#header img.contact {
	margin-left: 10px;
}

#menu {
	float: left;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#menu img.toppad {
	margin-top: 10px;
}

#main-right {
	float: right;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: right;
}

#main-right img.toppad {
	right: 0%;
	margin-top: 10px;
}

#main {
	width: 675px;
	padding-top: 6px;
	padding-left: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding-bottom: 10px;
}

#main th {
	font-size: 18px;
	padding-top: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url('/img/red_title_sp.gif');
}

#main td.body {
	padding: 10px;
	font-size: 14px;
}

#footer {
	width: 705px;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
}

#footer table {
	width: 100%;
}

#footer td.right {
	padding-right: 25px;
	text-align: right;
}

#spec {
	padding: 3px;
	font-size: 12px;
	font-family: verdana;
}

p.title {
	font-weight: bold;
	text-decoration: underline;
}

comments.input {
	width: 400px;
}

#comments.textarea {
	width: 400px;
	height: 100px;
}

#comments {

}

#comments th {
	font-size: 18px;
	padding-top: 2px;
	font-family: verdana;
	background: url('/img/red_title_sp.gif');
}

#comments td.body {
	padding: 10px;
	font-size: 14px;
}


#quotes  {
	width: 630px;	
	font-size: 12px;
	margin-left: 3px;
	margin-bottom: 5px;
	background: #f3f3f3;
	border-right: 1px solid #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
}

#quotes td.head {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	font-family: verdana, arial, helvetica, sans-serif;
}

#quotes input {
	border: 0px none;
	text-align: right;
	margin-right: 5px;
	background: #f3f3f3;
}

#quotes td {
	text-align: right;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#quotes td.name {
	text-align: left;
	padding-left: 5px;
}

#quotes td.price {
	width: 105px;
}

#quotes td.quantity  {
	width: 100px;
}

#quotes td.rtotal {
	width: 50px;
}
#quotes td.quantity {
	text-align: right;
}

#quotes td.right {
	text-align: right;
	border-right: 1px solid #cccccc;
}

#quotes td.top {
	text-align: left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#quotes td.mid {
	text-align: left;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

}

#quotes td.newright {
	text-align: left;
}

#quotes td.topright {
	text-align: left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#quotes input.mid {
    width: 250px;
	border: 1px dashed;
	text-align: left;
	margin-right: 5px;
	background: #f9f9f9;
}

#quotes select.mid {
    width: 250px;
	border: 1px dashed;
	text-align: left;
	margin-right: 5px;
	background: #f9f9f9;
}.imgfloatright {
	margin: 0px 0px 10px 10px;
	float: right;
}
h1 {
	font-size: 26px;
	font-weight: normal;
}
#subnav {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
	list-style: none;
	font-size: 12px;
}
#content {
	float: left;
}
#subnav li {
	display: block;
	padding: 10px 0px;
	float: left;
	width: 150px;
}
#subnav li a {
	font-weight: bold;
}

p a,
li a {
	color: #F7231C;
	text-decoration: underline;
}
p a:hover,
li a:hover {
	color: #BBA15D;
}