/* CSS RESET */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Helvetica, arial, verdana, sans-serif;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

/* DEFAULT */
body{
	background: #424343 url(../images/bg.jpg) repeat-x 0 0;
	height: 100%;
}
/* END DEFAULT */

/* WRAPPER */
#wrapper{
	width: 992px;
	height: 600px;
	margin: 0 auto;
	padding: 6px;
	position:relative;
}
/* END WRAPPER */

/* CONTENT */
h1{
	width:446px;
	height:137px;
}

h1 a{
	width:446px;
	height:137px;
	display:block;
	background: url(../images/jagger-supports.png) no-repeat 0 0;
	text-indent: -9999px;
	position:relative;
}

#content{
	width: 472px;
	float:left;
	padding: 0 0 50px 40px;
}

#see-more{
	width:442px;
	height:52px;
	display:block;
	background: url(../images/see-more.png) no-repeat 0 0;
	text-indent: -9999px;
}

#share{
	height: 32px;
	width: 512px;
	position:absolute;
	bottom:25px;
	left:25px;
}

#share ul li{
	width:32px;
	margin-right:7px;
	float:left;
}

#share ul li a{
	display:block;
	width: 32px;
	height: 32px;
	text-indent: -9999em;
}

#share a#twitter{
	background: url(../images/twitter.png);
}

#share a#facebook{
	background: url(../images/facebook.png);
}

#share a#delicious{
	background: url(../images/delicious.png);
}

#share a#digg{
	background: url(../images/digg.png);
}

#share a#stumbleupon{
	background: url(../images/stumbleupon.png);
}

#share p{
	float:left;
	margin: 10px 0 0 25px;
	font-size: 12px;
}

#share p a{
	color:#000;
	font-style: italic;
}

#start-me-up, #satisfaction{
	padding-top: 40px;
}

#start-me-up a.back, #satisfaction a.back{
	display:block;
	width: 52px;
	height: 17px;
	background: url(../images/back.gif) no-repeat;
	text-indent: -9999em;
	margin-top: 15px;
}

#start-me-up h2{
	width: 434px;
	height: 21px;
	background: url(../images/get-his-support.gif) no-repeat;
	text-indent: -9999em;
	margin: 0 0 25px 10px;
}

#start-me-up input[type='text'], #start-me-up span.upload{
	display:block;
	width: 425px;
	padding: 10px 15px;
	font-size: 3.3em;
	font-weight:bold;
	border: 0;
	text-transform: uppercase;
	font-family:arial black, arial, verdana;
	margin-bottom:6px;
	background:#8E9290;
}

#start-me-up input[type='text']{
	max-height: 66px;
	min-height: 66px;
	text-align:center;
}

#start-me-up span.upload{
	padding: 18px 10px;
	height: 36px;
	width: 360px;
	overflow:hidden;
	white-space: nowrap;
	float:left;
}

#start-me-up span.file{
	float:left;
	height: 73px;
	width: 69px;
	background: red url(../images/file.png) no-repeat 0 0;
	margin-left: 6px;
	text-indent: -9999em;
	cursor:pointer;
	display:block;
}

#start-me-up p.upload{
	height: 78px;
	position:relative;
}
#start-me-up input[type='file']{
	position:absolute;
	left:238px;
	height: 78px;
	width: 440px;
	top:0;
	-moz-opacity:.0; 
	filter:alpha(opacity=0); 
	opacity:.0; 
}

#start-me-up button{
	border: none;
	display:block;
	width: 278px;
	height: 51px;
	background: url(../images/start-me-up.gif) no-repeat;
	text-indent: -9999em;
	cursor: pointer;
	margin-left: 163px;
}

#tweet-list{
	padding: 10px;
	width: 422px;
	background: #828685 url(../images/tweets.jpg) repeat-x 0 0;
	margin-bottom: 10px;
	font-size: 11px;
}

#tweet-list li{
	border-bottom: 1px solid #FAFFFE;
	padding: 10px 0;
    min-height: 45px;
}

#tweet-list li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

#satisfaction h2{
	width: 353px;
	height: 23px;
	background: url(../images/satisfaction.png) no-repeat;
	text-indent: -9999em;
	margin: 0 0 25px 10px;
}

#satisfaction #tweet-it, #satisfaction #save{
	width: 441px;
	height: 63px;
	display:block;
	text-indent: -9999em;
	margin-bottom:6px;
}

#satisfaction #tweet-it{
	background: url(../images/tweet-it.gif) no-repeat;
}

#satisfaction #save{
	background: url(../images/save-on-your-computer.gif) no-repeat;
}

#tweet-list, #see-more{
	display:none;
}
.you-can{
	width: 377px;
	height: 159px;
	display:block;
	text-indent: -9999em;
	margin: 40px 0 0 20px;
	background: url(../images/you-can-get-now.gif) no-repeat;
}
/* END CONTENT */

/* JAGGER */
#jagger{
	width: 460px;
	height: 565px;
	padding: 10px;
	background: #FFF;
	float:right;
}

/* END JAGGER */

/* CLASSES */
.left{
	float:left;
}

a.left{
	margin: 0px 5px 10px 0;
}
/* END CLASSES */

