BODY
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 7px auto;
	font-size: 12px;
	background-color: rgb(175,193,224);
	color: #333;	
	width: 799px;
}

A { color: #36c; }
A:hover, .demo A:hover { color: #9c3; }

H1
{
	padding-top: 20px;
	color: #36c;
	font-size: 15px;
}

.home H1
{
	text-align: right;
	color: #36c;
	font-size: 25px;
	font-style: italic;
	padding-top: 0;
}



H2
{
	background-color: #ff0;
	font-size: 13px;
	border-bottom: 1px solid #333;
	padding: 3px;
	width: 360px;
}

H2 A
{
	text-decoration: none;
	color: #333;
}

H2 A:hover { color: #36c;}
H2:hover {background-color: #9c3;}




*html body #wrapper { height: auto; min-height: 100%; margin: 7px auto;
	width: 799px;}
* html #middlecol { height: 265px; }
#wrapper { background-color: #fff; 
}

#topbar
{
	width: 100%;
	height: 161px;
	line-height: 2.0em;
	background-image: url(../images/oasisheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

*html #topbar {margin-bottom: -50px;}

#topbar li
{
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 31px;
	float: left;
	padding-right: 5px;
	position: relative;
	top: -24px;
	left: 47%;
	line-height: 44px;
}

*html #topbar li {left: 45%; top: -30px;}

#topbar li A
{
	text-align: center;
	color: #36c;
	text-decoration: none;
	font-weight: bold;
	width: 93px;
	display: block;
}

#topbar A:hover
{
	color: rgb(27,69,143);
	text-decoration: none;
}

.home li .hometab, .features li .featurestab, .company li .companytab, .partners li .partnerstab
{
	background-image: url(../images/activetab.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	height: 31px;
}

.home #topbar li A.hometab, .features #topbar li A.featurestab, .company #topbar li A.companytab, .partners #topbar li A.partnerstab { color: #ff0; }

/* CONTENT BOX */
#leftcol
{
	clear: both;
	width: 200px;
	margin: 20px auto;
	float: left;
	text-align: center;
}

ADDRESS
{
	font-style: normal;
	text-align: left;
	margin-top: 35px;
	padding-left: 20px;
}

#middlecol_sub
{
	min-height: 395px;
	height: 100%;
	top: 0px;
	width: 70%;
	position: relative;
	margin-left: 210px;
	padding-left: 20px;
}

.home #middlecol_sub
{
	background-image: url(../images/manwithtabletpc.jpg);
	background-repeat: no-repeat;
	background-position: 10% top;
}

.home #middlecol_sub P {margin-left: 200px;}

.demo #middlecol_sub, .register #middlecol_sub
{
	padding-left: 120px;
	padding-top: 40px;
	width: 380px;
}

.home #middlecol_sub ul
{
	list-style-image: url(../images/checkbox.gif);
	/*float: right;*/
	margin-left: 240px;
}

.home #middlecol_sub li
{
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 5px;
}

.home #middlecol_sub li A {color: #333; text-decoration: none;}
.home #middlecol_sub li A:hover {color: #36c;}
#leftcol .demo A, .demo #middlecol_sub A
{
	display: block;
	height: 80px;
	background-image: url(../images/yellowbutton.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 38px;
	font-size: 14px;
	color: #36c;
	font-weight: bold;
	text-decoration: none;
}

.features #middlecol_sub ul { list-style-image: url(../images/checkbox.gif); }

.features #middlecol_sub li {padding-left: 5px;}

#footer
{
	clear: both;
	padding: 10px;
	font-size: 11px;
	width: 779px;
	color: #36c;
	height: 15px;
	background-color: #9c3;
}

#topbar ul, #footer ul { list-style-type: none; }

#footer li
{
	float: left;
	padding-right: 10px;
	position: relative;
	top: -23px;
	left: 70%;
}
*html #footer li {left: 68%; top: -33px;}
*html #footer {margin-bottom: -45px;}


#footer A
{
	color: #36c;
	text-decoration: none;
}

#footer A:hover { color: #fff; }

.show
{
	display: block;
	padding: 5px;
}

/* IE 6.0 styles */
*html  #top_sub { margin-top: 30px; }
