/* Select Vehicle Sales Ltd - CSS Document */
/* Designed by fragile media ltd - http://www.fragile-media.co.uk */
html, body {
	padding: 0;
	margin: 0;
}
body {
	background-color: #ccc;
	color: #000;
	font-size: 71%;
	font-family: calibri, arial, verdana, helvetica, sans-serif;
}
body div#back {
	background-image: url(img/back-fader.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
table, tr, td {
	padding: 0;
	border: none;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	padding: 0;
	border: none;
	margin: 0;
}
img a {
	border: none;
}
ul {
	padding: 0;
	margin: 0 0 0 30px;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.centre {
	text-align: center;
}
.italic {
	font-style: italic;
}
.vMiddle {
	vertical-align: middle;
}
.vTop {
	vertical-align: top;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}
.floatFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* MSG STYLES */
#content #msg {
	margin-bottom: 10px;
}
#content #msg img {
	float: left;
	margin: 5px;
}
#content #msg div {
	color: #333;
	text-decoration: blink;
	border: 1px solid #ddd;
	background-color: #ffffcc;
	padding: 5px;
	font-weight: normal;
	font-weight: bold;
}
/* site layout ###################### */
#top {
	width: 770px;
	margin: 0 auto;
	background-color: #12113e;
	border-bottom: 2px solid #fff;
	height: 130px;
	position: relative;
	background-image: url(img/top-back.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#top img#logo {
	padding: 0;
	margin: 25px 0 5px 5px;
	float: left;
}
#top img#header {
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 5px;
}
#flash {
	height: 130px;
	width: 770px;
	margin: 0em auto;
	background-color: #12113e;
	border-bottom: 2px solid #fff;
}
/* page title */
h1 {
	color: #1c267c;
	font-size: medium;
	padding: 0 0 0 35px;
	margin: 0;
	background-image: url(img/heading-arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
/* sub title */
h2 {
	color: #12113e;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
/* important page text */
h4 {
	display: inline;
	color: #12113e;
	font-weight: bold;
	font-size: small;
	padding: 0;
	margin: 0;
}
#date {
	float: right;
	color: #fff;
	margin: 0 5px 0 0;
	text-decoration: none;
	font-weight: bold;
}
#logout {
	position: absolute;
	top: 0;
	right: 5px;
}
#logout a:link, #logout a:active, #logout a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#logout a:hover {
	text-decoration: underline;

} 
/* site div styles */
#site {
	border-top: 4px solid #292958;
	border-bottom: 4px solid #292958;
	width: 770px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background-color: #a89944;
	clear: both;
}
a:link, a:active, a:visited {
	color: #a89944;
	font-weight: bold;
}
a:hover {
	color: #fff;
}
#nav {
	width: 120px;
	float: left;
	padding: 10px 0 10px 0;
}
div#nav ul {
	padding: 0;
	margin: 0 0 0 3px;
}
div#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
div#nav ul li a:link, div#nav ul li a:active, div#nav ul li a:visited {
	display: block;
	padding: 5px 0 5px 25px;
	margin: 2px 0 6px 0;
	color: #fff;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	background-image: url(img/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-transform: capitalize;
	background-color: #a89944;
	width: 95px;
}
div#nav ul li a:hover {
	color: #f5e88c;
	background-image: url(img/nav-arrow-down.gif);
}
#content {
	width: 640px; /* this may be wrong - if so try 640px */
	float: left;
	background-image: url(img/content-backgnd-repeat.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
#content img {
	padding: 0;
	border: none;
	margin: 5px;
}
#content TR.heading TD {
	border: none;
	background-color: #999;
	white-space: nowrap;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
	padding: 2px 3px;
}
#content TR.heading A {
	color: #fff;
}
#content TR.row TD {
	border: none;
	white-space: nowrap;
	padding: 2px 3px;
}
#content TR.row a {
	color: #000;
	text-decoration: none;
}
#ctop {
	background-image: url(img/content-backgnd-top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 15px;
	padding: 15px 14px;
	font-size: medium;
	color: #1c267c;
	font-weight: bold;
	margin: 0;
}
div.box {
	padding: 0 14px;
	margin: 5px 0;
	text-align: justify;
}
#content div.box img {
	margin: 10px;
}
p {
	padding: 0;
	margin: 5px 0;
}
#cbot {
	clear: both;
	background-color: #f3f1dd;
	background-image: url(img/content-backgnd-bottom.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 20px;
}
/* FORM ELEMENTS #########################################*/
form {
	margin: 0;
	padding: 0;
}
input {
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #000;
	font-size: 90%;
	padding: 1px 3px;
	margin: 3px 2px;
}
input.checkbox {
	background-image: none;
	border: none;
}
select {
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #000;
	font-size: 90%;
	padding: 1px 0 1px 2px;
	margin: 3px 2px;
}
textarea {
	background-position: top;
	background-repeat:repeat-x;
	border: 1px solid #000;
	font-size: 90%;
	padding: 1px 0;
	margin: 5px 0;
}
/* bottom div styles */
#bottom {
	width: 770px;
	margin: 0 auto;
	font-size: 1em;
	border-bottom: 1px solid #999;
}
#bottom div {
	float: left;
}
#bottomleft {
	width: 210px;
	background-color: #b0aeb4;
	color: #fff;
	padding: 10px 10px;
	text-decoration: none;
	font-weight: bold;
}
#links {
	padding: 10px;
	width: 287px;
	background-color: #b0aeb4;
	border-left: 3px dashed #292958;
}
#links a:link, #links a:active, #links a:visited  {
	padding: 10px 5px 10px 25px;
	color: #12113e;
	font-weight: bold;
	text-decoration: none;
	background-image: url(img/nav-arrow-footer.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#links a:hover  {
	color: #fff;
	background-image: url(img/nav-arrow-footer-down.gif);
}
#gototop {
	width: 210px;
	text-align: center;
	background-color: #12113e;
	padding: 10px 10px;
}
#gototop a:link, #gototop a:active, #gototop a:visited  {
	color: #a89944;
	font-weight: bold;
	text-decoration: none;
}
#gototop a:hover  {
	color: #fff;
}
#copyright {
	height: 40px;
	background-image: url(img/back-fader-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#copyright p {
	margin: 0 auto;
	padding-top: 5px;
	width: 770px;
	text-align: center;
	color: #fff;
}
/* FIX FOR IE5+/WIN PEEKABOO BUG ###################### \*/
* html .buggybox, * html H1 {height: 1%;}
/* End hide from IE5-mac, note this part is required!!!! */ 
/* SITE ############################################### */
