﻿p
{
	font-size: 11px;
}

body 
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #e0e0e0;
	font-family: Verdana, Arial, Sans-Serif;
/*	background-image: url(/images/s4back.gif);
	background-repeat: repeat;	*/
}

h1
{
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 22px;
	line-height: 20px;
	color: #3633b6;
	border-bottom: solid 2px #3633b6;
	margin-right: 10px;
}

h3
{
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 16px;
	color: #3633b6;
}

hr
{
	margin-top: 12px;
	width: 95%;
	height: 1px;
	background-color: #3633b6;
	border: 0px;
}

li
{
	list-style-image: url(images/bullet.gif);
	padding-bottom: 5px;
}

.code
{
	border: solid 1px #dddddd;
	overflow: hidden;
	margin-bottom: 10px;
}

#maindiv
{
	text-align: center;
}

#header
{
	height: 35px;
	background-color: #7981db;
}

#topmenu
{
	width: 748px;
	background-color: #0011d9;
	background-image: url(/images/hback.gif);
	background-repeat: repeat-x;
	height: 35px;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	margin: 0 auto;
	text-align: right;
	line-height: 35px;	
}

#topmenu a, #topmenu span
{
	color: White;
	font-size: 13px;
	font-weight: bold;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	text-decoration: none;
	display: inline-block;
	height: 35px;
	padding-right: 8px;
	padding-left: 8px;
}

#topmenu span
{
	height: 34px;
	color: #c9bef9;
	background-image: url(/images/harrow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#topmenu a:hover
{
	color: Yellow;
}

#mainbody
{
	width: 748px;
	background-color: #fff;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	margin: 0 auto;
	text-align: left;
	position: relative;
	font-size: 11px;
}


#footer
{
	height: 35px;
	background-color: #7981db;
	margin-top: 0px;
}

#footermenu
{
	width: 748px;
	background-color: #0011d9;
	background-image: url(/images/hback.gif);
	background-repeat: repeat-x;
	height: 35px;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	margin: 0 auto;
	text-align: right;
	line-height: 35px;	
}

#shield
{
	float: left;
	margin: 10px 10px 10px 20px;
}

#logo
{
	float: left;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;	
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	padding: 16px 0px 0px 0px;
}

#serverbanner
{
	height: 128px; 
	background: #f0f1fd; 
	border-top: solid 1px #ccc; 
	border-bottom: solid 1px #ccc;
}

/* Navigation Start ----------
----------------------------*/
#nav_cont {
	width: 130px;
	position: absolute;
	top: 240px;
	left: 10px;
}

#nav_cont a 
{
	text-decoration: none;
	text-align: right;
	cursor: pointer;
}

ul#nav {
	padding: 0;
	margin: 0px;
}

ul#nav li {
	list-style-type: none;
	display: block;
	height: 35px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

ul#nav li a {
}



#nav_cont a:hover
{
	color: #ccc;
}

#nav_cont a:hover .nav_description
{
	color: #3b4260;
}

#nav_cont a:hover .nav_title
{
	color: #806b50;
}

.nav_title {
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	position: relative;
	float: right;
}

.nav_description {
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 10px;
	color: #aaa;
	text-transform: lowercase;
	font-weight: bold;
	clear: both;
	margin: -4px 0 0 1px;
	float: right;
	width: 100%;
}

/* Navigation End ------------
----------------------------*/


#s4diagram
{
	display: block;
	margin: 0px 20px;
	width: 392px;
	height: 121px;
	background-image: url(/images/s4diagram.jpg);
	background-repeat: no-repeat;
}

#s4diagram:hover
{
	background-image: url(/images/s4diagram2.jpg);
}

.Label
{
	text-align: right;
	font-weight: bold;
	color: #3633b6;
	vertical-align: top;
}



#pricingtable {
	padding: 0;
	margin: 4px 0px;
	clear: both;
}


#pricingtable th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	margin: 0px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
}

#pricingtable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#pricingtable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#pricingtable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#pricingtable td.s4win
{
	font-size: 14px;
	font-weight: bold;
	padding: 6px 8px 6px 10px;
	color: #444;
	background-color: #a6ffa6;
}

#pricingtable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/bullet1.gif) no-repeat;
}

#pricingtable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	color: #797268;
}

#purchasetable td
{
	vertical-align: top;
	font-size: 14px;
	padding: 3px;
}