body{
    margin: 0px;
    padding: 0px;
    text-align: center;
	font-family: "Arial",sans-serif;
}
div{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#container{
    width: 800px;
    margin: 0px auto;
    text-align: left;
}
#left_grad, #right_grad{
	background-repeat: no-repeat;
	width: 15px;
	height: 720px;
}
#left_grad{
	background-image: url(images/left_grad.gif);
	float: left;
}
#right_grad{
	background-image: url(images/right_grad.gif);
	float:right;
}
.red_text{
	color: #a52727;
}
.required{
	color: #555555;
	font-weight: bold;
	margin-top: 0px;
}
#main{
	width: 770px;
	float: left;
}
#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 14px;
}
#footer{
	background-image: url(images/nav.gif);
	background-color: #555555;
	background-repeat: repeat-x;
	height:24px;
	clear:both;
	margin-right:15px;
	margin-left:15px;
	font-size: 10px;
}
#footer p{
	position: relative;
	top: 4px;
	left: 42px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
}
#footer a{
	color: #ffffff;
}
#footer img{
	margin-right: 5px;
	margin-top: 5px;
	border: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
#nav{
	background-color: #cccccc;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	height: 24px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 24px;
}
#nav li{
	float: left;
	margin: 0px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
}
#nav li.on{
	margin-left: 0px;
}
#nav a{
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover{
	border-bottom: 1px solid #ffffff;
}
#site{
	float: right;
	position: relative;
	right: 42px;
}
#products{
	float: left;
	position:relative;
	left: 32px;
}
#products li{
	margin-right: 64px;
}
#site li{
	margin-left: 64px;
}
#page_copy{
	padding: 7px 200px 9px 42px;
}
#page_content{
	padding: 7px 110px 9px 42px;
}
#page_content h2{
	padding-left:0px;
}
.intro{
	margin:0px;
	padding: 0px 200px 9px 42px;
}
#boxout{
	background-color: #e5e5e5;
	height: 308px;
}
#boxout p{
	padding: 0px;
	margin: 0px;
	width: 480px;
	position: relative;
	left: 42px;
}
#mag_box, #vinyl_box{
	height: 154px;
	width: 306px;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	background-repeat: no-repeat;
	background-position: top right;
	top: 22px;
	position: relative;
	float: left;
}
#mag_box{
	background-image: url(images/magnet.jpg);
	left: 32px;
}
#vinyl_box{
	background-image: url(images/vinyl.jpg);
	left: 62px;
}
#boxout ul{
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-image: url(images/bullet.gif);
}
#boxout li{
	font-size: 12px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
.example_btm{
	height: 24px;
	width: 100%;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.start{
	height: 24px;
	width: 100%;
	background-image: url(images/nav.gif);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.start a{
	position: absolute;
	top: 4px;
	left: 16px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
}
.start a:hover{
	border-bottom: 1px solid #0000cc;
}
.go{
	position: absolute;
	top: -4px;
	left: 220px;
	margin-bottom:-35px;
	border: none;
}
a .go{
	border-bottom: none;
}
a:hover .go{
	border-bottom: none;
}
p{
	font-size: 12px;
	color: #000000;
}
li{
	font-size: 12px;
}
.map li{
	line-height: 30px;
}
h1, h2, h3, h4{
	font-family: "Arial",sans-serif;
}
h1, h2{
	margin: 0px;
	padding: 26px 0px 9px 42px;
	font-weight: bold;
	font-size: 16px;
	color: #555555;
}
h2{
	padding: 11px 0px 5px 15px;
}
.info{
	padding-left:0px;
	padding-bottom: 0px;
	font-size:12px;
	color: #a52727;
}
h3{
	font-size: 24px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
h4{
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#site_title, #tagline{
	position: relative;
	left: 42px;
}
#site_title{
	top: 37px;
}
#tagline{
	top: 41px;
}
#mag_example, #vinyl_example{
	width: 498px;
	background-color: #e5e5e5;
	border: 1px solid #b2b2b2;
}
#vinyl_example{
	background-image: url(images/van_designs.gif);
	background-repeat: no-repeat;
}
.action_box{
	width: 685px;
	height: 138px;
	background-color: #e5e5e5;
	border: 1px solid #b2b2b2;
	position: relative;
	top: 7px;
	left: 42px;
	margin-top: 10px;
	margin-bottom: 18px;
	background-repeat: no-repeat;
	background-position: top right;
}
#magnetic{
	background-image: url(images/mag_prompt.jpg);
}
#vinyl{
	background-image: url(images/vinyl_prompt.jpg);
}
#prompt{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	width: 95px;
	margin-right: 10px;
	margin-top: 13px;
}
.pricing h2{
	margin: 0px 0px 15px 42px;
	padding: 20px 0px 0px;
}
.pricing p{
	margin: -10px 0px 0px 55px;
	padding-bottom: 15px;
	color: #333333;
}
.action_box h2{
	margin: 13px 0px 0px 12px;
	padding: 0px;
}
.prompt_tag{
	color: #a52727;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 12px;
	margin-bottom: 0px;
}
#prompt_points{
	font-size: 12px;
	margin-left: 12px;
	margin-top: 11px;
}
#prompt_points img{
	margin-right: 4px;
	position: relative;
	top: -2px;
}
.pricing{
	background-color: #e5e5e5;
	width: 100%;
}
.prices{
	width: 685px;
	position:relative;
	left: 42px;
	font-size: 12px;
	color: #555555;
	margin-bottom: 30px;
}
.prices th{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	height: 23px;
}
.prices td{
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #a52727;
}
.prices .head{
	background-color: #b7b7b7;
}
.prices .last_row td{
	border-bottom: none;
}
#features{
	float: right;
	margin-top: 25px;
	margin-right: 40px;
}
.current{
	float: left;
	margin-right: 5px;
}
.marker{
	width: 10px;
}
#order_head{
	background-color: #a0a0a0;
	height: 85px;
}
#order_head h1, #order_head p{
	color: #ffffff;
}
#order_head p{
	font-weight: bold;
	padding-left: 42px;
	margin-top: 0px;
}
.labels{
	float: left;
	width: 115px;
}
.inputs{
	float: right;
	width: 490px;
}
label, select, textarea, input{
	margin: 0px;
	padding: 0px;
}
.inputs input{
	display: block;
	margin-bottom: 5px;
}
.labels label{
	display: block;
	margin-bottom: 12px;
}
label{
	font-size: 12px;
}
.contact label{
	margin-bottom: 0px;
	text-align: right;
	margin-right: 5px;
}
select{
	height: 20px;
	display: block;
	margin-bottom: 5px;
}
textarea{
	width: 490px;
	height: 225px;
	font-size: 20px;
	margin-bottom: 10px;
}
.colour{
	width: 26px;
	height: 50px;
	border: 1px solid #b7b7b7;
	margin-bottom: 10px;
	margin-right: 14px;
	float: left;
}
.colour input{
	width: 17px;
	height: 17px;
	margin-left: 4px;
	margin-bottom: 6px;
}
.swatch{
	width: 22px;
	height: 23px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 6px;
}
.small{
	font-size: 10px;
	margin-top: 0px;
	color: #555555;
}
.design{
	float: left;
	width: 455px;
	border-right: 1px solid #a0a0a0;
}
.order{
	float: right;
	width: 230px;
	padding-left: 25px;
}
.order p{
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #555555;
}
.order img{
	margin-top: 35px;
}
.large{
	font-size: 24px;
}
.carry{
	font-size: 12px;
	height: 20px;
	display: block;
	margin: 0px;
	margin-bottom: 5px;
}
.err{
	color: #ff0000;
	font-size: 12px;
	margin-top: 0px;
}
td{
	font-size: 12px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
td select{
	margin: 0px;
}
ol li{
	margin-bottom: 15px;
}
.fig{
	margin-top:10px;
	border: 1px solid #b2b2b2;
}
a img{
	border: none;
}
