/* 
----------------------------
Main Styles
----------------------------
*/
html, body {
	height:90%;
}
body{
	background:  url(images/bak.gif) repeat;
	background-position: center top;
	color: #000001;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
}


.style1 {color: #FF0000}
.style2 {color: #000000;
font-size:13px}


#wrap1{
	width: 950px;
	height: 100%;
	padding:0;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#white {
	background-color:#FFFFFF;
}

#header{
	background: url(images/header1.gif);
}
#header img{
	float:right;
}
a, a:visited {
	color:#2687C5;
}
a:hover{
	color:#00619F;
}
h1 {
	margin:0;
	padding:0;
	font: bold 24px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	color:#C52929;
}

h2 {
	margin:0;
	padding:0;
	font-size:14px;
	font: Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	color:#000000;
}

.red18{
	font: bold 18px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	color:#C52929;
}
/* 

/* 
----------------------------
Content Styles
----------------------------
*/
.content {
	margin: 10px;
	font-size: 11px;
	line-height:13px;
}
.content li{
	padding: 7px;
	font-size: 11px;
	line-height:13px;
}
.content ul ul li{
	padding: 0px;
	font-size: 11px;
	line-height:13px;
}
.title {
	text-align:left;
	padding: 0 0 7px 0;
 	border-bottom: 1px solid #DBDBDB;
}
/*.title img{
	float:left;
	border-right: 1px solid #F1F2ED;
	margin: 0 5px 0 0;
}
.title h1{
	padding:5px 0 0 0;
}
*/
.title h1{
	padding:5px 0 0 10px;
}
.title img{
	float:right;
	border-left: 1px solid #DBDBDB;
	margin: 0 5px 0 0;
}

.sub-header {
	text-align:left;
	padding: 3px 0 0 0;
 	border-bottom: 1px solid #DBDBDB;
}
.sub-header img{
	float:right;
	border-left: 1px solid #DBDBDB;
	margin: 2px 0 0 0;
}
.sub-header h2{
	padding:0 0 0 8px;
	font: bold 18px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	margin:0;
	color:#C52929;
}
.txtbox { 
	 border-right: #cbced5 1px solid; 
     border-top: #cbced5 1px solid; 
     font-size: xx-small; 
     border-left: #cbced5 1px solid; 
     color: #0C7CD2; 
     border-bottom: #cbced5 1px solid; 
     font-family: verdana;  
	 width: 120px;
}
.txtbox2 { 
	 border-right: #cbced5 1px solid; 
     border-top: #cbced5 1px solid; 
     font-size: xx-small; 
     border-left: #cbced5 1px solid; 
     color: #0C7CD2; 
     border-bottom: #cbced5 1px solid; 
     font-family: verdana;  
	 width: 350px;
}
/* 
----------------------------
Content Styles
----------------------------
*/
a#login {
	position:absolute;
	margin:5px 8px 5px 660px;
	text-indent:-5000px;
	width:82px;
	height:17px;
	font-size:11px;
	background:url(images/hb_login.gif) no-repeat 0 0;
	text-decoration: none;
}
a#login:hover {background-position:0 -17px;}
a#login:active {background-position:0 -34px;}
a#register {
	position:absolute;
	margin:23px 8px 5px 660px;
	text-indent:-5000px;
	width:82px;
	height:17px;
	font-size:11px;
	background:url(images/hb_register.gif) no-repeat 0 0;
	text-decoration: none;
}
a#register:hover {background-position:0 -17px;}
a#register:active {background-position:0 -34px;}
a#shoppingcart {
	position:absolute;
	margin:41px 8px 5px 660px;
	text-indent:-5000px;
	width:82px;
	height:17px;
	font-size:11px;
	background:url(images/hb_shoppingcart.gif) no-repeat 0 0;
	text-decoration: none;
}
a#shoppingcart:hover {background-position:0 -17px;}
a#shoppingcart:active {background-position:0 -34px;}
/* 
----------------------------
News
----------------------------
*/
.news {
	border-bottom: 3px solid #F1F2ED;
}
.news h3 {
	background-color:#f5f5f5;
	margin:5px;
	padding:3px;
	font-size: 10px;
	color: #666666;
}
.news img {
	float:inherit;
	margin:9px 5px 0 10px;
}
.news2 p{
	margin:3px 3px 3px 10px;
	font-size: 11px;
	color: #666666;
}
.news p{
	margin:4px 10px 10px 10px;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.news-date{
	float:left;
	margin: 0 20px 0 0;
}
.news-date .top{
	width: 58px;
	height: 34px;
	background: url(images/date-top.gif) no-repeat;
	text-align:center;
	font: bold 11px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	color:#747474;
}
.news-date .top p{
	margin:0;
	padding:18px 0 0 5px;
	letter-spacing: 2px;
}
.news-date .mid{
	width: 58px;
	height: 17px;
	background: url(images/date-mid.gif) no-repeat;
	text-align:center;
	font: bold 11px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	letter-spacing: 2px;
	color:#939393;
}
.news-date .mid p{
	margin:0;
	padding:1px 0 0 4px;
}
.news-date .bot{
	width: 58px;
	height: 38px;
	background: url(images/date-bot.gif) no-repeat;
	text-align:center;
	font: bold 24px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	color:#939393;
}
.news-date .bot p{
	margin:0;
	padding:0 0 0 1px;
}
/* 
----------------------------
Product Info
----------------------------
*/
.product-header{
	margin: 4px 0 0 0;
	padding: 0;
	border-bottom: 1px dotted #626362;
}
.product-header h1 {
	margin:5px 0 0 0;
	padding:2px;
	font: bold 16px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	color:#C52929;
}
.product-header .set{
	line-height:13px;
	margin: 0;
	padding: 0;
}
.product-header ul{
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
}
.product-header li{
	margin: 0;
	padding:0 15px 0 0;
	text-align:left;
}
.product-header li a{
	color:#0067A8;
}
.product-header li a:hover{
	color:#DB5C5C;
}
.product-header h3{
	margin:0;
	text-align:left;
	font-size: 11px;
	line-height:13px;
	font-weight: normal;
}
.product-header img{
	float: left;
	padding: 0px 15px 5px 5px;
}
.product ul{
	margin: 20px 0 20px 0;
	padding: 0;
}
.product img{
	text-align:center;
	padding:10px;
}
.product li {
	margin: 8px 0px 20px 15px;
	line-height: 13px;
	background: url(images/arrow1.gif) no-repeat;
	padding: 0px 0px 0px 15px;
	list-style:none;
}
.product li h4{
	margin: 0;
	padding:0;
	font-size: 11px;
	font-weight:bold;
	line-height:13px;
}
.product li h4 a{
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
	color:#0067A8;
}
.product li h4 a:hover{
	color:#DB5C5C;
	font-size: 11px;
}
/* 
----------------------------
Screenshots / TOC
----------------------------
*/
.screenshots{
	width:450px;
	height: 120px;
	margin:auto;
	padding:10px;
	border-bottom: 1px dotted #DBDBDB;
	clear:both;
}
.screenshots img{
	float: left;
	margin: 5px 25px 5px 5px;
}
.screenshots p{
	padding:0;
	margin:0;
	vertical-align:middle;
	text-align:left;
}
.toc {
	padding: 10px;
	border-bottom: 1px solid #DBDBDB;
}
.toc ol li{
	padding: 10px;
}
/* 
----------------------------
Horz Menu - Trans Menu
----------------------------
*/
#wrap {
    width:100%;
	background-image:url(images/menu.jpg);
    }
#menu {
    background: url(images/bg.gif) repeat-x;
    padding:4px 0;
    width:100%;
    }
#menu a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
    }
#menu a.hover {
    background:#E4E4DC;
	color:#000000;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
/* 
----------------------------
ads
----------------------------
*/
.ads{
	margin: 20px 0 20px 0;
	text-align:center;
}
/* 
----------------------------
2 two Column Layout
----------------------------
*/
#leftcontent {
	margin: 0;
	width: 549px;
	float:left;
	background-color:#fff;
}
#rightcontent {
	margin: 0;
	width:400px;
	float:left;
	background-color:#fff;
}
#fullcontent {
	margin: 0;
	width:100%;
	float:left;
	background-color:#fff;
}
.clear {
	clear: both;	
}
/* 
----------------------------
VertMenu
----------------------------
*/
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
}
#nav .head {
	height:30px;
	display: block;
	text-decoration: none;
	background: #F1F2ED;
	border-bottom: 1px solid #E4E4DC;
	border-top: 1px solid #F1F6FF;
	border-right: 1px solid #E4E4DC;
	border-left: 5px solid #E4E4DC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#nav .head img{
	text-align:center;
	padding:2px 0 5px 12px;
}
#nav {
	margin-bottom: 1em;
}	
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}

#nav li span#configParent, #nav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}

#nav li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #E4E4DC;
	border-top: 1px solid #F1F6FF;
	border-right: 1px solid #E4E4DC;
	border-left: 5px solid #E4E4DC;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 140px;
}
#nav #active{
	background: #E0F2FF;
	border-left: 5px solid #fff;
}
#nav li a:hover {
	background: #F5F5F5;
	border-left: 5px solid #fff;
}

#nav li li span { /* used for un-linked menu items */
	padding: 4px 8px 4px 20px;
}

#nav li li a {
	padding: 6px 8px 6px 20px;
}


#nav2, #nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav2 .head {
	height:30px;
	display: block;
	text-decoration: none;
	background: #F1F2ED;
	border-bottom: 1px solid #E4E4DC;
	border-top: 1px solid #F1F6FF;
	border-right: 1px solid #E4E4DC;
	border-left: 5px solid #E4E4DC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#nav2 .head img{
	text-align:center;
	padding:2px 0 5px 12px;
}
#nav2 {
	margin-bottom: 1em;
}	
#nav2 li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav2 li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}

#nav2 li span#configParent, #nav2 li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}

#nav2 li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #F1F2ED;
	border-bottom: 1px solid #E4E4DC;
	border-top: 1px solid #F1F6FF;
	border-right: 1px solid #E4E4DC;
	border-left: 5px solid #E4E4DC;
}
#nav2 #active{
	background: #E0F2FF;
	border-left: 5px solid #fff;
}
#nav2 li a:hover {
	background: #F5F5F5;
	border-left: 5px solid #fff;
}

#nav2 li li span { /* used for un-linked menu items */
	padding: 4px 8px 4px 20px;
}

#nav2 li li a {
	padding: 6px 8px 6px 20px;
}



#nav3, #nav3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav3 .head {
	height:30px;
	display: block;
	text-decoration: none;
	background: #F1F2ED;
	border-bottom: 1px solid #E4E4DC;
	border-top: 1px solid #F1F6FF;
	border-right: 1px solid #E4E4DC;
	border-left: 5px solid #E4E4DC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#nav3 .head img{
	text-align:center;
	padding:2px 0 5px 12px;
}
#nav3 {
	margin-bottom: 1em;
}	
#nav3 li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav3 li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #666;
}

#nav3 li span#configParent, #nav3 li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}

#nav3 li a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #F1F2ED;
	border-bottom: 1px solid #E4E4DC;
	border-top: 1px solid #F1F6FF;
	border-right: 1px solid #E4E4DC;
	border-left: 5px solid #E4E4DC;
}
#nav3 #active{
	background: #E0F2FF;
	border-left: 5px solid #fff;
}
#nav3 li a:hover {
	background: #F5F5F5;
	border-left: 5px solid #fff;
}

#nav3 li li span { /* used for un-linked menu items */
	padding: 4px 8px 4px 20px;
}

#nav3 li li a {
	padding: 6px 8px 6px 20px;
}


#oN {
	background-color: #E0E9E9;
}
#oN:hover {
	background-color: #C6DCDC;
}
/* 
----------------------------
Download Area
----------------------------
*/
.download {
	margin:1px;
	padding:5px;
	background-color:#63a8e1;
	border: 1px solid #F1F2ED;
}
.download ul {
	padding:0 0 0 15px;
	margin:10px 5px 15px 5px;
}
.download li{
	line-height:16px;
	border-bottom:1px dotted #cccccc;
}
.download .buynow{
	width:125px;
	margin:auto;
	padding:5px;
	background-color:#52BD08;
	border: 1px solid #F1F2ED;
	text-align: center;
}
.download .buynow:hover{
	background-color:#3590CC;
}
.download .buynow a{
	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.download .buynow a:hover{
	text-decoration: underline;

}
/* 
----------------------------
Demo
----------------------------
*/
.demo{
	float: left;
	padding: 5px;
	width: auto;
}
.demo h3{
	text-align:left;
	border-bottom:1px solid #DBDBDB;
	font-size: 18px;
	color: #777777;
}
.demoshowcase{
	float: left;
	padding: 5px;
	width:520px;
}
.demoshowcase h3{
	text-align:left;
	border-bottom:1px solid #DBDBDB;
	font-size: 18px;
	color: #777777;
}
/* 
----------------------------
Showcase Small
----------------------------
*/
.showcase-small{
	width: 100%;
	background: url(images/product-layout-small.gif) no-repeat;
	height: 100px;
}
.showcase-small h2 {
	margin: 0 0 0 95px;
	padding: 5px;
	font: bold 18px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	color:#0067A8;
}
.showcase-small h3 {
	margin:  0px 15px 7px 105px;
	font: 14px Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, serif;
	height: 26px;
	color:#777;
}
.showcase-small ul{
	display:block;
	margin-right: 15px;
}
.showcase-small li{
	display: inline;
	float: right;
	list-style-type: none;
	padding: 5px 15px 5px 15px;
}
.showcase-small li img{
	float: left;
	margin: 1px 0 0 0;
	padding:0 8px 0 0;;
}
.showcase-small a{
	color: #B78889;
}
.showcase-small a:hover{
	color: #B78889;
	background: #DFEEFF;
}
.sho-img-small {
	height: 0px;
	width: 95px;
	float:left;
	margin: 28px 0 0 0;
	text-align:center;
}
/* 
----------------------------
Right Column
----------------------------
*/
#rt-pad {
	padding:15px 5px 5px 5px;
	
}
/* 
----------------------------
Left Column
----------------------------
*/
#lt-pad {
	padding:10px;
}
/* 
----------------------------
Footer
----------------------------
*/

.spacer {
    height: 100%;
}
* html .spacer {
	height: 58%;
}
#footer {
	position:relative;
	margin:0;
	clear:both;
	width: 950px;
	height:62px;
	text-align:center;
	background-color:#FFFFFF;
	color:#fff;
}
#footer p{
	padding: 15px 0 0 0;
	color:#999999;
}
