/* Style Sheet for Lovin Life Limos 

COLORS:	#000000	Black background
		#4D273E purple side buttons
		#F9F8C8 yellow text on side buttons
		#F9CEE2 pink text- main content
		#F8CDE1 pink text - footer
		#f8e5ee light link text - main body of page
		#F4E6F5 light pink border
		#764b64 lighter color background purple (on left side button under nav)
*/

body {
	background-color:#000000;
}

img {
border: 0;
}
	
#totalcontainer {
	width: 702px;
	margin: 0 auto;
	border: 1px solid #F4E6F5;
}
#header { /* top logo */
	width: 700px;
	height: 53px;
	background-image: url(../images/top_bg.gif);
	background-repeat:no-repeat;
}
#header #leftheader {
	width: 317px;
	height: 39px;
	float:left;
	margin: 34px 0 0 11px;
}
#header #rightheader {
	width: 319px;
	height: 22px;
	float:right;
	margin: 45px 11px 0 0;
}
#imageCollage { /* set of 3 images at top of page */
	width: 689px;
	margin: 20px 6px 13px 5px;
}
/* LEFT NAV BAR AND PROMO IMAGES */
#leftside {
	width: 225px;
	margin: 0 10px 50px 10px; 
	float:left;
}
#leftside ul {
	list-style-type:none;
}
#leftside ul li {
	height: 48px;
	width: 219px;
	background-color:#4d273e;
	margin: 1px 0 0 -36px; /* brings left margin of buttons flush left to match with image collage above */
	_margin: 1px 0 0 -36px; /* for IE6 */
}
#leftside ul li img {
	margin: 15px 0 0 17px; /* for side nav buttons - may need to be changed if accessible rollover required */
}
#leftside ul li.infoBlock { /* bottom button - light purple background with phone etc. */
	height: 38px;
	width: 207px;
	color: #F9F8C8;	
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
	background-color:#764b64;
	margin-top:0;
	padding: 10px 0 0 12px;
}
/* PRIMARY CONTENT AREA OF PAGE */
#rightside {
	width: 445px;
	float:left;
	margin: 0 10px 0 0;
}
#rightside h1 {
	color: #F8CDE1;	
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align:center;	margin-left: 16px;	
}
#rightside h2 {
	color: #F8CDE1;	
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 16px;	
}		
#rightside p {
	color: #F8CDE1;	
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
	margin-right: 20px;	margin-left: 16px;
}

#rightside p.big {
	color: #F8CDE1;	
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	margin-right: 20px;	margin-left: 16px;
}

#rightside a {
color: #F8CDE1;
text-decoration: underline;
}

#rightside a:hover {
text-decoration: none;
}

#rightside td {
color: #eee9bf;	
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	}


/* FOOTER INFORMATION */
#footer {
	width: 700px;
	background-image:url(../images/footer-bg.gif);
	clear:both;
	height: 30px;
}
#footer p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F8CDE1;	
	font-weight: bold;
	padding-top: 6px;
}
#footer a {
	color: #F8CDE1;
	margin: 4px;
	text-decoration: none;
}
#footer a:hover  {
	text-decoration: underline;

}

#footer2 {
	width: 700px;
	color: #F8CDE1;
	font-family:arial, sans serif;
	font-size: 11px;
	margin-left:300px;
	margin-top:15px;
}

#footer2 a {
	color: #F8CDE1;
	margin: 4px;
	text-decoration: none;
}

#footer2 a:hover  {
	text-decoration: underline;

}

.padding {
	padding: 10px;
	}