@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #0e001e;
	margin: 0px;
	padding: 0px;
}
.warper{
	width: 100%;
	text-align: center;
}
.warper{ text-align:-moz-center;}
.container{
	width: 1003px;
	background-image: url(../images/stage_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.container .flashbg{
	position: absolute;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: -1;
}
.container .bunch{
	position: absolute;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: 300;
}
.header{
	height: 95px;
	padding-right: 50px;
	padding-left: 50px;
}
.header .logo{
	float: left;
	padding-top: 20px;
}
.header .qcontact{
	float: right;
	padding-top: 24px;
}
.header .login{
	position: relative;
}
.header .login input{
	background-color: #000000;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #A700FD;
	font-size: 10px;
	margin: 3px;
}
.header .login button{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 3px;
	background-color: #48006E;
	color: #999999;
	border: 1px solid #333333;
}
.header .nlerror{
	background-color: #FF0000;
	font-size: 10px;
	padding: 3px;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: -18px;
	text-align: left;
	display: none;
}
.header .nlnote{
	background-color: #00CC00;
	font-size: 10px;
	padding: 3px;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: -18px;
	text-align: left;
	display: none;
}
.flashy{
	height: 310px;
	clear: both;
}
.content_area{
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.content_area .page{
	text-align: left;
}
.content_area .page h2{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.content_area a:link, .content_area a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.content_area a:hover{
	text-decoration: underline;
}
.content_area .box1{
	width: 400px;
	float: left;
	background-image: url(../images/content_box_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:350px;
}
.content_area .box2{
	float: left;
	width: 450px;
	padding-left: 50px;
	text-align: left;
}
.content_area .box2 .txt{
	position: relative;
	float: left;
	padding-top: 30px;
	display: block;
	min-width:300px;
}
.content_area .box2 .txt h2{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	position: absolute;
	top: 0px;
	left: -30px;
	color: #A800FF;
}
.callouts{
	background-image: url(../images/callout_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 50px;
	padding-left: 50px;
	clear: both;
	position: relative;
	padding-bottom: 30px;
	height: 200px;
}
.callouts .box{
	float: left;
	width: 195px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 160px;
	font-size: 11px;
	position: relative;
}
.callouts .box p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.callouts .box h2{
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.callouts .box .mi:link, .callouts .box .mi:visited{
	display: block;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
	text-decoration: none;
	position: absolute;
	bottom: -18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #222222;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #222222;
}
.callouts .box .mi:hover{
	background-color: #2E0456;
}
.footer{
	height: 60px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	clear: both;
}
.footer .line1{
	color: #56788f;
	font-weight: bold;
	text-align: center;
}
.footer .line2{
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 10px;
	padding-left: 120px;
}
.footer .line2 a:link, .footer .line2 a:visited{
	color: #000000;
	text-decoration: none;
}
.footer .line2 a:hover{
	text-decoration: underline;
}
.footer .line2 .pwd:link, .footer .line2 .pwd:visited{
	color: #ec008c;
}
.news{
	padding: 5px;
	margin: 3px;
	border: 1px solid #0F001F;
}
.news:hover{
	background-color: #000000;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.news h1{
	margin: 2px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.news .summary{}
.news .rm:link, .news .rm:visited{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-align: right;
}
.news .rm:hover{
}
.all:link, .all:visited{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 3px;
	margin: 2px;
	background-color: #0C001A;
	border: 1px solid #1A0035;
	text-decoration: none;
}
.all:hover{
	background-color: #000000;
	text-decoration: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.services_links{
	list-style-type: none;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.services_links li{
	display: block;
	padding: 1px;
}
.services_links li a:link, .services_links li a:visited{
	display: block;
	background-color: #000000;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #333333;
	text-decoration: none;
}
.services_links li a:hover{
	background-color: #2C0055;
}
.service-gallery{
	clear: both;
	position: relative;
	padding: 5px;
}
.service-gallery img{
	float: left;
}
.clearing{
	clear: both;
}
.container_main{
	width: 1003px;
	margin:0px auto;
	
}