/* CSS Document */
body{
	font-size:12px;
}
#base{
	width:1024px;
	height:auto;
	margin:0px auto;
	border:1px solid #000000;
}
#header{
	background-image: url(img/header/header.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 994px;
	background-repeat: no-repeat;
	height: 155px;
	position: relative;
}
#head_address{
	float:right;
}
#head2ndrow{
	padding-top:10px;
}
#headlogo{
	float:left;
	padding-left:50px;
}
#head2ndright{
	float:right;
	width:672px;
}
div#head2ndright a{
	display:block;
	float:right;
	margin:0px;
	padding:0px;
	width:96px;
	height:75px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#headlink_home{
	background-image:url(img/header/home_button.png);
}
#headlink_home:hover{
	background-image:url(img/header/home_button_onmouse.png);
}
#headlink_stage{
	background-image:url(img/header/stage_button.png);
}
#headlink_stage:hover{
	background-image:url(img/header/stage_button_onmouse.png);
}
#headlink_work{
	background-image:url(img/header/work_button.png);
}
#headlink_work:hover{
	background-image:url(img/header/work_button_onmouse.png);
}
#headlink_flyer{
	background-image:url(img/header/flyer_button.png);
}
#headlink_flyer:hover{
	background-image:url(img/header/flyer_button_onmouse.png);
}
#headlink_company{
	background-image:url(img/header/company_button.png);
}
#headlink_company:hover{
	background-image:url(img/header/company_button_onmouse.png);
}
#headlink_blog{
	background-image:url(img/header/blog_button.png);
}
#headlink_blog:hover{
	background-image:url(img/header/blog_button_onmouse.png);
}
#headlink_contact{
	background-image:url(img/header/contact_button.png);
}
#headlink_contact:hover{
	background-image:url(img/header/contact_button_onmouse.png);
}
#headlogin{
	position: absolute;
	top: 120px;
	width: 200px;
	height: auto;
	z-index: 100;
	left: 55px;
	display: none;
}
#headloginform{
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background-color:#000000;
	float:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 18px;
	width: auto;
	text-align: center;
	margin-top: 20px;
}
#headloginform span{
	line-height: 18px;
	vertical-align: middle;
	display: block;
	margin-top: 7px;
}
#headsubmitbutton{
	line-height:18px;
	vertical-align:middle;
	height: 18px;
	width: 71px;
	display: inline;
}
.textinput_w{
	border:1px solid #FFFFFF;
	background-color:#404040;
	color:#FFFFFF;
	vertical-align: middle;
	display: inline;
	height: 18px;
	line-height: 18px;
	width: 90%;
}

#main{
	padding-top:5px;
	width:1024px;
	height:auto;
	min-height:600px;
	position:relative;
	text-align:left;
}
#stageInformation{
	width:200px;
	height:auto;
	padding:15px;
	border:1px solid #FFFFFF;
	background-color:#404040;
	color:#FFFFFF;
	float: right;
}
#endbanners{
	padding-top:30px;
}
.bannerArea{
	padding-top:10px;
}
#footer{
	padding-top:30px;
	width:750px;
	color:#000000;
	text-align:center;
}
