@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}

#header_holder {
	width: 100%; 
	background-image:url(../images/header-bg.jpg);
}

#header_splash {
	width: 800px; 
	margin: 0 auto; 
	text-align: center;
}

#header {
	width: 800px; 
	margin: 0 auto; 
	display: table;
}

#body_holder {
	width: 798px; 
	margin: 0 auto; 
	text-align: center;
	padding-top: 30px;
}

#body_width {
	width: 100%;
	background-color: #F1F1F1;
	padding-bottom: 30px;
}

#body_holder_index {
	width: 798px; 
	margin: 0 auto; 
	text-align: center;
}

#body_width_index {
	width: 100%;
	background-color: #F1F1F1;
	padding-bottom: 30px;
}

#footer_holder {
	width: 100%; 
	height: 140px; 
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #303030;
	font-size: 10px;
	color: #fff;
	padding-top: 10px;
}

#footer_splash {
	width: 800px; 
	margin: 0 auto; 
}

a:link {color: #E72FE7; text-decoration: none;}
a:visited {color: #E72FE7; text-decoration: none;}
a:hover {color: #E72FE7; text-decoration: underline;}

#footer_splash a:link {color: #E72FE7; text-decoration: none;}
#footer_splash a:visited {color: #E72FE7; text-decoration: none;}
#footer_splash a:hover {color: #fff; text-decoration: underline;}

.info_home {
	background-color: #F7F7F7; 
	text-align: left; 
	padding: 5px; 
	height: 200px;
	line-height: 22px;
}

.about_content {
	text-align: left;
	line-height: 22px;	
}

.about_content b {
	color: #28B5B5;
	font-size: 16px;
}

.about_dots {
	background-image:url(../images/about_dots.jpg);
	background-repeat:repeat-y;
	height: 900px;
}

.info_our_services {
	background-color: #F7F7F7; 
	text-align: left; 
	padding: 5px; 
	height: 130px;
}

.our_services_left {
	float:left; 
	padding: 25px;
	width: 120px;
	padding-bottom: 0px;
}

.our_services_right {
	float: right; 
	padding: 25px;
	width: 120px;
	padding-bottom: 0px;
}

.clear {
	clear:both;
}

.small_b {
	font-size: 12px;
	font-weight: bold;
}


.services_content {
	text-align: left;
	line-height: 22px;	
}

.services_content b {
	color: #E72FE7;
	font-size: 16px;
}

.services_dots {
	background-image:url(../images/services_dots.jpg);
	background-repeat:repeat-y;
	height: 660px;
}

.services_dots_wedding {
	background-image:url(../images/services_dots.jpg);
	background-repeat:repeat-y;
	height: 360px;
}


.services_content a:link {color: #E72FE7; text-decoration: none;}
.services_content a:visited {color: #E72FE7; text-decoration: none;}
.services_content a:hover {color: #E72FE7; text-decoration: underline;}


.contact_content {
	text-align: left;
	line-height: 22px;	
}

.contact_content b {
	color: #D7D804;
	font-size: 16px;
}

.contact_dots {
	background-image:url(../images/contact_dots.jpg);
	background-repeat:repeat-y;
	height: 660px;
}

.textfield {
	border: 1px solid #C4C3C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
	width: 200px;
	padding: 2px;
}

.textarea {
	border: 1px solid #C4C3C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
	width: 200px;
	padding: 2px;
}

.table_title {
	background-color: #FAFAFA; 
	padding: 2px;
}

.warning {
	color: #E72FE7;
}

.submit {
	background-color: #717171;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 205px;
	padding: 2px;
	border: 1px solid #fff;
}

.center_holder {
	margin: 0 auto; width: 749px;
}

.center_holder2 {
	margin: 0 auto; width: 797px;
}

.page_bg {
	background-color: #fff;
	display: table;
}

.price_table_data {
	background-color: #F8F8F8;
	padding: 3px;
	border-left: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}

.price_table_price {
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #F1F1F1;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;	
	text-align: center;
}