@charset "utf-8";
/* CSS Document */
body{
	font-family: "Arno Pro","Times New Roman", Times, serif;
	font-size: 16px;
	background-image: url(../images/swirlFINAL.jpg);
	background-repeat: repeat;
	color: #db4f54;
}

p{
	color: #db4f54;
	font-family: "Arno Pro","Times New Roman", Times, serif;
	font-size: 16px;
}

a{
	color: #db4f54;
	font-family: "Arno Pro","Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 16px;
}

#wrapper{
	background-image: url(../images/main_bg.png);
	width: 950px;
	height: 600px;
	margin: auto;
	background-color: #FFFFFF;
	overflow: auto;
	background-repeat: no-repeat;
}
#wrapper_index{
	background-image: url(../images/main_bg.png);
	width: 950px;
	height: 600px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#definition{
	margin-top: 35px;
	text-align: center;
}

#nav{
	border-top: solid 3px #db4f54;
	border-bottom: solid 3px #db4f54;
	width: 918px;
	margin: 10px 15px 0px 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
}

#nav a{
	font-size: 18px;
	color: #db4f54;
	text-decoration: underline;
}

#nav a:hover{
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
}

#index_logo{
	width: 200px;
	margin-left: 20px;
	margin-top: 30px;
	float: left;
	clear: right;
}

#content{
	width: 850px;
	margin-left: 50px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
	float: left;
}

#content_secondary{
	width: 850px;
	margin-left: 50px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	float: left;
}

#enter_site{
	width: 850px;
	float: left;
	margin-top: 25px;
}
#enter_site a{
	font-size: 20px;
}

#logo_secondary{
	height: 80px;
	margin-left: 50px;
	margin-top: 30px;
}

#content_reviews{
	width: 800px;
	margin-left: 75px;
	padding-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
}

#press_right{
	float: right;
	width: 475px;
	margin-top: 70px;
	margin-left: 10px;
}

#press_left{
	float: left;
	width: 325px;
	clear: right;
	margin-top: 50px;
}

#contact_right{
	float: right;
	width: 475px;
	margin-left: 10px;
	margin-right: 50px;
}

#contact_left{
	float: left;
	width: 300px;
	clear: right;
}

#services_bottom{
	float: left;
	width: 850px;
	text-align: center;
	padding-top: 50px;
}

#services_wrapper{
	float: left;
}

#services_right{
	float: left;
	width: 410px;
	margin-top: 75px;
	margin-left: 25px;
}

#services_right p{
	margin: 0px;
	padding: 0px;
}

#services_left{
	float: left;
	margin-top: 20px;
	width: 410px;
}

#services_right_events{
	float: left;
	width: 410px;
	margin-top: 25px;
	margin-left: 25px;
}

#services_right_weddings{
	float: left;
	width: 410px;
	margin-top: 60px;
	margin-left: 25px;
}

#services_right_consulting{
	float: left;
	width: 410px;
	margin-top: 15px;
	margin-left: 25px;
}

#about_right{
	float: right;
	width: 475px;
	margin-top: 35px;
	margin-left: 10px;
}

#about_left{
	float: left;
	clear: right;
	width: 300px;
	margin-top: 50px;
}


#reviews_right{
	float: right;
	width: 375px;
	margin-top: 50px;
	margin-left: 10px;
}

#reviews_left{
	float: left;
	clear: right;
}

#definition_bottom{
	padding-top: 15px;
	text-align: center;
	width: 850px;
}

.header{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 85px;
	text-align: center;
	font-size: 24px;
}

.contact_header{
	font-size: 20px;
}

.reviews_header{
	font-size: 18px;
}

.nav_seperator{
	margin-left: 20px;
	margin-right: 20px;
}

.team_link{
	color: #db4f54;
	text-decoration: underline;
	font-size: 20px;
}

.press{
	font-size: 14px;
	
}

.services_links{
	border: none;
	padding-right: 75px;
}

/* Home page transition styles */
#index_1{
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
#index_2{
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#transitionLink{ cursor: pointer; }
