@charset "utf-8";
body {
	background-color: #000;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	display:inline;
	color:#838282;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	font-weight:bold;
	display:inline;
	color:#838282;
}
h3 {
	font-size:13px;
	font-weight:bold;
	display:inline;
	color:#838282;
}
#container {
	position:relative;
	width: 981px;
	margin:auto;
}
#header {
	position:relative;
	height:269px;
	width: 100%;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}
#header #logo {
	position:absolute;
	top:70px;
	left:10px;
	border:0px;
}
#phone {
	position:absolute;
	top:120px;
	left:630px;
}
#phoneNo {
	position:absolute;
	top:128px;
	left:690px;
}
#topnav {
	position:absolute;
	top:12px;
	right:40px;
	font-size:14px;
}
#topnav ul{
	padding:0px;
	margin:0px;
	border:0px;
}
#topnav li{
	display:inline;
	padding-top:0px;
	padding-right:10px;
	padding-left:20px;
	width:50px;
	background-image:url(images/seperator.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#topnav a {
	color:#666;
	text-decoration:none;
}
#topnav a:hover {
	color:#CCC;
}
#bluebox {
	position:relative;
	width: 100%;
	height: 317px;
	background-image:url(images/boxmiddle_main.png);
	background-repeat:repeat-x;
}
#blueLeft {
	position: absolute;
	top:0;
	left: 0;
	width:20px;
	height:317px;
	background-image:url(images/boxleft_main.png);
	background-repeat:no-repeat;
}
#blueRight {
	position: absolute;
	top:0;
	Right: 0;
	width:20px;
	height:317px;
	background-image:url(images/boxright_main.png);
	background-repeat:no-repeat;
}
#softwareBox {
	padding-top:28px;
	padding-left:25px;
}
#contentContainer {
	position:relative;
	width:960px;
	margin-left:30px;
	margin-top:15px;
}
#leftContent {
	width:615px;
	margin-right:15px;
	min-height:300px;
}
#leftContent a {
	color:#666;
	text-decoration:none;
}
#leftContent a:hover {
	color:#CCC;
}
#rightContentContainer {
	position:absolute;
	right:0;
	top:0;
	width:328px;
	background-image:url(images/boxnews_top.gif);
	background-repeat:no-repeat;
}
#rightContent {
	position:relative;
	right:0;
	top:16px;
	width:288px;
	background-image:url(images/boxnews_middle.gif);
	background-repeat:repeat-y;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#newsone {
	position:relative;
	margin-top:20px;
	width:270px;
}
#newsone a {
	color:#666;
	text-decoration:none;
}
#newsone a:hover {
	color:#CCC;
}
#blueBullet {
	float:left;
	padding-right:10px;
	padding-bottom:40px;
}
#yellowBullet {
	float:left;
	padding-right:10px;
	padding-bottom:30px;
}
#pinkBullet {
	float:left;
	padding-right:10px;
	padding-bottom:120px;
}
#pinkBullet2 {
	float:left;
	padding-right:10px;
	padding-bottom:59px;
}
#pinkBullet3 {
	float:left;
	padding-right:10px;
	padding-bottom:150px;
}
#rightContentBottom {
	position:relative;
	height:21px;
	background-image:url(images/boxnews_bottom.gif);
	background-repeat:no-repeat;
}
#footer {
	position:relative;
	margin-top:50px;
	padding-top:22px;
	padding-left:30px;
	height:62px;
	background-image:url(images/footer_middle.gif);
	background-repeat:repeat-x;
}
#footerLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:62px;
	background-image:url(images/footer_left.gif);
	background-repeat:no-repeat;
}
#footerRight {
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:62px;
	background-image:url(images/footer_right.gif);
	background-repeat:no-repeat;
}
#contactUs input {
	border: 1px solid #003;
	height: 16px;
	width: 300px;
	background-color: #DBF9FB;
}
#contactUs textarea {
	border: 1px solid #003;
	height: 90px;
	width: 300px;
	background-color: #DBF9FB;
}
#contactUs .submit {
	border: 1px solid #003;
	height: 24px;
	width: 75px;
	background-color: #DBF9FB;
}
