<br />
<b>Warning</b>:  file_get_contents(superfish_hori.css): failed to open stream: No such file or directory in <b>/var/www/vhosts/vintagerims.com/httpdocs/templates/vintage_rims/style.php</b> on line <b>7</b><br />
/*---------- Presentation Stylesheet ------------ */
/*                  Vintage Rims                  */
/*       Created By Ben Stewart - Jun 2008        */

* {
 margin:0;
 padding:0;
}
html {
 height:100%;
 margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
body {
 background: #fff;
 font-family: Helvetica, Arial, Verdana;
 font-size:13px;
 width:530px;
 color:#231f20;
 width:690px;
}
h1, h2, h3 {
 font-weight:bold;
 color:#ffffff;
 margin: 0;
 text-transform: none;
 padding:5px 0 15px 0;
}
h1 {
 font-size:20px;
 text-transform:none;
}
h2 {
 font-size:15px;
 padding:5px 0 10px 0;
}
h3 {
 font-size:12px;
}
ul {
 margin: 0 10px 10px 0;
}
li {
 margin:0px;
 list-style:none;
 padding:0 0 5px 20px;
 background-repeat: no-repeat;
 background-position: 0 .5em;
}
p {
 margin: 0 0 10px 0;
}
a {
 border:none;
 color: #ffff1b;
 text-decoration: underline;
}
a:active {
 outline: none;
}
a:focus {
 -moz-outline-style: none;
}
hr {
 height:1px;
 background-color: #231f20;
 border: 1px solid #231f20;
 margin-bottom: 10px;
}
img.Image_left {
 float: left;
 margin: 0px 5px 10px 0px;
}
img.Image_right {
 float: right;
 margin: 0px 0px 10px 5px;
}
img.Image_centre {
 margin: 0 auto 15px auto;
}
body {
	background-color: #321f09;
	color: #fff;
	margin: 0px;
	width: 100%;
    background: #274a4e;
}
#container {
 background: #809495 url(images/vintage_rims_background.jpg) top repeat-x;
 width:840px;
 margin:0 auto;
 text-align:left;
}
#header {
 height:190px;
 background:url(images/vintage_rims_header_bg.png) no-repeat top right;
 line-height:45px;
 margin:0;
 padding: 15px 20px 15px 20px;
 color: #FFFFFF;
}
#header img {
 border:0;
}
#header span {
 text-align:center;
}
#navigation {
 float:left;
 width:200px;
 padding: 10px;
}
#extra {
 float:left;
 clear:left;
 width:200px;
 text-align:center;
 padding: 10px;
}
#content {
 float:right;
 width:580px;
 padding: 15px;
}
#footer {
 background: #333;
 text-align:center;
 font-size:9px;
 color: #FFF;
 clear:both;
 width:100%;
}
#footer p {
 margin:0;
 padding:5px 10px;
}
#footer a {
 color:#FFF;
 text-decoration:none;
}
#footer a:hover {
 color:#FFF;
 text-decoration: underline;
}
/*------------- Contact Form --------------*/

div.contactForm {
	width:450px;
	padding: 0px;
	margin: 30px;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: middle;
}
div.row span.label {
	float: left;
	width: 140px;
	text-align: right;
	padding:0px 10px 0px 0px;
}
div.row span.formw {
	float: right;
	width: 210px;
	text-align: left;
}
input, textarea, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 210px;
	border: 1px solid #fff;
	background: #fff;
	padding-left: 3px;
}
input {
	width:143px;
}
textarea {
	height:150px;
	width: 250px;
}
div.spacer {
	clear: both;
}
.button{
  width:75px;
  cursor:pointer;
}