/*
Title:			Moran MotorHomes
Description:	CSS 
Author:			Visualcode Limited
Date: 			November 2008.
Version:		1.0
*/

@import url('css/basket.css');
@import url('css/pageLayout.css');
@import url('css/generalform.css');
@import url('css/products.css');
@import url('css/accounts.css');
@import url('css/lightbox.css');

/*---------------------------Global Start -----------------------------*/


/*
Colour Palette
lt Blue. #466FA9 dk Blue. #10366C dk Orange. #FF9B00 Grey. #333 lt Grey. #CFCFCF llt Grey. #EBEBEB
*/

body {
	font:12px arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	color: #333;
	text-align:center;
	background:#FFF;
  	position:relative;
	margin:0;
	padding:0;	
	}
	
table td{
	vertical-align:top;
	}

a:link {
	color: #466FA9;
	text-decoration: none;
}

a:visited {
	color: #466FA9;
	text-decoration: none;
}

a:active {
	color: #FF9B00;
	text-decoration: none;
}

a:hover {
	color: #FF9B00;
	text-decoration: none;
}

a img{
	border:0;
	}

img.portrait{
	float:left;
	padding:2px;
	margin:0 5px 5px 0;
	border:#ECECEC solid 1px;
	}

h1, h2, h3, h4{
	
	font-weight:normal;
	}
	
h1 {
	font-size: 1.9em;
	color:#10366C;
	border-left:#CFCFCF solid 5px;
	padding-left:5px;
	}

h2 {
	color:#466FA9;
	font-size: 1.5em;
	}

h3 {
	color:#10366C;
	font-size: 1.3em;
	border-bottom:#CFCFCF solid 1px;
	}

h4 {
	color:#FF9B00;
	font-size: 1.2em;
	}


hr {
	border: none;
	border-top: 1px solid #466FA9;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	clear:both;
	}

.clear{
	clear:both;
	}

.clear a{
	display:block;
	background:#466FA9;
	border:#ECECEC;
	border-right:#666;
	border-bottom:#666;
	padding:3px 15px;
	color:#FFF;
	margin:5px 0px 5px 250px;
	width:100px;
	text-align:center;
	}
	
/* ______________________ Start Layout ______________________ */

#container{
	padding:0;
	margin:0;
	position:relative;
	background:#FFF;
	}

#wrapper {
	width:920px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	}
	
#header {
	width:100%;
	background:transparent;
	height:135px;
	}

#Logo {
	padding:0;
	float:left;
	margin:0;
	height:70px;
	padding-top:20px;
	padding-left:30px;
	}
	
.strap{	
	float:right;
	margin-left:0px;
	margin-top:10px;
	text-align:left;
	width:690px;
	height:25px;
	}
	
.strap h1{
	padding:0;
	margin:0;
	font-size:18px;
	border-left:none;
	padding:5px 0 5px 0;
	color:#CFCFCF;
	}
	

/* ______________________ Additional Navigation ______________________ */

#topbar{
	height:34px;
	width:400px;
	float:right;
	}

#adNav a:link{color:#CFCFCF;}
#adNav a:visited{color:#CFCFCF;}

#adNav a{
	display:block;
	padding-top:20px;
	height:20px;
	width:110px;
	margin-left:5px;
	}
	
#adNav a:active,
#adNav a:hover{
	color:#CFCFCF;
	}

#adNav{
	float:right;
	width:350px;
	}

#adNav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:90%;
	line-height:1em;
	}

#adNav li {
	padding:0px;
	list-style:none;
	display:inline;
	text-align:center; 
	float:right;
	}

/* ______________________ Navigation ______________________ */		
	
 #navigation{
 	font-size:11px;
	position:relative;
	background:transparent;
	height:34px;
	background:#FFF url(images/navBack.gif) no-repeat;
	clear:both;
	padding-left:30px;
	}

 #navigation ul {
	list-style:none; 
	padding:0;
	margin:0px;
	position:relative;
	text-align:left;
	border:none
	
	}
	
 #navigation ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:center;
	font-weight:bold;
	border-left:#466FA9 solid 1px;
	border-right:#10366C solid 1px;
	height:32px;
	}
	
 #navigation ul li a {
	color:#FFF;
	position:relative;
	height:20px;
	display:block;
	padding:8px 10px 4px 10px;
	
	}
	
 #navigation ul li a:hover {
 	color:#FFF;
	border-bottom:#FF9B00 solid 3px;
	background:transparent url(images/navBackover.gif) repeat-x;
	}

/* ______________________ Banner ______________________ */	

#bannerContainer{
	margin-bottom:0px;
	clear:both;
	width:690px;
	margin-bottom:10px;
	}

#mainContent{
	width:690px;
	float:right;
	margin-bottom:10px;
	}
	
.canContent{
	background:#FFF url(images/mainTile.gif) repeat-y;
	padding:0;
	margin:0;
	}

.canConHead{
	background:#FFF url(images/mainTop.gif) no-repeat;
	text-align:right;
	color:#CFCFCF;
	padding:5px 10px;
	height:22px;
	}

.sContent{
	margin-bottom:10px;
	text-align:left;
	padding:0 10px 10px 10px;
	background:transparent url(images/mainBottom.gif) no-repeat left bottom;
	}

.sContent .left{
	float:left;
	width:370px;
	padding-right:10px;
	border-right:#DDD solid 1px;
	}

.sContent .right{
	float:right;
	width:280px;
	}

.sContent ul{
	list-style:none;
	padding-left:10px;
	}

.sContent ul li{
	background:url(images/bullet.gif) no-repeat 0 4px;
	padding-left:25px;
	padding-bottom:5px;
	}



/* ______________________ Side Navigation ______________________ */		
/*
Colour Palette
lt Blue. #466FA9 dk Blue. #10366C dk Orange. #FF9B00 Grey. #333 lt Grey. #CFCFCF llt Grey. #EBEBEB
*/

#sideNav,
#sideNavAlt {
	font-size:100%;
	position:relative;
	width:220px;
	float:left;
	clear:left;
	text-align:left;
	margin-bottom:10px;
	clear:left;
	background:#FFF url(images/sideNavtile.gif) repeat-y;
	}

.navHead{
	background:transparent url(images/sideNavtop.gif) no-repeat;
	height:22px;
	padding:5px;
	color:#CFCFCF;
	font-weight:bold;
	}

.navCont{
	background:transparent url(images/sideNavbottom.gif) no-repeat left bottom;
	padding-bottom:10px;
	}

.navContaddress p{
	color:#10366C;
	border-top:#F1F1F1 solid 1px;
	padding:5px 10px;
	margin:0;
	font-size:11px;
	}

#sideNavAlt ul{
	list-style:none;
	margin:0px 0 0px 0;
	padding:5px 0 0 0;
	position:relative;
	font-size:11px;
	}

#sideNavAlt ul li{
	padding:3px 0px 3px 20px;
	border-bottom:#DDDDDD solid 1px;
	background:transparent url(images/bullet.gif) no-repeat 0px 6px !important;
	background-position: 0px center;
	position:relative;
	}

#sideNavAlt ul li a{
	color:#10366C;
	}

#sideNavAlt ul li a:hover{
	color:#FF9B00;
	}

#sideNavAlt h3{
	margin:0px 0 0 0px;
	padding:5px 0px 3px 5px;
	font-weight:bold;
	font-size:11px;
	color:#666;
	border-bottom:#466FA9 solid 1px;
	background:#EfEfEf url(images/collapse.gif) no-repeat 205px 8px;
	border-top:1px solid #FFF;
	clear:both;
	position:relative;
	}
	
#sideNavAlt h4{
	margin:0px 0 0 0px;
	padding:5px 0px 3px 5px;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	border-bottom:#466FA9 solid 1px;
	background:#EfEfEf url(images/navBack.gif) no-repeat -205px 0px;
	border-top:1px solid #FFF;
	clear:both;
	position:relative;
	}

#sideNavAlt ul li.twoCol{
	width:85px;
	display:block;
	margin-left:2px;
	float:left;
	position:relative;
	}

.navIntro{
	padding:10px 5px 5px 15px;
	}
	
/* ______________________ Footer ______________________ */

/*
Colour Palette
lt Blue. #466FA9 dk Blue. #10366C dk Orange. #FF9B00 Grey. #333 lt Grey. #CFCFCF llt Grey. #EBEBEB
*/

#clearWrapper{	
	border-bottom:#4a0106 solid 1px;
	clear:both;
	height:0;
	}

#footer {
	border-top:#CFCFCF solid 1px;
	clear:both;
	padding-top:0px;
	text-align:center;
	font-size:90%;
	text-align:center;
	margin:0 auto;
	width:920px;
	}

#fholder{
	width:920px;
	margin:0 auto;
	}
	

#copyright{
	text-align:left;
	float:left;
	width:420px;
	padding-top:10px;
	}

#contactNo{
	width:420px;
	padding:10px 20px;
	float:right;
	text-align:left;
	border-left:#CFCFCF solid 1px;
	text-align:right;
	}

#contactAd{
	width:200px;
	}

#contactNo ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#contactNo ul li{
	padding-left:20px;
	background: url(images/bullet.gif) no-repeat 0 3px;
	}

#legalAd {
	clear:both;
	text-align:right;
	padding-top:15px;
	}