/*
Core Styles for Template 1
*/

html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	text-align: center;
	background: #91F36A url(../images/tile.gif); /* TILE BACKGROUND AND ALSO BACKGROUND COLOR */
}

div.clr {
	clear: both;
}

div.container {
	padding: 20px;
	margin: 20px auto;
	width: 729px !important;
	width: 769px; /* Width for IE6 */
	text-align: left;
	background: #D4FEB2;
}

/*
Ad Styles
*/

div.ads {
	padding: 5px;
	background: #86C747;
}

div.sideAds {
	margin: 20px 0;
	background: #D4FEB2;
	padding: 20px 10px 20px 25px;
}

/*
Site Title Styles
*/

div.title {
	background: white;
	width: 67% !important;
	width: 509px; /* Width for IE6 */
	height: 30px;
	padding: 30px 5px 5px 15px;
	margin: 10px 0 10px 0;
	float: left;
}

div.title h1 {
	font-size: 1.4em;
	color: #6DCD40;
	text-transform: uppercase;
}

/*
Search Box Styles
*/

div.search {
	padding: 20px 15px !important;
	padding: 18px 15px; /* Padding for IE6 */
	margin: 10px 0 0 0;
	width: 180px !important;
	width: 210px; /* Width for IE6 */
	height: 25px;
	background: white;
	float: right;
}

div.search a {
	margin: 0 0 0 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

div.search a:hover {
	color: #999;
}

div.search input {
	width: 120px;
}

div.search input#searchBtn {
	width: 50px;
}

/*
Header Styles
*/

div.header {
	height: 240px;
	background: url(../images/header.jpg) no-repeat top right;
}

div.header div.txt {
	padding: 25px;
	color: #6DCD40;
	font-weight: bold;
}

/*
Main Navigation Styles
*/

div.nav {
	background: black url(../images/indentbg.gif) center left repeat-x;
	height: 25px !important;
	height: 25px;
}

div.nav ul {
	width: 100%;
	background: black url(../images/indentbg.gif) center left repeat-x;
	list-style-type: none;
}

div.nav ul li {
	display: inline;
}

div.nav ul li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	color: white;
	float: left;
	background: url(../images/indentbg.gif) center left repeat-x;
}

div.nav ul li a:hover {
	background: url(../images/indentbg2.gif) center left repeat-x;
}

/*
Main Content Styles
*/

div.main {
	margin: 10px 0 0 0;
}

div.content {
	background: white;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #666;
	width: 64% !important;
	width: 509px; /* Width for IE6 */
	margin: 0 0 10px 0;
	float: left;
	display: inline; /* IE6 Double floated margin fix */
}

div.content h1 {
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	margin: 10px 0 25px 0;
}

div.content p {
	margin-bottom: 15px;
}

div.content p.order a, div.content p.order a img, div.sideContent a {
	border: none;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
}

div.content div.whereAmI {
	color: #7CBB2A;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	line-height: 1em;
	padding: 0px 5px 5px 18px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
	background: url(../images/arrowbullet.png) top left no-repeat;
}

/*
Right Column Styles
*/

div.right {
	padding: 15px;
	margin: 0 0 10px 0;
	width: 180px !important;
	width: 210px; /* Width for IE6 */
	background: white;
	float: right;
	color: #666;
	display: inline; /* IE6 Double floated margin fix */
}

div.right div.sideContent {
	text-align: center;
}

div.right div.sideContent p {
	margin-bottom: 15px;
}

div.right div.sideContent p.copyright {
	font-size: 0.7em;
}

/*
Right Column Navigation Styles
*/

div.sideNav {
	
}

div.sideNav ul {
	list-style-type: none;
}

div.sideNav ul li {
	height: 100%; /* Fix for IE6 extra whitespace bug */
}

div.sideNav ul li a {
	display: block;
	font-size: 0.8em;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	background: url(../images/arrowbullet.png) center left no-repeat;
	padding: 2px 5px 2px 20px;
}

div.sideNav ul li.here a {
	color: #7CBB2A;
}

div.sideNav ul li a:hover {
	color: #7CBB2A;
}