/* ------------------------------------------------------------------------
CSS sheet for Candleworks
Author: Jeff Sanders
Date Created: 4/4/07

All inquiries for this document should be directed to info@foxvalleywebdesign.com
------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px; }

body {
	background: #a3224b url(../images/cwbg.jpg) top left repeat-x;
}
#wrapper {
	position: relative;
	width: 870px;
	margin: 0px auto;
}
#header {
	position: relative;
	height: 160px;
}
#experience {
	position: absolute;
	top: 8px;
	right: 10px;
}
#callDirect {
	position: absolute;
	top: 110px;
	right: 10px;
}
ul#nav {
	position: absolute;
}
#content {
	padding: 0px 25px;
	background: #fff url(../images/content_bg.jpg) top left repeat-y;
	min-height: 300px;
}
#ct_top {
	height: 30px;
	width: 870px;
	display: block;
	background: url(../images/ct_top.jpg) top left no-repeat;
}
#ct_bottom {
	height: 30px;
	width: 870px;
	display: block;
	background: url(../images/ct_bottom.jpg) bottom left no-repeat;
}
#footer {
	padding-bottom: 20px;
	margin-left: 10px;
	font: 12px/16px Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: left;
	float: left;
}
#copy {
	padding-bottom: 20px;
	margin-right: 10px;
	font: 11px/16px Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: right;
	float: right;
}
#footer a, #copy a {
	color: #fff;
}
.clearFloat {
	clear: both;
}
/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
------------------------------------------------------------------------*/
ul#nav {
	top: 74px;
	right: 0px;
	position: absolute;
}
ul#nav li {
	padding: 0px 6px;
	list-style-type: none;
	float: left;
	display: block;
	font: bold 15px "Trebuchet MS", Helvetica, sans-serif;
	color: #00275E;
	border-right: 1px solid #00275E;
}
ul#nav li.last {
	border-right: none;
}
ul#nav li a {
	color: #00275E;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #A3224B;
	text-decoration: none;
}
/* specific classes for pages */
#about ul#nav li.about a,
#home ul#nav li.home a,
#store ul#nav li.store a,
#faq ul#nav li.faq a,
#links ul#nav li.links a,
#visit ul#nav li.last a
 {
	color: #A3224B;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
------------------------------------------------------------------------*/
h1 {
	padding: 10px 0px;
	font: 22px Georgia, serif;
	color: #A3224B;
}
h2 {
	padding: 10px 0px;
	font: 18px Georgia, serif;
	color: #000;
}
h3 {
	padding: 10px 0px;
	font: 16px Georgia, serif;
	color: #A3224B;
}
p {
	padding: 8px 0px;
	font: 12px/18px Verdana, Geneva, sans-serif;
}

/* ------------------------------------------------------------------------
VISIT PAGE ELEMENTS
------------------------------------------------------------------------*/
#visit #col1 {
	width: 410px;
	float: left;
}
#visit #col1 #summer {
	float: left;
}
#visit #col1 #winter {
	float: right;
}
#visit #col2 {
	width: 390px;
	float: right;
}


/* ------------------------------------------------------------------------
STORE SPECIFIC ELEMENTS
------------------------------------------------------------------------*/
#slideshow {
	padding: 5px;
	width: 440px;
	height: 250px;
	background: #eee;
	border: 1px solid #ccc;
}
#left {
	width: 163px;
	min-height: 500px;
	float: left;
}
#left ul {
	list-style-type: none;
}
#center {
	padding: 0px 10px;
	width: 454px;
	min-height: 500px;
	float: left;
}
#right {
	width: 163px;
	min-height: 500px;
	float: right;
}
#right ol {
	margin-left: 30px;
}
/* ------------------------------------------------------------------------
MISC ELEMENTS
------------------------------------------------------------------------*/
#content img {
	margin: 5px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}