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

body{
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	letter-spacing: 1px;
}
a{
	text-decoration:none;
}
a:visited{
	color:#00F;
}
img{
	border:0px;
}
h1{
	margin:0px;
}
#wrap_holder{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	padding:10px 0;
}
#top_nav{
	width: 1000px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:11px;
}
#top_nav a{
	color: #000;
	padding-right: 10px;
	font-size: 15px;
}
#top_nav a:hover{
	color:#ec008c;
}
#main_mav{
	background-color: #000;
}
#main_nav_holder{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	height:71px;
}
#main_nav_holder a{
	color:#ec008c;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 15px;
	font-variant: small-caps;
}
#main_nav_holder a:hover{
	color:#ECECEC;
}
#content_holder{
	background-color:#FFF;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#content_holder h1{
	margin: 0px;
	padding-bottom: 10px;
	font-size: 18px;
}
#content_holder p{
	text-decoration: none;
	color: #231f20;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 20px;
}
#vector_bg{
	background-image: url(images/vector_bg.jpg);
	min-height: 100px;
	background-position: center;
	padding: 10px;
}
#prices_col_side{
	display: inline;
	float:left;
	width:370px;
	color: #000;
}
#prices_col_mid{
	display: inline;
	float:left;
	width:390px;
	margin-right: 5px;
}
#check_date{
	margin-top:10px;
	margin-bottom:10px;
	width: 615px;
	background-color: #000;
	border: 3px solid #FFF;
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#check_date p{
	color: #FFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#check_date_col{
	float: left;
	width: 205px;
	text-align: left;
}
.input{
	background-color: #ffffff;
	border: 1px solid #333333;
	padding:2px;
	color:#666;
}
.checkbox{
	display: inline;
	font-size: 10px;
}
.check_date_col{
	color: #CA0078;
	font-size: 14px;
	padding-left: 20px;
	border:none;
	background:none;
}
.check_date_col:hover{
	color:#FFF;
}
.video_prices{
	background-image: url(images/vid_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.video_prices li{
	font-size: 11px;
	display: inline;
	list-style-type: square;
	padding: 2px;
	margin:0px;
}
.about_us{
	background-image: url(images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 470px;
}
.about_us p{
	padding-left: 500px;
	font-size: 14px;
	line-height: 22px;
}
.about_us a{
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}
.about_us a:hover{
	color:#ec008c;
}
#contact_us{
	background-color: #000;
	color: #FFF;
	padding: 10px;
	width: 90%;
	margin-bottom: 20px;
}
#contact_us p{
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contact_us a{
	color: #CA0078;
	font-size: 12px;
	text-align: right;
	display: block;
	padding-top: 10px;
}
#sub_nav{
	background-color:#FFF;
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	padding:5px;
	text-align:right;
}
#sub_nav a{
	color:#000;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}
#sub_nav a:hover{
	color:#ec008c;
}
#footer{
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}
#footer_col{
	font-size:16px;
	width:310px;
	float:left;
	display:inline;
	margin-right:10px;
	padding:10px;
	background:#FFFFFF;
	height:150px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
#footer_col a{
	display: block;
	padding: 5px;
	font-size: 14px;
	color: #000;
	text-align:center;
}
#footer_link_col{
	float:left;
	width:140px;
	margin-right:30px;
	display:inline;
}
#footer_link_col a{
	text-align:left;
	font-size:12px;
	border-bottom: 1px dotted #CCC;
	padding:2px;
}
#footer_col a:hover{
	color:#ec008c;
}
#footer_col p{
	margin:0px;
	font-size:14px;
	padding-bottom:5px;
}
#footer_col #tour{
	color:#ec008c;
	text-decoration:none;
	font-weight:bold;
	text-align:right;
}
#footer_col #tour:hover{
	text-decoration:underline;
}
.recent_weddings a{
	background-color: #eeeeee;
	margin: 5px;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.recent_weddings a:hover{
	background-color: #ddd;
	border: 1px solid #999;
}
.footer_quote{
	background-color:#e4e4e4;
	padding:5px;
	margin:5px;
	border: 1px solid #dddddd;
}
.cols{
	width:280px;
	border:1px solid #c1e0e3;
	background-color:#eeeeee;
	float:left;
	margin:10px;
	height:400px;
	padding: 5px;
}

.cols h1{
	margin:0px;
	font-size: 18px;
	height: 50px;
	color: #000;
}

.cols p{
	margin:0px;
	padding:5px;
	text-align:left;
}

.cols img{
	margin-bottom:10px;
}
.slideshow { height: 477px; width: 324px; margin: auto }
 
 
 #online_quote{
	float:left;
	width:580px;
	background-color:#000;
	color:#FFF;
	margin-bottom:10px;
	padding:10px;
 }
 #online_quote p{
	color: #FFF;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#online_quote a{
	color: #CA0078;
	font-size: 12px;
	padding-left: 20px;
	margin-top:10px;
}
#online_quote a:hover{
	color:#FFF;
}
.quote_check_col{
	float: left;
	width: 115px;
	display: inline;
}
.quote_check_col p{
	display: inline;
}
#text_box{
	margin: 10px;
	padding: 10px;
	text-align: left;
}
#text_box h1, h2  {
	margin: 0px;
	font-size: 16px;
	padding-bottom: 10px;
}
#text_box p{
	margin: 0px;
	padding-bottom: 5px;
	line-height: 18px;
}
#text_box ul{
	margin: 0px;
	color: #231f20;
	font-size: 12px;
}
#text_box li{
	line-height: 18px;
}
#text_col{
	float: left;
	width: 460px;
	margin-right: 20px;
}
#hp_bottom_info p{
	margin: 0px;
	font-size: 16px;
}
#hp_bottom_info a{
	display: block;
	padding: 2px;
	color:#666;
	font-size: 15px;
}
#hp_bottom_info a:hover{
	text-decoration:underline;
}
.hp_quote{
	padding:5px;
	margin:3px;
	background-color:#FFF;
	border:1px solid #666;
}
.hp_check_date{
	color:#EC008C;
	margin:5px;
	font-size:16px;
	font-weight:bold;
	background:none;
	border:none;
	cursor:pointer;
}
.hp_check_date:hover{
	color:#000000;
}
#content_holder .venues p{
	padding-bottom:0px;
	margin:0px;
}
.hp_quote_col{
	font-size: 12px;
	float: left;
	width: 130px;
	display: inline;
	text-align: left;
}

.round_input{
	display: block;
	width: 90%;
	padding: 8px;
	margin: 7px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#ddd;
	border:1px solid #ccc;
	font-size:14px;
	color:#666;
}
#content_holder .wed_seminars p{
	text-align: left;
	line-height: 20px;
	padding-bottom: 20px;
	font-size:13px;
	letter-spacing:0px;
}
.wed_seminars ul{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 420px;
	letter-spacing: 0em;
	margin: 0px;
	list-style-image: url(images/seminars/bullet.jpg);
}
.wed_seminars li{
	padding-top: 3px;
	padding-bottom: 3px;
}
#content_holder .wed_seminars h1{
	float:left; 
	width:604px; 
	padding:5px; 
	background:url(images/seminars/header-bg.jpg) no-repeat; 
	height:53px; 
	text-align:left; 
	color:#661f43; 
	padding-top:15px; 
	font-size:16px; 
	padding-left:10px
}

#side_promo{
	position: absolute;
	float: left;
	top: 300px;
}
#prices_col_side a{
	color: #FF009F;
	display: block;
	padding-bottom: 10px;
	padding-top:2px;
	font-size: 12px;
	font-weight: bold;
}
#prices_col_side a:hover{
	text-decoration:underline;
}
#main_col_left{
	float:left;
	width:176px;
	margin:0px 10px 10px 10px;
	text-align:center;
	display:inline;
}

#left_col_nav a{
	background-color:#FFF;
	text-align:right;
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:1px solid #000000;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	display:block;
	padding:4px 4px 2px 2px;
}
#left_col_nav a:hover{
	background-color:#ec008c;
	color:#ffffff;
}
#main_col_left h2{
	color:#ec008c;
	font-size:12px;
	margin:0px;
	padding-top:3px;
}
#slideshow2{
	width:604px;
	float:left;
}
.guaranteed{
	position:absolute;
	left: 62%;
	top: 120px;
	z-index:20;
}
#main_nav_holder p{
	margin:0px;
	float:right;
	font-size:12px;
	color:#FFF;
	padding-top:60px;
}
#icon_facebook{
	background-image: url(images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height:33px;
	width:36px;
	display:block;
	float:left;
	padding-right:2px;
}
#icon_facebook:hover{
	background-position: top;
}
#icon_twitter{
	background-image: url(images/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height:33px;
	width:36px;
	display:block;
	float:left;
	padding-right:2px;
}
#icon_twitter:hover{
	background-position: top;
}
#icon_youtube{
	background-image: url(images/icon-youtube.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height:33px;
	width:36px;
	display:block;
	float:left;
	padding-right:2px;
}
#icon_youtube:hover{
	background-position: top;
}
#slider {
    width: 229px; /* important to be same as image width */
    height: 275px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom:13px;
}
#sliderContent {
    width: 229px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 10px;
    width: 169px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none; margin:0px; padding:0px;}

#studio_tour_holder{
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted #9c9c9c;
}
#studio_tour_holder h2{
	color:#9c9c9c;
	font-weight:normal;
}

.quote_side_input{
	margin-bottom:5px;
	padding:3px;
	background: none repeat scroll 0 0 #3D3D3D;
    border: medium none;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 3px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom:20px;
	}

#nav li {
	position: relative;
	}
	
#nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	margin-left: 175px; /* Set 1px less than menu width */
	list-style: none;
	margin-top:-23px;
	width:auto;
	text-align:left;
	display:none;
	background:#eeeeee;
	border:1px solid #b6b8b6;
	z-index:200;
	}
#nav li ul li a{
	font-size:12px;
	color:#3d3d3d;
	border:none;
	text-align:left;
	background:none;
	padding:5px 10px;
	height:auto;
}
#nav li ul li a:hover{
	color:#ECECEC;
}
/* Styles for Menu Items */
#nav li a {
	background:#FFF;
	display:block;
	border:1px solid #b6b8b6;
	font-size:13px;
	color:#3d3d3d;
	text-align:right;
	}

/* Fix IE. Hide from IE Mac \*/
* html #nav  li { float: left; height: 1%; }
* html #nav  li a { height: 1%; }
/* End */
		
#nav li:hover ul { display: block; } /*  The magic */

#top_reason_holder .number{
	background:url(images/imgTop10Circle.jpg) no-repeat;
	color:#fff;
	display: inline;
    float: left;
    font-size: 18px;
    margin-right: 10px;
    padding-top: 6px;
    text-align: center;
    width: 35px;
}
#top_reason_holder .reason{
	float: left;
    font-size: 16px;
    margin-bottom: 20px;
	width:500px;
	text-align:left;
}
#top_reason_holder{
	margin-left:20px;
}
#hp_bottom_info{
	background:#d7d7d7; 
	width:183px;
	padding-left:5px;
	border:1px solid #a9a8a8;
	border-top:none;
	margin-left:2px;
	text-align:center;
}
#style_holder h1{
	font-size: 42px;
    font-weight: normal;
    margin-top: 20px;
    text-transform: uppercase;
}
#style_holder h2{
	font-size: 16px;
    font-style: italic;
    font-weight: normal;
	margin-bottom:10px;
}
#style_image{
	float:left;
	display:inline;
	margin:5px;
}
#style_overlay{
	background:#000;
	opacity:0.6;
	position:relative;
	margin-top:-34px;
}
#style_overlay p{
	color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
}
#services_holder h1{
	font-size:32px;
}
#services_holder h2{
	font-size:20px
}
#services_holder h3{
	font-size:22px;
	margin:40px 0 20px;
	padding-top:20px;
	border-top:1px dotted #3d3d3d;
}
#services_holder p{
	text-align:center;
	font-size:14px;
}
#services_holder .pv_holder a{
	text-transform:none;
	width:120px;
}
#services_left{
	float:left;
	width:45%;
	display:inline;
	margin-left:2%;
	margin-top:20px;
}
#services_right{
	float:right;
	width:45%;
	display:inline;
	margin-right:2%;
	margin-top:20px;
}
#about_us_holder p{
	text-align:justify;
}
#line_divider{
	margin:10px;
	padding:10px;
	border-bottom:1px dotted #3d3d3d;
}
#show_special_col{
	float:left;
	width:170px;
	margin-right:40px;
}
#ss_video_holder h2, #ss_video_holder p{
	text-align:right;
}
#ss_video_holder{
	margin:10px;
}
#make_app_btn{
	background: #f3dbdf; /* Old browsers */
	background: -moz-linear-gradient(top, #f3dbdf 0%, #fbbcc8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3dbdf), color-stop(100%,#fbbcc8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3dbdf 0%,#fbbcc8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3dbdf 0%,#fbbcc8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3dbdf 0%,#fbbcc8 100%); /* IE10+ */
	background: linear-gradient(top, #f3dbdf 0%,#fbbcc8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3dbdf', endColorstr='#fbbcc8',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#3c3c39;
	width:190px;
	margin:10px auto;
	padding:10px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	text-align:center;
}
#make_app_btn:hover{
	background:#fbbcc8;
	color:#000;
}

#booth_holder h1{
	text-align:center;
	font-size:34px;
}
#booth_holder h2{
	text-align:center;
	font-size:24px;
}
#booth_holder p{
	font-size:16px;
	line-height:28px;
	text-align:justify;
}
#booth_holder ul{
	list-style:none;
	margin:30px 0;
}
#booth_holder li{
	float:left;
	display:inline;
	padding:0 20px;
}
#booth_holder a{
	font-size:20px;
	text-decoration:underline;
	color:#666666;
}
#booth_holder a:hover{
	color:#000000;
}
#booth_contact_holder{
	background:#f0f0f0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	padding:10px;
	font-size:12px;
	width:520px;
}
#booth_contact_holder input{
	width:140px;
}
#booth_contact_holder #booth_email{
	width:300px;
}
#booth_contact_holder textarea{
	width:500px;
}
#booth_submit{
	background:#3d3d3d;
	border:#000;
	padding:10px 20px;
	color:#fff;
	cursor:pointer;
	display:block;
	margin:20px;
}
#booth_submit:hover{
	background:#000;
}
#submitted{
	width:500px;
	margin:20px auto 0;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background:#6C3;
	text-align:center;
	color:#fff;
	padding:10px;
}
#booth_holder #view_portfolio{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top, #dcdcdc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dcdcdc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dcdcdc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dcdcdc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #dcdcdc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width:250px;
	margin:20px auto;
	padding:15px 0;
	font-size:24px;
	color:#595959;
	text-align:center;
	-moz-box-shadow: 0 0 5px 1px #888;
	-webkit-box-shadow: 0 0 5px 1px#888;
	box-shadow: 0 0 5px 1px #888;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	display:block;
	text-decoration:none;
}
#booth_holder #view_portfolio:hover{
	background:#ffffff;
}
