body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 34px;
	margin: 5px 0px 20px 0px;
	color: #102D83;
	font-weight: normal;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #C50001;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #102D83;
	font-weight: normal;
	margin: 10px 0px;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #102D83;
	font-weight: BOLD;
	margin: 0px 0px;
	text-decoration: underline;
}

a {
	color: #C50001;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

#main-wrapper {
	width: 900px;
	margin: auto;
}

#header {
	text-align: center;
	width: 870px;
	height: 161px;
	background:url(../images/header.png) no-repeat;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#main {
	padding: 20px 30px 20px 30px;
}

#left-column {
	font-size: 14px;
	width: 560px;
	color: #333333;
	float: left;
	padding-bottom: 15px;
	line-height: 20px;
}

#product-box {
	width: 520px;
	height: 166px;
	background-image: url(../images/product-box.jpg);
}

.product-box-title {	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 5px 0px 0px 22px;
	color: #102D83;
	font-size: 24px;
}

#product-links {
	margin: 15px 0px 0px 30px;
	width: 520px;
	line-height: 22px;
}

#product-links a:hover {
	text-decoration: none;
}

#product-links a {
	color: #C50001;
	margin: 5px 0px;
	font-weight: bold;
	display: block;
	float: left;
	width: 215px;
	padding-left: 20px;
	background: url(../images/arrow-red.png) no-repeat;
	background-position: 5px 7px;
}

#product-images {
	width: 250px;
	float: left;
	margin-top: 10px;
}

img.img-style {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

img.img-th {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

#right-column {
	border-left: 1px solid #cccccc;
	width: 235px;
	float: right;
	padding: 10px 0px 20px 20px;
}

#right-column p {
	margin: 5px 0px;
}

#right-column h3 {
	height: 27px;
	background-image: url(../images/btn-arrow-red.png);
	background-repeat: no-repeat;
	padding-left: 35px;
}

table.form-table {
	background: url(../images/form-bg.png) repeat-y;
	font-size: 13px;
	color: #102D83;
	margin: 5px 0px;
}

.form-table input {
	margin-right: 5px;
}

td.form-data {
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	font-size: 12px;
}

#menu {
	width: 600px;
	height: 20px;
	position: absolute;
	left: 269px;
	top: 139px;
	text-align: right;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 20px;
}

#menu a:hover {
	color: #ff0000;
}

#quick-quote {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

#footer {
	border-top: 1px solid #cccccc;
	margin: 0px 30px;
	width: 900px;
	margin: auto;
	padding-top: 10px;
}

#footer p {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

#footer a {
	color: #CD0C0D;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}
