/* *************************************************** Standard styles ********************************************** */

body { /* Main Body specifics */
	font-family: Arial, Helvetica, sans-serif;
	background-color:#e2e2e2;
	margin:0px;
	padding:0px;
	text-align: left;
	font-size:12px;
	color:#000000;
	text-align:justify;

	}

#webpage{ /* floating box for web page content */
	margin-left: auto;
	margin-right: auto;
	width:766px;
	height:640px;
	text-align: left;
	}

	
#content{ /* whirte background area for webpage */
	background-color:#FFFFFF;
	width:700px;
	height:640px;
	margin-left:55px;
	text-align:justify;
	}
	
.hidden{ /* used to hidd items when CSS enabled */
	display:none;
	}
	
.titletext{ /* class used on all titles withing the site */
	color:#CC0000;
	line-height:20px;
	font-size:12px;
	text-align:center;
	}

.offer{
	color:#CC0000;
	padding-top:4px;
	font-size:12px;
	text-align:center;
	}

a{
	color:#000000;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}
	
table tr{
	font-weight:bold;
	line-height:20px;
	}
	
/* ****************************************************************************************************************** */	
/* **************************************************** Header images *********************************************** */

#headerimage{ 
	background-image:url(Images/header.jpg);
	width:766px;
	height:181px;
	margin-left:-55px;
	z-index:200;
	}

#headerimagecar{
	background-image:url(Images/car.jpg);
	position:absolute;
	width:273px;
	height:121px;
	margin-left:-55px;
	z-index:200;
	}
	
/* ****************************************************************************************************************** */	
/* **************************************************** left side menu ********************************************** */	

#menu{ /* left side menu size and position */
	width:100px;
	position:absolute;
	width:175px;
	height:215px;
	left:auto;
	top:298px;
	}

 
#menu li{ /* link list styles  - removes styles */
	list-style:none;
	margin-left:-40px;
	text-indent:10px;
	line-height:32px;
	font-weight:bold;
	font-size:12px;
	}
		
#menu li a{ /* hyperlink styles */
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(Images/sign-buttons.gif);
	width:173px;
	height:36px;
	display:block;
	}

#menu li a:hover{ /* hover states */
	text-decoration:none;
	color:#000000;
	background-position:0% 36px;
	}

#signpost{
	background-image:url(Images/signpost.gif);
	width:23px;
	height:120px;
	position:absolute;
	left: 75px;
	top: 228px;
	}

/* ****************************************************************************************************************** */
/* *************************************************** Main Content ************************************************* */
#topbox{
	width:270px;
	height:110px;
	padding:5px;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	position:absolute;
	left: auto;
	margin-left:225px;
	top: 182px;
	overflow:hidden;
	}

#mainbox{
	width:315px;
	height:310px;
	position:absolute;
	left:auto;
	top:310px;
	margin-left:180px;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	padding:5px;
	overflow:auto;
	}
	
#mainboxlist{
	list-style:none;
	}

#mainboxlist li{
	padding-bottom:10px;
	padding-left:50px;
	margin-top:0px;
	}

#people{
	background-image:url(Images/people.gif);
	background-repeat:no-repeat;
	margin-left:-40px;
	}
	
#smlcar{
	background-image:url(Images/smlcar.gif);
	background-repeat:no-repeat;
	margin-left:-40px;
	}
	
#pass {
	background-image:url(Images/pass.gif);
	background-repeat:no-repeat;
	margin-left:-40px;
	}


/* ****************************************************************************************************************** */
/* **************************************************** Right Side ************************************************** */

#advert{
	position:absolute;
	left:auto;
	top:182px;
	margin-left:512px;
	}
	
#rightsidetext{
	width:172px;
	height:220px;
	font-size:10px;
	position:absolute;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	margin-left:512px;
	margin-top:163px;
	left:auto;
	top:auto;
	padding:5px;
	}
	
/* ****************************************************************************************************************** */
/* ****************************************************** logos ***************************************************** */


#dsa1logo{
	border:none;
	position:absolute;
	left:auto;
	margin-left:12px;
	top:530px;
	}
	
#passpluslogo{
	border:none;
	position:absolute;
	left:auto;
	margin-left:12px;
	top:585px;
	}
	

#dialogo{
	border:none;
	position:absolute;
	left:auto;
	margin-left:110px;
	top:530px;
	}
	

#passpluscymrulogo{
	border:none;
	position:absolute;
	left:auto;
	margin-left:110px;
	top:585px;
	}
	

#dsatextlogo{
	border:none;
	position:absolute;
	left:auto;
	margin-left:530px;
	top:585px;
	}
	

#eXTReMe{
	border:none;
	position:absolute;
	left:auto;
	margin-left:630px;
	top:585px;
	z-index:300;
	}
	

/* ****************************************************************************************************************** */
/* ****************************************************** Footer **************************************************** */
#footer{
	background-color:#0077c0;
	width:701px;
	height:14px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
	position:absolute;
	top:640px;
	text-align:center;
	}
	
#footer a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
#footer a:hover{
	text-decoration:underline;
	}

