* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
body {
	background: #e3ecf3;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #088dd1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 20px;
	padding: 5px 0;
}
label {
	width: 7em;
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #666;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #537CC1;
}
ul {
	margin-left: 17px;
}
li {
	line-height: 18px;
}
#container {
	position: relative;
	margin: 10px auto;
	padding: 5px;
	width: 980px;
	margin-bottom: 20px;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 70px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	height: 29px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.nav li {
	list-style: none;
	height: 29px;
	float: left;
	position: relative;
	margin-left: 10px;
}

.nav li a {
	height: 29px;
	display: block;
	color: #088dd1;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}

.nav li a:hover {
	color: #fff;
	text-decoration: none;
}

.nav .current a { background-position: 0 -46px; }

.nav ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* buttons

------------------------------------------*/

a#home, a#software, a#services, a#industries, a#contactus {
	width: 93px;
	height: 22px;
}

a#home, a#software, a#services, a#industries, a#contactus { background-image: url(images/button.png); }

a#home:hover,

a#software:hover,

a#services:hover,

a#industries:hover,

a#contactus:hover

{ background-position: 0 -29px; }
#header_optional {
	position: relative;
	margin: 0;
	padding: 0;
}
#header_page_title {
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 39px;
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
}
#header_page_title h1 {
	color: #fff;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 5px 20px;
	font-weight: normal;
}
#main_body {
	background-color: #fff;
	min-height: 250px;
	border: 1px #ccc solid;
	border-top: none;
}
#main_left {
	padding: 20px 10px 20px 20px;
	float: left;
	min-height: 250px;
}
.front_list li {
	margin-bottom: 10px;
	line-height: 18px;
	padding-left: 25px;
}
.front_list ul {
	line-height: 18px;
	list-style-type: none;
}
.news_title {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.news_details {
	color: #333;
}
.news_story {
	padding: 10px 0;
}
#main_right {
	padding: 20px 20px 20px 10px;
	float: right;
}
.testimonial {
	padding: 10px;
	margin: 0 10px;
	line-height: 20px;
	background-color: #eee;
	background-position: top right;
	background-repeat: no-repeat;
}
.testi_name {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.testi_info {
	font-size: 14px;
	font-style: italic;
	color: #666;
}
#footer {
	position: relative;
	width: 980px;
	height: 99px;
}
#foot_links {
	float: left;
	position: absolute;
	left: 10px;
	top: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	height:31px;
	width:980px;
	margin: 0;
 }
#foot_links ul {
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	list-style: none;
	color: #666;
	}
#foot_links ul li { 
	display: inline;
	color: #666;
	font-size: 12px;
}
#foot_links ul li a {
	color: #666;
	font-size: 12px;
	padding: 0 5px 0 5px;
	text-decoration: none;
}
#foot_links ul li a:hover {
	color: #666;
	text-decoration: underline;
}
.clear {
	clear: both;
}
