/*-----------------------------------------------------------------------------------*/
/*	Start Global CSS
/*-----------------------------------------------------------------------------------*/

body{
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
}

.container{
	width:960px;
	margin:0px auto;
}

.clear{
	clear:both;
	height:0 !important;
}

h2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 115%;
}

h3{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0px 0;
	color: #F60;
}

a{
	outline: none;
	color: #50852a;
	text-decoration: none;
	font-weight: bold;
	border-bottom-color: #50852a;
	border-bottom-width: thin;
	border-bottom-style: dashed;
}

/*-----------------------------------------------------------------------------------*/
/*	Header CSS
/*-----------------------------------------------------------------------------------*/

#header{
	background: #73953e;
	padding: 11px 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#header-right{
	float:right;
	margin:8px 0 0 0;
}

.facebook, .twitter{
	color:#ffffff;
	text-decoration:none;
	height:18px;
	line-height:18px;
	padding:0 0 0 22px;
}

.facebook{
	background:url(../images/facebook.png) left center no-repeat;
	margin:0 30px 0 0;
}

.twitter{
	background:url(../images/twitter.png) left center no-repeat;
}

/*-----------------------------------------------------------------------------------*/
/*	Head Divider CSS
/*-----------------------------------------------------------------------------------*/

#head-break{
	height: 125px;
	width: 100%;
	background: url(../images/break_tile.png) top center repeat-x;
	text-align: center;
	margin: 0 0 30px 0;
}

#head-break p, #subscribe p{
	padding:30px 0 0 0;
	margin:0px;
	color:#CCC;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
}

#head-break h1, #subscribe h1{
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 0px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

/*-----------------------------------------------------------------------------------*/
/*	Center Half Content CSS
/*-----------------------------------------------------------------------------------*/

#left, #right{
	float:left;
}

#left{
	width: 500px;
	height: 487px;
	overflow: hidden;
	margin: 0 40px 0 0;
	/* [disabled]background-image: url(../images/ebook-reader-marketing-metrics.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
}

#right{
	width:420px;
	overflow:hidden;
	padding:10px 0 0 0;
}

#right p{
	font-size: 13px;
	line-height: 24px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top: 15px;
}

#right h2{
	margin: 0 0 0 0;
	color: #F60;
}

#slides, #slides li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#slides{
	margin:25px 0 0 18px;
}

#slides li{
	display: none;
}

.appstore{
	background:url(../images/appstore.png) top center no-repeat;
	width:420px;
	height:78px;
	text-indent:-9999px;
	display:block;
	margin:20px 0px;
}

.appstore:hover{
	background-position:bottom center;
}

/*-----------------------------------------------------------------------------------*/
/*	Subscribe Area
/*-----------------------------------------------------------------------------------*/

#subscribe{
	height:125px;
	width:100%;
	background:url(../images/break_tile.png) bottom center repeat-x;
	margin:0 0 50px 0;
	color:#fff;
	text-align:center;
	display:none;
}

#subscribe #close{
	float:right;
	margin:20px 20px 0 0;
	cursor:pointer;
}

#subscribe h2{
	font-size:22px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	padding:5px 0 0 0;
}

#subscribe p{
	padding:10px 0 0 0;
}

#footer-subscribe{
	background: url("../images/subscribe_bg.png") no-repeat scroll 0 0 transparent;
	width:311px;
	height:35px;
	margin:10px 0 0 325px;
}

#footer-subscribe #email{
    background:none repeat scroll 0 0 transparent;
    border:none;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    height: 25px;
    line-height: 2.4em;
    padding: 5px 0 5px 10px;
    width: 245px;
	color:#fff;
}

#footer-subscribe #email-submit{
    background:none repeat scroll 0 0 transparent;
    border:none;
    cursor:pointer;
    display:block;
    float:right;
    font-size:0;
    height:35px;
    line-height:0;
    text-indent:-9999px;
    width:50px;
}

/*-----------------------------------------------------------------------------------*/
/*	Image Lightbox Tiles CSS
/*-----------------------------------------------------------------------------------*/

#image-tiles{
	background: none repeat scroll 0 0 #F5F5F5;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0px 8px 0;
	margin: 0px 0 0 0;
}

#image-tiles img{
	margin:0 126px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #CFCFCF;
	padding:8px;
	cursor:pointer;
}

#image-tiles img:hover{
	background: #DFDFDF;
	/* [disabled]border:1px solid #cccccc; */
}

#image-tiles img.last{
	margin:0px!important;
}

/*-----------------------------------------------------------------------------------*/
/*	Sub Tiles CSS
/*-----------------------------------------------------------------------------------*/

#sub-tiles{
	background: none repeat scroll 0 0 #F5F5F5;
	border-bottom: 1px dashed #cccccc;
}

#sub-left, #sub-right{
	float:left;
	width:478px;
}

#sub-right{
	/* [disabled]background:url(../images/macbook.png) left center no-repeat; */
	border-left: 1px solid #ccc;
}

.sub-inner{
	padding:40px 40px 40px 0px;
}

.sub-inner-right{ padding: 40px 0px 40px 40px; }

#sub-tiles p{
	line-height: 135%;
	font-size: 13px;
	color: #5F5F5F;
}

/*-----------------------------------------------------------------------------------*/
/*	Feature Tiles CSS
/*-----------------------------------------------------------------------------------*/

#feature-tiles{
	margin:20px 0px;
}

.feature{
	float:left;
	width:278px;
}

.feature.left{
	padding:30px 25px 30px 0px;
}

.feature.border{
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:30px 25px;
}

.feature.last{
	margin:0px !important;
	padding:30px 0px 30px 25px;
}

.feature h4{
	font-family: 'Droid Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	height:24px;
	line-height:23px;
	padding:0 0 0 33px;
	margin:0 0 12px 0;
	color:#63676C;
}

.feature p{
	font-size:13px;
	line-height:22px;
	color:#7F7F7F;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer CSS
/*-----------------------------------------------------------------------------------*/

#footer{
	background: #73953e;
	min-height: 120px;
	padding: 20px 0 0 0;
	color: #6F6F6F;
	line-height: 24px;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer-right{
	float:right;
	text-align:right;
}

/*-----------------------------------------------------------------------------------*/
/*	Feature Icon Classes
/*-----------------------------------------------------------------------------------*/

.feature h4.alarm{background:url(../images/icons/alarm.png) left center no-repeat;}
.feature h4.arrowdown{
	background: url(../images/icons/arrowdown.png) left center no-repeat;
	color: #f60;
}
.feature h4.arrowleft{background:url(../images/icons/arrowleft.png) left center no-repeat;}
.feature h4.arrowright{background:url(../images/icons/arrowright.png) left center no-repeat;}
.feature h4.arrowup{background:url(../images/icons/arrowup.png) left center no-repeat;}
.feature h4.bank{background:url(../images/icons/bank.png) left center no-repeat;}
.feature h4.briefcase{background:url(../images/icons/briefcase.png) left center no-repeat;}
.feature h4.calculator{background:url(../images/icons/calculator.png) left center no-repeat;}
.feature h4.camera{background:url(../images/icons/camera.png) left center no-repeat;}
.feature h4.clapboard{background:url(../images/icons/clapboard.png) left center no-repeat;}
.feature h4.clock{background:url(../images/icons/clock.png) left center no-repeat;}
.feature h4.connections{background:url(../images/icons/connections.png) left center no-repeat;}
.feature h4.credit_card{background:url(../images/icons/credit_card.png) left center no-repeat;}
.feature h4.database{background:url(../images/icons/database.png) left center no-repeat;}
.feature h4.delete{background:url(../images/icons/delete.png) left center no-repeat;}
.feature h4.delivery{background:url(../images/icons/delivery.png) left center no-repeat;}
.feature h4.disk{background:url(../images/icons/disk.png) left center no-repeat;}
.feature h4.eject{background:url(../images/icons/eject.png) left center no-repeat;}
.feature h4.fastforward{background:url(../images/icons/fastforward.png) left center no-repeat;}
.feature h4.filter{background:url(../images/icons/filter.png) left center no-repeat;}
.feature h4.fire{background:url(../images/icons/fire.png) left center no-repeat;}
.feature h4.first_aid{background:url(../images/icons/first_aid.png) left center no-repeat;}
.feature h4.folder{background:url(../images/icons/folder.png) left center no-repeat;}
.feature h4.forwardtoend{background:url(../images/icons/forwardtoend.png) left center no-repeat;}
.feature h4.games{background:url(../images/icons/games.png) left center no-repeat;}
.feature h4.graph{background:url(../images/icons/graph.png) left center no-repeat;}
.feature h4.heart{background:url(../images/icons/heart.png) left center no-repeat;}
.feature h4.house{background:url(../images/icons/house.png) left center no-repeat;}
.feature h4.lightbulb{background:url(../images/icons/lightbulb.png) left center no-repeat;}
.feature h4.magnet{background:url(../images/icons/magnet.png) left center no-repeat;}
.feature h4.magnifyingglass{background:url(../images/icons/magnifyingglass.png) left center no-repeat;}
.feature h4.mailclosed{background:url(../images/icons/mailclosed.png) left center no-repeat;}
.feature h4.mailopened{background:url(../images/icons/mailopened.png) left center no-repeat;}
.feature h4.man{background:url(../images/icons/man.png) left center no-repeat;}
.feature h4.minus{background:url(../images/icons/minus.png) left center no-repeat;}
.feature h4.monitor{background:url(../images/icons/monitor.png) left center no-repeat;}
.feature h4.move{background:url(../images/icons/move.png) left center no-repeat;}
.feature h4.newspaper{background:url(../images/icons/newspaper.png) left center no-repeat;}
.feature h4.padlock{background:url(../images/icons/padlock.png) left center no-repeat;}
.feature h4.page{background:url(../images/icons/page.png) left center no-repeat;}
.feature h4.pause{background:url(../images/icons/pause.png) left center no-repeat;}
.feature h4.pencilangled{background:url(../images/icons/pencilangled.png) left center no-repeat;}
.feature h4.pencilstraight{background:url(../images/icons/pencilstraight.png) left center no-repeat;}
.feature h4.photos{background:url(../images/icons/photos.png) left center no-repeat;}
.feature h4.piggy{background:url(../images/icons/piggy.png) left center no-repeat;}
.feature h4.play{
	background: url(../images/icons/play.png) left center no-repeat;
	color: #f60;
}
.feature h4.plus{background:url(../images/icons/plus.png) left center no-repeat;}
.feature h4.preferences{background:url(../images/icons/preferences.png) left center no-repeat;}
.feature h4.record{background:url(../images/icons/record.png) left center no-repeat;}
.feature h4.refresh{background:url(../images/icons/refresh.png) left center no-repeat;}
.feature h4.reload{background:url(../images/icons/reload.png) left center no-repeat;}
.feature h4.rewind{background:url(../images/icons/rewind.png) left center no-repeat;}
.feature h4.rewindtostart{background:url(../images/icons/rewindtostart.png) left center no-repeat;}
.feature h4.rss{background:url(../images/icons/rss.png) left center no-repeat;}
.feature h4.safe{background:url(../images/icons/safe.png) left center no-repeat;}
.feature h4.scales{background:url(../images/icons/scales.png) left center no-repeat;}
.feature h4.shoppingcart{background:url(../images/icons/shoppingcart.png) left center no-repeat;}
.feature h4.speaker{background:url(../images/icons/speaker.png) left center no-repeat;}
.feature h4.speechbubble{background:url(../images/icons/speechbubble.png) left center no-repeat;}
.feature h4.speechmedia{background:url(../images/icons/speechmedia.png) left center no-repeat;}
.feature h4.star{background:url(../images/icons/star.png) left center no-repeat; line-height:24px !important;}
.feature h4.trash{background:url(../images/icons/trash.png) left center no-repeat;}
.feature h4.trend{background:url(../images/icons/trend.png) left center no-repeat;}
.feature h4.world{background:url(../images/icons/world.png) left center no-repeat;}
