@charset "UTF-8";
/* CSS Document */

/* general */
img.floatLeft { 
    float: left;
	clear: right; 
    margin: 5px; 
}


body {
	background: #ffffff url(../img/bg.gif) repeat-y top left;
	margin: 9px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	vertical-align: 1em;
	margin-right: 1px;
}
a {
	text-decoration: none;
}
/* banner area */
.taglines {
	font-size: 1.1em;
	line-height: 2.4em;
	font-weight: bolder;
}
/* nav area */
.nav_top {
	border-top: 1px solid #6f8cb2;
}
.nav_bottom {
	border-bottom: 1px solid #6f8cb2;
}
.secondary_link {
	color:#fff;
}
.secondary_link a {
	color: #000;
}
.secondary_link a:hover {
	color: #fff;
}

/* content top */
#home_top, #sub_content {
	margin:15px 15px;
	padding: 10;
	left: 12px;
	
}
h1 {
	font-size: 1.6em;
	color: #1b3d59;
	border-bottom-color: #1b3d59;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	bottom: 20px;
	line-height: 1.3em;
}
h2 {
	font-size: 1.2em;
	color: #1b3d59;
	margin: 1;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
}
h3 {
	font-size: 1.2em;
	color: #ffffff;
	margin: 1;
	margin-top: 10px;
}
.content {
	padding: 18px 22px;
	color: #000000;
}
.contentright {
	padding: 4px 8px;
	color: #FFFFFF;
	list-style-type: circle;
}
.content p {
	color: #ffffff;
}
.content a {
	color: #ffba00;
}
#content_left {
	float: left;
	color: #000000;
}
#content_right {
	float: right;
}
#sub_content {
	color: #000000;
	margin: 6;
	margin-right: 10px;
}
#sub_content a {
	color: #00D1EF;
}

.subpage_modal {
	background-image: url(../img/sub_bar2.gif);
	background-repeat:no-repeat;
	width:217;
	color: #ffffff;
	font-weight: bold;
	font-size:1.2em;
	padding:6px 0px 10px 6px;
}
#sub_content a.download {
	color: #ffffff;
}
#sub_content a.download:hover {
	color: #79DCF3;
}
/* content bottom */
#home_bottom {
	margin: 6px 0px;
	padding:0;
}
.sub_head {
	background-image: url(../img/sub_bar.gif);
	background-repeat:no-repeat;
	width:306px;
	color: #ffffff;
	font-weight: bold;
	font-size:1.2em;
	padding:6px 0px 10px 6px;
}
.news {
	color: #ffffff;
}
.news a {
	color: #66FFFF;
}
.date {
	color:#f7931e;
	font-weight: bold;
}
.sub_products {
	padding: 10px;
}
.sub_products ul {
	color: #2d89df;
}
.sub_products a, .testimonials a {
	color: #2d89df;
}
.test_left {
	border-left: 1px solid #bfbebe;
}
.test_right {
	border-right: 1px solid #bfbebe;
}

.test_left1 {
	border-left: 1px solid #bfbebe;
}
.test_right1 {
	border-right: 1px solid #bfbebe;
}	
.test_bottom {
	border-bottom: 1px solid #bfbebe;
}
.test_top {
	border-top: 1px solid #bfbebe;
}
/* footer area */
.footer {
	width: 930px;
	text-align:left;
	color: #717171;
}
.footer a {
	color: #a2a2a3;
	text-decoration:none;
}

.border_left {
	border-left: 1.5px solid #1b3d59;
}
.border_right {
	border-right: 1.5px solid #1b3d59;
}
