@charset "utf-8";
/* CSS Document */
/*CONTAINER POSITIONING - THIS SHOULD NOT BE EDITED UNLESS YOU KNOW WHAT YOU'RE DOING!*/
body,	html {
		margin:0;
		padding:0;
		background:#494B7C;
		color:#FFF;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#wrap {
		background-image: url(images/wrap_back.jpg);
		margin:0 auto;
		width:750px;
		border: 1px solid white;
		border-top: 0px;	
		border-bottom: 0px;
}
#header {
	height: 112px;
	background: url(images/header.gif) no-repeat;
}
#main {
	background: #6C6FA7;
	float: right;
	width: 500px;
	margin: 10px 0 20px 0;
}
#flashcontainer {
width: 500px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#sidebar {
		float:left;
		width:250px;
}
#sidebar ul {
		margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding: 0 0 0 10px;
}
#belowmenu {
	float: left;
	margin: 0px 0 0px 0px;
}
#googlebox {
	/*margin-top: 10px;	*/
	width: 249px;
	text-align: center;
	background-color: #FFF;
}
#googlebox_bott {	
	width: 249px;
	text-align: center;
	background: url(images/google_bott.png) no-repeat;
}
#footer {
		background:#cc9;
		clear:both;
		border: 1px solid white;
		height: 95px;
}
#footer p {
		padding:5px;
		margin:0;
		font-size: 8pt;
		color: #000;
}
.footer_left {
	float: left;
	text-align: left;
}
.footer_right {
	float: right;
	text-align: right;
}
#home_imgbox_left {
	margin: 8px 35px 8px 15px;	
	height: 143px;
}
#home_imgbox_left img {
	float: left;
	margin-right: 10px;
}
#home_imgbox_right {
	height: 143px;
}
#home_imgbox_right img {
	float: right;
	margin-right: 10px;
}
#animation {
	margin: 0px;
	background-color: #5E5493;
	text-align: center;
}
/*THESE ARE THE INDIVIDUAL CONTAINER STYLES*/
#main h1, #main h2, #main h3, #main h4, #main p, #main p.price {
	padding: 0 0 0 10px;
}
#main h1{
	font-size: large;
}
#main h2{
	font-size: medium;
	color: #D5A251;
}
#main h3{
	font-size: smaller;
	color: #E38E66;
}
#main p.price{
	font-size: smaller;
	color: #FFF;
	font-weight: bold;
}
#main h4{
	font-size: 8pt;
	color: #E38E66;
}
#main ul, #main li, #main ol, #main p{
	font-size: 8pt;
}
#main ul {
	list-style: url(images/ul_image.png);
}
#main ol {
	list-style: lower-roman;
}
#main a {
	color: #EB9D25;
	text-decoration: none;
}
#main a:hover {
	color: #EB9D25;
	text-decoration: underline	;
}
#footer a {
	color: #6C6EA7;
	text-decoration: none;
}
#footer a:hover {
	color: #6C6EA7;
	text-decoration: underline	;
}
.quoter {
	font-style: italic;
	color: #FFF;
}
#quote {
	font-style: italic;
	color: #FFF;
	background-image: url(images/quote_back.png);
	width: 450px;
	margin-left: 15px;
	padding: 5px;
	font-size: 8pt;
}
#quote_bott {
	width: 450px;
	height: 30px;
	margin-left: 15px;
	padding: 5px;
	background: url(images/quote_bott.png) no-repeat;
}
.award {
	font-weight: bold;
	color: #D5A251;
	background: url(images/award_rosette.gif) no-repeat;
	width: 410px;
	margin-left: 15px;
	margin-bottom:15px;
	padding-left: 55px;
	font-size: 9pt;
}
.awarder {
	font-style: italic;
	color: #FFF;
}
.specs {
	text-align: center;
	width: 500px;
}
.specifications {
	text-align: left;
	width: 470px;
	font-size: 8pt;
	color: #FFF;
	border: 0px;
}
/*FORM STYLING*/
.info_form {
	font-size: 8pt;
	margin-left: 15px;
}
.fieldcell {
	background: url(images/formback.png);
}
.fieldcellmemo {
	background: url(images/formback_memo.png);
}
.main_input {
	color: #781351;
	background: transparent;
	/*border: 1px solid #781351;*/
	border: 0px;
	width: 200px;
	padding-top:7px;
	margin-left: 10px;
}
.main_memo {
	color: #781351;
	background: transparent; /*background: #FFF;*/
/*border: 1px solid #781351;*/
	border: 0px;
	width: 200px;
	padding-top: 7px;
	padding-right: 15px;
	margin: 7px 0px 7px 10px;
	font: 8pt verdana;
}
.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}