/* Standard Layout Options */

body {
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}
#center {
	margin: 10px auto 0px;
	float: none;
	width: 780px;
}
#float_left {
	margin: 0px;
	float: left;
	width: 780px;
	text-align: left;
}
#header {
	float: left;
	height: 110px;
	width: 780px;
}
#search_form {
	position: relative;
	top: 20px;
	text-align: center;
	margin-left: 0px;
}

#main_body {
	float: left;
	width: 780px;
}
#nav {
	font-size: 1.1em;
	float: left;
	width: 200px;
}
#nav ul {
	font-size: 12px;
}
#nav li {
	list-style: none;
}
#nav a {
	padding: 5px 10px 5px 15px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid;
}
#nav li ul a {
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	border: none;
}

#content {
	font-size: 1.2em;
	float: left;
	width: 580px;
}
#content h1 {
	font-size: 1.2em;
	margin: 2px 5px;
	padding: 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content p {
	padding: 2px 10px;
}
#content.wide {
	width: 780px;
}


#extra {
	float: right;
	width: 580px;
}
#extra h1 {
	font-size: 1.2em;
	border-bottom: 1px solid #333333;
	margin: 2px 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#extra .rss_title {
	font-weight: bold;
	font-size: 1.2em;
	margin: 2px 10px;
}
#extra .rss_updated {
	font-size: 1.1em;
	color: #666666;
	margin: 2px 10px;
}
#extra .rss_body {
	font-size: 1.1em;
	text-decoration: none;
	margin: 2px 10px;
}


#footer {
	clear: both;
	float: left;
	height: 30px;
	width: 780px;
}
.copyright {
	text-align: center;
}


/* Text & Background Colors */
body {
	background: #fff;
	color: #333;
}
a:link, a:visited {
	color: #006699;
}
a:active, a:hover {
	color: #369;
}
strong, b {
	font-weight: bold;
}

#header {
	background: #CCCCCC url(../../images/header.jpg);
}

#nav,/* Images */ #nav ul{
	background: #AAD1E0;
}
#nav {
	background: url(../../images/footer.jpg) repeat-x bottom;
	padding-bottom: 30px;
}
#nav a {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #71A1C5;
	background: #AAD1E0;
}
#nav a:hover {
	background: #5084B3;
	color: #333333;
}
#nav li.active a {
	background: #6194BF;
}
#nav li ul a, #nav li.active ul a {
	color: #333333;
	background: #D0E6EE;
}
#nav li ul a:hover {
	background: #FFFFFF;
}
#nav li ul li.active a {
	background: #AAD1E0;
}
#content {
	background: #FFFFFF;
}
#content h1 {
	border-bottom-color: #0066CC;
	font-weight: bold;
}

#extra {
	background: #FFFFFF;
}
.crumb {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background: url(../../images/footer.jpg) repeat-x;
	padding-bottom: 19px;
	display: block;
}
.pages {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#cart  {
	font-weight: bold;
	background: #CCCCCC;
	padding: 10px;
	border: 1px solid #333333;
	line-height: 30px;
	text-align: center;
	margin: 10px auto;
	display: block;
}
