/* 
  ------------------------------------------------
  VRS CSS Layout v1.0 Oct 2007
  Copyright (c) 2007 Get Motoring UK Ltd t/a VRS
  Design by Jeremy Goodman
  www.realisethevision.com
  ------------------------------------------------
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	/* Sets the font size to 62.5%, all fonts specified in ems to 0.1 the size of the target pixel size */
	font-size: 62.5%;
	color: #000000;
	background-color: #FFFFFF;
	min-width: 990px;
}
img {
	border-width: 0px;
}
#header {
	background-image: url(../images/header/vrs_header_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	height: 120px;
	background-position: 0px 0px;
}
#header div.pagetitle h1,
#header div.pagetitle p {
	padding-top: 2px;
}
#header div.pagetitle h1 {
	font-size: 1.4em;
	color: #333333;
}
#header div.pagetitle p {
	font-size: 1em;
	color: #000000;
}
#wrapper {
	position: relative;
	/* The main content left inherits it's colour from definition below */
	background-color: #F6F6F6;
	color: #333333 
}
#wrapper #column_wrapper {
	background-image: url(../images/background/vrs_right_col_divider.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#wrapper #column_wrapper #column_top {
	background-color: #F6F6F6;
	height: 6px;
} 
#wrapper #column_wrapper #column_bottom {
	background-color: #F6F6F6;
	height: 10px;
}
#left {
	margin: 0px 300px 0px 0px;
}
#right {
	width: 300px;
	float: right;
}
#footer_top {
	background-image: url(../images/background/vrs_footer_top_bkg.jpg);
	background-repeat: repeat-x;
	height: 12px;
}
#footer {
	font-size: 1em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px 0px 10px 0px;
	background-color: #EBEBEB;
}
#footer a:link { color: #0033CC; text-decoration:none;}
#footer a:visited { color: #009BCC; text-decoration: none; }
#footer a:hover { color: #333333; text-decoration:underline;}
#footer #footernav { margin-top: 10px; margin-bottom: 10px; }
#footer #footernav .border_left { border-left: 1px solid #ffffff; }
#footer #footernav .border_right { border-right: 1px solid #cccccc; }
#footer #footernav .border_both { border-left: 1px solid #ffffff; border-right: 1px solid #cccccc; }
#footer #footernav a { padding: 0px 10px; }
#footer #footernav a:link { color: #333333; text-decoration: none; }
#footer #footernav a:visited { color: #666666; text-decoration: none; }
#footer #footernav a:hover { color: #0033CC; text-decoration: underline; }

/* ------ Realise The Vision - text link styles ------ */
#footer a.rtv:link {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
#footer a.rtv:visited {
	color : #333333;
	background-color : transparent;
	text-decoration : none;
}
#footer a.rtv:hover { color : #FF9933; background-color : transparent;  text-decoration : none;}
br.clearleft {
	clear: left;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
br.clearfloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div.floatleft { float: left; }
div.floatright { float: right; }
div.hr {
	height: 2px;
	background-image: url(../images/background/divider_horiz.gif);
	background-repeat: repeat-x;
	margin: 10px;
}
div.center  {
	margin-left: auto;
	margin-right: auto;
/* JSG width has to be specified - use an inline style*/
}
p.center {
	text-align: center;
}
