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

/*universal selector*/
* {
	padding:0;
	margin:0;
	}
	
/* body styles */
body {
	background:/*url('../images/bg-flowers.jpg') no-repeat*/ #ad6e38 top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e0b577;
	xmargin:15px 0;
	}
	
a {
	outline:none;
	}
	
/*wrapper shadow styles*/

#fullWrapper {
	width:1125px;
	background:url('../images/bg-flowers.png') no-repeat top left;
	border:1px solid #ad6e38;
	margin:0 auto;
	padding:8px 0;
	}
	
#fullWrapperBottom {
	width:1125px;
	background:url('../images/bg-flowers-bottom.png') no-repeat bottom left;
	xborder:1px solid #ad6e38;
	margin:0 auto;
	padding:8px 0;
	}

#wrapper {
	width:1003px;
	margin:0 auto;
	background:url(../images/bg-wrapper.png) repeat-y top left;
	}
	
#wrapperTop {
	width:1003px;
	height:18px;
	background:url(../images/bg-wrapperTop.png) no-repeat top left;
	margin:40px auto 0 auto;
	}
	
#wrapperBottom {
	width:1003px;
	height:28px;
	background:url(../images/bg-wrapperBottom.png) no-repeat bottom left;
	margin:0 auto 20px auto;
	}
	
/* main container */
#mainContainer {
	width:980px;
	margin-left:12px;
	}
	
/* header */
#header {
	xfloat:left;
	}
	
#header img.logo {
	float:left;
	}
	
.logo {
	float:left;
	}
	
#headerNav {
	float:right;
	width:200px;
	margin-top:10px;
	margin-right:25px;
	text-align:left;
	}
	
	
/* content */
#mainContent {
	background:#8a2630;
	margin:5px 0;
	float:left;
	line-height:18px;
	width:980px;
	}
	
#mainContent h1 {
	padding-bottom:10px;
	}
	
#mainContent h3 {
	padding-bottom:7px;
	font-size:16px;
	}
	
#mainContent p {
	padding-bottom:10px;
	}
	
#mainContent a {
	color:#e0b577;
	}
	
#mainContent a:hover {
	text-decoration:none;
	}
	
#mainContent ul {
	margin-left:25px;
	}
	
#mainContentBottom {
	background:#f4410b;
	height:10px;
	}
	
#contentTxt {
	width:940px;
	margin:10px auto;
	}
	
/*footer */
#footer {
	text-align:center;
	color:#8a2630;
	clear:both;
	}
	
#footer ul {
	list-style:none;
	font-size:18px;
	margin:8px 0;
	}
	
#footer ul li {
	display:inline;
	}
	
#footer ul li span {
	padding:0 15px;
	}
	
#footer ul li a {
	color:#8a2630;
	text-decoration:none;
	}
	
#footer ul li a:hover {
	text-decoration:underline;
	}

/*columns on home page */
.column {
	width:293px;
	float:left;
	padding:15px;
	}
	
.colSep {
	float:left;
	margin:30px 0;
	}
	
/*clear style*/	
.clear {
	clear:both;
	}

/*styles to hide top images on pagees other than home page*/	
.show {
	visibility:visible;
	}
	
.hide {
	display:none;
	}
	
/*javascript clock style*/	
#clock {
	color:#fff;
	font-size:14px;
	}
	
/*before and after picture styes*/

.compareRight {
	float:right;
	margin-left:10px;
	xpadding:5px;
	}

.compareLeft {
	float:left;
	margin-right:10px;
	xpadding:5px;
	}
	
.compareRight img, .compareLeft img {
	margin:0 5px 0 5px;
	border:1px solid #e0b577;
	padding:5px;
	}
	
#wrapper, #wrapperTop, #wrapperBottom { behavior: url(iepngfix.htc); }