/* HTML RULES 								 		  									*/
/* ================================================== */
body { 	font:11px "Arial", sans-serif; }
h1 { font-size:18px; color:#01BA3B; text-transform:uppercase; margin-bottom:0; font-weight:bold; }
h2 { font-size:15px; color:#01BA3B; text-transform:uppercase; margin-bottom:10px; margin-top:20px; font-weight:bold; }
p { line-height:1.4; margin-top:10px; color:#999999; font-size: 11px;}
a { color:white; text-decoration: none; }
a:hover { text-decoration:underline; }
a:focus { outline:none; }
em { font-style:italic; }
strong { font-weight:bold; }
sup { font-size:0.5em; }

/* SITE LAYOUT RULES 								*/
/* ================================================== */
body { background:#5bbe54 url(../images-home/background_top.gif) repeat-x; }
#site { }

#masthead { position:absolute; z-index:10; left:0px; top:0px; width:960px; height:184px; background:transparent url(../images-home/masthead.gif) no-repeat left top; }
	#masthead a { display:block; width:200px; height:100px; }
	#masthead a h1 { display:none; }

#nav { position:absolute; z-index:20; left:286px; top:50px; width:664px; font-size:11px; }
	#nav li { float:left; padding:0 15px; }
		#nav a { text-transform:uppercase; }

#photos { position:absolute; z-index:30; left:27px; top:135px; }	

#main { position:relative; width:100%; top:90px; min-height:440px; _height:440px; background:white url(../images-home/background_bottom.gif) repeat-x left bottom; }
	#content { position:relative; z-index:20; padding:70px 0 50px 415px; width:480px; }
	#content a { color:#999999; text-decoration:underline; }
	#content #country { display:block; position:relative; top:18px; width:540px; height:100px; background:white url(../images-home/country.gif) no-repeat left top; }
		#content #country a { display:block; position:absolute; width:530px; height:50px; }
		#content #country a.ca { top:0px; }
		#content #country a.us { top:50px; }
			#content #country a span { display:none; }
	
#footer { position:relative; top:90px; color:white; font-size:10px; text-align:center;  width:960px; padding:50px 0; min-height:110px; _height:110px; }	
	#footer a { text-decoration:underline; font-size:10px; }
	#footer a.us { padding-left:28px; background:transparent url(../images-home/us.gif) no-repeat left bottom; }	
