@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

html, body{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(images/bg-pattern.gif) repeat scroll 0 0;
	color: #ded49f;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #633;
	font-weight: bold;
	outline: none;
}

a:hover{	
}

input[type=submit]{
	font-weight: bold;
	color: #ded49f;
	text-shadow: 0px 0px 2px #000;
	padding: 0 0 2px 0;
	cursor: pointer;
}

h1{
	color: #442709;
	/*color: #2f1b05;*/
	font-size: 30px;	
	font-weight: bold;
}

h2{
	color: #56320d;
	font-size: 30px;	
}

p{
	color: #56320d;
	font-weight: bold;
}

#container{
	height: 100%;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header{
	width: 100%;
	height: 120px;
}

#content{
	width: 960px;
}

#featured{
	height: 245px;
	margin: 0 10px;
	background: url(images/featured-bg.png) no-repeat scroll 0 0;
	position: relative;
}

#promo{
	position: absolute;
	top: 20px;
	right: -19px;
	background: url(images/promo.png) no-repeat scroll 0 0;
	width: 264px;
	height: 60px;
}

#promo a{
	color: #EFE79A;
	font-size: 24px;
	font-weight: bold;
	margin: 6px 25px;
	display: block;
}

#promo a:hover{
	text-decoration: underline;	
}

#featured-content{
	height: 100%;
	margin: 0 auto;
	background: url(images/featured-img.png) no-repeat scroll 26% bottom;
}

#featured-text{
	margin: 72px 0 0 0;
	float: right;	
	width: 51%;
}

#featured-text h1{
	color: #442709;
	font-size: 40px;
	letter-spacing: -1px;
	font-weight: bold;	
}

#featured-text h2{
	color: #442709;
	font-size: 18px;
	font-weight: bold;	
}

#product-line{
	height: 196px;
	margin: 20px 10px 0; 
	overflow: hidden;
}

.product-block{
	width: 280px;
	height: 196px;
	margin: 0 12px 0 0;
	background: url(images/product-block-alt.png) no-repeat scroll 0 0;
	float: left;
	cursor: pointer;
}

.control{
	width: 38px;
	height: 100%;
	float: left;
}

.control img{
	margin-top: 75px;
	cursor: pointer;
}

img.prevPage{
	float: left;	
}

img.nextPage{
	float: right;	
}

.product-block-head{
	height: 75px;
	padding: 24px 20px 10px 26px;
}

.product-block-head a img.productpic{
	float: left;
	height: 76px;
}

.product-block-head .product-title{
	float: left;
	width: 136px;
	height: 86px;
	position: relative;
	margin: -6px 0 0 20px;
}

#product-line .product-title h1{
	line-height: 32px;
}

#product-line .product-sub{
	position: absolute;
	width: 100%;
	bottom: 0;
}

#product-line .product-sub .rating{
	float: left;
	margin-top: 3px;	
}

#product-line .product-sub .buybutton{
	float: right;	
}

.product-block-content{
	padding: 6px 20px;
}

.product-block-content p{
	font-size: 11px;
	color:  #ded49f;
}

#footer{
	width: 100%;
	margin: 40px 0 60px 0;
	padding: 2px 0;
	background: url(images/footer-overlay.png) repeat scroll 0 0;
}

#footer-blocks{
	width: 100%;
	height: 180px;
	padding: 40px 0 0 0;
}

.footer-block{
	width: 460px;
	height: 180px;
	margin: 0 10px;
	float: left;
	background: url(images/footer-block-alt.png) no-repeat scroll 0 0;
}

.footer-block-head{
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.footer-block-content{
	padding: 5px 15px 0px;
	font-size: 12px;
	height: 90px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.more-link{
	float: right;
	margin: 5px 15px;
}

.to-top-link{
	float: left;
	margin: 5px 15px;	
	display: none;
}

#newsletter-bar{
	height: 60px;
	margin: 50px 10px 0 10px;
	background: url(images/newsletter-bar.png) no-repeat scroll 0 0;
	text-shadow: 1px 0px 2px #000;
}

#newsletter-bar-text{
	float: left;
	margin: 22px 20px 0 20px;
	font-weight: bold;
}

#newsletter-bar-buttons{
	float: left;
	margin: 22px 20px 0 20px;
}

#newsletterSubmit{
	width: 84px;
	height: 36px;
	float: right;
	margin: 12px 10px 0 10px;
	border: none;
	background: url(images/submit-button.png) no-repeat scroll 0 0;	
}

#newsletterEmail{
	height: 26px;
	width: 260px;
	float: right;
	margin: 16px 10px 0 10px;
	border: none;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;
	color: #56320d;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 1px 0px 3px #630;
	-moz-box-shadow: 1px 0px 3px #630;
	-webkit-box-shadow: 1px 0px 3px #630;
}

*+html #newsletterEmail{
	height: 22px;
	line-height: 22px;
}

input.error{
	background: #FFCACA;
}

#footer-text{
	margin: 25px 10px 0 10px;
	font-weight: bold;
	padding-bottom: 25px;
}

#title{
	margin: 0 0 0 10px;	
	float: left;
}

#title h1{
	font-size: 36px;
	color: #DED49F;	
	font-weight: bold;
	float: left;
}

#title img{
	float: left;
	margin: 8px 0 5px;
}

#title #subtitle{
	float: left;
	clear: both;
}

#title h3{
	font-size: 16px;
	color: #B7A260;	
	font-weight: bold;
}

#nav-wrapper{
	float: right;
}

#nav{
	list-style: none;
	float: left;
	height: 39px;
	margin: 40px 10px 0 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: url(images/nav-bg.gif) repeat-x scroll 0 0;	
}

#nav li.nav-menu{
	float: left;
	display: inline-block;
}

#nav li.nav-menu.last a{
	background: none;	
}

#nav li.nav-menu.first{
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

#nav li.nav-menu.last{
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#nav li.nav-menu a{
	color: #DED49F;	
	display: block;
	padding: 12px 20px;
	overflow: hidden;
	background: url(images/nav-sep.gif) no-repeat scroll top right;	
}

#nav li.active{
	background: url(images/nav-bg.gif) repeat-x scroll 0 -40px;
}

#nav li:hover{
	background: url(images/nav-bg.gif) repeat-x scroll 0 -40px;
}

#nav li:hover a{
	color: #442709;	
}

#featured-content a{
	display: block;
	width: 100%;
	height: 100%;
}

#front-links{
	float: right;
	margin: 10px;
	height: 30px;
}

#front-links a{
	margin-left: 20px;	
}

#front-links a img{
	height: 30px;
}

/*--------------page----------------*/

#page{
	margin: 0 10px;
	background: url(images/page-bg.jpg) repeat scroll 0 0;
}

#page-border{
	background: url(images/page-border.gif) repeat-y scroll 0 0;
}

#page-top{
	background: url(images/page-top.jpg) no-repeat scroll top left;
}

#page-bottom{
	width: 940px;
	background: url(images/page-bottom.gif) no-repeat scroll bottom left;
}

#page-wrapper{
	padding: 0 20px 30px;	
}

#page #page-title h2{
	padding: 6px 0;	
}

#page #page-content{
	margin: 20px 0 0;	
}

#page #page-content h3{
	padding: 6px 0;	
	margin: 10px 0 15px 0;
	font-weight: bold;
	font-size: 24px;
	color: #A2811B;
}

#page .page-block{
	padding-bottom: 30px;	
	background: url(images/page-pattern.gif) no-repeat scroll bottom center;
}

#page #contact-links a{
	margin-right: 20px;	
}

#page #contact-links img{
	height: 50px;
}

/*-------scroller-----------*/

div.scrollable { 
	float: left;
    position:relative; 
    overflow:hidden; 
	width: 864px;
	height: 196px;
} 

div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
}

/*-----------testimonials------------*/

.apps-block{
	margin-bottom: 25px;
	background: url(images/block-pattern.gif) no-repeat scroll bottom center;
	padding-bottom: 40px;
}

.apps-head-wrapper{
	margin-bottom: 15px;
}

.apps-head{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 28%;
}

.apps-description{
	font-size: 14px;
	width: 71%;
	display:inline-block;
	*display: inline;
	*zoom: 1;
}

.app-testimonial{
	margin-bottom: 25px;
	line-height:150%;
}

.apps-block .apps-head img{
	width: 50px;
	display: block;
	margin-bottom: 3px;
}

.apps-block .apps-head a{
	display: block;
}

.apps-block .apps-head img.buybutton{
	margin-top: 8px;	
}

.apps-block .apps-head .app-logo{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 50px;
}

.apps-block .apps-head h1{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 50px;
	vertical-align: top;
	margin-left: 20px;
	width: 165px;
}

.apps-block .apps-head h1.long-title{
	line-height: 30px;
	margin-top: -4px;
}	

#title #logo-wrapper{
	float: left;
	margin: 30px 0 0;
}

#title #logo-gfx{
	float: left;
	height: 70px;	
	margin: 28px 0 0 10px;
}

.store-link{
	width: 100%;	
	height: 50px;
}

.store-link img{
	cursor: pointer;	
}

#featured-text p{
	width: 80%;
	color: #DED49F;
	font-size: 11px;
}

#promotion-slogan{
	color:#B7A260;
	font-size:30px;
	margin: 5px 0 50px;
	text-align:center;
	width:100%;
	padding-bottom: 15px;
}

#promotions{
	position: relative;	
}

#promotions .promotion-block{
	float: left;
	width: 289px;
	height: 325px;
	background: transparent url(images/bg.jpg) repeat scroll 0 0;
	border: 2px solid #652f17;
	color: #5b3c2a;
	position: relative;
}

#promotions .promotion-block.major{
	width: 340px;
	height: 385px;
	background: transparent url(images/bg.jpg) repeat scroll 0 0;
	margin: 0 15px;
	border: 2px solid #652f17;
}

#promotions .promotion-block.minor{
	margin-top: 60px;
}

#promotions .gift{
	position: absolute;
	right: 0px;
	top: -55px;
	width: 269px;
	height: 90px;
	background: transparent url(images/gift-bg.jpg) repeat-x scroll 0 0;
	border: 2px solid #420202;
	color: #5b3c2a;
	padding: 5px 10px;
	color: #EFE79A;
}

#promotions .gift .title{
	float: left;
	margin-top: 2px;
}

#promotions .gift .details{
	float: left;
	margin: 10px 25px;
	font-size: 14px;
}

#promotions .gift .details a{
	margin-bottom: 4px;	
	color: #EFE79A;
}

#promotions .gift .details a:hover{
	text-decoration: underline;
}

#promotions .gift h2{
	font-size: 20px;	
	color: #EFE79A;
	text-align: center;
}

#promotions .gift a{
	width: 100%;
	display: block;
	text-align: center;
}	

#promotions .gift a img.productpic{
	width: 50px;
	height: 50px;
}	

.promotion-top div{
	float: left;	
}

.promotion-top .icon{
	margin: 15px 0 0 15px;	
}

.minor .promotion-title{
	width: 180px;
	margin: 10px;
}

.major .promotion-title{
	width: 220px;
	margin: 10px;
}

.minor .promotion-title .app-title{
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

.major .promotion-title .app-title{
	font-size: 34px;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}

.promotion-title .testimonial-button, .promotion-title .rating{
	width: 100%;
	text-align: center;
	margin: 4px 0;
}

.promotion-bottom .buy-button{
	width: 100%;
	text-align: center;
	margin: 5px 0;
}

.minor .promotion-bottom{
	float: left;
	width: 90%;
	background: transparent url(images/page-pattern-sml.gif) no-repeat scroll top center;
	padding: 25px 15px;
}

.major .promotion-bottom{
	float: left;
	width: 92%;
	background: transparent url(images/page-pattern.gif) no-repeat scroll top center;
	padding: 30px 15px;
	margin-top: 10px;
}

.minor .promotion-bottom .highlight{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.major .promotion-bottom .highlight{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.major .promotion-bottom .details{
	font-size: 14px;
}

.promotion-bottom .details ul{
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
	font-weight: bold;
}

.promotion-bottom .details ul li{
	margin: 0;
	list-style: none;
	margin-bottom: 8px;
}

.major .promotion-bottom .details ul li{
	margin: 0;
	list-style: none;
	margin-bottom: 18px;
}

.promotion-bottom .link{
	position: absolute;
	bottom: 20px;
	left: 15px;
	text-decoration: underline;
	cursor: pointer;
}

#pro-testimonials{
	width: 916px;
	padding: 20px;
	margin: 20px 0;
	background: transparent url(images/bg.jpg) repeat scroll 0 0;
	float: left;
	clear: both;
	border: 2px solid #652F17;
	color:#5B3C2A;
	font-size: 14px;
}

.pro-testi-block{
	float: left;
	padding: 10px 20px;
	background: transparent url(images/page-pattern.gif) no-repeat scroll bottom center;
}

.pro-testi-title{
	float: left;
	width: 100%;	
	margin-bottom: 10px;
}

#pro-testimonials > h3{
	color: #A2811B;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0 10px;
}

.pro-testi-title h3{
	float: left;
	margin: 0 0 0 10px;
	font-size:30px;
	font-weight: bold;
}

.pro-testi-block .app-logo{
	float: left;	
	width: 50px;
}

.pro-testi-block .app-logo img{
	display:block;
	margin-bottom:3px;
	width: 50px;
}

.pro-testi-block .buy-buttons{
	float: left;
	margin-bottom: 30px;
}

.pro-testi-block .buy-buttons .buy-button{
	float: left;
	margin-right: 20px;
}