/*
 main style css
*/

body {
	margin: 0;
	padding: 0;
/*	background: #efeffe url(../images/header_bg.gif) repeat-x left top;*/
	background-color:#eef;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 16px;
	color: #5A5A5A;
}

h1, h2, h3 {
	margin: 0;
	text-transform: normal;
	font-weight: bold;
	color: #555;
}

h1 { font-size: 32px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #6E99DD;text-decoration: none; }

a:hover { text-decoration:underline; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}


.head_nav{
	color:#AA3300;
	font-size:16px;
	font-weight:bold;

	position:absolute;
	top:175px;	
	left:250px;
}
/* Header */

#header-wrapper {
}

#header {
	background:url('../images/menu_bg.gif') repeat-x;
	width: 940px;
	height: 36px;
	margin: 0 auto;
	padding-top: 10px;
}

/* Menu */

#menu {
	float: left;
	width: 680px;
	height: 43px;
	background: url(../images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 13px 20px 0px 20px;
	/*background: url(../images/img02.gif) no-repeat left top;*/

	text-decoration: none;
	text-align: center;
	/*text-transform: capitalize;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #55;
}

#menu a:hover { 
	text-decoration: none; 
	color: #eee;
}
#menu .current{
	text-decoration:underline;
	color:#6E99DD;
}
#menu .current a {
}

#menu .first {
}
/* Search */

#search {
	float: right;
	width: 250px;
	padding-right:10px;

}

#search form {
	float: right;
	margin: 0;
	padding: 11px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#keywords {
	width: 190px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #FFFFFF;

}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
}


/** LOGO */

#logo {
	width: 940px;
	height: 70px;
	margin: 0 auto;
	background-color:#fff;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	color: #0a690c;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #A8A8A8;
}

#logo h1 {
	padding-top: 10px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #A8A8A8;
}

#logo h1 a {
	text-decoration: none;
	color: #0a690c;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 680px;
	padding: 10px 20px;
}

#content-wide-top {
	background:url("../images/bg_top.png") no-repeat scroll 0 0 transparent;
	clear:both;
	height:9px;
	margin:0 auto;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	width:100%;
}
#content-wide{
	background-image: url("../images/bg_middle.png");
	float:none;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}
#content-wide-bottom {
	background:url("../images/bg_bottom.png") no-repeat scroll 0 0 transparent;
	height:12px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
#content-wide-inner{
	margin:0px 20px;
	padding:10px 0;
}

.seperator{
	clear:both;
	border-bottom: solid 1px #bbccbb;
}


/* product*/

.product {
	margin-bottom: 15px;
	padding-top: 10px;
	min-height: 50px;
	/*border:solid 1px #ddd;*/
	/*padding:10px;*/
}

.product .product-left{
	width:130px;
	height:130px;
	text-align: center;
	vertical-align:middle;
	float:left;

}
.product .product-left IMG{
	vertical-align: middle;
}


.product .product-right{

	float:left;
	padding-left:25px;
	width:740px;
}
.product .product-brief{
	min-height: 130px;
}

.product .product-excerpt{
	display: none;
	height:1px;
	
}


.product .title {
	height: 44px;


}

.product .title a {
	text-decoration: none;
	text-transform: capitalize;

	/*color: #333;*/
}



/* sidebar-products*/
.sidebar-products{

	padding: 5px;
}


/* Sidebar */
#sidebar {

	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	min-height:500px;
	width:210px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 5px 0px;
	padding: 3px;
	height:18px;
	overflow:hidden;
	/*background: #efe;*/
}

#sidebar li a:hover{
	background-color:#f3f3f3;
}

#sidebar .news{
	font-size:16px;
	height:100%;
	padding-bottom:8px;
	text-decoration:underline;	
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px solid #E9E8DD;
	background: url(../images/img08.gif) no-repeat left 18px;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	color: #7A7A7A;/*#808080;*/
}

#sidebar li li a:hover {
	color: #0a690c;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	
	/*background: url(../images/img05.gif) repeat-x left top;*/
	color:#446AC9;
	font-size:18px;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:6px 0 4px 0;
/*	text-transform:capitalize;*/
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}


#sidebar_ad{
	min-height: 210px;
/*	background-color:#fafafa;*/
}



/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: #E1E1E1;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 20px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 12px;
}

#footer a {
}

#footer .links{
	width: 100%;
	padding-top: 20px;
	height: 30px;
	text-align:center;
}

#footer .links a {
	/*display: block;*/
	/*float: left;*/
	height: 20px;
	margin: 0;
	padding: 3px 10px 0px 10px;
	background: url(../images/img02.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#footer .links a:hover { 
	text-decoration: none; 
	color: #000;
}

/* round holder*/
.holder{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 3px 5px;
}
.top_line {
	background:url("../images/common/corner_top_left.gif") no-repeat scroll left center transparent;
	height:5px;
	overflow:hidden;
}
.top_line .wrap {
	background:url("../images/common/corner_top_right.gif") no-repeat scroll right center transparent;
	height:5px;
	overflow:hidden;
}

.top_line .line {
	border-top:1px solid #CCCCCC;
	height:4px;
	margin:0 5px;
	overflow:hidden;
}

.bottom_line  {
	background:url("../images/common/corner_bottom_left.gif") no-repeat scroll left center transparent;
	height:5px;
	overflow:hidden;
}
.bottom_line .wrap {
	background:url("../images/common/corner_bottom_right.gif") no-repeat scroll right center transparent;
	height:5px;
	overflow:hidden;
}

.bottom_line .line {
	border-bottom:1px solid #CCCCCC;
	height:4px;
	margin:0 5px;
	overflow:hidden;
}

/*cleared*/
.cleared {
	clear:both;
}

/*home page tips and new release*/
.news-tips{
	width: 100%;
	min-height: 100px;
	padding-bottom:15px;
}

.news-tips .tips{

}
.news-tips .adv{
	width: 490px;
	float: right;
	height: 80px;
	text-align: center;
	vertical-align:middle;
}
.news-tips .news{
	width: 430px;
	height: 80px;
	float:left;
}

div.download{
	width: 100%;
	background: #f6f6f6;
}
div.download .row{
	height:14px;
	padding: 10px 5px;
	background: #fff;
}

div.download .header{
	height:14px;
	padding: 10px 5px;
	background: #666;
	color: #fff;
	font-weight: bold;
}


div.download .hline{
	height: 1px;
	clear:both;
	background: #eee;

}
div.download .row .col-version, .header .col-version{
	width: 30%;
	float: left;
	padding-left:10px;
	
}
div.download .row .col-filesize,.header .col-filesize{
	float: left;
	width: 45%;
}

div.download .row .col-url,.header-url{
	width: %20;
	min-width: 80px;
	float: left;
}

div.download .language{
	background:#ededed;
	padding:5px;
}


/* new product page */
#content_banner {
	margin-bottom:20px;
	padding-left:50px;
	padding-right:52px;
	text-align:center;
}

#content_banner h1 {
	font-size:26px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	color:#3d3d3d;
}
#content_banner P {
	font-size:14px;
	line-height:1.5;
	margin:5px 0;
	text-align:center;
}

#content_banner .donate{
	font-size:16px;
	font-weight: bold;
}

#screenshots {
	margin-top:15px;
	text-align:center;
}

#screenshots img {
	
	padding:5px;
}




.product .title-header{
	height:64px;
}
.product .title-icon{
	width:42px;
	float:left;
}

.product .title-icon IMG{
	max-width:42px;
	max-height:42px;
}

.product .title-title{
	float:left;
	padding-left:20px;
	padding-top:10px;
}
.product .entry .more-buy-down{
	height:45px;
	text-align: right;
	
	
}

.product .entry .more-buy-down span{
	padding: 5px 10px;
}

#contactForm {
}

#contactForm  input, #contactForm  textarea{
	width: 350px;
}

.upload_image{
	max-width:640px; width: expression(this.width > 640 ? 640: true);
}