
body {
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #dbdada;
	text-align:justify;
	background-color: #000;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
}

a:link, a:visited { color: #5b93ef; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #5b93ef; text-decoration: none; }

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

.em_text {
	color: #ffffff;
}

.button_01 a {
	display: block;
	width: 95px;
	height: 21px;
	padding: 5px 25px 0 0;
	background: url(images/button_01.jpg) no-repeat;
	
	
	color: #dcdada;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.header_01 {
	clear: both;
	height: 27px;
	padding: 8px 0 0 10px;
	margin-bottom: 20px;
	background: #161616 url(images/icon.jpg) center right no-repeat;	
	font-size: 20px;
	color: #bda277;
}

.header_02 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #ffffff;
}

#container {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

/* top panel */

#top_panel {
	clear: both;
	width: 960px;
	height: 110px;
	padding: 10px 0;
}

#site_logo {
	float: left;
	width: 450px;
	height: 110px;
}

#site_logo a {
	outline: none;
}

#site_title {
	float: left;
	width: 450px;
	margin-top: 30px;
	font-size: 40px;
	padding: 10px 0;
	color: #e8e8e8;
}

#site_title a {
	color: #e8e8e8;
	text-decoration: none;
}

#site_title span {
	display: block;
	margin-left: 70px;
	margin-top: 20px;
	font-size: 16px;
	color: #767676;
}

#header_menu_section {
	float: right;
	width: 210px;
	
}

.header_menu a {
	float: left;
	display: block;
	width: 90px;
	height: 110px;
	outline: none;
}

.home_menu a { background: url(images/home_icon.jpg) no-repeat; margin-right: 30px; }
.home_menu a:hover { background: url(images/home_icon_hover.jpg) no-repeat; }

.contact_menu a { background: url(images/contact_icon.jpg) no-repeat; }
.contact_menu a:hover { background: url(images/contact_icon_hover.jpg) no-repeat; }

/* end of top panel */

/* menu & banner panel */

#menu_banner_panel {
	clear: both;
	height: 280px;
	padding: 10px;
background: #3c3b3b;
	
	overflow: hidden;
}

/* menu */

#menu_wrapper {
	float: left;
	width: 278px;
	height: 278px;
	background: #846f34;
	padding: 1px;
	overflow: hidden;
}

#menu {
	border: 1px solid #313131;
	/*background: #262626;*/
	overflow: hidden;
	background-color: #181714;
	background-image: url(images/templatmeo_column_two_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	width: 230px;
	height: 38px;
	margin-bottom: 4px;
	background-image: url(images/men3.png);
	background-repeat: repeat-x;	/*background-color: #846f34;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;	/*background-image: url(images/180_column_bg.jpg);*/
}

#menu ul li:hover {
	/*background: #0d0d0d;*/
	
}

#menu ul li a {
	display: block;
	width: 230px;
	height: 28px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;	

}

#menu li a:hover, #menu li .current {
	color: #000;
	
}

#menu .last {
	margin-bottom: 0px;
}

/* end of menu*/

#banner {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	background: url(images/banner_bg.jpg) no-repeat;
	border: 1px solid #846f34;
}

#banner2 {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	border: 1px solid #846f34;
	background-image: url(images/rolls-royce-blue.jpg);
	background-repeat: no-repeat;
}


#banner3 {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	border: 1px solid #846f34;
	background-image: url(images/rolls-wedding-header.jpg);
	background-repeat: no-repeat;
}

#banner4 {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	border: 1px solid #846f34;
	background-image: url(images/rolls-wedding-4.jpg);
	background-repeat: no-repeat;
}

#banner5 {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	border: 1px solid #846f34;
	background-image: url(images/rolls-royce-banner.jpg);
	background-repeat: no-repeat;
}


#banner6 {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	border: 1px solid #846f34;
	background-image: url(images/rolls-royce-banner-2.jpg);
	background-repeat: no-repeat;
}

#banner7 {
	float: right;
	width: 550px;
	height: 180px;
	padding: 50px;
	overflow: hidden;
	border: 1px solid #846f34;
	background-image: url(images/rolls-both.jpg);
	background-repeat: no-repeat;
}




#banner p {
	font-size: 14px;
	color: #ffffff;
}

#banner a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* end of menu & banner panel */

#content_wrapper {
	clear: both;
	width: 940px;
	background: #3c3b3b;
	padding: 10px;
	margin-top: 0px;	
}

#content {
	padding: 30px;
	background: #262626;
}

#content2 {
	margin: auto;
	padding: 10px;
	background: #262626;
}

#content3 {
	margin: auto;
	padding: 0px;
	background: #262626;
}


#side_column {
	float: left;
	width: 220px;
}

.side_column_content {
	clear: both;
	padding: 0 10px;
}

.news_section {
	clear: both;
	margin-bottom: 20px;
}

.news_section p {
	text-align: left;
}

.news_date {
	color: #ffffff;
	font-weight: bold;
}

.news_title {
	font-size: 12px;
	color: #5b93ef;
	font-weight: bold;
}


	 
				 
				 
				 
#main_content_column {
	float: right;
	width: 600px;
}

.section_w600 {
	padding: 0 10px;
}

#main_content_column p {
	margin-bottom: 15px;
}

#main_content_column img {
	
	margin-bottom: 5px;
	background: #FAFAFA;
   border: 2px solid #000;
	padding: 5px;
}

.fl_image {
	float: right;
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.fr_image {
	margin: auto;
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.section_w280 {
	width: 280px;
}

.section_w280_content {
	padding: 0 10px;
}

.content_list_01 {
	margin: 0 0 0 40px;
	padding: 0px;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 5px 0;
	list-style: decimal-leading-zero;
}

/* end of content */

/* footer */
#footer {
	clear: both;
	margin: auto;
	width: 940px;
	padding: 20px 10px;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.goldtext {
	color: #bda277;	
	
}

.formfield {
	background-color: #E9E0D1;
	border: 1px solid #bda277;
}


.textarea {
	
scrollbar-track-color: #bda277;     
        scrollbar-arrow-color: #000;     
        scrollbar-3dlight-color: #bda277;     
        scrollbar-shadow-color: #bda277;     
        scrollbar-highlight-color: #bda277;     
        scrollbar-darkshadow-color: #bda277;
		background-color: #E9E0D1;
}


.img1 {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}

.website-white {
	color: #fff;
	
}


/** BEGIN header **/
#header {
	height: 50px;
}
	#header ul {
		list-style-type: none;
		padding-left: 10px;
	}
		#header ul li {
			float: left;
			padding: 13px 32px 0 0;
		}
		#header ul li a {
	color: #Fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 13px;
		}
		#header ul li a:hover {
			color: #fff;
			text-decoration: none;
		}
	#header .links {
		float: right;
		font-family: Verdana;
		font-size: 12px;
		color: #fff;
		padding-top: 12px;
	}
		#header .links a {
	color: #fff;
	margin: 0 8px;
	font-weight: bold;
		}
		#header .links a:hover {
			
	text-decoration: underline;
	color: #fff;
		}
	#header .logo {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	}
		#header .logo h1 {
			font-size: 0;
		}
		#header .logo h1 a {
			display: block;
			/*width: 335px; height: 110px;
			background: url(images/logo.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;*/
		}
		#header .logo p {
			display: none;
		}
	#header .ad468x60 {
		float: right;
		padding-top: 36px;
	}
	#header {
		
	}
	
	 .ltrspacing {
	letter-spacing: .3em;
	font-size: 20px;
	color: #bda277;
	font-weight: bold;
	text-align:center;
	padding-top: 10px;
 }
 
 
 	 .ltrspacing ul{
	letter-spacing: .3em;
	font-size: 20px;
	color: #bda277;
	font-weight: bold;
	text-align:center;
 }
 
  	 .ltrspacing li{
	letter-spacing: .3em;
	font-size: 20px;
	color: #bda277;
	font-weight: bold;
	text-align:center;
 }
 
 .slogan {
	clear: both;
	margin: auto;
	/*height: 25px;*/
	text-align:center;
	color: #FFF;	 
	width: 960px;
 }
 
 .tableborder {
	border: 1px solid #bda277;	 
 }
 
 .submit
{
	background: url(images/buttons.png) no-repeat;
	color:#fff;
	font-weight:bold;
	height: 30px;
	width: 100px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
/** END header **/

/* end of footer */

/* end of footer */
