@charset "utf-8";
@import url(nav.css);

body {
	background-color:#EAEAEA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
}
#container {
	margin: 25px auto;
	width: 800px;
	background-color: #EAEAEA;
}

/** SITE STRUCTURE **/

.logobar {
	height: 57px;
	padding-bottom: 15px;
	clear: both;
	margin-bottom: 10px;
	border-bottom: solid 1px #555555;
}

.mainwrap { margin-top: 20px; margin-right: 20px; margin-left: 20px; margin-bottom: 5px; background: #EAEAEA url(none) no-repeat left bottom; 
}
.textwrap {
	float: left;
	border-right: 0px dotted #999999;
	line-height: 16px;
	width: 384px;
}
.textwrap a:link, .textwrap a:hover, .textwrap a:visited {
	color: #74A049;
	text-decoration: none;
}

.bottombar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	margin: 25px 0px 10px 0px;
	text-align: center;
}
.textlinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
}
.textlinks a:link, .textlinks a:visited {
	text-decoration:none; 
	color:#999999;
}
.textlinks a:hover {
	text-decoration:none; 
	color:#74A049;
}

.picbar {
	float: right;
	width: 175px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-size: 9px;
	color: #666666;
	text-align: right;
}
.picbar img {
	margin-bottom: 3px;
	border: 1px solid #d4d4d4;
}
.QAwrap {
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
}
.rightbar {
	float: right;
	width: 175px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-size: 11px;
	color: #666666;
	text-align: right;
}
.rightbar img {
	margin-bottom: 3px;
	border: 1px solid #d4d4d4;
}

/** TEXT STYLES **/
.txtheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #74A049;
	font-weight:bold;
	border-bottom: solid 1px #74A049;
	margin-bottom: 15px;
	padding-bottom: 2px;
	height: 16px;
}
.txtheader_nospace {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #74A049;
	font-weight:bold;
	border-bottom: solid 1px #74A049;
	margin-bottom: 5px;
	padding-bottom: 2px;
	height: 16px;
}
.txtsubheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #74A049;
	font-weight:bold;
	border-bottom: dotted 1px #74A049;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.txtgreen {
	color: #74A049;
}
li {
	margin-bottom: 5px;
}
.artnav {
	float: left;
	line-height: 15px;
	margin: 10px 0px 10px 0px;
}
.artnav a, .artnav a:visited, .artnav a:active {
	color:#000000;
}
.artnav img {
	border: 1px solid #999999;
	margin-right: 13px;
	margin-bottom: 13px;
	padding: 5px;
}
.artnav img:hover {
	border: 1px solid #333333;
	cursor: pointer;
}
.pkgcat {
	float: left;
	width: 225px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.pkgwrap {
	float: left;
	border-right: 0px dotted #999999;
	line-height: 16px;
	width: 500px;
}
.pkgwrap a:link, .pkgwrap a:hover, .pkgwrap a:visited {
	color: #1a1a1a;
	text-decoration: none;
}

