/* Start of CMSMS style sheet 'bjwc-css' */
body {
	margin: 0px;
	padding: 65px 0px 10px 0px;
	background-image: url(/images/component/body-bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

.clearBoth {
	width: 100%;
	height: 0px;
	clear: both;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 10px;
	background-color: #DDD58C;
	border: 2px solid #8E852B;
}

	#header {
		width: 800px;
		height: 180px;
		background-image: url(/images/component/header-bg.gif);
		background-position: top left;
		background-repeat: no-repeat;
		position: relative;
	}
	
		#logo {
			width: 636px;
			height: 214px;
			position: absolute;
			top: -70px;
			left: -90px;
			background-image: url(/images/component/logo.gif);
			background-position: top left;
			background-repeat: no-repeat;
		}
		
			#logo a {
				width: 636px;
				height: 214px;
				float: left;
				text-indent: -9999px;
				overflow: hidden;
			}
			
		#cars {
			width: 416px;
			height: 162px;
			position: absolute;
			right: 15px;
			top: 30px;
		}

	#contentWrap {
		background-color: #FFF;
	}
	
		#menu {
			width: 290px;
			float: left;
			background-image: url(/images/component/menu-bg.gif);
			background-repeat: no-repeat;
		}
		
			#menu ul {
				width: 246px;
				margin: 0px 0px 0px 18px;
				padding: 0px;
				list-style-type: none;
			}
			
				#menu ul li {
					width: 246px;
					height: 62px;
					margin: 0px;
					padding: 0px;
					float: left;
					clear: left;
				}
				
					#menu ul li a {
						width: 226px;
						height: 42px;
						padding: 20px 10px 0px 10px;
						float: left;
						clear: left;
						font-size: 18px;
						color: #FFF;
						text-decoration: none;
					}
					
					#menu ul li a:hover {
						color: #E0BAF2;
					}
					
					li.rolls-royce a, li.mercedes-s-class a, li.jaguar-xj6, li.discovery a {
						text-align: right;
					}
					
				ul#primary-nav li.view-our-rates, ul#primary-nav li.contact-us,
				ul#primary-nav li.view-our-rates a, ul#primary-nav li.contact-us a {
					height: 45px;
				}
					
					ul#primary-nav li.view-our-rates a, ul#primary-nav li.contact-us a {
						height: 35px;
						padding: 10px 10px 0px 10px;
					}
			
		#content {
			width: 490px;
			padding: 0px 10px;
			float: left;
			font-size: 13px;
		}
		
			#content h1 {
				margin: 20px 0px 10px 0px;
				padding: 0px;
				font-size: 28px;
				font-weight: normal;
				color: #303;
			}
			
		        #rotator {
                               width: 400px;
                               height: 300px;
                               padding: 2px;
	                       background-color: #DDD58C;
	                       border: 2px solid #8E852B;
                               margin: auto;
                       }

                       #home_img {
                               width: 400px;
                               height: 179px;
                               padding: 2px;
	                       background-color: #DDD58C;
	                       border: 2px solid #8E852B;
                               margin: auto;
                       }

                #footer {
			width: 800px;
			height: 80px;
			background-color: #FFF;
			clear: both;
                        font-size:0.6em;
                        text-align:right;
                        position:relative;
		}
              
                        #foot_text {
                                position:absolute;
                                right:10px;
                                bottom:5px;
                        }
			
/* End of 'bjwc-css' */

