body {
  background-image: url(../images/page_bgr.png);
  background-repeat: repeat-x;
  font-family: Arial, sans-sarif;
  background-position: 0 0px;
}
.page {
  width: 960px;
  margin: 0px auto;
  padding-top: 20px;
  overflow: hidden;
  font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  line-height:18px;
}

.page .content a{
	color:#666;
	font-weight:normal;
}

.page .header { text-align: center; }
.page .header img { margin: 0 auto; }
.page .nav {
  text-align: center;
  margin-top: 10px;
}
.page .nav ul { height: 33px; }
.page .nav ul li {
  display: inline;
  padding-bottom: 3px;
}
.page .nav ul li a {
  color: #998165;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 3px 3px;
}
.page .nav ul li.current { background-color: #0f0f0f; }
.page .focus {
  clear: both;
  float: left;
  height: 175px;
  margin-bottom: 20px;
  overflow: auto;
  width: 100%;
}
.page .focus ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 960px !important;
}
.page .focus ul li {
  display: block;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  float: left;
  width: 230px;
  height: 168px;
  margin-right: 7px;
  border: 1px solid #cccccc;
}
.page .focus ul li.last { margin-right: 0; }
.page .content {
  float: left;
  clear: left;
  width: 668px;
  padding: 5px;
}
.ContactUsPage .page .content {
  float: left;
  clear: left;
  width: 544px;
  padding: 5px;
}

.page .content h1 {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  color: #1f1c19;
}
.page .content h2 {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  color: #1f1c19;
}
.page .content h3 {
  font-size: 14px;
  font-style: italic;
  font-family: Century Gothic, Arial, sans-serif;
  line-height: 18px;
  font-weight:bold;
}

	/*homepage seo*/
	body.HomePage .page .content h3 {
	  font-family: Century Gothic, Arial, sans-serif;
	  font-size: 20px;
	  font-weight: bold;
	  text-transform: uppercase;
	  margin-top: 20px;
	  color: #1f1c19;
	}
	body.HomePage .page .content h1 {
	  font-size: 14px;
	  font-style: italic;
	  font-family: Century Gothic, Arial, sans-serif;
	  line-height: 18px;
	  margin:0;
	  font-weight:normal;
	  text-transform:none;
	  font-weight:bold;
	}
	/* */
.page .content p {
  color: #6d5c48;
  font-family: Verdana;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 0;
  clear: left;
}
.page .content ul li {
  color: #6d5c48;
  padding: 2px 0;
  font-size:12px;
  list-style-type:disc;
  list-style:outside;
}
.page .content ul{
	margin:10px 0 10px 30px;
	list-style-type:disc;
}
.page .content div.gallery img {
  border: 1px solid #999999;
  margin-top: 5px;
}
.page .sidebar {
  border-left: 1px solid #cccccc;
  float: right;
  margin-top: 30px;
  padding: 20px;
  width: 220px;
}
.ContactUsPage .page .sidebar {
  border-left: 1px solid #cccccc;
  float: right;
  margin-top: 25px;
  padding: 0 20px;
  width: 352px;
}
.page .sidebar h3.email {
  color: #666666;
  font-family: Arial, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
.page .sidebar h2.phone {
  color: #666666;
  font-family: Arial, Sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
form { margin-top: 20px; }
form legend {
  color: #666666;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  font-family: Arial;
  margin-bottom: 5px;
}
form .form_style {
  margin-bottom: 5px;
  overflow: hidden;
  clear: both;
}
form .form_style span {
  float: left;
  color: #999999;
  font-size: 12.7px;
}
form .form_style input {
  float: right;
  width: 150px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 10.6px;
  height: 18px;
}
form .form_style select {
  float: right;
  width: 150px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 10.6px;
  height: 18px;
}
form .form_style textarea {
  float: right;
  width: 150px;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 10.6px;
  height: 18px;
}
form .form_style textarea {
  clear: left;
  width: 218px;
  height: 100px;
}
form .form_style select { height: 20px; }
form .form_controls input {
  clear: both;
  float: right;
}
body.HomePage { background-image: url(../images/home_page_bgr.png); }
body.HomePage .page .focus { height: 327px; }
body.HomePage .page .focus ul li { height: 320px; }

body.ContactUsPage form {
width: 520px;
}
body.ContactUsPage form .form_style span {
border-bottom:1px dashed #CCCCCC;
font-size:14.7px;
padding-bottom:11px;

}
body.ContactUsPage form .form_style input {
font-size:20.6px;
height:26px;
padding-top:4px;
width:300px;
	
}
body.ContactUsPage form .form_style textarea {
font-size:22px;
height:200px;
margin-top:5px;
width:520px;
float: left;
}
	
/* manual addons */

/* address details */
ul.address {
margin:20px 0 0 0!important;
}
ul.address li{
color:#6D5C48;
font-size:12.7px;
padding-bottom:5px;
list-style-position:inside!important;
list-style-type:inherit!important;

	

}
ul.address li span{
font-weight: bold;
}
ul.address li a{
text-decoration: none;
border-bottom: 1px dashed #6D5C48;
color: #6D5C48;
}
ul.address li ul{

}
ul.address li ul li{

}
/* end of address details */

/* sidebar styles */
.sidebar p {
color:#6D5C48;
font-family:Verdana;
font-size:12px;
line-height:18px;
padding:10px 0;
text-align:justify;

}
.sidebar h2 {
color:#1F1C19;
font-family:Arial,sans-serif;
font-size:20px;
font-style:italic;
font-weight:bold;
text-transform:uppercase;
}	
.sidebar img {
margin-top: 20px;
}


.page .content .gallery_image{
	float:left;
	padding:4px;
	 background-image: url(../images/gallery-bg.png);
	 background-repeat:no-repeat;
	 margin:7px;
}
.page .content .gallery_image img{
	border:1px solid #FFF;	
}
#footer {
border-bottom:1px solid #DDDDDD;
border-top:1px solid #DDDDDD;
clear:both;
color:#999999;
float:none;
font-size:10px;
line-height:2.4;
margin-bottom:20px;
text-align:right;

}

#footer a {
color:#999999;
}

#wedding_date {
	width:90px;
}
#hire_hours {
	width: 90px;
}

/* Testimonials */
div.testimonial {
	 background-image: url(../images/testimonial_bgr.png);
	 background-repeat:no-repeat;
	margin-bottom:20px;
	padding-top:10px;
	width:676px;
 }
.page .content div.testimonial p{background-color:#e3dcd5;padding:10px;}
.page .content div.testimonial p.author{
	 background-image: url(../images/testimonial_bgr.png);
	 background-repeat:no-repeat;
	background-position:0 -10px;
	padding-bottom:20px;
	padding-top:0;
	text-align:right;
	background-color:#fff;
	font-weight:bold;
}

