/* This contains layout set-up and nav styles for world cars site */
/* All internal text formatting will be styles.css */

/* generic html and body layout */
html
{
	background-color: #FFF;
}

body
{
	margin: auto;
	width: 800px;
	padding: 0;
}

/* header block */
#header
{
	margin: 14px auto 0 auto;
	background-image: url('/images/header/header-bkgd.jpg');
	background-position: 0;
	background-repeat: no-repeat;
	height: 157px;
}


#logo
{
	width: 275px;
	height: 46px;
	margin:  0 0 0 14px;
	padding: 14px 0 0 0;
}

#logo img { border-width: 0; }

/* nav menu block */
#navBlock
{
	width: 800px;
	height: 30px;
	padding: 66px 0 0 4px;
}

ul#nav 
{
	margin:0px;
	padding: 4px 0 4px 0;
	height:30px;
	font-size: 12px;
	text-transform:uppercase;
} 

ul#nav  li
{
	padding:3px 10px;
	/*border-left: 1px solid #FFF;*/
	list-style: none;
	float:left;

}
		
ul#nav  li.first {
	/*border-left:none;*/
	padding-left:10px;
	}

ul#nav a {
	font-weight: bold;
	color: #A71F0B;
	text-decoration: none
	
}

ul#nav a:hover
{
	font-weight: bold;
	color: #ED3C21;
	text-decoration: none;
}

/* content wrapper block */
#content
{
	width: 800px;
	margin: 0 auto 14px auto;
	background-color: #fff;
	padding: 14px 0 0 0;
}

#breadCrumbs {
	width: 99%; /* scales to width of containing div */
	margin: 0 auto 14px auto;
	background-color: #fff;
}

/* left hand column for 2 col layout */
#leftCol
{
	float: left;
	width: 276px;
	margin: 0 14px 0 14px;
	background-color: #fff;
}


/* home page promo box */
#homepromo 
{
	background-image: url('/images/specbox/specbox-top.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 10px 0 10px;
	width: 276px;
	min-height: 171px;
	margin:0;
}

#homepromoCap
{
	background-image: url('/images/specbox/specbox-bottom.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 276px;
	height: 14px;
	margin: 0 0 10px 0;
}



/* left hand column for 2 col layout */
#rightCol
{
	float: right;
	width: 480px;
	margin: 0 14px 0 0;
	background-color: #fff;
}

/* one column */
#oneCol
{
	float: left;
	width: 600px;
	margin: 0 14px 0 14px;
	background-color: #fff;
}

/* one column promo - for right hand side logos,ads,etc */
#oneColPromo
{
	float: right;
	width: 158px;
	margin: 0 14px 0 0;
	background-color: #fff;
}

/* one column only - will center in available area */
#oneColOnly
{
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}


/* footer block */
#footer
{
	clear: both;
	width: 800px;
	margin: 24px auto;
	padding: 12px 0;
	border-color: #CCC;
	border-width: 1px 0 0 0;
	border-style: solid;
	float: left;
}

#footerLeft {
	float:left;
	width:100%;
	text-align:center;
}

#footerLogo {
	float:left;
	width:71px;
	text-align:left;
}

/* home page booking form */
#bookForm
{
	background-image: url('/images/bookform/bookform-top.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px 10px 0 10px;
	width: 480px;
	height: 171px;
	margin: 0 0 10px 0;
}

#bookForm form {margin:0; padding:0;}

#bookFormCap
{
	background-image: url('/images/bookform/bookform-bottom.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 480px;
	height: 14px;
	margin: 0 0 10px 0;
}

/* landing page images */
#lpImageBox
{
	width: 276px;
	height: 184px;
	position: relative;
	overflow: hidden;
}

#lpImage /* this is the image that shows thru */
{
	position: absolute;
	z-index: 0;
}

#lpFrame  /* this is the frame with rounded corners */
{
	width: 276px;
	height: 184px;
	position: absolute;
	z-index: 1;
}

/* landing page index navigation list */
#lpIndexList{
	width:100%;
}

#lpIndexList h3
{
	background-color: #00879C;
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
	margin: 20px 0 10px 0;
}

ul.lpIndexNav
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	border: none;
}

.lpIndexNav li
{
	/*border-bottom: 2px dotted #CCEBD6;*/
	margin: 5px 0 0 0;
	padding: 5px 0;
	list-style-image: url('/images/lpArrow.gif');
	list-style-type: default;
	list-style-position: default;
}


/* landing page secondary nav */
h3.lpSideNavHead {
	background-image: url('/images/lpInfoIcon.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:35px;
	line-height:29px;
	margin-top:15px;
	color: #00879C;
}

ul.lpSideNav
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	border: none;
}

.lpSideNav li
{
	/*border-bottom: 2px dotted #CCEBD6;*/
	margin: 5px 0 0 0;
	padding: 5px 0;
	list-style-image: url(/images/lpArrow.gif);
	list-style-type: default;
	list-style-position: default;
}
