@charset "UTF-8";
/* CSS Document */

#nav_container {
	background-image: url(images/nav_ring.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 76px;
	width: 149px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/*--------------NAV------------*/

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:28px;
	color:#424242;
}

#navcontainer li { 
	height:28px;
	margin-top:3px;
	padding:0px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
}

#navcontainer a {
	display: block;
	padding-left:20px;
	margin:0px;
	padding-bottom:0px;
	padding-top:0px;
}

#navcontainer a:link, #navlist a:visited {
	color: #424242;
	text-decoration: none;
	
}

#navcontainer a:hover {
	background-image: url(images/nav_bg_hot.png);
	background-repeat: no-repeat;
	color: #424242;
}

#active a:link, #active a:visited, #active a:hover {
	background-image: url(images/nav_bg_hot.png);
	background-repeat: no-repeat;
}
/*-------------------SUBNAV------------------*/
.navtable{
	border:solid 0px #a79b8f;
}

#subnavlist{
	margin:0px;
	padding-left:15px;
	padding-top:0px;
	background-image:none;
	background-image:url(images/subnav_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.navitem {
	background-image:none;
}


#main_container {
	background-image: url(images/main_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 0px 15px 15px;
	width: 635px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.buying_guide_img {
	border: 1px solid #A59B8D;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.body-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #424242;
	padding-right: 20px;
	padding-left: 5px;
}

.body-copy a:link {
	color:#0000FF;
	text-decoration:none;
}

.body-copy a:visited {
	color:#0000FF;
	text-decoration:none;
}

.body-copy a:hover {
	color:#0000FF;
	text-decoration:underline;
}

.body-copy-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #424242;
	font-weight: bold;
}

#main_bottom {
	background-image: url(images/main_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 24px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: -15px;
	width: 643px;
}
#landing_main_container {
	background-image: url(images/landing_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	width: 643px;
	height: 422px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#landing_copy_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #202020;
	float: left;
	width: 188px;
	margin-right: 18px;
	margin-top: 0px;
}
#landing_copy_1 a:link {
	color:#0000FF;
	text-decoration:none;
}
#landing_copy_1 a:visited {
	color:#0000FF;
	text-decoration:none;
}
#landing_copy_1 a:hover {
	color:#0000FF;
	text-decoration:underline;
}
.bridal_headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #202020;
	border-bottom: 1px solid #747474;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
p {
	margin: 0px;
	padding: 0px;
}
	

ol,ul {
	list-style:circle;
	font:13px Arial, Helvetica, sans-serif;
	line-height: 15px;
}
/*a:link{
  text-decoration:underline;
  border:none;
  color: #5A471C;
        }
a:visited{
  text-decoration:underline;
  border:none;
  color: #5A471C;
        }
a {
	color:#000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}

a:hover {
	text-decoration:underline;
	color:#cc9933;
	border:none;
	}*/
	
.recipe {
	width: 450px;
	text-align: left;
	font:13px Arial, Helvetica, sans-serif;
	line-height:14px;
	padding: 20px;
}

h2{
line-height:20px;
}
