﻿@charset "utf-8";
/* CSS Document */

#headTop {
	height:139px;
	background-color:#000;
	background-image:url(/images/headTopBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}
#headTopCenter {
	margin:0 auto;
}
#headTopRight {
	float:right;
	margin-top:28px;
}
#headTopLeft {
	float:left;
	margin-top:28px;
	margin-left:50px;
}
#head {
	height:401px;
	background-color:#000;
	background-image:url(/images/headBG.jpg);
	background-repeat:repeat-x;
}
#headCenter {
	height:401px;
	margin:0 auto;
	background-image:url(/images/headCenterBG.png);
	background-repeat:no-repeat;
	position:relative;
}
#headAdminText {
	line-height:85px;
	font-weight:bold;
	color:#C70;
}
#headAdminText img {
	margin-left:10px;
	vertical-align:text-bottom;
	border:0;
}
.mainslider {
	float:right;
}

