body
	{
	background: #f0eBf4;
	color: inherit;
	text-align: center;
	margin: 20px 0;
}

#mainlayer {
	border: 10px solid #623e7f;
	width: 890px;
	text-align: center;
	margin: auto;
	background: #fff;
	color: inherit;
}

#nav, #nav ul {
	float: left;
	width: 190px;
	text-align: left;
	padding: 0;
	margin: 50px 0 0 0;
	list-style: none;
}

#nav ul {
	background: #fff url(../assets/Image/navbg.gif) repeat-y;
	margin: 0;
}

#nav li {
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -2px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 188px;
	top: 0;
	width: 160px;
}

#nav li a {
	width: 140px;
	display: block;
	color: #000;
	text-decoration: none;
	background: url(../assets/Image/navlibg.gif) center left no-repeat;
	padding: 0.5em 0 0.5em 48px;
	font-weight: bold;
	
}

#nav li a:hover {
	color: #ae92c0;
	background: url(../assets/Image/navlibg_over.gif) center left no-repeat;
}

#nav li ul li a, #nav li ul li a:hover {
	background: #f4ecfa;
	padding: 0.5em 0.2em;
	border: 1px solid #623e7f;
	width: 160px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#contentwrap {
	background: #fff url(../assets/Image/navtop.gif) top left no-repeat;
	color: inherit;
	width: 890px;
	float: left;
}

#content {
	min-height: 37em;
	background: #fff url(../assets/Image/content_fade.gif) no-repeat 50% 100%;
	color: inherit;
	margin-top: 25px;
	padding: 0 1em 1em 1em;
	float: left;
	width: 480px;
}

#content p {
	text-align: justify;
	font: normal 0.7em/1.5em verdana, helvetica, arial, sans-serif;
	color: #000;
	margin-top: 2px;
}

#contentfull {
	min-height: 37em;
	background: #fff url(../assets/Image/content_fade.gif) no-repeat 50% 100%;
	float: right;
	width: 660px;
	margin: 13px 0 0 0;
	padding: 0 .5em 1em 0;
}

#contentfull p {
	text-align: justify;
	background-color: inherit;
	font: normal 0.7em/1.5em verdana, helvetica, arial, sans-serif;
	color: #000;
}

#start_packs_wrap p {
	text-align: left;
	padding-bottom: 5px;
	margin: 0;
}

#right {
	float: right;
	width: 170px;
	padding: 0 .5em;
	margin: 25px 0 0 0;
	background: #fff url(../assets/Image/right_fade.gif) no-repeat 0 0;
	color: inherit;
}

#right p {
	text-align: left;
	font: normal 0.7em/1.5em verdana, helvetica, arial, sans-serif;
	color: #000;
	background-color: inherit;
	margin-top: 0;
	padding: 0;
}

#right p.starter_packs {
	text-align: center;
	background: #d5c7e1 url(../assets/Image/starter_packs.gif_bg.gif) no-repeat;
	color: #5a3677;
	height: 73px;
	width: 168px;
	margin-top: 0;
	font: bold 0.6em/1.8em verdana, helvetica, arial, sans-serif;
}

#right img {
	margin: 0;
	padding: 0;
	display: block;
}

#footerwrap {
	clear: both;
	width: 890px;
	background: #fff;
	color: inherit;
}

#footer {
	clear: both;
	width: 355px;
	color: #393939;
	padding: 1em 0;
	margin: auto;
	font: normal 10px verdana, helvetica, arial, sans-serif;
	text-align: left;
	background: #fff;
}

#footer label {
	float: left;
	width: 80px;
	font-weight: bold;
}

#footer span {
	width: 270px;
	font-weight: normal;
	display: block;
}

#copyright {
	background-color: #fff;
	color: #000;
	padding: 2px;
}

#copyright p {
	text-align: center;
	font: normal 10px verdana, helvetica, arial, sans-serif;
	color: #000;
	background-color: inherit;
	margin: 5px 7px;
}

h1 {
	margin: 0;
	padding: 0;
	width: 890px;
	height: 136px;
	background: #fff url(../assets/Image/header.jpg) no-repeat;
	color: inherit;
}

h1 span {
	display: none;
}

h2 {
	text-align: left;
	font: bold 1em tahoma, verdana, helvetica, arial, sans-serif;
	color: #5a3677;
	background: #fff;
}

h2 span {
	font: normal 85% tahoma, verdana, helvetica, arial, sans-serif;
}

h3 {
	text-align: left;
	font: bold 0.9em tahoma, verdana, helvetica, arial, sans-serif;
	color: #5a3677;
	background: #fff;
}

#content h3 {
	margin: 0;
}

h4 {
	text-align: right;
	font: bold 1em tahoma, verdana, helvetica, arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

#right a {
	color: #5a3677;
	background-color: inherit;
}

#right a:hover {
	color: #bc1e05;
	background-color: inherit;
	text-decoration: none;
}

#content a, #contentfull a {
	color: #5a3677;
	background-color: inherit;
}

#content a:hover, #contentfull a:hover {
	color: #bc1e05;
	background-color: inherit;
	text-decoration: none;
}

#copyright a {
	color: #000;
	text-decoration: none;
}

#copyright a:hover {
	color: #bc1e05;
	text-decoration: none;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font: normal .7em/1.5em verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
}

li ul li {
	font: normal 1em verdana, arial, helvetica, sans-serif;
}

ol {
	font: normal 1em verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
}

#search {
	float: left;
	width: 190px;
	text-align: left;
	padding: 131px 0 0 0;
	clear: left;
	background: #fff url(../assets/Image/navbottom.gif) top left no-repeat;
}

form#searchbox {
	margin: 10px 6px;
}

form#searchbox input {
	float: left;
	width: 135px;
	margin-left: 4px;
	padding: 1px;
	border: 2px solid #5a3677;
}

form#searchbox input.img {
	width: 21px;
	height: 18px;
	padding: 0;
	margin: 0 0 0 2px;
}

.cont_left {
	float: left;
	width: 225px;
	margin: 3px;
}

.cont_right {
	float: right;
	width: 225px;
	margin: 3px;
}

.break {
	clear: both;
}

.box {
	width: 220px;
	text-align: left;
	color: #000;
	background-color: inherit;
	border: 2px solid #5a3677;
	padding: 0;
	margin: 0 auto;
}

.box * {
	position: relative;
	margin: 0;
}

.box p{
	padding: 0.6em;
	font-size: 1em;
}

.box_tl {
	background: url(../assets/Image/corner_tl.gif) top left no-repeat;
	left: -2px;
	top: -2px;
}

.box_tr {
	background: url(../assets/Image/corner_tr.gif) top right no-repeat;
	top: -4px;
	right: 0;
}

.box_br {
	background: url(../assets/Image/corner_br.gif) bottom right no-repeat;
	right: -4px;
	bottom: -4px;
}

.box_bl {
	background: url(../assets/Image/corner_bl.gif) bottom left no-repeat;
	left: -4px;
	bottom: 0;
	padding-bottom: 1em;
}

.tele_box{
	text-align: center;
	margin: auto;
	width: 650px;
}

.tele_box ul {
	background: #f0ebf4;
	text-align: center;
	margin: auto;
	border: 1px solid #623e7f;
}

.tele_box li {
	display: inline;
	font: normal 0.7em/1.5em verdana, helvetica, arial, sans-serif;
	border-right: 1px solid #000;
	padding: 0 5px 0 8px;
}

.tele_box .last {
	border: 0;
}

table {
	font: normal 0.7em verdana, helvetica, arial, sans-serif;
}

.techtable table {
	font: normal 0.7em verdana, helvetica, arial, sans-serif;
}

.techtable th {
	background: #f0ebf4;
	border-top: 1px solid #623e7f;
	border-left: 1px solid #623e7f;
}

.techtable th.bottom {
	border-bottom: 1px solid #623e7f;
}

.techtable th.last {
	border-right: 1px solid #623e7f;
}

.techtable td {
	border-top: 1px solid #623e7f;
	border-left: 1px solid #623e7f;
}

.techtable td.last {
	border-right: 1px solid #623e7f;
}

.techtable td.lastbottom {
	border-right: 1px solid #623e7f;
	border-bottom: 1px solid #623e7f;
}

.techtable td.bottom {
	border-bottom: 1px solid #623e7f;
}

.prod_box2_l {
	background: #f0ebf4;
	border: 1px solid #623e7f;
	margin: 0 .6em;
	padding: 0 .5em;
	width: 350px;
	float: left;
}

.prod_box2_r {
	background: #f0ebf4;
	border: 1px solid #623e7f;
	margin: 0 .6em;
	padding: 0 .5em;
	width: 350px;
	float: right;
}

.prod_box {
	background: #f0ebf4;
	border: 1px solid #623e7f;
	margin: 0 .6em;
	padding: 0.7em .5em;
	overflow: hidden;
}

.prod_box p {
	padding-bottom: 5px;
	margin: 0;
}

.prod_box ul {
	padding: 0;
	margin: 0 0 0 25px;
}

.prod_box3_l {
	background: #f0ebf4;
	border: 1px solid #623e7f;
	margin-bottom: 1em;
	padding: 0 .5em;
	width: 46%;
	float: left;
	text-align: left;
	clear: left;
}

.prod_box3_r {
	background: #f0ebf4;
	border: 1px solid #623e7f;
	margin-bottom: 1em;
	padding: 0 .5em;
	width: 46%;
	float: right;
	text-align: left;
}

.imgborder {
	border: 1px solid #623e7f;
}

.imgborder_r {
	border: 1px solid #623e7f;
	float: right;
	margin: 0em .6em;
}

.img_l {
	float: left;
	margin: 0em .6em;
}

.img_r {
	float: right;
	margin: 0em .6em;
}

.imgwrap {
	margin: 0em .6em;
	float: right;
	width: 160px;
	color: #000;
	font: normal .7em verdana, arial, helvetica, sans-serif;
	text-align: right;
	overflow: hidden;
}

#form {
	width: 450px;
	float: left;
}

#form label {
	float: left;
	width: 150px;
	font: bold .7em verdana, arial, helvetica, sans-serif;
	text-align: right;
}

#form input, textarea {
	width: 250px;
	margin-bottom: 5px;
	border: 1px solid #623e7f;
}

#form textarea {
	height: 100px;
}

#form .boxes {
	width: 1em;
}

#form .inputbutton {
	font: bold 0.7em/1.5em verdana, arial, helvetica, sans-serif;
	color: #623e7f;
	background: #fff;
	border: 1px solid #623e7f;
	width: 95px;
	float: right;
	margin-right: 22px;
}

#form br {
	clear: left;
}

.downloadtable {
	background: #f0ebf4;
	border: 1px solid #623e7f;
	padding: 5px;
	width: 500px;
	margin: 0 auto 1em auto;
}

.downloadtable td {
	border: none;
	text-align: left;
}

.codey {
	font: 1.2em Courier, System, sans-serif;
	color: #444;
}

.formfootnote{
	text-align: left;
	font: italic 10px verdana, helvetica, arial, sans-serif;
	color: #000;
	padding: 0px;
}

#request, #request img, #request a, #request a:hover
	{
	padding: 0;
	margin: auto;
	clear: both;
	text-align: center;
}

.line {
	background: #fff url(../assets/Image/content_fade.gif) no-repeat 50% 100%;
}

#lookingfor {
	margin: 30px 0 50px 0;
}

#lookingfor a {
	border:1px solid #ccc;
	width: 46%;
	float: left;
	margin: 0 1%;
	padding: 1% 0;
	text-decoration: none;
	background: #fff url(../assets/Image/lookingforbg.jpg) repeat;
	font: bold .9em arial, verdana, helvetica, sans-serif;
}

#lookingfor p {
	text-align: center;
	margin: 20px 0 0 0;
}

.red em {color: #ff0000;}


.foot { font-size: 11px; text-align: center; font-family:Arial, Helvetica, sans-serif; color: #666666; }

a.bluelinks:link {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
a.bluelinks:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
a.bluelinks:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}
9