@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#black;
	background:url(../images/background.jpg) top center repeat-x #d8c0c0; 
	}

h1 {
	font-size:43px;
	color:#421919;
	letter-spacing:-2px;
	font-weight:normal;
	}

h2 {
	font-size:26px;
	color:#6b2f2f;
	font-weight:normal;
	margin:15px 0px;
	line-height:26px;
	}

h3 {
	font-size:18px;
	color:#6b2f2f;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:980px;
	}
	
/* Header*/
	
#header {
	background: url(../images/header-bg.gif);
	/* for IE 
	filter:alpha(opacity=60);
	CSS3 standard
	opacity:0.6;*/

	}
	
#headertop {
	width:960px;
	margin:0 auto;
	}
	
#logo {
	width:174px;
	float:left;
	margin:15px 20px 0px 15px;
	}
	
#navhourswrap {
	width:550px;
	float:left;
	}
	
#nav {
	float:left;
	width:530px;
	color:#b48686;
	margin:15px 0px 10px 22px;
	}

	#nav li {
		list-style-type:none;
		float:left;
		border-right: solid 1px #b48686;
		padding:0px 5px 0px 5px;
		}
		
	#nav a {
		color:#421919;
		text-decoration:none;
		}
	
#hoursphone {
	width:550px;
	float:left;
	text-align:center;
	font-size:18px;
	color:#f8f1f1;
	letter-spacing:-1px;
	}
	
#distance {
	width:154px;
	float:left;
	z-index:500;
	position:relative;
	margin-bottom:-62px;
	margin-left:40px;
	}
	
#slideshow {
	z-index:100;
	position:relative;
	}
	
/* End Header */

#content {
	padding:12px 20px;
	line-height:20px;
	}
	
	#content p {
		margin-top:10px;
		}
		
	#content a {
		color:#000000;
		text-decoration:underline;
		}
		
#calltoactions {
	width:960px;
	margin:0 auto;
	font-size:12px;
	color:#6b2f2f;
	line-height:19px;
	}
		
#whatsnewbox {
	background: url(../images/whatsnew-bg.gif);
	width:168px;
	height:271px;
	float:left;
	margin:10px 13px;
	padding:70px 17px 10px 17px;
	}
	
	#whatsnewbox img {
		margin-bottom:5px;
		}

#uniquegiftsbox {
	background:url(../images/unique-bg.jpg);
	width:168px;
	height:271px;
	float:left;
	margin:15px;
	margin:10px 13px;
	padding:70px 17px 10px 17px;
	}
	
	#uniquegiftsbox img {
	margin:152px 0px 0px 15px;
	}
	

#clothingbox {
	background:url(../images/clothing-bg.jpg);
	width:168px;
	height:271px;
	float:left;
	margin:10px 13px;
	padding:70px 17px 10px 17px;
	}
	
	#clothingbox img {
	margin:152px 0px 0px 16px;
	}

#bridalbox {
	background:url(../images/bridal-bg.gif);
	width:168px;
	height:271px;
	float:left;
	margin:10px 13px;
	padding:70px 17px 10px 17px;
	}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	width:960px;
	margin:0 auto;
	padding:15px 0px;
	}
	
#footeraddress {
	width:350px;
	font-size:14px;
	float:left;
	}
	
#footernav {
	width:460px;
	margin:5px 0px 0px 150px;
	float:left;
	}

#footerwrap a {
	text-decoration:underline;
	color:#884b4b;
	}
	
#footernav li {
	float:left;
	list-style:none;
	border-right:#884b4b solid 1px;
	padding:0px 5px;
	line-height:12px;
	}
	
#footerwrap {
	width:100%;
	background: url(../images/footer-bg.gif) repeat;
	color:#884b4b;
	}
	
#mannix {
	float:left;
	width:290px;
	margin:40px 0px 0px 320px;
	}
	
#mannix a {
	font-size:10px;
	}
	
#leftcolumn {
	float:left;
	width:480px;
	margin-right:10px;
	}
	
#rightcolumn {
	float:left;
	width:420px;
	}
	
.bodyimage {
	float:right;
	margin:15px 0px 0px 15px;
	border:#FFFFFF 4px solid;
	}
