html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #6b6b6b url(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: 12px;
	color: #000000;
} 
 a {
 	color: #0055ab;
	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(header_bg.jpg);
 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;
	background: url(logo.jpg) right bottom no-repeat;
}
#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(nav_bg.gif) top right no-repeat;
	text-decoration: none;
	float: left;
}
#nav li a:hover, #nav .active {
	background: url(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(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(nav_bg.gif) left bottom no-repeat;
}
#nav li a active {
	background: url(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(splash_bg.jpg) 0 0 no-repeat;
	margin-bottom: 5px;
} 

#db_btns {
	width: 100%;
	height: 32px;
	margin-bottom: 8px;
}  

#splash_content {
	width: 433px;
	padding: 48px 0 0 334px;
	height: 162px;
	display: block;
}

#splash_content p {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 12px 0 5px 7px;
	line-height: 15px;
}
a#download_btn {
	width: 202px;
	height: 50px;
	display: block;
	margin-left: 160px;
	background: url(download_buy_btns.gif) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
}
a#download_btn:hover {
	background: url(download_buy_btns.gif) left bottom no-repeat;
}
* html a#download_btn {
	display: inline;
}
a#download_btn_white {
	width: 152px;
	height: 36px;
	display: block;
	margin-left: 270px;
	background: url(download_buy_btns_white.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
}
a#download_btn_white:hover {
	background: url(download_buy_btns_white.png) left bottom no-repeat;
}
* html a#download_btn_white {
	display: inline;
}
a#download_btn_white_down {
	width: 152px;
	height: 36px;
	display: block;
	margin-left: 0px;
	background: url(download_buy_btns_white.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
}
a#download_btn_white_down:hover {
	background: url(download_buy_btns_white.png) left bottom no-repeat;
}
* html a#download_btn_white_down {
	display: inline;
}
a#buy_btn {
	width: 202px;
	height: 50px;
	display: block;
	background: url(download_buy_btns.gif) right top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 10px;
}
a#buy_btn:hover {
	background: url(download_buy_btns.gif) right bottom no-repeat;
}
a#buy_btn_white {
	width: 152px;
	height: 36px;
	display: block;
	background: url(download_buy_btns_white.png) right top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 10px;
}
a#buy_btn_white:hover {
	background: url(download_buy_btns_white.png) right bottom no-repeat;
}
a#buy_btn_white_buy {
	width: 152px;
	height: 36px;
	display: block;
	background: url(download_buy_btns_white.png) right top no-repeat;
	text-indent: -9999px;
	float: left;
	margin-left: 0px;
}
a#buy_btn_white_buy:hover {
	background: url(download_buy_btns_white.png) right bottom no-repeat;
}
.hp_box {
	float: left;
	background: #FFFFFF url(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_large {
	float: left;
	background: #FFFFFF url(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_left {
	float: left;
	background: #FFFFFF url(hp_box_bg_left.jpg) 0 0 no-repeat;
	margin-right: 5px;
	width: 515px;
	min-height: 195px;
	height:auto !important;
   height:195px;
}
* html .hp_box_left {
	position: relative;
}

.hp_ttl_left {
	margin: 17px 0 19px 47px;
	clear: both;
}
.hp_box_left p {
	margin: 0;
	padding: 0 8px 10px 10px;
	line-height: 15px;
}

.learn_more {
	margin: 0;
	padding: 0 0 10px 0;
	clear: left;
}
.learn_more a {
	color: #ff6705;
	text-decoration: underline;
	margin-left: 188px;	
}
.learn_more a:hover {
	text-decoration: none;
}
#feats {
	padding: 0;
	margin: 0;
	list-style: none;
}
#feats li {
	padding: 0 8px 15px 29px;
	background: url(feat_li_tr.gif) 7px 3px no-repeat;
	line-height: 15px;
}
#rss {
	float: right;
	margin: 10px 10px 0 0;
}
.date {
	font-weight: bold;
	padding-left: 20px;
	background: url(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(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;
	
}
#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(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(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;
}
.screenshots {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	background: url(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(zoom_bg.jpg) 0 0 no-repeat;
}

/*   ----------------   FOOTER   ----------------   */
 
#footer{
 height:35px; 
 background: url(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 */  

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 700px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.submit{
	background: transparent;
	border: 1px solid #000000;
	padding: 0px;
	background-color:#FF8D23;
	color:white;
}
textarea {
	border: 1px solid #000000;
}

input, select {
	border: 1px solid #000000;
}