@charset "utf-8";
/* CSS Document */

/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.2;
}
#container {
	font-size: 0.8em;
	width: 950px;
	margin: 0 auto;
	
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.8em;	
}
h1 {
	font-size: 2.5em;
	color:#3161ad;
	margin-top:-25px;
}
h2 {
	font-size: 1.8em;	
	margin-top:-25px;
}
h3 {
	font-size: 1.2em;
	letter-spacing: 1px;
	padding-top:10px;
}
h4 {
	font-size: 1.4em;	
}
h5 {
	font-size: 1.2em;	
}
h6 {
	font-size: 1em;	
}
p {
	padding-bottom: 1.2em;
	line-height:150%;
}
td {
	margin:10px;
	padding:5px;
	}
blockquote {
border : 1px dashed #000;
width: 600px;
margin: 0px;
padding: 10px;
line-height:175%;
background-color:#F2F2F2;
quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

/* ~~~~~~~~~~ reusable class ~~~~~~~~~~ */

.error {
	color: #C00;
	font-weight: bold;	
}
.confirmation {
	color:#FFFFFF;
	background-color:#588FE2;
	font-weight: bold;
	border:#000099 1px dotted;
	margin-bottom:25px;
	padding: 5px;
}
div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;
}
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
div.hr {
	border: none;
	border-top: 1px dotted #333;
	margin-top: 5px;
	margin-bottom: 18px;
	clear:both;
	
}
div.hr hr { display: none; }

body {
	background-color: #d7c6a6;
	background-image: url(_lib/_build/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#header {
	height:103px;
	background-image: url(_lib/_build/header.jpg);
	background-repeat: no-repeat;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
	}
		
#navigation {
	background-image:url(_lib/_build/navbg.gif);
	background-repeat: repeat-x;
	height: 40px;	
	}
#navigation a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
#navigation a:hover {
	color:#CCCCCC;
	}	
	#navigation ul li {
		list-style-type:none;
		display:inline;
		}
		#navigation ul {
		padding-top:10px;
		margin-left:25px;
		}
	#navigation li {
		padding-right:20px;
		}
		
#leader {
	background-image:url(_lib/_build/sleader200.jpg);
	background-repeat: no-repeat;
	height:200px;
	}
	#leader p {
	display:none;
	}
	
#categories {
font-size:12px;
font-weight:700;
	float:left;
	width:250px;
	padding-top:33px;
	padding-left:10px;		
	}
	#categories ul li {
		list-style-type:none;
		margin-left: 10px;
		}
	#categories li {		
		margin-bottom:20px;
		padding-bottom:5px;
		border-bottom:#CCCCCC 1px dotted;
		padding:5px;
		}
	#categories a {
		text-decoration:none;
		color:#333333;
		}
	#categories a:hover {
		background-color:#0066FF;
		color:#FFFFFF;
		}
	
#content {
	width:630px;
	float:left;
	padding:30px;
	}
	#content h3 {
			margin-top:-25px;
			color:#999999;
			}
	#content img {
		margin-right:10px;
		margin-bottom: 10px;
		}	
#footer {
	margin:auto;
	clear:both;
	width:950px;
	background-image:url(_lib/_build/footer.gif);
	background-repeat:no-repeat;	
	}
#footerlinks {
padding-top:130px;
	font-size:0.9em;
	color:#666666;
	margin:20px;
	text-align:center;
	}
#footerlinks ul {
		margin-top:15px;
		}
#footerlinks li {
		border-right:#999999 dotted 1px;
		padding:3px;		
		line-height:160%;
		}
#footerlinks ul li {
		list-style-type:none;
		display:inline;
		}
#footerlinks a {
		text-decoration:none;
		color:#666666;
		}

.specials-box {
border:#CCCCCC solid 1px;
width:90%;
padding:10px;
margin-bottom:20px;
}
	.specials-box img {
		float:left;
		margin-right:10px;
		}
	.specials-box a {
		text-decoration:none;
		color:#0066FF;		
		}
	.specials-box a:hover {		
		text-decoration:underline;
		}

.price {
		border-bottom:1px solid #CCCCCC;
		font-size:24px;
		margin-bottom:17px;
		padding-bottom:10px;
		width:383px;
		}
.details {
		border:2px dotted #999999;
		float:right;
		margin-top:-54px;
		padding:5px;
		
		}	
		
		
