/* 

Colors
red: #dc143c
top grey: #b4c1ca
light grey: #eaeef0
dark grey: #505b6b

*/

/* defaults */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 100.01%;
	background-color: #fff;
	background-image: url(images/topbar_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.clearfix {
	margin: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #dc143c;
}

img {
	border: none;
}

#maincontainer { /* 780 width */
	width: 780px;
	margin: 0px auto;
}

/* Top Bar */

#topbanner{
	width: 780px;
	height: 170px;
	background: #b4c1ca url(images/cedarsprings-topbanner.jpg) no-repeat top;
}

#topbanner a{ /* Logo/home link */
	display: block;
	width: 260px;
	height: 170px;
	background: transparent none;
}

#redbar{
	width: 780px;
	height: 50px;
	background-color: #dc143c;
	color: #fff;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 0em;
	margin-bottom: 20px;
}

#redbar a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#redbar a:hover {
	text-decoration: underline;
	color: #fff;
}

#redbartext {
	float: left;
	line-height: 50px;
	font-size: 15px;
	width: 580px;
	white-space: nowrap;
	overflow: hidden;
}

#redbartext a { /* HOME link */
	font-size: 11px;
	padding: 0px 84px 0px 70px;
}

#redbartext .line {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#ordernow {
	float: right;
	line-height: 50px;
	font-variant: small-caps;	
	font-size: 20px;
}

#ordernow img { /* hand */
	padding: 17px 6px;
	float: left;
}

/* End Top Bar */


/* Home page */

#homecontent {
	width: 780px; 
	height: 490px; 
	margin: 0px auto; 
	background: url(images/home_bbg.jpg) no-repeat;
}

#homecontent a {

	font: bold 11pt/13pt Arial, Helvetica, sans-serif;	
}

#homecontent a:hover {

	text-decoration: underline;
}

#homecontent #top, #homecontent #bottom #offer {
	margin: 0px;
}

#homecontent #top a {
	color: #fff;
	display: block;
	width: 155px;
	height: 205px;
	float: left;
	text-align: center;
}

#homecontent #bottom a {
	color: #fff;
	margin: 0px;
	display: block;
	width: 155px;
	padding-top: 120px;
	float: left;
	text-align: center;
}

#homecontent #offer a {
	color: #e32e4b;
	margin: 0px;
	display: block;
	width: 155px;
	padding-top: 12px;
	float: left;
	text-align: center;
}


/* End Home page */


/* Navigation */

#leftnav {
	float: left;
	background: White url(images/lfttop.gif) no-repeat;
	background-position: center top;
	width: 180px;
	padding: 50px 0px;
}

#leftnav ul {
	text-align: center;
	list-style: none none;
	margin-bottom: 20px;
}

#leftnav ul li {
	background: White url(images/spacer.gif) no-repeat;
	background-position: center bottom;	
	padding-bottom: 20px;
	margin-top: 3px;
	line-height: 11pt;
	font-size: 9pt;	
}

#leftnav ul li a {
}

#leftnav ul li a.active {
	color: #DC143C;
}

#leftnav ul li.lastnav { /* background for last navigational item */
	background: White url(images/lftbtm.gif) no-repeat;
	background-position: center bottom;	
	padding-bottom: 53px;
}

/* End Navigation */


/* Formatting */

hr {
	border: none 0;
	height: 1px;
	color: #59788f; 
	margin: 10px 0px;
	background-color: #59788f;
	border-top: 1px solid #59788f;
}

.callout {
	background: url(images/callout_bg.gif) no-repeat;	
	width: 280px;
	height: 305px;
	text-align: center;
}

.callout2 {
	background: url(images/callout2_bg.gif) no-repeat;	
	width: 200px;
	height: 216px;
	text-align: center;
}

.callpad {
	padding: 40px 20px;
	margin: 0px;
}

.floatleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

.floatright {
	float: right;
	margin: 0px 0px 0px 20px;
}

.spacer {
	background: transparent url(images/spacer.gif) no-repeat;
	background-position: center bottom;	
	padding-bottom: 20px;
	margin-bottom: 0px;
}

/* End Formatting */


/* General Link styles */

a:link {
	color:#000;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #DC143C;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #DC143C;
	text-decoration: underline;
}

a.externallink {
	background: url(images/new_window_icon.gif) no-repeat right;
	padding-right: 18px;
}
a.externallink:hover {
	background: url(images/new_window_icon_on.gif) no-repeat right;
}


/* End General Link styles */


/* Content Styles */


#content {
	margin-left: 200px;
}

#content p {
	font: normal 10pt/16pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 14pt;
	text-align: justify;
	color: #505b6b;
}

#content a:link {
	color: #DC143C;
	text-decoration: none;
}

#content a:visited {
	color: #934;
	text-decoration: none;
}

#content a:active {
	color: #DC143C;
	text-decoration: underline;
}

#content a:hover {
	color: #DC143C;
	text-decoration: underline;	
}

#content ul, #content ol {
	font: normal 8.5pt/14pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #345;
	margin-bottom: 14pt;
	padding-left: 30px;
}

#content .callout ul, #content .callout ol, #content .callout2 ul, #content .callout2 ol {
	padding-left: 0px;
}


#content a.button {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #DC143C url(images/button.gif) no-repeat;	
	display: block;
	width: 115px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
	line-height: 32px;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;	
	font-size: 12px;
}

#content a.button:hover {
	color: #fff;
	text-decoration: underline;
	background-position: 0px -40px;	
	line-height: 34px;	
}

#content a.button:visited {
	color: #fff;
}

#content .iteminfo {
	margin: 0px; 
	padding: 10px 0px; 
	border-bottom: 1px solid #59788f;
}

#content .iteminfo a.button{
	margin-left: 220px;
}

#content .iteminfo ul{
	margin-left: 240px;
}

table {
	margin: 0px;
	border-spacing: 0px;
	font: normal 8.5pt/16pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 14pt;	
}


td {
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
}

th {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	text-align: left;
	color: #dc143c;
	font-weight: bold;
	border-bottom: 1px solid #ccc;	
	padding: 3px 5px;	
}

.iteminfo table {
	width: 570px;
}

.smallprint {
	font-style: italic;
	color: #999;
	font-size: 8.5pt;
	font-weight: normal;
}

#content p.topofpage {
	font-size: 8.5pt;
	text-align: right;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;	
}

#days {

}

#days a {
	font-weight: bold;
	padding: 0px 6px;
}

/* End Content Styles */


/* Subnav */

#subnav {
	float: left;
	background: White url(images/customernav_bg.jpg) no-repeat;
	background-position: center top;
	margin-right: 20px;
	padding-top: 0px;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none none;
	width: 150px;
	height: 625px;	
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;	
}

#subnav ul li {
	background: transparent url(images/spacer.gif) no-repeat;
	background-position: center bottom;	
	padding-bottom: 20px;
	margin-top: 3px;
	line-height: 11pt;
	font-size: 9pt;	
}

#subnav ul li a {
	text-decoration: none;
}

#content #subnav ul li a.active { 
	color: #666;
}

/* End Subnav */

/* Headers */

h1 {
	font-weight: normal;
	font-size: 22pt;
	display: block;
	border-bottom: 1px solid #59788f;
	padding-bottom: 10px;
	margin-bottom: 14pt;
	letter-spacing: 0.06em;
}

h2 {
	font-variant: small-caps;
	font-size: 14pt;
	margin-bottom: 14pt;	
}

h3 {
	color: #2f4f4f;
	font-variant: small-caps;
	font-size: 14pt;
	margin-bottom: 14pt;	
}

h4 {
	font-size: 11pt;
	margin-bottom: 14pt;	
	letter-spacing: 0.06em;
}

h5 {
	font-size: 10pt;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 11pt;
}

/* End Headers */


/* Footer */

#homefooter{
	width: 780px;
	margin: 20px auto;
	padding-top: 10px;
	text-align: center;
	color: #b4c1ca;	
	font-size: 8pt;
}

#homefooter a {
	color: #fff;
	padding: 0px 10px;	
}

#homefooter a:hover {
	text-decoration: underline;
}


#footer{
	width: 780px;
	margin: 20px auto;
	padding-top: 10px;
	border-top: 1px solid #b4c1ca;
	text-align: center;
	color: #b4c1ca;	
	font-size: 9pt;
}

#footer p {
	font: normal 10pt/14pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	margin: 10px auto 20px auto;
}

#footer a {
	text-decoration: none;
	padding: 0px 10px;	
}

#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #DC143C;
}

/* End Footer */
