body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0px;
	color: #666666;
}

.dashedbg {
	background-image: url(../images/bg_dashed.gif);
	background-repeat: repeat-y;
}
.right {
	float: right;
	padding-right:1px;
}
.bottomleft {
	background-image: url(../images/bg_blborder.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bottomcenter {
	background-image: url(../images/bg_bborder.gif);
	background-repeat: repeat-x;
}
.bottomright {
	background-image: url(../images/bg_brborder.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.lftside {
	background-image: url(../images/bg_lborder.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rgtside {
	background-image: url(../images/bg_rborder.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#currentnews {
	width: 230px;
}
#featuredproduct {
	background-image: url(../images/bg_lines_fb-fff_l.gif);
	background-repeat: repeat;
	background-position: center;
	/*
	border: 1px #999 dashed;
	border-bottom-width: 0px;  
	*/
	/*
	border-left: 1px #999 solid;
	border-right: 1px #999 solid;
	*/
}
#recentdevelopments h1,
#currentnews h1,
#featuredproduct h1,
#stock h1 {
	font-size: 16px;
	color: #cc0000;
	margin-left: 10px;
	margin-top: 10px;
}
#recentdevelopments h1 {
	margin-bottom: 0;	
}
#recentdevelopments p,
#currentnews p,
#featuredproduct p,
#stock p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px;
	
}
#currentnews p {
	color: #cc0000;
}
#currentnews a,
#currentnews a:link,
#currentnews a:visited {
	display: block;
	width: 190px;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #000;
	padding: 5px 9px;
	margin: -3px 0px;
	text-decoration: none;
	background: transparent;
	border: solid 1px #ffffff;
}
#currentnews a:hover,
#currentnews a:active {
	background-color: #eee;
	border: solid 1px #999;
}
#recentdevelopments a,
#recentdevelopments a:link,
#recentdevelopments a:visited {
	display: block;
	width: 190px;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #000;
	padding: 5px 9px;
	margin: -3px 0px;
	text-decoration: none;
	background: transparent;
	border: solid 1px #eee;
}
#recentdevelopments a:hover,
#recentdevelopments a:active {
	color: #000;
	background-color: #ddd;
	border: solid 1px #999;
}
#recentdevelopments .date,
#currentnews .date {
	color: #CC0000;
}
#featuredproduct h2 {
	font-size: 14px;
	margin-left: 10px;
	color: #666666;
}
/*
#featuredproduct ul {
	padding-left: 25px;
}
#featuredproduct li {
	font-size: 12px;
	line-height: 15px;
	margin-right: 25px;
	margin-top: 5px;
}
*/
#featuredproduct a,
#featuredproduct a:link,
#featuredproduct a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
#featuredproduct a:hover,
#featuredproduct a:active {
	color: #000000;
	text-decoration: underline;
}
#featuredproduct img {
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#content h1 {
	color: #cc0000;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content h1.index {
	font-size: 24px;
}
#content p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 20px 10px 10px;
}
#content h2,
#currentnews h2 {
	font-size: 14px;
	line-height: 15px;
	margin: 10px 20px 0px 10px;
}
#content h2.contact {
	border-top: dashed 1px #666;
	padding-top: 10px;
}
#content h3,
#currentnews h3 {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 20px 0px 10px;
}
#content ul,
#featuredproduct ul {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 10px;
}
#content li,
#featuredproduct li {
	font-size: 12px;
	line-height: 13px;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#featuredproduct li {
	margin-right: 30px;	
}
#content dl {
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
}
#content dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content dd {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
	border-left: solid 3px #ddd;
}
#content a,
#content a:link,
#content a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover,
#content a:activve {
	color: #000000;
	text-decoration: underline;
}
#content img.standard {
	float: none;
	margin: 3px;
	padding: 3px;
	border: solid 1px #999;
	background-color: #fff;
}
#content img.right,
#content a img.right,
#content a:link img.right,
#content a:visited img.right {
	float: right;
	margin: 3px;
	padding: 3px;
	border: solid 1px #999;
	background-color: #fff;
}
#content a:hover img.right,
#content a:active img.right {
	padding-bottom: 0px;
	border-bottom-width: 4px;
}
/*
 * Thanks to John Gruber for the hr:after code
 */
#content hr {
	color: #eee;
	height: 1px;
	margin: 20px 0px 30px 0px;
	border: 0;
	text-align: center;
}
#content hr:after {
	content: "";
}

#content #news td,
#content #news th {
	border-bottom: 1px solid #ccc;
}

#content #news p {
	margin: 10px 5px;
}
#content #news tr.odd {
	background-color: #eee;
}
#content #news tr.odd td {
	/*border-left: solid 3px #ddd;*/
}
#content #news li {
	background-image: url(../images/linews.gif);
}

#bcrumb {
	/*border-bottom: 1px dashed #999999;
	height: 33px;*/
}
#bcrumb p {
	font-size: 9px;
	color: #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#bcrumb a,
#bcrumb a:link,
#bcrumb a:visited {
	color: #666666;
	text-decoration: none;
}
#bcrumb a:hover,
#bcrumb a:active {
	color: #333333;
	text-decoration: underline;
}
#quickinfo {
	float: right;
	background-color: #f7f7f7;
}
#quickinfo img {
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
	background-color: #fff;
}
#quickinfo h1 {
	font-size: 16px;
	line-height: 15px;
	margin: 0px;
	padding: 5px 10px;
}
#quickinfo h2 {
	font-size: 14px;
	line-height: 15px;
	margin: 0px;
	padding: 3px 15px;
}
#quickinfo h3 {
	font-size: 14px;
	line-height: 15px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#quickinfo p {
	font-size: 12px;
	line-height: 15px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#quickinfo ul {
	margin-top:0px;
	margin-bottom:10px;
}
#quickinfo li {
	font-size: 12px;
	list-style-type: none;
	display: block;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
}

#quickinfo a,
#quickinfo a:link,
#quickinfo a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
#quickinfo a:hover,
#quickinfo a:active {
	color: #000000;
	text-decoration: underline;
}
#bottom {
	border-top: dashed 1px #999;
}
#bottom p {
	text-align: center;
	font-size: 9px;
	color: #666;
	margin: 15px;
}
#bottom a,
#bottom a:link,
#bottom a:visited {
	color: #666;
	text-decoration: underline;
}
#bottom a:hover,
#bottom a:active {
	color: #000;
	text-decoration: none;
}
#search p {
	text-align: right;
	margin: 0px;
}
#recentdevelopments,
#stock {
	width: 230px;
	border-bottom: 1px dashed #999999;
}
#recentdevelopments {
	background-color: #eee;
}
#stock p {
	font-weight: bold;
	margin-left: 9px;
}
#stock img {
	float: right;
	margin-right: 15px;
}
input,
select,
textarea {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
#secondarynav ul{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: none;
}
#secondarynav li {
	display: block;
	color: #666;
	font-weight: bold;
	margin: 2px 0px;
	padding: 1px;
	text-align: right;
}
#secondarynav li.header,
#secondarynav li.selected {
	padding: 5px 7px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin: 0px;
}
#secondarynav li.selected2 {
	padding: 5px 7px;
	color: #666;
	background-color: #eee;
}
#secondarynav li a,
#secondarynav li a:link,
#secondarynav li a:visited {
	display: block;
	color: #999;
	text-decoration: none;
	margin: 0px;
	padding: 4px 6px;
}
#secondarynav li a:hover,
#secondarynav li a:active {
	background-color: #eee;
	color: #c00;
}

#admin h1 {
	color: #cc0000;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#admin h1.index {
	font-size: 24px;
}
#admin p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 20px 10px 10px;
}
#admin h2 {
	font-size: 14px;
	line-height: 15px;
	margin: 10px 20px 0px 10px;
}
#admin h2.contact {
	border-top: dashed 1px #666;
	padding-top: 10px;
}
#admin ul {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 10px;
}
#admin li {
	font-size: 12px;
	line-height: 13px;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#admin dl {
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
}
#admin dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
#admin dd {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
	border-left: solid 3px #ddd;
}
#admin a,
#admin a:link,
#admin a:visited {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}
#admin a:hover,
#admin a:activve {
	color: #000000;
	text-decoration: underline;
}
#admin img.standard {
	float: none;
	margin: 3px;
	padding: 3px;
	border: solid 1px #999;
	background-color: #fff;
}
#admin img.right,
#admin a img.right,
#admin a:link img.right,
#admin a:visited img.right {
	float: right;
	margin: 3px;
	padding: 3px;
	border: solid 1px #999;
	background-color: #fff;
}
#admin a:hover img.right,
#admin a:active img.right {
	padding-bottom: 0px;
	border-bottom-width: 4px;
}
/*
 * Thanks to John Gruber for the hr:after code
 */
#admin hr {
	color: #eee;
	height: 1px;
	margin: 20px 0px 30px 0px;
	border: 0;
	text-align: center;
}
#admin hr:after {
	content: "* * *";
}

#admin #news td,
#admin #news th {
	border-bottom: 1px solid #ccc;
}

#admin #news p {
	margin: 10px 5px;
}
#admin #news tr.odd {
	background-color: #eee;
}
#admin #news tr.odd td {
	/*border-left: solid 3px #ddd;*/
}
#admin #news li {
	background-image: url(../images/linews.gif);
}
.required {
	color: #cc0000;
	font-weight: bold;
}
.error {
	border: solid 1px #900;
	color: #900;
	background-color: #fcc;
	padding: 5px;
	font-weight: bold;
}
.question {
	color: #c00;
	font-size: 16px;
	line-height:20px;
	font-family: Georgia, serif;
}
#redtext {
	font-weight: bold;
	color: #CC0000;
}

.answer {
	color: #333;
	float:left;
	font-size:24px;
	line-height:20px;
	padding: 2px 5px 2px 0;
	font-family: Georgia, serif;
	font-weight: bold;
}
.qna {
	float: left;
	font-size: 24px;
	line-height: 24px;
	padding-right: 5px;
}
#qna {
	margin-left: 20px;
	width: 85%;
}
