@charset "utf-8";
/* Premier Industrial - Global CSS */

body {
	padding:0;
	margin:0;
	background:#b7bef9;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	font-size:1px;
}

body, input, select, textarea, table, td, div {
	font-family:arial,verdana,"Lucida Grande",sans-serif;
	font-size:12px;
}
form, h1, h2, h3, h4, h5, h6, ul {
	margin:0;
	padding:0;
}


#main {
	width:960px;
	margin:auto;
	background:#fff;
}
.pagewrapper {
	float:left;
	background:#fff;
	height:auto;
	width:100%;
}
.headerwrapper {
	float:left;
	padding:10px 10px 10px 10px;
	background:#fff;
	width:940px;
}
.bodywrapper {
	float:left;
	padding:10px 10px 10px 10px;
	background:#fff;
	width:940px;
	height:auto;
}
.contentbody {background:#fff;}

.border_wrapper{
	float:left;
	border:1px solid #e5e5e5;
	padding:5px 9px 5px 9px;
	background:#f5f8ff;
}

#liquid-round {
width:50%;
margin:0px auto;
background:#fff url(/images/roundbox/leftside.gif) repeat-y left top;
}
.top {
width:100%;
height:20px;
background:url(/images/roundbox/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(/images/roundbox/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(/images/roundbox/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
height:60px;
background:url(/images/roundbox/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(/images/roundbox/bottom-right.gif) no-repeat right top;
}
