/*-----------------------------------------------------------------------------
The Once Over Stylesheet

version:   1.0
date:      23 June 2008
author:    Dogsites
email:     greg@dogsites.com.au
website:   http://dogsites.com.au/
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 Remove padding and margin 
-----------------------------------------------------------------------------*/

*   {
    margin: 0;
    padding: 0;
}

/*-----------------------------------------------------------------------------
 Body Setup 
-----------------------------------------------------------------------------*/

body, html{
	margin:0;
	padding:0;
	background: #363636;
	height: 100%;
	text-align: center;
	font: 95%/1.2 Franklin Gothic Medium Cond, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	color: White;
}


/*-----------------------------------------------------------------------------
 Standard elements 
-----------------------------------------------------------------------------*/

img {
	margin: 0;
	padding: 0;
	border: none;
}

div {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

h1 {
	font-size: 1.7em; 
}
    
h2 {
	font-size: 1.5em;
}
    
h3 {
	font-size: 1.4em;
}
    
h4 {
	font-size: 1.3em;    
}
    
h5 {
	font-size: 1.2em;    
}

p {
	font-size: 1.1em;
}

/*-----------------------------------------------------------------------------
 Page Layout and Background Styles
-----------------------------------------------------------------------------*/

#pagewrapper {
	width: 778px;
	border: 2px solid Black;
	margin: 0 auto;
	text-align: left;
}

#headerwrapper {
	float: left;
	width: 100%;
	height: 129px;
}

#headerphone {
	margin-left: 292px; /*Set left margin to LeftColumnWidth*/
	background: url(../images/phoneno.gif) no-repeat top left;
}

#logo h1,
#headerphone h2 {
	display: none;
}

#logo {
	float: left;
	width: 292px; /*Width of left column*/
	margin-left: -100%;
	background: url(../images/logo.gif) no-repeat top left;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumntop {
	margin-left: 292px; /*Set left margin to LeftColumnWidth*/
	background: white url(../images/bodyback1.jpg) no-repeat top left;
	height: 268px;
}

#contentcolumn{
	margin-left: 292px; /*Set left margin to LeftColumnWidth*/
	background: #1d4994 url(../images/bodyback3.jpg) no-repeat top left;
	height:420px;
}

#carimage{
	float: left;
	width: 292px; /*Width of left column*/
	margin-left: -100%;
}

#leftcolumn{
	float: left;
	width: 292px; /*Width of left column*/
	margin-left: -100%;
	background: #37435b url(../images/bodyback2.jpg) no-repeat top left;
	height: 420px;
}

#innerpad {
	padding: 18px;
}

/*-----------------------------------------------------------------------------
 Additional Text Styles
-----------------------------------------------------------------------------*/

.txtlrgbold {
	font-size: 1.4em;
	font-weight: bold;
}

.txtgreen {
	color: #bae606;
}

.txtblue {
	color: #00008b;
}

/*-----------------------------------------------------------------------------
 Navigation Styles
-----------------------------------------------------------------------------*/

#linenav{
	clear: left;
	height: 25px;
	background: #1e90ff url(../images/topline1.gif) no-repeat top left;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#navigation {
	padding: 0;
	margin: 0 0 0 306px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	background: url(../images/dot.png) no-repeat center left;
	padding-left: 18px;
	margin-right: 25px;
	font-size: 0.9em;
}

#navigation li a {
	line-height: 25px;
	text-decoration: none;
	color: White;
}

#navigation li img {
	border: 0;
}

/*-----------------------------------------------------------------------------
 Footer Styles
-----------------------------------------------------------------------------*/

#linefooter{
	clear: left;
	display: block;
	height: 7px;
	background: #1e90ff url(../images/baseline1.gif) no-repeat top left;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#footer{
	clear: left;
	display: block;
	background: black url(../images/footerback.gif) repeat-x;
	color: #FFFFFF;
	text-align: center;
	padding: 0;
	height: 50px;
	margin: 0;
}

#footer p {
	margin-top: 12px;
	padding: 0 14px;
	font-size: 0.8em;
}

#footer a {
	color: #FFFF80;
}

#footer p.tradeas {
	clear: both;
	margin-top: 2px;
	padding: 0 14px;
	font-size: 0.8em;
}

