html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #6b6b6b url(images/bg.gif) 0 0 repeat-x;
} 
body, p, span, ul, ol, li, div, td, input, textarea, submit {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
} 
 a {
 	color: #003399;
	text-decoration: none;
 }
 a:hover {
 	text-decoration: underline;
 }
#pagewidth{ 
 width:795px; 
 text-align:left;  
 margin: 10px auto; 
 background: #FFFFFF;
} 

/*   ----------------   HEADER   ----------------   */
 
#header {
 position:relative; 
 height:104px; 
 background: url(images/header_bg.gif);
 width:100%;
 margin-bottom: 6px;
} 
#header h1 {
	margin: 0;
	padding: 0;
	width: 265px;
	height: 78px;	
}
#header h1 a {
	padding: 35px 0 0 32px;
	width: 233px;
	height: 43px;
	display: block;
	text-indent: -9999px;
}
#nav {
	height: 25px;
	padding: 1px 13px 0 0;
	float: right;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#nav li {
	float: left;
	margin-left: 1px;
}
#nav li a {
	padding-right: 13px;
	background: url(images/nav_bg.gif) top right no-repeat;
	text-decoration: none;
	float: left;
}
#nav li a:hover, #nav .active {
	background: url(images/nav_bg.gif) bottom right no-repeat;
}
#nav li a span {
	height: 24px;
line-height: 24px;
padding: 0 0 0 13px;
display:block;
background: url(images/nav_bg.gif) left top no-repeat;
text-decoration: none;
color: #FFFFFF;
font-size: 13px;
cursor: pointer;
}
* html #nav li a span {
	width: 20px;
	white-space: nowrap;
}
#nav li a:hover span, #nav .active span {
	background: url(images/nav_bg.gif) left bottom no-repeat;
}
#nav li a active {
	background: url(images/nav_bg.gif) left bottom no-repeat;
font-size: 16px;
}

/*   ----------------   MAIN CONTENT   ----------------   */
 
#maincol {
background-color: #FFFFFF;  
position: relative; 
padding: 0 10px;
 }
#splash {
	width: 775px;
	height: 260px;
	background: url(images/splash_bg.jpg) 0 0 no-repeat;
	margin-bottom: 5px;
} 

#db_btns {
	width: 775px;
	height: 60px;
	margin-bottom: 5px;
} 

#splash_content {
	width: 433px;
	padding: 0px 0 0 334px;
	height: 210px;
	display: block;
}

#splash_content p {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 12px 0 5px 7px;
	line-height: 15px;
}

#splash_content a {
	font-size: 16px;
	font-weight: bold;
	color: yellow;
	margin: 0;
	line-height: 15px;
}

a#download_btn {
	width: 202px;
	height: 50px;
	display: block;
	margin-left: 334px;
	background: url(images/download_buy_btns.gif) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
}
a#download_btn:hover {
	background: url(images/download_buy_btns.gif) left bottom no-repeat;
}
* html a#download_btn {
	display: inline;
}
a#download_btn_white {
	width: 202px;
	height: 50px;
	display: block;
	margin-left: 334px;
	background: url(images/download_buy_btns_white.gif) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
}
a#download_btn_white:hover {
	background: url(images/download_buy_btns_white.gif) left bottom no-repeat;
}
* html a#download_btn_white {
	display: inline;
}
a#buy_btn {
	width: 201px;
	height: 50px;
	display: block;
	background: url(images/download_buy_btns.gif) right top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 30px;
}
a#buy_btn:hover {
	background: url(images/download_buy_btns.gif) right bottom no-repeat;
}
a#buy_btn_white {
	width: 201px;
	height: 50px;
	display: block;
	background: url(images/download_buy_btns_white.gif) right top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 30px;
}
a#buy_btn_white:hover {
	background: url(images/download_buy_btns_white.gif) right bottom no-repeat;
}
.hp_box {
	float: left;
	background: #FFFFFF url(images/hp_box_bg.jpg) 0 0 no-repeat;
	margin-right: 5px;
	width: 255px;
	min-height: 195px;
	height:auto !important;
   height:195px;
}
* html .hp_box {
	position: relative;
}

.hp_ttl {
	margin: 17px 0 19px 47px;
	clear: both;
}
.hp_box p {
	margin: 0;
	padding: 0 8px 10px 10px;
	line-height: 15px;
}

.hp_box_news {
	float: left;
	background: #FFFFFF url(images/box_latestversion.gif) 0 0 no-repeat;
	margin-right: 5px;
	width: 255px;
	min-height: 95px;
	height:auto !important;
   height:95px;
}
* html .hp_box_news {
	position: relative;
}

.hp_ttl_news {
	margin: 17px 0 19px 47px;
	clear: both;
}
.hp_box_news p {
	margin: 0;
	padding: 45px 8px 10px 10px;
	line-height: 15px;
}

.hp_box_large {
	float: left;
	background: #FFFFFF url(images/hp_box_bg_large.gif) 0 0 no-repeat;
	margin-right: 5px;
	width: 775px;
	min-height: 115px;
	height:auto !important;
   height:115px;
}
* html .hp_box_large {
	position: relative;
}

.hp_box_large p {
	margin: 0;
	padding: 5px 8px 10px 10px;
	line-height: 15px;
}

.hp_box_full {
	float: left;
	background: #FFFFFF url(images/box_large.gif) 0 0 no-repeat;
	margin-right: 5px;
	width: 775px;
	min-height: 115px;
	height:auto !important;
   height:115px;
}
* html .hp_box_full {
	position: relative;
}

.hp_box_full p {
	margin: 0;
	padding: 45px 8px 10px 10px;
	line-height: 15px;
}

.hp_box_why {
	float: left;
	background: #FFFFFF url(images/box_large_2.gif) 0 0 no-repeat;
	margin-right: 5px;
	width: 775px;
	min-height: 115px;
	height:auto !important;
   height:115px;
}
* html .hp_box_why {
	position: relative;
}

.hp_box_why p {
	margin: 0;
	padding: 45px 8px 10px 10px;
	line-height: 15px;
}

.hp_box_look {
	float: left;
	background: #FFFFFF url(images/box_large_3.gif) 0 0 no-repeat;
	margin-right: 5px;
	width: 775px;
	min-height: 115px;
	height:auto !important;
   height:115px;
}
* html .hp_box_look {
	position: relative;
}

.hp_box_look img {
	border: 0;
}
.hp_box_look p {
	margin: 0;
	padding: 45px 8px 10px 10px;
	line-height: 15px;
}

.hp_box_left {
	float: left;
	background: #FFFFFF url(images/box_moreinfo.gif) 0 0 no-repeat;
	margin-right: 5px;
	width: 515px;
	min-height: 95px;
	height:auto !important;
   height:95px;
}
* html .hp_box_left {
	position: relative;
}

.hp_ttl_left {
	margin: 17px 0 19px 47px;
	clear: both;
}
.hp_box_left p {
	margin: 0;
	padding: 35px 8px 10px 10px;
	line-height: 15px;
}
#feats {
	padding: 0;
	margin: 0;
	list-style: none;
}
#feats li {
	padding: 0 8px 15px 29px;
	background: url(images/feat_li_tr.gif) 7px 3px no-repeat;
	line-height: 15px;
}
#featsf {
	padding: 0;
	margin: 0;
	list-style: none;
}
#featsf li {
	padding: 0 8px 15px 29px;
	background: url(images/feat_li_tr.gif) 7px 3px no-repeat;
	line-height: 15px;
}
#featsff {
	padding: 0;
	margin: 0;
	list-style: none;
}
#featsff li {
	padding: 0 8px 15px 29px;
	background: url(images/feat_li_tr.gif) 7px 3px no-repeat;
	line-height: 15px;
	min-height: 85px;
}
#featsff div {
	float: left;
	width: 600px;
	margin-right: 35px;
	position: relative;
	vertical-align: top;
}
.date {
	font-weight: bold;
	padding-left: 20px;
	background: url(images/date_bg.gif) 0 0 no-repeat;
}
.page_ttl {
	height: 38px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 0 0 12px 0;
	background: url(images/h2_bg.gif);
	border: 1px solid #2d83da;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
#subnav {
	position: absolute;
	top: 2px;
	right:10px;
	text-align: right;
	font-size: 13px;	
}
#subnav ul {
	padding: 8px 0 0 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#subnav li {
	float: left;
	margin: 8px 7px 0 0;
}
#subnav li a {
	padding-right: 7px;
	background: url(images/subnav_bg.gif) top right no-repeat;
	text-decoration: none;
	float: left;
}
#subnav li a:hover {
	color: #FF6705;
}
#subnav li a span {
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 7px;
	display:block;
	background: url(images/subnav_bg.gif) left top no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
}
* html #subnav li a span {
	width: 20px;
	white-space: nowrap;
}
#subnav li a:hover span {
	color: #FF6705;
}
/* buttons in features */
#subnavf {
	position: relative;
	top: 2px;
	right: 10px;
	text-align: right;
	font-size: 13px;
}
#subnavf ul {
	padding: 0px 0 0 5px;
	margin: 0;
	list-style: none;
	display: inline;
}
#subnavf li {
	float: left;
	margin: 0 0px 8px 3px;
}
#subnavf li a {
	padding-right: 7px;
	background: url(images/subnavf_bg.gif) top right no-repeat;
	text-decoration: none;
	float: left;
}
#subnavf li a:hover {
	color: #FF6705;
}
#subnavf li a span {
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 5px;
	display:block;
	background: url(images/subnavf_bg.gif) left top no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
}
* html #subnavf li a span {
	width: 20px;
	white-space: nowrap;
}
#subnavf li a:hover span {
	color: #FF6705;
}
/* --- */
.screenshots {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	background: url(images/screens_box_bg.gif) bottom repeat-x;
	min-height: 215px;
	height:auto !important;
   height: 215px;
	position: relative;	
}
.screenshots h1 {
	margin: 0;
	padding: 10px 0;
	font:bold 14px "Century Gothic", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #0055ab;
}
.screen {
	float: left;
	width: 247px;
	margin-right: 15px;
	text-align: right;
}
.screen img {
	margin-bottom: 3px;
}
a.zoom {
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 25px;
	margin-top: 5px;
	background: url(images/zoom_bg.jpg) 0 0 no-repeat;
}

/*   ----------------   FOOTER   ----------------   */
 
#footer{
 height:35px; 
 background: url(images/footer_bg.gif) 0 0 no-repeat;
 color: #FFFFFF;
 margin-top: 5px;
 padding: 8px 0 0 26px;
 clear:both;
 } 
 
 #footer a {
   color:#FFFFFF;
 	text-decoration: none;
 }
 #footer:hover {
 text-decoration: none;
 }


 
 /* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

