/* CSS Document */

* { margin: 0; padding: 0; }

body,html {
	background:#FFF url(../images/bk_body.jpg) top left;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
}

p {
margin:0;
margin-bottom:0.7em;
}

ul { list-style: none; }

a { color:#CC3300;
	text-decoration:none; 
	}
a:hover { 
	text-decoration:underline;
	}
a:focus, input:focus { 
	outline:none; 
}
img {
	border:none;
}

h2 {

	font-size:20px;
	color:#8DB14D;
	margin:15px 0 10px;
	clear:both;
	display:block;
	font-weight:normal;
}

/* --- layout --- */

#wrapper{
    background:url(../images/bk_wrapper.jpg) 0 0 repeat-x;
	
}

#container{
    width:890px;
	margin:0 auto;
}

#header {
	height:241px;
}

#content {
	padding-top:10px;
}

#footer {
	border-top:3px solid #ddd;
	padding:10px 0 35px;
	margin-top:30px;
	font-size:11px;
	color:#666;
	width:890px;
	
}

/*--------------- header content -------------*/



#topMenu{
	float:left;
	margin-top:21px;
	margin-left:-14px;
}

#topMenu  li {
    float:left;
	}
	
#topMenu li a {
	display:block;
	text-decoration:none;
	padding:0 16px 8px;
	color:#bbb;
	background:url(../images/bk_nav_border.jpg) 100% 100% no-repeat;
	font-size:11px;
	text-transform:uppercase;
	}

#topMenu li a:hover, #topMenu ul li a.selected{
	text-decoration:none;
	color:#FFF;
	}
	
/* -- header text -- */

#textTop {
    float:right;
	padding-right:30px;
	width:430px;
	margin-top:25px;
	color:#A0A0A0;
	margin-bottom:25px;
}

* html #textTop {
	margin-top:70px;
}

#textTop h1 {
	font-size:20px;
	padding:4px 0 8px;
	font-weight:normal;
	color:#efefef;
}

#textTop2 {
    clear:both;
	padding:7px 0 10px 0;
	font-size:16px;
	border-top:1px dashed #3F3F3F;
	color:#A0A0A0;
	
}

#textTop2 .priceTop {
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:bold;
	color:#98CF2E;
}

/* -- logo --*/

#logo {
	width:380px;
	height:143px;
	clear:left;
	float:left;
}

#logo h1{
	padding:0;
	margin:0;
}

#logo h1 a, #logo h1 a:hover{
	background:transparent url(../images/logo.jpg) left 2px no-repeat;
	width:380px;
	height:143px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

/*-- CONTENT --*/

.theme {
    float:left;
	padding:20px 0;
	padding-right:55px;
	border-bottom:1px dashed #CACACA;
	width:260px;
}

.last {
	padding-right:0;
}

.theme img {
    padding:9px;
        background-color:#D3DFE4;
	border:1px solid #C4D4DB;
}

.theme img:hover {
	background-color:#E0E0E0;
	border:1px solid #E0E0E0;
}

.butAction, .butActionOff{
   display:block;
   width:90px;
   height:28px;
   background:url(../images/but_action.jpg) 0 0 no-repeat;
   text-indent:-9999px;
   float:left; 
}

.butActionOff {
    background:url(../images/but_action_off.jpg) 0 0 no-repeat;
}

.butBuy, .butBuyOff {
   display:block;
   width:60px;
   height:28px;
   background:url(../images/but_buy.jpg) 0 0 no-repeat;
   text-indent:-9999px;
   float:left;
  
}

.butBuyOff {
    background:url(../images/but_buy_off.jpg) 0 0 no-repeat;
}

.price {
   float:left;
   width:80px;
   color:#666;
   padding-top:8px;
}

.price span {
   font-size:18px;
   font-weight:bold;
   color:#333;
}

.buttons {
   float:left;
   padding-left:23px;
   padding-top:6px;
}

.whoItems {
	margin-top:15px;
}

.whoItems li {
   padding:5px 0;
   padding-left:30px;
   background:url(../images/bullet_list.jpg) 0 50% no-repeat;
   font-style:italic;
   
}

.butDownload {
   display:block;
   width:97px;
   height:28px;
   background:url(../images/but_download.jpg) 0 0 no-repeat;
   text-indent:-9999px;
   float:left; 
   margin-top:15px;
}

.copy {

	float:left;
}

.author {
   float:right;
}


#centralContent {
float:left;
width:730px;
}

#sideBox {
float:left;
margin-left:0;
width:130px;
padding-top:15px;
}
.adFWJ h2 {
background: url(../images/logo_blue.gif) top left;
width:164px;
height:36px;
display:block;
text-indent:-999em;
margin-bottom:20px;
}
.adFWJ h2 a {
width:164px;
height:36px;
display:block;
}
.adFWJ h3 {
font-size:12px;
font-weight:bold;
margin-bottom:0.7em;
}

/* ----- clearing ----------- */

.clear {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	line-height: 1px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: block; 
	width: 0;
}
 
* html .clearfix {
/* Hides from IE-mac \*/
height: 0;
/* End hide from IE-mac */
}

.hide {
 visibility:hidden;
 overflow:hidden;   
 display:none; 
}

form.paypal {
float:left;
width:60px;
}
/* -----------------end clearing------------- */
