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

.couples-theme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	line-height: 17px;
}

.couples-theme h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0074a8;
	font-weight: bold;
}

.couples-theme h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0074a8;
	font-style: italic;
	font-weight: bold;
}

.couples-theme .right {
	margin-left: 298px;
}

.couples-theme .left {
	width: 280px;
	float: left;
	overflow: hidden;
}

.names-couples-theme {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #8eb93a;
}

body {
	background-repeat: repeat-x;
	background-image: url(/images/wedding-websites/bg-tile-tropical.jpg);
	background-color: #f9eeda;
	background-position: top;
}

.couples-theme .top-banner {
	height: 95px;
	width: 100%;
	margin-bottom: 7px;
	background-image: url(/images/wedding-websites/banner-tropical.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
	background-position: center;
}

#main-top-couples-theme {
	background-image: url(/images/wedding-websites/main-top-tropical.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 6px;
	width: 832px;
	margin-top: 7px;
	font-size: 0px;/*IE6 needs this, because, it appends empty DOM elements with a \n character*/
}

#bttm-couples-theme {
	background-image: url(/images/wedding-websites/bttm-img-tropical.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	height: 91px;
	width: 832px;
	margin: 0px;
}

/*--CSS FOR THE MAIN NAVIGATION (HORIZONTAL)--*/

#nav-couples-theme {
	width:auto;
	font-size:13px;
	position:relative;
	z-index:10;
	height: 27px;
	background-image: url(/images/wedding-websites/bg-nav-tropical.jpg);
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 12px 0px 12px;
}

#nav-couples-theme ul {
	margin:0;
	list-style-type:none;
	display: block;
}

#nav-couples-theme li {
	position:relative;
	float: left;
	height: 27px;
	width:196px;
	margin: 0px;
	display: block;
}

#nav-couples-theme li a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	height: 22px;
	padding: 5px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#container-couples-theme {
	background-image: url(/images/wedding-websites/bg-main-tropical.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 808px;
	padding: 12px 12px 0px 12px;
	margin: 0px;
	background-color: #ffffff;
}

#nav-couples-theme li a:hover {
	color: #ffffff;
	text-decoration:none;
	background-image: url(/images/wedding-websites/bg-nav-hover-tropical.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*--END CSS FOR THE MAIN NAVIGATION (HORIZONTAL)--*/
