 CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#000;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#bb010e; }
h2	{ font-size:1.1em; color:#bb010e; }
h3	{ font-size:1.0em; color:#bb010e; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#bb010e; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#bb010e; text-decoration:underline; outline:none; }

span {display:none;}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

img.img-quote {
	margin:0 0 0 155px;
	}

img.img-limo {
	margin:30px 0 0 155px;
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#000;
	width:195px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:155px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:1000px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

#top-bg {
	background:url("../images/top-bg.jpg") no-repeat;
	height:30px;
	font-size:9px;
	text-align:right;
}

#top-bg p.top {
	padding-right:100px;
	padding-top:4px;
}

/* ----- content-left ----- */

#column-left {
	width:336px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 0px 10px 55px;
		}

	#column-left #subhead {
		background:url("../images/col-left-top.gif") no-repeat;
		height:46px;
	}

	#column-left a:link, #column-left a:visited {
		color:#fff;
		text-decoration:none;
	}

	#column-left a:hover, #column-left a:active {
		color:#bb010e;
		text-decoration:none;
	}
	

/* single column list */
	#column-left ul { padding-left:100px; }
		#column-left ul li { 
			font-size:13px;
			line-height:20px;
			border-bottom:1px solid #1a1a1a;
			list-style:none;
			margin:5px 13px 0px 0;
			padding-bottom:5px;
			}
	
	
			
/* ----- content-right ----- */

#column-right {
	width:664px;
	float:left;
	}

	#column-right h1 {
		font-family: Times New Roman;
		font-size:19px;
		padding-top:17px;

	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 0px 10px 19px;
		}
		
		.errors {margin:0 0px 10px 19px;}
		
	#column-right form {
		margin-left:19px;
		}

	#wine-limo {
		background:url("../images/package-wine.jpg");
		height:96px;
		width:298px;
		float:right;
		margin-left:15px;
	}

	#prom-limo {
		background:url("../images/package-prom.jpg");
		height:96px;
		width:299px;
		float:right;
		margin-left:15px;
	}

	#prom-limo h2, #wine-limo h2 {
		margin:12px 0 5px 110px;
	}

	#prom-limo p, #wine-limo p {
		margin:0px 10px 0 110px;
		font-size:11px;
		line-height:14px;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.gif");
	height:91px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic { height:406px; background:url("../images/header-image.jpg") no-repeat; } 


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:1000px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer p.small {
	color:#fff;
	margin-bottom:10px;
	font-size:11px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration:none; }

#footer a:hover, #footer a:active { color:#bb010e; text-decoration:none; }

#footer ul {margin-top:10px; margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}

	#footer li.first { border: none; }



/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:1000px; 
	height:80px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:110px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 235px; margin-left:100px;}
#nav-02 { width: 75px; margin-left:167px;}
#nav-03 { width: 59px;}
#nav-04 { width: 64px;}
#nav-05 { width: 85px;}
#nav-06 { width: 124px;}


#nav-01 a:hover { background:url("../images/nav.gif") -235px -235px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -502px -80px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -577px -80px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -636px -80px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -700px -80px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -785px -80px no-repeat; }


body#home #nav-02 { background:url("../images/nav.gif") -502px -80px no-repeat; }
body#fleet #nav-03 { background:url("../images/nav.gif") -577px -80px no-repeat; }
body#rates #nav-04 { background:url("../images/nav.gif") -636px -80px no-repeat; }
body#specials #nav-05 { background:url("../images/nav.gif") -700px -80px no-repeat; }
body#reservations #nav-06 { background:url("../images/nav.gif") -785px -80px no-repeat; }
