body {
	background: #ffffff;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}
td {
	font-size: 12px;
}

/* PAGE LAYOUT \*/
.page {
width: 760px; margin: 0 auto; text-align: left;
	background: #ffffff;
}
.header {
	background: #ffffff;
	height: 90px;
}
.left-align{
	text-align: left;
	float: left;

}
.right-align{
	text-align: right;
	float: right;
}
/* DEFINE TWO COLUMNS IN THE MAIN BODY \*/
.body-column-1{
	width: 500px;
	float: left;
}

.body-column-2{
	width: 240px;
	float: right;
}
.body-column-2 p{
margin-top: 10px;
margin-bottom: 10px;
}
/* AND A FOOTER WITH TWO COLUMNS \*/
.footer {
	color: #999;
	clear:both;
	border-top: 1px solid #999;
}
.footer-left-align{
	text-align: left;
	float: left;
	width: 400px;
	font-size: 90%;
	padding: 0px;
	padding-top: 4px;
	font-size: 100%;
}
.footer-right-align{
	text-align: right;
	float: right;
	font-size: 90%;
	padding: 0px;
	padding-top: 4px;
	font-size:90%;

}

.footer a{
color: #999;
font-weight: bold;
}.footer a:hover{
color: black;
}


/* MAIN MENU \*/
.menu ul{
	list-style: none;	
	padding : 0;
	margin : 0;
}
.menu li{
	float: left;
	margin: 0 0;
	padding: 0;
	text-align: center;
}
.menu li a, .menu li a:visited, .menu li a:active{
	float: left;
	text-align: center;
	width:90px;
	height:90px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	display : inline;
	line-height: 90px;
	border-left: 1px solid white;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.menu li a#home{
	background: #58799a url(images/menus/norm_1.jpg);
}
.menu li a#contact{
	background: #58799a url(images/menus/norm_3.jpg);
}
.menu li a#about{
	background: #58799a url(images/menus/norm_2.jpg);
}.menu li a#forum{
	background: #58799a url(images/menus/norm_4.jpg);
}
.menu li a#help{
	background: #58799a url(images/menus/norm_5.jpg);
}

 .menu li a:hover#home {
	background: #858eb7 url(images/menus/hover_1.jpg);
	color: #ffffff;
}
 .menu li a:hover#contact {
	background: #858eb7 url(images/menus/hover_3.jpg);
	color: #ffffff;
}
 .menu li a:hover#about {
	background: #858eb7 url(images/menus/hover_2.jpg);
	color: #ffffff;
}
.menu li a:hover#forum {
	background: #858eb7 url(images/menus/hover_4.jpg);
	color: #ffffff;
}
 .menu li a:hover#help {
	background: #858eb7 url(images/menus/hover_5.jpg);
	color: #ffffff;
}

body.home a#home{
	background: #858eb7 url(images/menus/hover_1.jpg);
	color: #ffffff;
}
body.contact a#contact{
	background: #858eb7 url(images/menus/hover_3.jpg);
	color: #ffffff;
}
body.about a#about{
	background: #858eb7 url(images/menus/hover_2.jpg);
	color: #ffffff;
}
body.forum a#forum{
	background: #858eb7 url(images/menus/hover_4.jpg);
	color: #ffffff;
}
body.help a#help{
	background: #858eb7 url(images/menus/hover_5.jpg);
	color: #ffffff;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
.menu li a
{
float: none
}
/* End IE5-Mac hack */

.menu{
	text-align: right;
	float: right;


}

/* SIDE MENU \*/
#navcontainer { width: 240px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
width: 240px;
height: 20px;
line-height: 20px;
background-color: #47698c;
border-bottom: 1px solid #eee;
	font-weight: bold;

}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #9fa6c5;
color: #fff;
}
#navcontainer #header{
	height: 26px;
	background: url(images/sidebox.gif);
	color: #fff;
	line-height: 26px;
	border-bottom: 1px solid white;
	font-weight: bold;
	text-transform: uppercase;
}
#navcontainer #footer{
	height: 20px;
	background: url(images/sidebox-base.gif);
}


/* Graphical feature section for main pages */
.page-head{
	color: #52554d;
	background: #ffffff url(images/pagehead.jpg) no-repeat;
	padding: 0px;
	margin:0px;
	margin-top: 16px;
	height: 183px;
	
}

.page-base{
	color: #52554d;
	background: #fafafc url(images/pagefoot.gif) no-repeat center bottom;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


/* Standard Pages */
.page-body{
	background: #ffffff url(images/pagebg.jpg);
	color: #52554d;
	padding: 0px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	text-align: center;
}
.page-body .breadcrumb{
	color: grey;
	font-weight: bold;
	font-size: 90%;
	margin: 0px;
	
}
.page-body .breadcrumb a{
	color: #666666;
}
.page-body .breadcrumb a:hover{
	color: grey;
}
.page-body H1{
	color: #003366;
	font-size: 20px;
	margin-bottom: 2px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 26px;

}
.page-body H2{
	color: #bb5d06;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 24px;
}

.page-body H3{
	background: #003366;
	color:#ffffff;
	margin-top: 8px;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}
.page-body H4{
	margin-top: 24px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	color: #000000;
	font-size: 16px;
}

.side-panel{
	color: #52554d;
	background: #feffff;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	margin-top: 16px;
}

.clear{
	clear: both;
	padding: 0px;
}
.download-box{
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 12px;
	background: #fafafc;
	color: #999;
	border: 1px solid #e8e8f1;

}
.download-box a{
	color: #bb5d06;
	font-weight: bold;
}
.download-box a:hover{
	color: #bb5d06;
	font-weight: bold;
}

.checklist ul{
	list-style: disc;

	margin-top: 10px;
}
.checklist li{
	padding-left: 10px;
	padding-bottom: 6px;
}
.table-highlight{
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.table-header{
	background: #003366;
	color: #ffffff;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.table{
	border: 1px solid #ddddeb;
}

.table-body{
	background: #ededf4;
	color: #003366;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.table-price{
	background: #ededf4;
	color: #003366;
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.table-pay{
	background: #ededf4;
	color: #003366;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.table-header-em{
	background: #2a4429;
	color: #ffffff;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.table-em{
	border: 1px solid #dbe8d7;
}

.table-body-em{
	background: #e7f0e5;
	color: #2a4429;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.table-price-em{
	background: #e7f0e5;
	color: #2a4429;
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.table-pay-em{
	background: #e7f0e5;
	color: #2a4429;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}




 
blockquote.withquote {
margin: 10px;
background:url(images/quote.gif)
no-repeat;
background-position:top left;
text-align: justify;
padding-left:26px;
padding-top: 2px;
} 

p.withunquote {
background: url(images/unquote.gif) 
no-repeat;
background-position:bottom right;
padding-right:20px;
padding-bottom: 5px;}


a.linkopacity img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.linkopacity:hover img {
filter:alpha(opacity=75);   
-moz-opacity: 0.75;   
opacity: 0.75;
}
.feature
{
padding: 4px;
background: #fafafc;
border: 1px solid #e8e8f1;
}

.feature_list ul
{
list-style-type: none;
padding: 4px;
padding-top: 8px;
margin: 0;
margin-left: 0px;
}

.feature_list li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
padding-left: 30px;
padding-top: 3px;
padding-bottom: 3px;
margin:0px;
font-size: 14px;
color: #283c50;



}
.info_box {
	margin-bottom: 12px;
	border: 1px solid #999999;
}
.tableheader{
background-color: #666666;
font-weight: bold;
color: #ffffff
}
.info_box_row {
	background-color: #ededf4;
}
.featurelistheader{
	height: 26px;
	background: #fafafc;
	color: #999;
	line-height: 26px;
	font-weight: bold;
	padding: 4px;
	padding-left: 12px;
	border: 1px solid #e8e8f1;
	border-bottom: 1px solid white;
	margin-left: 0px;
	font-size: 14px;
}
.featurelistfooter{
	height: 20px;
	background: #fafafc;
	color: #999;
	line-height: 20px;
	font-weight: bold;
	padding: 4px;
	padding-right: 12px;
	border: 1px solid #e8e8f1;
	border-top: 1px solid white;
	margin-left: 0px;
	font-size: 13px;
	text-align: right;
}

.featurelistheader2{
	height: 26px;
	background: #616ea3;
	color: #fff;
	line-height: 26px;
	font-weight: bold;
	padding: 4px;
	padding-left: 12px;
	border: 1px solid #e8e8f1;
	border-bottom: 1px solid white;
	margin-left: 0px;
	font-size: 14px;
}

.feature_list2 ul
{
list-style-type: square;
padding: 4px;
margin: 0;
margin-left: 0px;
background: #616ea3;
border: 1px solid #e8e8f1;
}

.feature_list2 li
{
padding-left: 2px;
padding-top: 4px;
padding-bottom: 4px;
margin: 0px;
margin-left: 16px;
color: #fff;


}

.supportedOS{
	height: 33px;
	line-height: 33px;
	color: #bb5d06;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 24px;
}
.justify{
	text-align:justify;
}
.leading-image{
	float:left; 
	margin-right:16px;
}
.callout{
	width:34%;
	padding:10px;
	background-color:#47698c;
	color:#Fff;
	float:right;  
	font-family:Verdana, Arial, Helvetica;
	font-size: 19px;
	line-height: 23px;
	text-align:right;
	letter-spacing: 0.05em;
	margin:20px; 
	margin-top: 20px; 
	margin-right: 0px; 
	clear: both;
}

.productbox{
	width:450px;
	border-top: 1px solid #e8e8f1;
	border-left: 1px solid #e8e8f1;
	border-bottom: 1px solid #aaaacb;
	border-right: 1px solid #aaaacb;
	
}
.header-text{
	float: left;
	margin-top: 50px;
	margin-left: 24px;
	width: 250px;
	height: 120px;
	overflow: hidden;

}

.features{


	padding: 4px;
	text-align: left;
}

.feature-head{
	font-size: 17px;
	font-weight: bold;
	color: #46688b;
}

.homepage{
	margin-top: 20px;
}