
/* 	PAGE LAYOUT
 ********************************************************************/

div#body
{
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/bg.gif) left repeat-y;
	padding-left: 13px;
	padding-right: 15px;
	text-align: center;
}

/*-------- Content Section ----------- */
div#content
{
	width: 674px;
	margin-left: 18px;
	padding-top: 10px;
	text-align: left;
	
	background: url(../images/content_bg.gif) top left repeat-y;
}

#header
{
	margin-left: 3px;
}

div#footer
{
	width: 700px;
	height: 35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-17px;
	background: url(../images/footer.gif) center no-repeat;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

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

body, p, td
{
	font-family: Tahoma ,Sans-serif;
	line-height:1.6em;
	font-size: 11px;
	text-align: justify;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #5b5b5b;
}

a
{
	color: #3E65D6;
}

td
{
	vertical-align: top;
}

h1
{
	margin:0;
	font: small Verdana,Sans-serif;
	color:#0B92C1;
	font-size:14px;
	
	margin-bottom: 5px;
	text-align:left;
	display:block;
	border-bottom:solid 1px;
	line-height:25px;
}

h1.pagetitle
{
	width: 663px;
	margin-left: 18px;
	padding-top: 10px;
	margin-bottom:0;
	background: url(../images/squares.gif) right 16px no-repeat;
}


div.pagetitle
{
	background: #00A8DB;
	margin-right: 10px;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	
	padding: 5px;
	padding-right: 10px;
	height: 24px;
	
	margin-top: 1px;
	margin-top: -1px !ie;
}

div.pagetitle h1
{

}

div.hometitle
{
	margin-left: 15px;
	margin-right: 19px;
}

h1.sifr, h1.sifrright
{
	color: white;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;	
	padding: 0;
	margin: 0;
}

h2
{
	margin:0;
	padding:0;
	font: small Verdana,Sans-serif;
	color:#00718f;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 8px;
}

h3
{
	font-size:12px;
	font-weight: bold;
}

hr
{
	border: 0;
	color: #0B92C1;
	background-color: #0B92C1;
	height: 1px;  
}

blockquote, address
{
	color: #999999;
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", "Georgia", serif;
	padding: 0;
	
	margin: 20px;
}

/*-------- Table Styles ----------- */

div.textmodule table
{
	border-top: 1px dotted grey;
	border-left: 1px dotted grey;
	
}

div.textmodule table td
{
	padding: 2px;
	padding-left: 5px;
	border-bottom: 1px dotted grey;
	border-right: 1px dotted grey;
}



/* 	NAVIGATION
 ********************************************************************/
 
 /*-------- first level ----------- */
#navigation
{	
	width: 660px;
	margin: 0;
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
	list-style-type:none;
	height: 35px;	
	background: url(../images/navbar.jpg);	
	text-align: right;
	padding-right: 20px;
}
	
#navigation li
{
	margin: 0;
	padding: 0;
	float: right;
}

#navigation a
{	
	font-size:10px;
	text-align: center;
	font-weight:normal;
	display:block;
	color:#000;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:10px;
	text-transform:uppercase;	
}

#navigation a:hover
{ 
	color: #074094;	
}

#navigation a:active
{
	color: #06b2c6;
}

/*-------- show / hide ----------- */

#navigation li ul
{
	display: none;
}

#navigation li:hover ul
{
	display: block;
	z-index: 2;
}

/*-------- second level ----------- */

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	position: absolute;
	width: 150px;
	margin-left: -20px;
	margin-top: -6px;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
	float: none;
}

#navigation ul li a
{
	background: #FFC4AA url(../images/menu_bg1.gif) left no-repeat;
	height: 16px;
	padding: 0;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-transform: none;
	text-align: left;
	padding-left: 26px;
	font-weight: bold;
	margin-top: 0px;
	margin-top: -1px !ie;
}

/*-------- third level ----------- */

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

#navigation ul ul li
{
	margin-top: 0px;
}

#navigation ul ul a
{
	background: #BCE1EE url(../images/menu_bg2.gif) left no-repeat;
	padding-left: 33px;	
	font-weight: bold;
}



/* 	NEW CARAVANS
 ********************************************************************/
 
/*-------- model selector ----------- */

div.models
{	
	color: grey;
	width: 207px;
	float: left;
	text-align: left;
	margin-left: 0px;	
	margin-top: -32px;
	background: white;
}

div.models div.heading
{
	background: url(../images/choose_model_bg.gif);
	
	padding-left: 10px;
	margin: 0;

	padding-top: 12px;
	height: 20px;
}

div.models div.heading h1
{
	font-size: 18px;
	line-height: 18px;

	font-size: 16px !ie;
	line-height: 16px !ie;
}

a.model
{
	display: block;
	width: 207px;
	height: 52px;
	border-top: 1px solid white;
	border-bottom: 1px solid #C5C8CB;
	background: #E8EDF0;
	text-decoration: none;
	color: #999;
}

div.models a.active
{
	background: white;
}

a.model:hover, div.models a.active:hover
{
	background: white;
}


div.modelname
{
	width: 142px;
	float: right;
	background: url(../images/model_arrow.gif) 3px 0px no-repeat;
	margin-top: 8px;
}

div.modelname h3
{
	color: #333;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	margin-left: 28px;
	font-family: Arial, sans-serif;
}

div.modelname span
{
	border-bottom: 1px dotted #999;
}

img.modelthumb
{
	border: 2px solid white;
	margin: 3px;
	margin-left: 7px;
}

/*-------- page tabs ----------- */


ul.caravannav
{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	background: #71CBE9;
	width: 100%;
	display: block;	
	height: 29px;
	margin-left: -10px;
}

ul.caravannav li
{
	margin: 0;
	padding: 0;
	background: #71CBE9;
	float: left;
}

ul.caravannav li a
{
	display: block;
	height: 23px;
	
	background: url(../images/caravan_tab_bg.gif) left no-repeat;
	padding-top: 6px;
	padding-left: 15px ;
	padding-right: 18px ;
	color: white;
	/*text-transform: uppercase;
	margin-left: -8px !important;
	margin-left: -7px !ie;*/
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

ul.caravannav li a.active
{
	background: url(../images/caravan_tab_bg_active.gif) left no-repeat;
}

ul.caravannav li a:hover
{
	background: url(../images/caravan_tab_bg_o.gif) left no-repeat;
}


div#caravancontent
{
	width: 445px !important;
	width: 445px !ie6;
	float: right;
	margin-bottom:10px;
}




/* 	USED CARAVANS
 ********************************************************************/

/*-------- table listing ----------- */

table#caravans caption {font-size: 1.7em; color: #F06; text-align: left;}
table#caravans {margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
table#caravans td#caravans, th#caravans {padding: 5px 4px; border-bottom: 1px solid #EEE;}

table#caravans td#caravans a
{
	color: #0096D1; 
	text-decoration: none; 
	font-weight: bold; 
}

table#caravans td#caravans a span
{
	border-bottom: 1px dotted grey; 
}

table#caravans td#caravans a:hover
{
	color: #D95954;
}

table#caravans td#caravans.type
{
	font-weight: bold;
	color: #333;
}

table#caravans td#caravans.make
{
	color: #D95954;
	nowrap: nowrap;
	text-align: right;
	padding-right: 5px;
}

table#caravans td#caravans.model
{
	color: #999;
	font-style: italic;
}

table#caravans tfoot#caravans th#caravans {text-align: right;}
table#caravans th#caravans {text-align: left;}
table#caravans th#caravans a {color: #F06; text-decoration: none; font-size: 1.1em;}
table#caravans th#caravans a:visited {color: #F69;}
table#caravans th#caravans a:hover {color: #F06; text-decoration: underline;}
table#caravans thead tr#caravans, tfoot tr#caravans {color: #555; font-size: 0.8em;}
table#caravans tr#caravans {font: 12px sans-serif; background: url(../images/prettyinpink_row.png) repeat-x #F8F8F8; color: #666;}
table#caravans tr#caravans:hover {background: #FFF;}
table#caravans thead tr#caravans, table#caravans thead tr#caravans:hover { background: #A3A8AD; color: white;}

table#caravans tr.detail, table#caravans tr.detail td#caravans
{
	background: url(../images/usedvan_bg2.gif) repeat-x; 
	background-color: #A3A8AD;
	color: black;
	border: 0;
}

table#caravans tr.detail, table#caravans tr.detail td, table#caravans tr.detail td div
{
	padding: 0;
	margin: 0;
}

table#caravans tr.detail td div.content
{
	border-bottom: 1px solid #eee;
}

table#caravans tr.detail td div.content div
{

}

/*-------- detail foldout ----------- */

table.useddetails
{
	margin-top: 10px;
	margin-left: 10px;
	width: 300px;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

table.useddetails tr, table.useddetails td, table.useddetails th
{
	width: auto;
	background: none;
	
}

table.useddetails td, table.useddetails th
{
		border-bottom: 1px solid white;
		border-right: 1px solid white;
}

table.useddetails th
{
	width: 80px;
	color: white;
	padding-left: 15px;
	background: #595D68;
}

table.useddetails td
{
	color: white;
	background: #70737E;
}

div.enquirelink
{
	width: 310px;
	text-align: right;
}

div.enquirelink a
{
	color:white;
	text-decoration:none;
}


/*-------- used enquiry ----------- */

div.enquiryform
{
	background: #fefefe;

	border: 15px solid #efefef;
	margin-bottom: -15px;
}

table.enquire
{
	margin-left: 15px;
}

table.enquire th
{
	color: #666;
	text-align: right;
	padding-right: 10px;
	width: 80px;
}


table.enquire input, table.enquire textarea
{
	background: #70737E;
	border: 1px solid white;
	margin-bottom: 2px;
	color: white;
}

table.enquire input.noborder
{
	border: 0;
}	



/* 	REQUEST A QUOTE
 ********************************************************************/

table.form
{
	background: #fefefe;
	border: 15px solid #efefef;
	margin-bottom: 20px;
}	

table.form th
{
	color: #666;
	text-align: right;
	padding-right: 10px;
	width: 220px;
	vertical-align: top;
}

table.form input, table.form textarea, table.form select
{
	border: 1px solid #aaa;
	margin-bottom: 2px;
	color: black;
	background: #f6f6f9;
	/*background: white url(../images/input_shadow.gif) no-repeat;*/
}



/* 	2 Column Theme
 ********************************************************************/


.squarestitle
{
	margin-left: 540px;
}

#leftcol
{
	float:left;
	width: 415px;
	padding-right:20px;
}

#fadebg
{
	background:url(../images/topfade.jpg) top repeat-x;
}

body
{
	background:url(../images/fondo.gif);
}


/*-------- right column ----------- */


#rightcol
{
	width: 193px;
	padding: 10px;
	padding-top: 0;
	float:right;
	margin-right: 14px;
	
	margin-right: 1px !ie;
}

#rightcol .header
{
	position: absolute;
	background: url(../images/header_bg_orange.gif);
	
	padding-left: 10px;
	margin: 0;

	width: 207px;	
	height: 21px;
	
	margin-left: -11px;
	padding-top: 15px;
	margin-top: -43px;
	
	margin-left: -14px !ie;
	padding-top: 15px !ie;
	margin-top: -45px !ie;
}

#rightcol .header h1
{
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	font-size: 14px !ie;
	line-height: 14px !ie;
}

#rightcol h3
{
	font-weight: normal;
	margin-bottom: 0px;
}

#rightcol p.small
{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 9px;
}


/* 	NEWS
 ********************************************************************/

div#news_header
{
	background: url(../images/header_bg_blue.gif);

	margin: 0;
	margin-left: -11px;	

	padding-left: 10px;
	padding-top: 9px;

	height: 24px;
	width: 204px;
	margin-top: 15px;
}

div#news_header h1
{
	font-size: 18px;
	line-height: 18px;

	font-size: 16px !ie;
	line-height: 16px !ie;
}

div.newsitem
{
	margin: 3px;
}

div.newsitem h3
{
	margin: 0;
}

div.newsitem h3 a
{
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

.datenews
{
	font-size:10px;
	color:#333333;
	display: none;
}

.titlenews
{
	font-size:10px;
	font-weight: bold;
}


/* 	HOME PAGE
 ********************************************************************/
/*-------- featured product ----------- */

div#feature
{
	color: grey;
	width: 426px;
	margin: 0;
	padding: 0;
	background: url(../images/feature_middle.gif);
	text-align: left;
	line-height: 12px;
}

div#feature #featureTop
{
	background: url(../images/feature_top.gif) top left no-repeat;
	height: 35px !ie;
}

div#feature #featureBottom
{
	background: url(../images/feature_bottom.gif) bottom no-repeat;
	height: 12px;
}

div#feature div#featureSpecial
{
	width: 157px;
	float: left;
}


div#feature div#header
{
	height: 22px;
	padding-top: 13px;
	padding-left: 12px;
	
	
}

div#feature h1
{
	font-size: 18px;
	line-height: 18px;
	height: 18px;

	font-size: 16px !ie;
	line-height: 16px !ie;
}

div#feature div#featureProduct
{
	width: 256px;
	float: right;
}

/*-------- News ----------- */
div#news
{
	background: url(../images/news_bg.gif);
	width: 296px;
	float:right;
	margin-left: 10px;
}

div#news h1
{
	color: #ffffff;
	font-weight: bold;
	margin-left: 20px;
	font-size:16px;
	font-family: Tahoma ,Sans-serif;
}


/*-------- Mailing List ----------- */
div#mailinglist
{
	color: grey;
	width: 365px;
	margin: 0;
	padding: 0;
	background: url(../images/list_bg.gif);
	text-align: left;
	line-height: 12px;
	font-size:12px;
}


div#mailinglist h1
{
	color: #D9531E;
	font-weight: bold;
	font-size:14px;
	font-family: Tahoma ,Sans-serif;
}

div#mailinglist label
{
	color: #0096D1;
	font-weight: bold;
	font-size:11px;
	font-family: Tahoma ,Sans-serif;
}

div#mailinglist input
{
	margin-bottom: 0px;
	margin-top: 10px;
}

div#mailinglist a, div#mailinglist:visited, div#mailinglist:link, div#mailinglist:active
{
	color: grey;
}


div#elixir {

text-align:center;
}

div#elixir a {
text-decoration:none;


}

.elixirlogo {
margin-bottom:0px;
margin-left:5px;
}

#rightsidelogo {
	padding-left: 440px;
}

div.itemtitle.weblog_itemtitle {
color: #00a8db;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bolder;
	border-bottom: 1px solid #ddd;
	}
