@charset "utf-8";
/* Master CSS Document by Abel Mohler */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: url(../images/bg.gif);
	padding-top: 20px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

/*text and details*/
p {
	font-size: 1.4em;
	line-height: 150%;
	color: #534741;
	margin-bottom: 15px;
}

h1 {
	font-size: 2.8em;
	margin-bottom: 20px;
	color: #ca7375;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

q {
	font-size: 1.65em;
	color: #dc9fa2;
	font-family: Arial, Helvetica, sans-serif;
}

em.name {
	font-size: 1.65em;
	color: #dc9fa2;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	height: 67px;
	padding-left: 150px;
	padding-top: 28px;
	background: url(../images/rings.jpg) top left no-repeat;
}

a, a:visited {
	color: #dc9fa2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/*layout and features*/

#ribbon {
	_display: none;
	background: url(../images/ribbon_back.png) top left no-repeat;
	width: 990px;
	height: 48px;
	position: absolute;
	z-index: 0;
	top: 255px;
	left: 50%;
	margin-left: -495px;
}

#top {
	width: 879px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/top_border.png) top left no-repeat;
	_background: url(../images/top_border.gif) 8px 0px no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 829px;
	padding: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../images/wrap.png) top left repeat-y;
	_background: url(../images/wrap.gif) top left repeat-y;
	position: relative;
	z-index: 3;
}

#page {
	overflow: auto;
	border: 1px dashed #000;
	padding-top: 5px;
	padding-bottom: 5px;
	_height: 1%;
}

div.main {
	width: 415px;
	padding-left: 30px;
	float: left;
}

div.secondary {
	width: 370px;;
	float: right;
	overflow: hidden;
}

div.secondary img {
	display: block;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ddd;
}

div.gallery img {
	margin: 5px auto;
	padding: 10px;
	border: 1px solid #ddd;
}

#header {
	height: 307px;
	background: url(../images/header.jpg) top left no-repeat #fff;
	position: relative;
}

ul#nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding-bottom: 10px;
	height: 3em;
	text-align: center;
}

ul#nav li {
	display: inline;
	list-style: none;
	font-size: 2em;
}

ul#nav a, ul#nav a:visited {
	color: #534741 !important;
}

ul#nav a:hover {
	text-decoration: none;
	color: #756c67 !important;
}

li.dot {
	background: url(../images/dot.jpg) center center no-repeat;
}

#bottom {
	width: 879px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/bottom_border.png) top left no-repeat;
	_background: url(../images/bottom_border.gif) 8px 0px no-repeat;
	clear: both;
	z-index: 3;
	position: relative;
}

#footer {
	padding-top: 135px;
	margin-top: -120px;
	background: #534741;
	height: 125px;
}

.inner {
	width: 879px;
	margin: 0 auto;
	height: 125px;
	position: relative;
	overflow: hidden;
}

a#bbb {
	position: absolute;
	top: 5px;
	left: 526px;
	width: 99px;
	height: 102px;
	display: block;
}

a#bridal {
	position: absolute;
	top: 5px;
	left: 645px;
	display: block;
	width: 106px;
	height: 104px;
}

#footer ul#footnav {
	margin-left: 60px;
	margin-top: 20px;
}

#footer ul#footnav * {
	font-size: 14px !important;
	color: #c7b299 !important;
	display: inline;
}