/*	Gominola Creative Media 2008
	Barcelona - http://www.gominola.com
	by Alexander Morales a@gominola.com
________________________________________*/
body,div,h1,h2,h3,h4,a,ul,li,p,img {
	border:0px;
	margin:0px;
	padding:0px;
	font:11px Verdana, arial, "lucida console", sans-serif;
	color:#ffffff;
	line-height:14px;
	}
body {
	margin:0px 0px 20px 0px;
	background:#292929;
	text-align:center;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
p {
	padding:10px 0px;
	text-align:justify;
}
strong {
	color:#ec6e00;
}

#wrap {
	width:832px;
	margin:0px auto;
	text-align:left;
	}
	
/*
	Header
________________________________________*/
#header {
	width:832px;
	height:129px;
	background:url("../img/header.gif") #fff no-repeat top right;
	}
	#header h1, #header h2 {
		display:none;
		}
	#header #menu {
		padding:103px 42px 0px 0px;
		}
		#header ul {
			width:414px;
			height:13px;
			float:right;
			list-style:none;
			}
		#header li {
			float:left;
			}
			#header li a {
				height:13px;
				overflow:hidden;
				color:#666666;
				text-indent:-1000px;
				display:block;
				}
			#header li#bt1 a {
				width:61px;
				background:url("../img/bt1.gif") no-repeat;
				}
			#header li#bt2 a {
				width:62px;
				background:url("../img/bt2.gif") no-repeat;
				}
			#header li#bt3 a {
				width:74px;
				background:url("../img/bt3.gif") no-repeat;
				}
			#header li#bt4 a {
				width:106px;
				background:url("../img/bt4.gif") no-repeat;
				}
			#header li#bt5 a {
				width:48px;
				background:url("../img/bt5.gif") no-repeat;
				}
			#header li#bt6 a {
				width:63px;
				background:url("../img/bt6.gif") no-repeat;
				}
			#header li#bt1 a:hover,#header li#bt1 a.current,#header li#bt2 a:hover,#header li#bt2 a.current,#header li#bt3 a:hover,#header li#bt3 a.current,#header li#bt4 a:hover,#header li#bt4 a.current, #header li#bt5 a:hover,#header li#bt5 a.current, #header li#bt6 a:hover,#header li#bt6 a.current {
				background-position:0px -13px;
				}

/*
	Main
________________________________________*/
#main {
	background:url("../img/bg-main.gif") #080808 no-repeat bottom;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:40px 0px;
}
/*
	Footer
________________________________________*/
#footer {
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:24px solid #000;
	background:url("../img/footer.gif") #171717 no-repeat bottom right;
	}
	#footer .holder {
		height:69px;
	}
	#footer #legal {
		padding:17px 0px 0px 29px;
		}
		#footer #legal a {
			width:47px;
			height:41px;
			float:left;
			background:url("../img/btlegal.gif") no-repeat bottom left;
			display:block;
			text-indent:-1000px;
			overflow:hidden;
			}
		#footer #where {
			padding:0px 182px 0px 0px;
			}
			#footer #where a {
				width:187px;
				height:41px;
				float:right;
				background:url("../img/btwhere.gif") no-repeat bottom left;
				display:block;
				text-indent:-1000px;
				overflow:hidden;
				}