@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	background-color: #150400;
	background-image: url(../images/global_bg_tall.gif);
	background-repeat: repeat-x;
}

#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding: 0;
}
#header {
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
	width: 800px;
	height: 134px;
	margin: 0 10px;
}
#header .logo{
	padding-top: 68px;
	padding-left: 30px;
	float:left;
}
#header .slogo{
	padding-top: 78px;
	float:right;
	padding-right: 40px;
}
#header span {
	position:absolute;
	top: 10px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
}
#headimg{
	position: relative;
	background: url(../images/hd_img.jpg) no-repeat;
	width: 800px;
	height: 178px;
	margin: 0 10px;
}
#menu {
	position: relative;
	background: url(../images/menu_bg.jpg) no-repeat;
	width: 800px;
	height: 45px;
	margin: 0 10px;
}
#menu ul{
display:block;
list-style:none;
padding:9px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:27px;
}
#menu ul li a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 4px 0 4px;
_margin:0 2px 0 2px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:13px;
font-weight:bold;
line-height:27px;
}
#menu ul li.selected a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 5px 0 5px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:13px;
font-weight:bold;
line-height:27px;
background:url(../images/menu_bt_bg.gif) repeat-x center;
}
#menu ul li a:hover{
background:url(../images/menu_bt_bg.gif) repeat-x center;
}
#mainBody {
	width: 800px;
	margin: 0 auto;
}
#bodyBground {
			background: url(../images/Background.png) repeat-y;
			width: 820px;
		}
				
#bodyContent {
	width: 780px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#left{
	width:540px;
	background:url(../images/screenprinting.jpg) no-repeat;
	float:left;

}
#left span{
float:right;
width:540px;
}
#left span ul{
display:block;
list-style:none;
padding:9px 0 0 10px;
margin:0px;
text-align:right;
}
#left span ul li{
display:block;
padding:0px;
margin:0px;
height:38px;
}
#right{
	width:190px;
	float:right;
	padding-left:15px;
	padding-top: 8px;
	padding-right:15px;
	background-color:#DCEFFD;

}
#right span{
float:right;
width:190px;
}
#right span ul{
list-style:none;
}
#right span ul li{
}

#footer {
	clear: both;
	background: url(../images/footer.png) no-repeat;
	width: 820px;
	height: 56px;
}
.footertxt {
			font-size: 10px;
			color: #666;
			position: absolute;
			bottom: 25px;
			right: 40px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear{
clear:both;
}
img {
	border: none !important;
}

img.headline {
	margin-bottom: 15px;
}

hr.dotted {
	border: 0;
	border-top: 1px dotted #666;
	height: 1px;
}
a:link, a:visited {
	color: #e66d21;
	text-decoration: none;
	border: none !important;
}

a:hover {
	color: #e66d21;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #e66d21;
}
#contactForm {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#contactForm li {
	line-height: 0;
	padding-bottom: 15px;
}
.message {
	width: 100%;
	height: 30px;
	background-color: #a8c47b;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
.style2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC00;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*label { width: 10em; float: left; background-color:#FFFFFF; }*/
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; background-color:#FFFFFF; }
