body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #E8F1EE;
	margin: 0px;
	padding: 0px;
}
a {color:#632F98;text-decoration:underline;}
a:hover {text-decoration:none;}

#container {
	background-color: #FFFFFF;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
#txt_nav {position: absolute;height:20px;width:189px;left:262px;top:88px;}
#txt_nav a {color:#333333;padding: 5px;}
#txt_nav a:hover {text-decoration:none;}
.footerLinks {
	background-image: url(../GRFX/tile_bkgd2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	position: relative;
	height: 30px;
	margin-bottom: 5px;
}
.footerLinks p {color:#FFFFFF;padding-top:10px;}
.footerLinks a {color:#FFFFFF;}
#footer {clear:both;position:relative;margin-top:10px;text-align:center;}
#header {
	background-image: url(../GRFX/header_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 880px;
	position: relative;
}
.hide {display: none;visibility: hidden;}
#navigation {
	padding: 0;
	margin: 0;
	position: absolute;
	height: 31px;
	width: 641px;
	top: 109px;
	left: 239px;
	background-image: url(../GRFX/nav1.jpg);
	background-color: transparent !important;
	overflow: hidden;
	list-style: none;
}
#navigation li, #navigation a {
	display: block;
	height: 31px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
#btn_about {
	position: absolute;
	width: 97px;
	left: 0px;
	top: 0px;
}
#btn_about a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn_why {
	position: absolute;
	width: 123px;
	left: 97px;
	top: 0px;
}
#btn_why a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -97px 0px;
}
#btn_test {
	position: absolute;
	width: 130px;
	left: 220px;
	top: 0px;
}
#btn_test a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -220px 0px;
}
#btn_res {
	position: absolute;
	width: 140px;
	left: 350px;
	top: 0px;
}
#btn_res a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -350px 0px;
}
#btn_faq {
	position: absolute;
	width: 70px;
	left: 490px;
	top: 0px;
}
#btn_faq a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -490px 0px;
}
#btn_shop {
	position: absolute;
	width: 81px;
	left: 560px;
	top: 0px;
}
#btn_shop a:hover {
	background-image: url(../GRFX/nav2.jpg);
	background-repeat: no-repeat;
	background-position: -560px 0px;
}
#left_col {
	float: left;
	width: 239px;
	position: relative;
	top:10px;
}

#left_col h2, .promotion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	display: block;
	width: 223px;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-image: url(../GRFX/tile_bkgd1.jpg);
	
}
#left_col ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#left_col li {
	display: block;
	padding: 10px;
	width: 217px;
	margin-bottom: 1px;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	color: #4D4D4D;
	text-decoration: none;
	_margin-bottom: -2px;
}

#left_col li a {
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	_margin-bottom: -2px;
}
#left_col li a:hover {color:#632F98;}
#left_col li:hover {background-color:#FFFFFF;}

#mainContent {
	float: left;
	width: 390px;
	position: relative;
	margin-left:10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C1C1C1;
	padding-right: 10px;
	min-height: 350px;
	z-index: 2;
	top: 10px;
}
#right_col {
	float: right;
	width: 220px;
	position: relative;
	top: 10px;
}
#bigcontent {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.required {color:#CC0000;}
