/* http://meyerweb.com/eric/tools/css/reset/ - v1.0 | 20080212 */
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;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* end reset */

/* STRUCTURE & COMMON
******************************************************************************/
body{
	width:1000px;
	margin:0 auto;
	background:#360 url(../images/body-bg.jpg) repeat-x 50% 0;
	color:#9c0;
	font:75%/1.3333em "Helvetica Neue", Arial, sans-serif;
	padding-bottom:2em;
}
html>body{
	font-size:12px;
}
body.sub{
	background-image:url(../images/body-bg-sub.jpg);
}
#content p,#content ul,#content ol{
	margin:0.5em 0 1.5em;
}
#content li{
	margin:0 0 1em;
}
#content a:link, #content a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#9c0;
}
#content a:hover, #content a:active{
	color:#fff;
}

h1 a{
	display:block;
	overflow:hidden;
	text-indent:-1000em;
	width:447px;
	height:52px;
	background:url(../images/reynolds-logo.jpg) no-repeat 0 0;
	margin-left:550px;
}

#flashwrapper{
	height:380px;
	width:1000px;
}
#nav{
	height:65px;
}
#nav li{
	display:block;
	float:left;
	position:relative;
}
#nav li.current{
	background:url(../images/nav-active-bg.jpg) repeat-x 50% 100%;
}
#nav li a{
	overflow:hidden;
	text-indent:-1000em;
	display:block;
	float:left;
	height:65px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#nav li#press-release a{
	background-image:url(../images/nav-press-release.gif);
	width:149px;
}
#nav li#fact-sheets a{
	background-image:url(../images/nav-fact-sheets.gif);
	width:121px;
}
#nav li#greening-tips a{
	background-image:url(../images/nav-greening-tips.gif);
	width:202px;
}
#nav li#sweepstakes a{
	background-image:url(../images/nav-sweepstakes.gif);
	width:251px;
}
#nav li#images a{
	background-image:url(../images/nav-images.gif);
	width:128px;
}
#nav li#contact a{
	background-image:url(../images/nav-contact.gif);
	width:140px;
}
#nav li a:hover, #nav li a:active{
	background-position:0 -65px;
}

#content{
	padding:2em 24px;
}
h2{
	text-transform:uppercase;
	color:#fff;
	font:bold 1.5em Gotham, "Century Gothic", Futura, sans-serif;
	margin:0 0 1em;
}
h3{
	text-transform:uppercase;
	color:#fff;
	font:bold 1.3333em Gotham, "Century Gothic", Futura, sans-serif;
	margin:0 0 1em;
}
#content ul{
	list-style:disc;
	padding-left:1.5em;
}
#downloads, #downloads ul{
	list-style:none !important;
	padding-left:0;
}
#downloads li{
	float:left;
	width:155px;
}
#content img{
	border:3px solid #9c0;
}
#downloads li li{
	width:auto;
	float:none;
	padding-left:10px;
	background:url(../images/dl-arrow.gif) no-repeat 0 50%;
}
.clear{
	clear:both;
	padding-top:1em;
}
.alignleft{
	float:left;
	margin:0 0.5em 0.25em 0;
}
.alignright{
	float:right;
	margin:0 0 0.25em 0.5em;
}

.tt{
	opacity:0;
	position:absolute;
	top:50px;
	left:80px;
	height:54px;
	background:url(../images/tt-left.gif) no-repeat 0 100%;
	padding:11px 10px 0;
	color:#333;
	z-index:2;
}
.tt .arrow{
	background:url(../images/tt-arrow.gif) no-repeat 0 0;
	height:11px;
	width:11px;
	position:absolute;
	top:0;
	left:10px;
}
.tt .bubble{
	background:url(../images/tt-right.gif) no-repeat 100% 100%;
	padding-right:10px;
	padding-top:7px;
	height:47px;
	float:left;
}
.tt .filename{
	font-weight:bold;
	font-size:1.1287em;
	white-space:nowrap;
}
