@charset "utf-8";
/* CSS Document */
#header {
	height: 185px;
}
body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color:#d9dadc;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	margin:0px;
	color:#0000FF;
}
h2 {
	font-size:18px;
	margin-bottom:0px;
	padding:0px;
	color:#333;
}
h3 {
	font-size: 14px;
	color:#333333;
	line-height:20px;
	margin:0px;
}
p {
	margin-top:0px;
	line-height:18px;
}
textarea {
	border:solid 1px #000;
	width:242px;
	height:80px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
input.text {
	border:solid 1px #000;
	width:242px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
.input-field {
	width:242px;
	float:right;
}
#order-form {
	width:310px;
	padding:0px;
}
.label {
	line-height:23px;
	margin-top:10px;
	padding-right:5px;
	font-weight:bold;
}
#woptions .label {
	font-weight:normal;
	margin:5px 0px 2px 0px;
}
#woptions .input-field {
	font-size:10px;
	font-weight:bold;
	width:100px;
}
a:visited {
	color:#6600FF;
}

a:link {
	color:#C1272D;
}
a:hover {
	color:#0000FF;
}


#menu {
	clear: left;
	width:600px;
	padding-top:4px;
	font-size:11px;
	vertical-align:middle;
	margin-left:10px;
}
#menu p a:visited, #menu p a:link {
	font-weight:bold;
	text-decoration:none;
	color:#4D4D4D;
}
#menu p a:hover {
	color:#C1272D;
}
img {
	border:none;
}
#content-top {
	background-image: url(/img/content-top.png);
	background-repeat: no-repeat;
	height: 12px;
	margin-left:5px;
	font-size:1px;
}
#content {
	background-image: url(/img/content-bgt.png);
	background-repeat: repeat-y;
	margin-left: 5px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	width:830px;
	overflow:auto;
}
#content-bottom {
	font-size: 1px;
	background-image: url(/img/content-bottomt.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	height:12px;
	clear:right;
}

.hr {
	border-bottom:dashed 1px #C1272D;
	margin:10px 0px 10px 0;
}

#content-left {
	width: 520px;
	padding-right:30px;
	text-align:justify;
	border-right:dashed 1px #C1272D;
}
#content-right h2 {
	color:#0000FF;
}
#content-right {
	float: right;
	width: 250px;
	text-align:justify;
}
#footer {
	background-color: #d1d1d1;
	height: 100px;
	margin:10px 0 0 0;
	text-align:center;
	padding:0px;
	font-size:10px;
}
#total{
	font-size:24px;
	color:#0000ff;
	font-family:Arial, Helvetica, sans-serif;
}
#total-container {	
	padding:5px;
	margin-top:5px;
	text-align:right;
}