html {overflow: -moz-scrollbars-vertical;}

body
{
	margin: 0;
	margin: 0 auto;
	width: 100%;
    height: 100%;
	background: #b4bbc2 url(/images/bodybg.jpg) top center repeat-y;
	font-family:verdana;
}

body#current a#menu-current, 
body#home a#menu-home,
body#process a:menu-process,
body#pricing a:menu-pricing,
body#how a:menu-how,
body#story a:menu-story 
{
	background: url(/images/active.jpg) top center repeat-y;
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 4px 3px 4px 8px;
	color: #ffffff;
	font-weight: bold;
	display: block;
} 


#uppercap
{
    background: url(/images/uppercap.jpg) top center no-repeat;
    width: 100%;
    height: 20px;
}

#topheader
{
    width: 726px;
    height: 64px;
    text-align: right;
    margin: 5px 0px 10px 44px;
    background: url(/images/logo.jpg) top left no-repeat;
    vertical-align: bottom;
}

.topnav a
{
	font-size:x-small;
	margin-left: 7px;
	margin-right: 7px;
}

#header
{   
	width:736px;
    height: 200px;
    background: url(/images/header/rotate.php);
    margin: 0px 8px 12px 32px;
}

#main
{
    background: #b4bbc2 url(/images/mainbg.jpg) top center repeat-y;
	width:800px;
	height: auto;
	margin: 0 auto 0 auto;
	font-size: 70%;
	font-weight: normal;
	line-height: 150%;
	color: #8e99a4;
}

h1
{
	font-size: medium;
	font-weight: bold;
}

h5
{
	font-size:inherit;
	font-weight: bold;
	margin-bottom:-15px;
}


#left
{
	float: left;
	width: 160px;
	margin-top: 4px;
	padding-left: 34px;
	height: auto;
	color: #00008B;
	font-size: larger;	
}

.menu
{
	width: 150px;
	color: #00008B;
}

.menu a:link, .menu a:visited
{
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 4px 3px 4px 8px;
	color: #003366;
	font-weight: bold;
	display: block;
}

.menu a:hover
{
	color: #045fe4;
	text-decoration: none;
}

#right
{
	line-height:110%;
	margin-top: 0px;
	width: 180px;
	height: auto;
	float: right;
	padding-right: 32px;
}

.containerless 
{
	text-align: left;	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*----rounded subcontent----*/
.roundcont		{	width: 180px;
						background-color: #a2aab3;
						color: #ffffff;
						margin-bottom: 10px;		}

.roundcont p	{	margin: 0 10px;	}
.roundtop		{  background: url(/images/tr.jpg) no-repeat top right;	}
.roundbottom	{	background: url(/images/br.jpg) no-repeat top right;	}

img.corner		{	width: 10px;
					    height: 10px;
						border: none;
						display: block !important;	}
/*----rounded subcontent----*/

a:link, a:visited
{
	color: #003366;
	text-decoration: none;
}

a:hover
{
	color: #045fe4;
	text-decoration: none;
}

#content
{
	float: left;
	width: 360px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 16px;
	text-align: left;
	color: #607080;
}

ul
{
	margin-left:30px;
	text-decoration: none;
	text-transform: none;
	list-style-position: outside;
	list-style-type: square;
	padding: 0px;
}

#footer
{
	clear: both;
    	text-align: center;
	padding: 1px;
	font-weight: lighter;
	font-size: 9px;
	color: #cccccc;
}

#footer a
{
	color: #aaaaaa;
}

#lowercap
{
    clear: both;
    background: url(/images/lowercap.jpg) top center no-repeat;;
    width: 100%;
    height: 17px;
}

hr
{
	border:0;
	border-bottom: 1px solid #efefef;
	height: 1px;
}

