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

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333333;
	margin: 0px;
	text-align: center;
	line-height:20px;
	background-image: url(pix/bkg.gif); background-repeat:repeat-x;
	background-color:#f9fbfe;
}

a:link { color: #14326c; font-weight : bold; text-decoration: none; }
a:visited { color: #14326c; font-weight : bold; text-decoration: none; }
a:hover { color: #426bb9; font-weight : bold; text-decoration: underline; }


b {
	color:#14326c;
	font-weight:normal;
	font-size:12px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 953px;
	display:inline-block;
	text-align: left;
	border-bottom:#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	background-color:#FFF;
}

#header {
	background: url(pix/header_image.gif) top left no-repeat;
	width:953px;
	height:338px;
}

#nav {
	margin-top:0px;
	width:953px;
	height:38px;
	padding-bottom:48px;
}

#nav ul {
	margin: 0px;
	margin-left:0px;
	padding:0px;
	list-style-type: none;
}

#nav ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px;
	margin-left:0px;
}

#nav ul li a {
	display: inline-block;
	margin: 0px;
	margin-left:0px;
}

#nav ul li span {
	display: none;
	margin: 0px;
	margin-left:0px;
}

#nav ul li#home a {
	background: url(pix/nav_home.gif) top left no-repeat;
	height:38px;
	width:114px;
}

#nav ul li#home a:hover {
	background: url(pix/nav_home.gif) bottom left no-repeat;
	height:38px;
	width:114px;
}

#nav ul li#about a {
	background: url(pix/nav_about.gif) top left no-repeat;
	height:38px;
	width:119px;
}

#nav ul li#about a:hover {
	background: url(pix/nav_about.gif) bottom left no-repeat;
	height:38px;
	width:119px;
}

#nav ul li#product a {
	background: url(pix/nav_product.gif) top left no-repeat;
	height:38px;
	width:196px;
}

#nav ul li#product a:hover {
	background: url(pix/nav_product.gif) bottom left no-repeat;
	height:38px;
	width:196px;
}

#nav ul li#updates a {
	background: url(pix/nav_updates.gif) top left no-repeat;
	height:38px;
	width:175px;
}

#nav ul li#updates a:hover {
	background: url(pix/nav_updates.gif) bottom left no-repeat;
	height:38px;
	width:175px;
}

#nav ul li#video a {
	background: url(pix/nav_video.gif) top left no-repeat;
	height:38px;
	width:95px;
}

#nav ul li#video a:hover {
	background: url(pix/nav_video.gif) bottom left no-repeat;
	height:38px;
	width:95px;
}

#nav ul li#demo a {
	background: url(pix/nav_demo.gif) top left no-repeat;
	height:38px;
	width:94px;
}

#nav ul li#demo a:hover {
	background: url(pix/nav_demo.gif) bottom left no-repeat;
	height:38px;
	width:94px;
}

#nav ul li#contact a {
	background: url(pix/nav_contact.gif) top left no-repeat;
	height:38px;
	width:160px;
}

#nav ul li#contact a:hover {
	background: url(pix/nav_contact.gif) bottom left no-repeat;
	height:38px;
	width:160px;
}

#content {
	display:inline-block;
	width:913px;
	padding:0px 20px 20px 20px;
	background: url(pix/g_watermark.gif) bottom right no-repeat;
}


#callout_home_product {
	float:left;
	background: url(pix/home_callout_product.gif) top left no-repeat;
	width:293px;
	height:343px;
	padding-right:11px;
	font-size:11px;
	line-height:12px;
}

#callout_home_product h2 {
	margin:0px;
	padding:0px 0px 0px 0px;
}

#callout_home_product h2 a {
	margin:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	width:280px;
	height:60px;
	display:block;
/*	border:#0C6 solid 1px;*/
}

#callout_home_product h3 {
	margin:0px;
	padding:0px 0px 10px 0px;
	padding-left:50px;
	font-weight:bold;
	font-size:11px;
	color:#333;
}

#callout_home_product ul {
	padding:2px 20px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style-type:none;
	list-style-image:none;
}

#callout_home_product li {
	background:url(pix/bullet.gif) left top no-repeat;
	padding:0px 3px 8px 30px;
	display:block;
	float:none;
}


#callout_home_contact {
	float:left;
	background: url(pix/home_callout_contact.gif) top left no-repeat;
	width:252px;
	height:343px;
	padding-right:21px;
}

#callout_home_contact h2 a {
	margin-top:0px;
	padding:0px;
	width:250px;
	height:80px;
	display:block; 
}

.contact_text {
	padding:0px 20px 20px 20px;
	font-size:11px;
	line-height:14px;
	color:#333;
}

.contact_text b {
	color:#d66729;
	font-size:11px;
	font-weight:bold;
}

.contact_text a:link { color: #d66729; font-weight : normal; text-decoration: none; }
.contact_text a:visited { color: #d66729; font-weight : normal; text-decoration: none; }
.contact_text a:hover { color: #ea9261; font-weight : normal; text-decoration: underline; }

#homepage_text {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#525151;
	padding:0px 10px 0px 0px;
}

#homepage_text h1 {
	margin: 20px 0px 10px 0px;
	color:#426bb9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#homepage_text p {
	margin:0px 0px 12px 0px;
}

#homepage_text b {
	color:#426bb9;
	font-weight:normal;
	font-size:12px;
}

.hidden {
	visibility:hidden;
}


/*********************************** Footer Styles Footer Styles Footer Styles *****************************************************/
#footer  {
    font-size: 10px;
	text-align:left;
    font-family: Verdana, Geneva, Arial, sans-serif;
	color:#666666;
	margin-left: auto;
	margin-right: auto;
	width: 953px;
	display:inline-block;
}

#footer #logos {
	float:left;
	background: url(pix/footer_logos.gif) top left no-repeat;
	margin:25px 0px 0px 0px;
	width:481px;
	height:99px;
}

#footer #info {
	margin-left:500px;
}

#footer b {
	font-size:10px;
	color: #426BB9;
	font-weight:bold;
}

#footer h1 {
	padding-top:35px;
	font-size:10px;
	color: #426BB9;
	font-weight:bold;
	margin-bottom:0px;
}

#footer p {
	margin: 0px;
	padding-bottom:5px;
	line-height:14px;
}

#footer a {
	color: #73654f;
}

#footer .fullbreak {
	margin-top: 10px;
}

#footer a:link { color: #426bb9; font-weight : normal;  text-decoration: none; }
#footer a:visited { color: #426bb9; font-weight : normal;  text-decoration: none; }
#footer a:hover { color: #426bb9; font-weight : normal;  text-decoration: underline; }

a.footer_validator:link { color: #335a6f; font-weight : normal;  text-decoration: none; }
a.footer_validator:visited { color: #335a6f; font-weight : normal;  text-decoration: none; }
a.footer_validator:hover { color: #508eaf; font-weight : normal;  text-decoration: none; }

/*********************************** Footer Styles Footer Styles Footer Styles *****************************************************/





