/*-----------------------------------------------------------------------------------*/
/*	Main CSS Styles
/*-----------------------------------------------------------------------------------*/

body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat top left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6, li, ul, ol, p{
	padding:0px;
	margin:0px;
}

ul li{
	list-style:none;
}

img{
	border:0;
	outline:0;
	padding:0;
	margin:0;
}

a{
	outline:none;
	color:#337799;
	text-decoration:none;
}

a:hover{
	color:#5AA8CF;
}

.container{
	width:960px;
	margin:0px auto;
}

#bottom-wrapper{
	background:url(../images/linen-black.jpg) left top repeat;
	width:100%;
	color:#888888;
	padding:0 0 30px 0;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

.hidden{
	display:none;
}

/*-----------------------------------------------------------------------------------*/
/*	Header Styles
/*-----------------------------------------------------------------------------------*/

#header-wrapper{
	background:url(../images/black-noise-small.png) repeat #222222;
	height:60px;
	line-height:60px;
}

#header-wrapper a.social{
	color:#777777;
	margin:0 0 0 30px;
}

#header-right{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}

#logo{
	border:0;
	padding:10px 0 0 0;
	display:block;
}


/*-----------------------------------------------------------------------------------*/
/*	MacBook
/*-----------------------------------------------------------------------------------*/

#mb{
	margin-top:40px;
	margin-bottom:40px;
	min-height:543px;
}

#macbook{
	background:url(../images/macbook.png) center top no-repeat;
	height:543px;
	width:960px;
}

/*-----------------------------------------------------------------------------------*/
/*	Slider Styles
/*-----------------------------------------------------------------------------------*/

#slides{
	overflow:hidden;
	width:960px;
	height:505px;
	color:#888888;
}

#slides h1{
	color:#ffffff;
	font-weight:normal;
	font-size:xx-large;
	font-family:"Droid Serif",Georgia,Times,serif;
}

#slides p{
	margin:15px 0px;
	line-height:22px;
}

.slides_container{
	width:595px;
	height:370px;
	margin:43px 0 0 182px;
}

.slides_container div.slide{
	width:595px;
	height:370px;
	display:block;
	font-size:13px;
}

.slides-nav {
	display:none;
    position: relative;
    z-index: 100;
}

.slides-nav a{
    background-image: url("../images/controls.png");
    cursor: pointer;
    display: block;
    height: 67px;
    position: absolute;
    text-indent: -9999px;
    width: 67px;
    z-index: 10;
}

.slides-nav a.prev{
    background-position: 0 0;
    margin: -215px 0 0 40px;
}

.slides-nav a.prev:hover{
    background-position:0 -67px;
}

.slides-nav a.next{
    background-position:67px 0px;
    margin: -215px 0 0 852px;
}

.slides-nav a.next:hover{
    background-position:67px -67px;
}

.slide.slide_two{
	background:url(../images/slide2.jpg) top left no-repeat;
	padding:20px;
}

.pagination{
    position: absolute;
    z-index: 10;
	margin:100px 0 0 443px;
}

.pagination li{
    float: left;
    margin: 0 5px 0 0;
}

.pagination li a{
    background: url("../images/sprite.png") repeat scroll 0 160px transparent;
    display: block;
    height: 15px;
    outline: medium none;
    width: 12px;
	text-indent:-9999px;
}

.pagination li.current a{
    background: url("../images/sprite.png") repeat scroll 188px 160px transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	Subscribe Area
/*-----------------------------------------------------------------------------------*/

#subscribe-area{
	display:none;
	padding:15px 0 10px 0;
	background:url(../images/subscribe-bg.png) top left repeat-x #6b6b6b;
}

#subscribe-area h2{
	font-family:"Droid Serif",Georgia,Times,serif;
	font-weight:normal;
	font-size:24px;
	color:#ffffff;
	padding:20px 0 10px 0;
}

#subscribe-area p{
	color:#dddddd;
}

#email-form{
	float:right;
	text-align:right;
}

#email-form #name, #email-form #email{
	color:#eeeeee;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#aaaaaa;
	border:1px solid #666666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:9px 11px 7px 11px;
	width:300px;
	margin:0 0 10px 0;
	-webkit-box-shadow: inset 2px 2px 1px 0px #555555;
	-moz-box-shadow: inset 2px 2px 1px 0px #555555;
	box-shadow: inset 2px 2px 1px 0px #555555;	
}

#email-form #close{
	margin:0 5px;
}

#pulldown{
	text-align:center;
	border-top:2px solid #6b6b6b;
}

/*-----------------------------------------------------------------------------------*/
/*	Features
/*-----------------------------------------------------------------------------------*/

#features{
	border-bottom:1px solid #2f2f2f;
	padding:40px 0px;
}

#features ul li{
	display:block;
	float:left;
	width:282px;
	margin:0 40px 50px 0;
}

#features ul li.border{
	border-right:1px solid #000000;
	margin-right:0px!important;
	padding-right:30px;
}

#features ul li.last{
	margin-right:0px!important;
}

#features ul li.bottom{
	margin-bottom:0px!important;
}

#features ul li h2{
	font-weight:normal;
	font-size:18px;
	color:#e0e0e0;
	margin:0 0 10px 0;
	height:27px;
	line-height:27px;
	padding:0 0 0 33px;
}

#features ul li p{
	font-size:12px;
	line-height:23px;
}

#features ul li ul li{
	list-style:square;
	display:block;
	float:left;
	width:282px;
	margin:0 40px 5px 0;
}


/*-----------------------------------------------------------------------------------*/
/*	Store
/*-----------------------------------------------------------------------------------*/
.store{
	border-left:1px solid #2f2f2f;
	padding:0 0 0 40px;
}
.store p{
	font-size:9px;
	color:#000000;
	line-height:10px;
	background:#3aa;
	padding:10px 0px 10px 0px;
	text-align:center;
}

/*-----------------------------------------------------------------------------------*/
/*	Reviews
/*-----------------------------------------------------------------------------------*/

#reviews{
	border-left:1px solid #2f2f2f;
	padding:30px 0 0 30px;
}

.review{
	border-left:1px solid #2f2f2f;
	padding:0 0 0 40px;
}

.review p{
	font-size:13px !important;
	color:#ffffff;
	line-height:25px !important;
	background:url(../images/line.png) repeat;
	padding:15px;
	font-style:italic;
}

.review p span{
	display:block;
	text-align:right;
	margin:10px 0 0 0;
	font-size:11px;
	color:#888888;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/

#footer{
	border-top:1px solid #000000;
	padding:20px 0 0 0;
	color:#555555;
}

#footer a{
	color:#ffffff;
}

#footer ul li{
	float:left;
	width:320px;
}

#footer ul li.second{
	text-align:center;
	padding:5px 0 0 0;
}

#footer ul li.last{
	margin-right:0px !important;
	text-align:right;
}

#footer ul li p{
	line-height:22px;
	font-size:11px;
}

#top{
	height:32px;
	display:block;
	width:140px;
	background:url(../images/back-to-top.png) top center no-repeat;
	padding:0px;
	margin:0px;
	text-indent:-9999px;
	margin:0px auto;
}

#top:hover{
	background-position:bottom center;
}

/*-----------------------------------------------------------------------------------*/
/*	Content Grid
/*-----------------------------------------------------------------------------------*/

.grid.twothird{
	width:600px;
}

.grid.onethird{
	width:300px;
}

.grid.onethird,
.grid.twothird{
	float: left;
	display: block;
	text-align:left!important;
	margin-top:30px;
}

.grid.nomargin{
	margin-right:0!important;
}

/*-----------------------------------------------------------------------------------*/
/*	Social Icons
/*-----------------------------------------------------------------------------------*/

.social{
	padding:0 0 0 22px !important;
	line-height:16px !important;
	min-height:16px !important;
}

.social.blinklist{background:url(../images/social-icons/blinklist.png) left center no-repeat;}
.social.brightkite{background:url(../images/social-icons/brightkite.png) left center no-repeat;}
.social.delicious{background:url(../images/social-icons/delicious.png) left center no-repeat;}
.social.design_float{background:url(../images/social-icons/design_float.png) left center no-repeat;}
.social.digg{background:url(../images/social-icons/digg.png) left center no-repeat;}
.social.dopplr{background:url(../images/social-icons/dopplr.png) left center no-repeat;}
.social.email{background:url(../images/social-icons/email.png) left center no-repeat;}
.social.facebook{background:url(../images/social-icons/facebook.png) left center no-repeat;}
.social.feed{background:url(../images/social-icons/feed.png) left center no-repeat;}
.social.flickr{background:url(../images/social-icons/flickr.png) left center no-repeat;}
.social.friendfeed{background:url(../images/social-icons/friendfeed.png) left center no-repeat;}
.social.furl{background:url(../images/social-icons/furl.png) left center no-repeat;}
.social.gamespot{background:url(../images/social-icons/gamespot.png) left center no-repeat;}
.social.googleplus{background:url(../images/social-icons/googleplus.png) left center no-repeat;}
.social.lastfm{background:url(../images/social-icons/lastfm.png) left center no-repeat;}
.social.linkedin{background:url(../images/social-icons/linkedin.png) left center no-repeat;}
.social.magnolia{background:url(../images/social-icons/magnolia.png) left center no-repeat;}
.social.mixx{background:url(../images/social-icons/mixx.png) left center no-repeat;}
.social.myspace{background:url(../images/social-icons/myspace.png) left center no-repeat;}
.social.newsvine{background:url(../images/social-icons/newsvine.png) left center no-repeat;}
.social.posterous{background:url(../images/social-icons/posterous.png) left center no-repeat;}
.social.reddit{background:url(../images/social-icons/reddit.png) left center no-repeat;}
.social.sphere{background:url(../images/social-icons/sphere.png) left center no-repeat;}
.social.sphinn{background:url(../images/social-icons/sphinn.png) left center no-repeat;}
.social.stumble{background:url(../images/social-icons/stumble.png) left center no-repeat;}
.social.technorati{background:url(../images/social-icons/technorati.png) left center no-repeat;}
.social.tripadvisor{background:url(../images/social-icons/tripadvisor.png) left center no-repeat;}
.social.tumblr{background:url(../images/social-icons/tumblr.png) left center no-repeat;}
.social.twitter{background:url(../images/social-icons/twitter.png) left center no-repeat;}
.social.vimeo{background:url(../images/social-icons/vimeo.png) left center no-repeat;}
.social.youtube{background:url(../images/social-icons/youtube.png) left center no-repeat;}

/*-----------------------------------------------------------------------------------*/
/*	Feature Icons
/*-----------------------------------------------------------------------------------*/

.icon.agenda{background:url(../images/icons/agenda.png) left center no-repeat;}
.icon.arrow-down{background:url(../images/icons/arrow-down.png) left center no-repeat;}
.icon.arrow-left-down{background:url(../images/icons/arrow-left-down.png) left center no-repeat;}
.icon.arrow-left-up{background:url(../images/icons/arrow-left-up.png) left center no-repeat;}
.icon.arrow-left{background:url(../images/icons/arrow-left.png) left center no-repeat;}
.icon.arrow-right-down{background:url(../images/icons/arrow-right-down.png) left center no-repeat;}
.icon.arrow-right-up{background:url(../images/icons/arrow-right-up.png) left center no-repeat;}
.icon.arrow-right{background:url(../images/icons/arrow-right.png) left center no-repeat;}
.icon.arrow-up{background:url(../images/icons/arrow-up.png) left center no-repeat;}
.icon.badge{background:url(../images/icons/badge.png) left center no-repeat;}
.icon.bag{background:url(../images/icons/bag.png) left center no-repeat;}
.icon.bass-speaker{background:url(../images/icons/bass-speaker.png) left center no-repeat;}
.icon.battery-1{background:url(../images/icons/battery-1.png) left center no-repeat;}
.icon.battery-2{background:url(../images/icons/battery-2.png) left center no-repeat;}
.icon.battery-3{background:url(../images/icons/battery-3.png) left center no-repeat;}
.icon.battery-4{background:url(../images/icons/battery-4.png) left center no-repeat;}
.icon.beer-mug{background:url(../images/icons/beer-mug.png) left center no-repeat;}
.icon.binoculars{background:url(../images/icons/binoculars.png) left center no-repeat;}
.icon.book{background:url(../images/icons/book.png) left center no-repeat;}
.icon.bookmark{background:url(../images/icons/bookmark.png) left center no-repeat;}
.icon.bug{background:url(../images/icons/bug.png) left center no-repeat;}
.icon.bulb{background:url(../images/icons/bulb.png) left center no-repeat;}
.icon.buoy{background:url(../images/icons/buoy.png) left center no-repeat;}
.icon.calculator{background:url(../images/icons/calculator.png) left center no-repeat;}
.icon.calendar{background:url(../images/icons/calendar.png) left center no-repeat;}
.icon.car{background:url(../images/icons/car.png) left center no-repeat;}
.icon.cart{background:url(../images/icons/cart.png) left center no-repeat;}
.icon.cassette{background:url(../images/icons/cassette.png) left center no-repeat;}
.icon.cd-dvd{background:url(../images/icons/cd-dvd.png) left center no-repeat;}
.icon.champion-cup{background:url(../images/icons/champion-cup.png) left center no-repeat;}
.icon.chip{background:url(../images/icons/chip.png) left center no-repeat;}
.icon.clip{background:url(../images/icons/clip.png) left center no-repeat;}
.icon.clipboard{background:url(../images/icons/clipboard.png) left center no-repeat;}
.icon.clock{background:url(../images/icons/clock.png) left center no-repeat;}
.icon.closed-lock{background:url(../images/icons/closed-lock.png) left center no-repeat;}
.icon.cloud{background:url(../images/icons/cloud.png) left center no-repeat;}
.icon.cocktail{background:url(../images/icons/cocktail.png) left center no-repeat;}
.icon.coffe-mug{background:url(../images/icons/coffe-mug.png) left center no-repeat;}
.icon.coffee-cup{background:url(../images/icons/coffee-cup.png) left center no-repeat;}
.icon.collapse{background:url(../images/icons/collapse.png) left center no-repeat;}
.icon.comment{background:url(../images/icons/comment.png) left center no-repeat;}
.icon.credit-card{background:url(../images/icons/credit-card.png) left center no-repeat;}
.icon.cronometer{background:url(../images/icons/cronometer.png) left center no-repeat;}
.icon.document{background:url(../images/icons/document.png) left center no-repeat;}
.icon.drop{background:url(../images/icons/drop.png) left center no-repeat;}
.icon.empty-clipboard{background:url(../images/icons/empty-clipboard.png) left center no-repeat;}
.icon.envelope{background:url(../images/icons/envelope.png) left center no-repeat;}
.icon.expand{background:url(../images/icons/expand.png) left center no-repeat;}
.icon.eye{background:url(../images/icons/eye.png) left center no-repeat; padding-left:48px !important;}
.icon.facebook{background:url(../images/icons/facebook.png) left center no-repeat;}
.icon.first-aid-kit{background:url(../images/icons/first-aid-kit.png) left center no-repeat;}
.icon.flag{background:url(../images/icons/flag.png) left center no-repeat;}
.icon.floppy-disc{background:url(../images/icons/floppy-disc.png) left center no-repeat;}
.icon.flower{background:url(../images/icons/flower.png) left center no-repeat;}
.icon.folder{background:url(../images/icons/folder.png) left center no-repeat;}
.icon.game-boy{background:url(../images/icons/game-boy.png) left center no-repeat;}
.icon.gas{background:url(../images/icons/gas.png) left center no-repeat;}
.icon.gear{background:url(../images/icons/gear.png) left center no-repeat;}
.icon.gift{background:url(../images/icons/gift.png) left center no-repeat;}
.icon.glass{background:url(../images/icons/glass.png) left center no-repeat;}
.icon.globe-1{background:url(../images/icons/globe-1.png) left center no-repeat;}
.icon.globe-2{background:url(../images/icons/globe-2.png) left center no-repeat;}
.icon.hard-disk{background:url(../images/icons/hard-disk.png) left center no-repeat;}
.icon.headphones{background:url(../images/icons/headphones.png) left center no-repeat;}
.icon.heart{background:url(../images/icons/heart.png) left center no-repeat;}
.icon.id{background:url(../images/icons/id.png) left center no-repeat;}
.icon.industry{background:url(../images/icons/industry.png) left center no-repeat;}
.icon.info{background:url(../images/icons/info.png) left center no-repeat;}
.icon.iphone{background:url(../images/icons/iphone.png) left center no-repeat;}
.icon.ipod{background:url(../images/icons/ipod.png) left center no-repeat;}
.icon.joystick{background:url(../images/icons/joystick.png) left center no-repeat;}
.icon.key{background:url(../images/icons/key.png) left center no-repeat;}
.icon.keyboard{background:url(../images/icons/keyboard.png) left center no-repeat;}
.icon.lab{background:url(../images/icons/lab.png) left center no-repeat;}
.icon.laptop{background:url(../images/icons/laptop.png) left center no-repeat;}
.icon.leaf{background:url(../images/icons/leaf.png) left center no-repeat;}
.icon.lollipop{background:url(../images/icons/lollipop.png) left center no-repeat;}
.icon.magnifying-glass{background:url(../images/icons/magnifying-glass.png) left center no-repeat;}
.icon.man-user{background:url(../images/icons/man-user.png) left center no-repeat;}
.icon.memory-card{background:url(../images/icons/memory-card.png) left center no-repeat;}
.icon.microphone{background:url(../images/icons/microphone.png) left center no-repeat;}
.icon.mobile-phone{background:url(../images/icons/mobile-phone.png) left center no-repeat;}
.icon.monitor{background:url(../images/icons/monitor.png) left center no-repeat;}
.icon.moon{background:url(../images/icons/moon.png) left center no-repeat;}
.icon.mouse{background:url(../images/icons/mouse.png) left center no-repeat;}
.icon.movie-film{background:url(../images/icons/movie-film.png) left center no-repeat;}
.icon.music-note{background:url(../images/icons/music-note.png) left center no-repeat;}
.icon.network-socket{background:url(../images/icons/network-socket.png) left center no-repeat;}
.icon.news{background:url(../images/icons/news.png) left center no-repeat;}
.icon.opened-envelope{background:url(../images/icons/opened-envelope.png) left center no-repeat;}
.icon.opened-lock{background:url(../images/icons/opened-lock.png) left center no-repeat;}
.icon.pen{background:url(../images/icons/pen.png) left center no-repeat;}
.icon.pencil{background:url(../images/icons/pencil.png) left center no-repeat;}
.icon.phone-1{background:url(../images/icons/phone-1.png) left center no-repeat;}
.icon.phone-2{background:url(../images/icons/phone-2.png) left center no-repeat;}
.icon.photography-camera{background:url(../images/icons/photography-camera.png) left center no-repeat;}
.icon.photography-film{background:url(../images/icons/photography-film.png) left center no-repeat;}
.icon.photography{background:url(../images/icons/photography.png) left center no-repeat;}
.icon.planet{background:url(../images/icons/planet.png) left center no-repeat;}
.icon.plug{background:url(../images/icons/plug.png) left center no-repeat;}
.icon.podcast{background:url(../images/icons/podcast.png) left center no-repeat;}
.icon.pointing-down{background:url(../images/icons/pointing-down.png) left center no-repeat;}
.icon.pointing-left{background:url(../images/icons/pointing-left.png) left center no-repeat;}
.icon.pointing-right{background:url(../images/icons/pointing-right.png) left center no-repeat;}
.icon.pointing-up{background:url(../images/icons/pointing-up.png) left center no-repeat;}
.icon.print{background:url(../images/icons/print.png) left center no-repeat;}
.icon.projector{background:url(../images/icons/projector.png) left center no-repeat;}
.icon.pushpin-1{background:url(../images/icons/pushpin-1.png) left center no-repeat;}
.icon.pushpin-2{background:url(../images/icons/pushpin-2.png) left center no-repeat;}
.icon.puzzle{background:url(../images/icons/puzzle.png) left center no-repeat;}
.icon.quote{background:url(../images/icons/quote.png) left center no-repeat;}
.icon.radio{background:url(../images/icons/radio.png) left center no-repeat;}
.icon.refresh{background:url(../images/icons/refresh.png) left center no-repeat;}
.icon.restaurant{background:url(../images/icons/restaurant.png) left center no-repeat;}
.icon.router{background:url(../images/icons/router.png) left center no-repeat;}
.icon.rss{background:url(../images/icons/rss.png) left center no-repeat;}
.icon.satelite{background:url(../images/icons/satelite.png) left center no-repeat;}
.icon.scissors{background:url(../images/icons/scissors.png) left center no-repeat;}
.icon.server{background:url(../images/icons/server.png) left center no-repeat;}
.icon.share{background:url(../images/icons/share.png) left center no-repeat;}
.icon.shield{background:url(../images/icons/shield.png) left center no-repeat;}
.icon.sign-post{background:url(../images/icons/sign-post.png) left center no-repeat;}
.icon.skull{background:url(../images/icons/skull.png) left center no-repeat;}
.icon.snow-flake{background:url(../images/icons/snow-flake.png) left center no-repeat;}
.icon.speaker{background:url(../images/icons/speaker.png) left center no-repeat;}
.icon.star{background:url(../images/icons/star.png) left center no-repeat;}
.icon.suitcase{background:url(../images/icons/suitcase.png) left center no-repeat;}
.icon.sun{background:url(../images/icons/sun.png) left center no-repeat;}
.icon.surveillance-camera{background:url(../images/icons/surveillance-camera.png) left center no-repeat;}
.icon.tag{background:url(../images/icons/tag.png) left center no-repeat;}
.icon.thumbs-down{background:url(../images/icons/thumbs-down.png) left center no-repeat;}
.icon.thumbs-up{background:url(../images/icons/thumbs-up.png) left center no-repeat;}
.icon.thunder{background:url(../images/icons/thunder.png) left center no-repeat;}
.icon.tools{background:url(../images/icons/tools.png) left center no-repeat;}
.icon.traffic-cone{background:url(../images/icons/traffic-cone.png) left center no-repeat;}
.icon.trash{background:url(../images/icons/trash.png) left center no-repeat;}
.icon.tree{background:url(../images/icons/tree.png) left center no-repeat;}
.icon.truck{background:url(../images/icons/truck.png) left center no-repeat;}
.icon.tv{background:url(../images/icons/tv.png) left center no-repeat;}
.icon.twitter-bird{background:url(../images/icons/twitter-bird.png) left center no-repeat;}
.icon.twitter{background:url(../images/icons/twitter.png) left center no-repeat;}
.icon.umbrella{background:url(../images/icons/umbrella.png) left center no-repeat;}
.icon.usb{background:url(../images/icons/usb.png) left center no-repeat;}
.icon.user{background:url(../images/icons/user.png) left center no-repeat;}
.icon.video-camera{background:url(../images/icons/video-camera.png) left center no-repeat;}
.icon.virus{background:url(../images/icons/virus.png) left center no-repeat;}
.icon.wall-socket-1{background:url(../images/icons/wall-socket-1.png) left center no-repeat;}
.icon.wall-socket-2{background:url(../images/icons/wall-socket-2.png) left center no-repeat;}
.icon.wallet{background:url(../images/icons/wallet.png) left center no-repeat;}
.icon.webcam{background:url(../images/icons/webcam.png) left center no-repeat;}
.icon.window{background:url(../images/icons/window.png) left center no-repeat;}
.icon.woman-user{background:url(../images/icons/woman-user.png) left center no-repeat;}
.icon.zoom-in{background:url(../images/icons/zoom-in.png) left center no-repeat;}
.icon.zoom-out{background:url(../images/icons/zoom-out.png) left center no-repeat;}
