.center {margin-left:auto; margin-right:auto;}
/*Universal CSS Styles *****************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {border:none;}
body {
	font-family: helvetica,arial, sans-serif;
	font-size: 0.75em;
}
p {
	color: #4d4d4d;
}
.clear {
	clear: both;
	visibility: hidden;
}

#cat_image {margin-bottom: 10px;}
/*Home Page Background *****************************************************************************/
#home_bg {
	background: url('/images/home_bg.png') repeat-x;
	width: 100%;
	height: 100%;
	/*padding-top: 15px;*/
}
#content_bg {
	background: url('/images/content_bg.png') repeat-x;
	width: 100%;
	height: 100%;
	/*padding-top: 15px;*/
}




/*Main Container ***********************************************************************************/
#wrapper {
	width: 860px;
	margin: 0 auto;
}




/*Header Section ***********************************************************************************/
#header {
	height: 135px;
	background: url('/images/header_bg.png') top center no-repeat;
	overflow: hidden;
}
#logo {
	width: 294px;
	height: 116px;
	float: left;
}




/*Navigation Menu **********************************************************************************/





/*Main Banner *************************************************************************************/
#banner ul, #banner li{
	margin:0;
	padding:0;
	list-style:none;
}
#banner li{ 
	width:860px;
	height:258px;
	overflow:hidden; 
}
#banner {
	height: 248px;
	overflow: hidden;
	clear: both;
	position: relative;
	/*background: url('/images/banner_bg.jpg');*/
	background: url('/images/banner_bg.png') repeat #155581;
	margin-top:2px;
	114e7a
}
#banner .banner_text {
	width: 475px;
	float: left;
}
#banner h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin: 32px 0 10px 0;
	font-family: "Myriad Pro", arial, helvetica, sans-serif;
}
#banner .sub {
	font-size: 18px;
	line-height: 22px;
	color: #6cbcf5;
	height:120px;
	overflow: hidden;
}
div#ss_nav {position: absolute; bottom: 0; left:0; z-index: 100; }
	div#ss_nav a{display: block; height:100%; width:100%;}

.banner_button {
	display: block;
	float: left;
	width: 174px;
	height: 42px;
	background: url('/images/download1_rollover.png');
}
.banner_button:hover {
	background-position: right;
}
.learn_more {
	padding: 10px 0 0 0;
	float: left;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: block;
}
.learn_more:hover {
	text-decoration: underline;
}
.banner_image {
	float: right;
/*	height: 239px;*/
	margin-top: 10px;
}
.banner_image img{
	height:238px;
	width:360px;
}
#title_area {
	height: 66px;
	clear: both;
}
#title_area h4 {
	font-size: 25px;
	font-weight: bold;
	width: 500px;
	padding: 18px 0 0 0;
	color: #fff;
	float: left;
}
.questions {
	float: right;
	padding: 22px 0 0 0;
}

/* Splash Welcome
**********************************************/
.welcome_content p  {
	margin: 0px 0 65px 0;
	line-height: 200%;
	font-size: 14px;
	overflow: hidden;
	height:155px;
}


/*Left Column Content ******************************************************************************/
#content {
	width: 860px;
	overflow: hidden;
	margin-top:40px;
}
#left_column table {
	line-height:150%;
}
#left_column {
	width: 560px;
	float: left;
	margin-right: 55px;
}
.left_content p  {
	margin: 0px 0 30px 0;
	line-height: 175%;
	font-size: 13px;
}
.left_content table {
	font-size:13px;
	color:#4d4d4d;
}
.discount {
	font-size: 18px;
	color: #1B608B;
	padding: 5px 0 10px 0px;
	letter-spacing: -0.002em;
}
.contact_question {
	background: url('/images/contactus.png') top left no-repeat;
	color: #232323;
	padding: 7px 0 19px 68px;
	letter-spacing: -0.002em;
	font-size: 20px;
}
.learn_action {
	height: 13px;
	padding: 20px 0 10px 0;
	text-align: right;
	background: url('/images/divider_horizontal.png') no-repeat;
	clear: both;
}
.learn_action_short a, .learn_action a {
	font-size: 14px;
	text-decoration: none;
	color: #717171;
}
.learn_arrow {
	padding: 5px 0 0 15px;
	background: url('/images/arrow.gif') 0% 70% no-repeat;
}
.learn_action_short {
	height: 13px;
	padding: 20px 0 10px 0;
	text-align: right;
	background: url('/images/divider_horizontal_short.png') no-repeat;
	clear: both;
}

.bread_crumbs {
	width: 402px;
	height: 36px;
	margin-bottom: 30px;
	background: url('/images/crumbs_bg.png') no-repeat;
	clear: both;
}
.crumbs {
	padding: 10px 18px 10px 22px;
	list-style: none;
}
.crumbs li {
	display: inline;
}
.crumbs a {
	display: block;
	float: left;
	font-size: 13px;
	color: #7A7A7A;
	background: url('/images/crumb_arrow.png') 0% 70% no-repeat;
	text-decoration: none;
	padding: 0 10px 0 19px;
}
.crumbs a:hover {
	text-decoration: underline;
}
.form_field {
	margin: 0 0 0 0;
	width: 480px;
}
.form_field dt {
	margin: 10px 0 10px 0;
}
.textField {
	border: 1px solid #999;
	padding: 4px;
	font-size: 13px;
	color: #121212;
	width: 480px;
}
.submit_button {
	font-size: 14px;
	font-weight: bold;
	background: #CDCDCD;
	border: 1px solid #B6B6B6;
	margin-top: 10px;
	padding: 5px;
}
#form_content {
	width: 480px;
}
.thumb_right {
	float: right;
	margin: 0 0 10px 10px;
}
.thumb_left {
	float: left;
	margin: 0 10px 10px 0;
}




ul#galList {width:615px; overflow: hidden; list-style: none;}
  ul#galList li {width: 180px; float: left; margin: 5px 10px 10px 0; height:160px; overflow: hidden;}
	ul#galList li h1 {font-size:1.1em; color:#4D4D4D; margin-top: 3px;}
	ul#galList li img {width:180px;}

ul#gallery {width:615px; overflow: hidden; list-style: none;}
  ul#gallery li {width: 113px; float: left; margin: 5px 10px 5px 0;}

	ul#gallery li div.img_wrp {width:113px; height: 73px; overflow: hidden;}
	ul#gallery li h1 {font-size:1.1em; color:#4D4D4D; margin-top: 3px;}
	ul#gallery li img {width:113px;}





 div#gal_big{
  		width: 558px /*550img + 6pdg + 3bdr*/;
  	 	height: 375px /*367img + 6pdg + 3bdr*/;
  	 	overflow: hidden;
  	 	}

	div#gal_big img {width:560px; height:373px;}


/*Thumbnail Features Section ************************************************************************/
#features_wrapper {
	margin: 43px 0 0 0;
	color: #557f11;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.025em;
	overflow: hidden;
}
#features_wrapper img  {
	margin-bottom: 6px;
	padding: 0px;
}
.image_thumb_left {
	height: 154px;
	width: 266px;
	float: left;
	margin: 0 28px 18px 0;
}
.image_thumb_right {
	height: 154px;
	width: 266px;
	float: left;
	margin: 0 0 18px 0;
}




/*Right Column Content ******************************************************************************/
#right_column {
	width: 245px;
	float: left;
}
#right_column p {
	margin: 0 0 24px 0;
	line-height: 22px;
}


#right_column input.spa_txt {font-size: 12px; padding: 2px; width: 235px; margin-bottom: 1em; color:#4d4d4d;}
#right_column textarea {font-size: 12px; padding: 4px; width: 235px; margin-bottom: 1.5em; height: 7em; font-family:helvetica,arial, sans-serif; color:#4d4d4d;}




#right_column .alert {
	font-size: 20px;
	background: url('/images/alert.png') top right no-repeat;
	color: #232323;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
#right_column .ie {
	font-size: 20px;
	background: url('/images/ie.png') top right no-repeat;
	color: #232323;
	padding: 7px 0 21px 0;
	letter-spacing: -0.002em;
}
#right_column .download {
	font-size: 18px;
	color: #1B608B;
	padding: 5px 0 10px 0;
	letter-spacing: -0.002em;
}
.download2  {
	display: block;
	background-color: #999;
	background: url('/images/download_rollover.jpg');
	width: 245px;
	height: 46px;
}
.download2:hover {
	background-position: bottom;
}
.column_section {
	clear: both;
}


/*Footer Content ************************************************************************************/
#footer_bg {
	background: url('/images/footer_bg.png') repeat-x;
	height: 135px;
	clear: both;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 64px 0 0 0 ;
	clear: both;
	width: 860px;
	background: url('/images/footer_bg2.png') bottom center no-repeat;
	height: 71px;
}
.footer_menu {
	margin: 35px 0 0 0;
	float: right;
}
.copyright {
	float: left;
	padding: 36px 0 0 0;
}
ul#footer_menu {
	list-style: none;
}
ul#footer_menu li {
	display: inline;
	list-style: none;
}
#footer a {
	color: #515151;
	/*font-size: 14px;
	display: block;
	float: left;*/
	text-decoration: underline;
	/*padding: 0 10px 0 10px;*/
}
#footer a:hover {
	text-decoration: none;
}
ul#footer_menu .last_link {
	padding: 0 0 0 10px;
}


/* Lava Lamp Plugin
***************************/
.lavaLampNoImage {
    position: relative;
    margin: 47px 0 0 0;
    overflow: hidden;
	height: 30px;
	float: right;
}
.lavaLampNoImage li {
  	float: left;
    list-style: none;
}
.lavaLampNoImage li.back {
    border: 1px solid #083751;
    background-color: #051b27;
    width: 9px;
    height: 33px;
    z-index: 8;
    position: absolute;
}
.lavaLampNoImage li a {
    font-size: 15px;
    text-decoration: none;
    color: #82c6f7;
   	text-align: center;
    top: 8px;
    z-index: 10;
   	display: block;
    float: left;
    height: 33px;
    position: relative;
    overflow: hidden;
    padding: 0 15px 0 15px;
}
.lavaLampNoImage li a:hover
{
	color: #ef7f1d;
}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active{
    color: #fff;
}                    
.lavaLampNoImage li.current a {
    color: #ef7f1d;
}         




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
