/* RESET - Thanks to CSS guru Eric Meyer  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

a, ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL */

html, body {
	background-color: #E2E2DF;
}

h1 {
	margin: 0;
	padding: 0;
}

div#juicemaster {
	width: 810px;
	margin: 0 auto;
}

div#juiceholder {
	margin: 20px 0 30px;
}

div#sampleimg {
	text-align: center;
}

div#sampleimg img {
	width:801px;
	height:340px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 4px;
}

div#juicemain {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/* -moz-box-shadow: rgba(0,0,0,0.2) 0 0 4px; Way too buggy in Firefox 3.5 */
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 4px;
}

div#juiceheader {
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border: 1px solid #992B15;
	border-bottom: none;
	background-color: #E02F00;
}

div#juicecontent {
	font: normal 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #222;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border: 1px solid #B2B1AF;
	border-top: none;
	background-color: #FFF;
	padding: 30px 0;
	clear: both;
}

div#juicecontenter {
	padding: 0 10px;
}

div#juicestrip {
	border-bottom: 1px solid #992B15;
	background: url(/img/headerbg.png) repeat-x left top;
	overflow: hidden;
	width: 100%;
}

div#juicealert {
	height: 24px;
	background: url(/img/alertbg.png) repeat-x left top;
}

div#juicelogo {
	float: left;
	display: inline;
	width: 100px;
	margin: 0 0 0 5px;
}

div#juicelogo img, div#bylinkool img {
	width: 100px;
	height: 66px;
}


div#bylinkool {
	float: right;
	display: inline;
	width: 100px;
	margin: 0 15px 0 0;
}

div.juicepart1 {
	padding: 0 0 30px;
	border-bottom: 1px solid #EAE8E6;
	overflow: auto;
	width: 100%;
}

div.juicepart2 {
	padding: 30px 0 30px;
	border-bottom: 1px solid #EAE8E6;
	overflow: auto;
	width: 100%;
}

div.juicepart3 {
	padding: 30px 0 5px;
	overflow: auto;
	width: 100%;
}

div#share p {
	margin: 0 10px;
	color: #777;
}

div.juiceleft {
	float: left;
	display: inline;
	width: 440px;
	margin: 0 0 0 10px;
}

div.juiceleft img {
	width: 440px;
	height: 78px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 2px;
}

div.juiceleft p {
	color: #333;
	margin-top: 10px;
	text-align: center;
}

div.juiceleft p a, div.juiceright p a {
	color: #102E67;
	border-bottom: 1px solid #edf0f9;
}


div.juiceleft p a:hover, div.juiceright p a:hover, div.legalleft a:hover, div#shortdesc a:hover, div#share p a:hover {
	color: #102E67;
	background-color: #F1F5FF;
	border-bottom: 1px solid #A2B0CB;
}

div.juiceright {
	overflow: hidden;
	float: right;
	display: inline;
	width: 290px;
	margin: 0 20px 0 0;
}

div.juicepart2 h3 {
	margin: 10px 0;
	padding: 0;
	font: bold 14px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #222;
}

div.juicepart2 p {
	margin: 10px 0 15px;
}

div.firefox {
	margin-top: 10px;
	float: left;
	display: inline;
	width: 60px;
}

div.firefox img {
	width: 48px;
	height: 60px;
}

div.required {
	margin-top: 15px;
	float: left;
	display: inline;
	width: 200px;
}

div.required span {
	font: normal 11px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

div.required img {
	margin-top: 5px;
	width: 57px;
	height: 16px;
}

div#footer {
	font: normal 11px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 25px 20px 0 20px;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
}

div#footer, div.legalleft a {
	color: #999795;
}

div#shortdesc, div#shortdesc a {
	color: #b2afad;
}

div#legalmumbojumbo {
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

div.legalleft {
	float: left;
	display: inline;
	width: 360px;
}

div.legalright {
	float: right;
	display: inline;
	width: 81px;
}

div.legalright img {
	width: 81px;
	height: 12px;
}

div#shortdesc {
	width: 440px;
}

h3.facebookmini {
	padding: 4px 0 3px 66px !important;
	background: #FFF url(/img/facebookmini.png) no-repeat left center;
}

div#share a {color: #777;padding:1px 0 1px 20px;}
div#share a.twitter {background:url(/img/share_twitter.png) no-repeat left center;}
div#share a.delicious {background:url(/img/share_delicious.png) no-repeat left center;}
div#share a.digg {background:url(/img/share_digg.png) no-repeat left center;}
div#share a.stumbleupon {background:url(/img/share_stumbleupon.png) no-repeat left center;}
div#share a.facebook {background:url(/img/share_facebook.png) no-repeat left center;}

div#installer {display:none;height:150px;overflow:hidden;z-index:888;margin:-120px 0 0 0;position:fixed;top:0px;left:0px;background-color:#222;width:100%;}
div#darken {display:none;z-index:2;background:#000;position:fixed;width:100%;height:100%;left:0px;top:0px;opacity:.8;filter:alpha(opacity=80);text-align:right;}
div#installer_left {display:inline;float:left;margin:14px 0 0 20px;margin-top:14px}
div#installer_right {display:inline;float:right;height:85px;width:40px;margin:10px 44px 0 0;}

