@charset "UTF-8";

#head_container
{
	background-image:url(head_repeat.jpg);
	height:478px;
	position:relative;
	
	width:100%;
	float:left;
}

#head_correction
{
	background-image:url(head_correction.png);
	position:absolute;
	width:50%;
	height:478px;
	
	left:50%;
	right:0px;
	top:0px;
	bottom:0px;
	
	z-index:20;
}

#head_banner
{
	background-image:url(head.jpg);
	
	width:977px;
	height:478px;
	
	margin-left:auto;
	margin-right:auto;
	
	position:relative;
	
	z-index:50;
}

#purple_button
{
	position:absolute;
	
	width:225px;
	height:70px;
	
	top:340px;
	left:480px;
	
	cursor:pointer;
	color:#FFF;
}

#purple_button h1
{
	font-family:'Lucida Grande', "Trebuchet MS" , Arial, Verdana, sans-serif;
	text-align:center;
	font-size:27px;
	color:inherit;
	text-shadow:#B523AE -1px -1px;
	
	margin:0px;
	margin-bottom:5px;
	margin-top:5px;
	
	padding:0px;
}

#purple_button p
{
	font-family:'Lucida Grande', "Trebuchet MS" , Arial, Verdana, sans-serif;
	text-align:center;
	font-size:13px;
	color:inherit;
	text-shadow:-1px -1px #B523AE;
	font-weight:bold;
	
	padding:0px;
	margin:0px;
	
}

#purple_button:hover { top:342px; color:#3E0C47; }

#yellow_button
{
	position:absolute;
	
	width:190px;
	height:70px;
	
	top:340px;
	left:740px;
	
		cursor:pointer;
		
		color:#FFF;

}

#yellow_button h1, #yellow_button h1 a
{
	font-family:'Lucida Grande', "Trebuchet MS" , Arial, Verdana, sans-serif;
	text-align:center;
	font-size:27px;
	color:inherit;
	text-shadow:#8D5D12 -1px -1px;
	text-decoration:none;
	
	margin:0px;
	margin-bottom:5px;
	margin-top:5px;
	
	padding:0px;
}

#yellow_button p, #yellow_button p a
{
	font-family:'Lucida Grande', "Trebuchet MS" , Arial, Verdana, sans-serif;
	text-align:center;
	font-size:13px;
	color:inherit;
	text-shadow:#8D5D12 -1px -1px;
	font-weight:bold;
	text-decoration:none;
	
	padding:0px;
	margin:0px;
}

#yellow_button:hover { top:342px; color:#40270B; }

#head_logo_holder
{
	position:relative;
	float:right;
	width:700px;
	height:45px;
	clear:both;
	display:table;
	padding-top:15px;
}

#head_logo_holder_2
{
	position:relative;
	float:right;
	width:700px;
	height:45px;
	clear:both;
	display:table;
}

.logo_head
{
	margin:0px;
	padding:0px;
	float:right;
	postion:relative;
	cursor:pointer;
	border:none;
}