@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Nobile);
@import url(http://fonts.googleapis.com/css?family=Puritan);

body {
	font: 11px 'Nobile', Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4948ED;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat-x;
	background-color: #C9EBCA;
}

a {
	
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000066;
}
a:active {
	color: #000066;
}


.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 950px;/*background:#CCC;*/
}
.oneColFixCtrHdr #header_back_shadow
{
	width: 950px;
	height: 82px;
	background-image: url(../images/header_back_shadow.png);
	background-repeat: no-repeat;
	z-index: 20;
	margin-top: -20px;
}

.oneColFixCtrHdr #logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	position: relative;
	left: 0px;
	top: 9px;
	width: 457px;
	height: 88px;
	/*background-color:#F30;*/
	
}
.oneColFixCtrHdr #login_box {
	position: relative;
	left: 640px;
	top: -70px;
	width: 300px;
	height: 40px;
	/*background-color:#F30;*/
	text-align: right;
	
}
.oneColFixCtrHdr #header_search {
	width: 270px;
	height: 27.5px;
	position: relative;
	float: right;
	top: -16px;
	padding: 3.8px 0 0px 20px;
	postiton: relative;
	z-index: 50;
	background-color:#fff;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow:hidden;
	border: 1px solid #008DBC;
	
	/*-moz-box-shadow: inset 0 0 2px 2px #0091C2;
    -webkit-box-shadow: inset 0 0 2px 2px #0091C2;
    box-shadow: inset 0 0 2px 2px #0091C2;*/
	
	
	
	/*background-image: url(../images/header_search.png);*/
	
	
}



.oneColFixCtrHdr #header_search:hover 
{
	
	
	height: 170px;
	position: relative;
	z-index: 300;
	color: #004962;
	font-size: 12px;
	
	
	
	
}


.oneColFixCtrHdr .search 
{
	
	border: 0;
	height: 22px;
	width: 235px;
	color: #000066;
	text-indent: 0px;
	background-color:#fff;
	outline:none;
	/*font-weight: bold;
	background-image: url(../images/search_box_bg.png);
	background-repeat: repeat-x;*/
	
}

.oneColFixCtrHdr .search_graphic{
	background-image:url(../images/search_logo.png);
	background-repeat:no-repeat;
	width: 14px;
	height: 20px;
	float: right;
	z-index: 300px;
	margin: 2px 14px 0 0;
	
}

.oneColFixCtrHdr .search_txt
{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#fff;
	padding: 3px;
	border: 1px solid #1874D1;
	height: 18px;
	width: 165px;
	color: #000066;
	padding: 2px;
	text-indent: 6px;
	outline:none;
	
}


.oneColFixCtrHdr .search_button
{
	
	
	float: right;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 2px 6px 6px 6px;
	background-color: #FC0;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	height: 13px;
	margin-right: 15px;
	margin-top: 4px;
	line-height: 20px;
	vertical-align:middle;
	
	
}


.oneColFixCtrHdr .search_button:hover
{
	
	
	
	background-color: #1874D1;
	color: #FF0;
	
	
}


.oneColFixCtrHdr .header_scroller_holder 
{
	width: 950px;
	height: 345px;
	/*position: relative;
	z-index: 10;*/
	
	/*background-position: 0px 0px;	
	background-color:#F30;*/
	
	
}
.oneColFixCtrHdr .scroller_header
{
	background-image: url(../images/header_scroller_holder_head.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 15px;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #fff;
	margin-top: 30px;
	float: left;
	width: 908px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #F2EDDA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #919191;
	border-right-color: #919191;
	border-left-color: #919191;
}
.oneColFixCtrHdr #footer {
	font-size: 80%;
	text-align: center;
	background-image:url(../images/footer_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 240px;
	color: #000;
	overflow:hidden;
	margin-top: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr .main_menu {
	/*background:#CC0;*/
	height: 47px;
	margin-top: 22px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;	
	width: 950px;
	
}
.oneColFixCtrHdr .content_float_left {
	height: auto;
	float: left;
	width: 700px;
	
	
}
.oneColFixCtrHdr .content_float_left_content 
{
	
	padding-right: 20px;
	
	
}
.oneColFixCtrHdr .content_float_right {
	height: auto;
	float: right;
	width: 200px;
	

	
}
.oneColFixCtrHdr .content_float_right_content {
	
	padding: 0px;
}
.oneColFixCtrHdr .h1 {

  color:#E87C17 ;
   margin-bottom: 10px;

  font-family: 'Puritan', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  text-decoration:underline;
 
}
.oneColFixCtrHdr .h2 {
  font-family: 'Nobile', arial, serif;
   font-size: 15px;
  font-style: normal;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.005em;
  word-spacing: 0em;
  line-height: 1.2;
  color: #000066;
  margin: 20px 0 9px 1px;
}
#product_image_box
{
	position: relative;
	left: 0px;
	top: 30px;
	width: 90px;
	height: 130px;
	/*background-color: #099;
	margin: 0px 6px 0px 0px;*/
}
#product_image
{
	position: relative;
	top: -36px;
	left:14px;
	
}
.oneColFixCtrHdr .small_header {
	color: #002633;
	font-size: 10px; 
	margin-bottom: 2px;
	font-weight: 40;
}
.oneColFixCtrHdr .description {
	float: right;
	background-color: #D8E8FF;
	width: 200px;
	margin: -84px 0 0 0;
	
	webkit-border-radius: 3px 3px 3px 3px;
	  -moz-border-radius: 3px 3px 3px 3px;
	       border-radius: 3px 3px 3px 3px;
	
	height: 60px;
	padding: 4px;
	color:#016687;
	font-size: 10px;
	overflow: hidden
}
.oneColFixCtrHdr .size {
	float: right;
	background-color: #D8E8FF;
	width: 200px;
	margin: -21px 0 0 0;
	
	webkit-border-radius: 3px 3px 3px 3px;
	  -moz-border-radius: 3px 3px 3px 3px;
	       border-radius: 3px 3px 3px 3px;
	
	height: 50px;
	padding: 4px;
	color:#016687;
	font-size: 10px;
	overflow: hidden
}
.oneColFixCtrHdr .product_name {
	float: left;
	font-weight: 300;
	margin-bottom: 20px;
	width: 300px;
	color: #142F5E;
	font-size: 11px;
}


.oneColFixCtrHdr .function_bg 
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#FFCC00;
	width: 228px;
	padding:4px;
	float: right;
	margin-top: 7px;
	margin-right: 35px;
	font-size: 10px;
}
.oneColFixCtrHdr .enlarge {
	float:left;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	padding: 1px 4px 2px 2px;
	
	background: #D8E8FF;
	width: 61px;
	text-align: right;
	cursor:pointer;
}
.oneColFixCtrHdr .center_none
{
	float:left;
	background: #CCC;
	width: 90px;
	text-align: center;
	margin-left: 2px;
	padding: 1px 0px 2px 0px;
	color:#999;
	
}
.oneColFixCtrHdr .center
{
	float:left;
	background: #D8E8FF;
	width: 90px;
	text-align: center;
	cursor:pointer;
	margin-left: 2px;
	padding: 1px 0px 2px 0px;
}
.oneColFixCtrHdr .center:hover
{
	background: #8AB9FF;
	color:#142F5E;
}
.oneColFixCtrHdr .order {
	float:right;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius:0 10px 10px 0;
	padding: 1px 2px 2px 4px;
	background: #D8E8FF;
	width: 61px;
	text-align: left;
	cursor:pointer;
}

.oneColFixCtrHdr .order:hover {
	background: #8AB9FF;
	color:#142F5E;
}
.oneColFixCtrHdr .enlarge:hover {
	background: #8AB9FF;
	color:#142F5E;
}
.SpryHiddenRegion {
	visibility: hidden;
}
.oneColFixCtrHdr .list {
	list-style-position: outside;
	list-style-image: url(../images/accept.png);
	list-style-type: disc;
}
.oneColFixCtrHdr .link_list {
	list-style-position: outside;
	list-style-image: url(../images/next.png);
	list-style-type: disc;
}
.oneColFixCtrHdr .subscribe_txt {
	padding: 5px;
	border: 1px solid #06C;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
	outline: none;
}
.oneColFixCtrHdr .text_area {
	border: 1px solid #06C;
	padding: 5px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
	outline: none;
}
.oneColFixCtrHdr .submit_go {
	float: right;
	width: 92px;
	height: 28px;
	margin-top: 9px;
	border: 0px solid #06C;
	cursor:pointer;
	background-image: url(../images/submit_button.png);
}
.oneColFixCtrHdr .options {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
	border: 1px solid #06C;
	padding: 4px;
	width: 170px;
	outline:none;
}
.oneColFixCtrHdr .news_ticker_head {
	color: #1F4C96;
	font-size: 12px;
	font: 11px 'Arial', Helvetica, sans-serif;
	min-height: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
.oneColFixCtrHdr .news_ticker_body {
	color: #09152B;
	font-size: 10px;
	overflow: hidden;
	height: 48px;
	width: 168px;
	padding: 4px 0 6px 4px;
	margin-bottom: 3px;
	font: 11px 'Arial', Helvetica, sans-serif;/*background: #51FF51;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;*/
	
	 
	
}
.oneColFixCtrHdr .news_date {
	/* css3 rownd borders*/
	 -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 2px 2px 2px;
	margin: 0 5px 0 -2px;
	float: left;
	background-color:#1F4C96;
	height: 48px;
	width: 55px;
}
.oneColFixCtrHdr .topdate {
	font-family:'Nobile', Gadget, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.oneColFixCtrHdr .bottomdate {
	
  font-family:'Nobile', Gadget, sans-serif; 
  color: #fff; 
  text-align: center; 
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 1px;
}

.oneColFixCtrHdr .news_controls
{   /*font-family:'Nobile', Gadget, sans-serif;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color:#FFCC00;*/
	width: 40px;
	height: 15px;
	float: right;
	padding: 5px;
	margin-bottom: 1px;
	
}

.oneColFixCtrHdr .full_news_body
{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#DAE6F8;
	padding: 6px;
}

.oneColFixCtrHdr .border{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color:#D8E8FF;
	font-weight: bold; 
	color:#006; 
	margin-bottom: 20px; 
	text-align: center;
	padding: 3px;
}

.oneColFixCtrHdr .pre_footer{
	margin-bottom: 20px;
	height: 150px;
	background-color:#F2EDDA;
	width: 930px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #919191;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #919191;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #919191;
	margin-left: -1px;
	padding: 0 10px 10px 10px;
}
.footer_featured{
	
	float: left;
	width: 300px;
	height: 100px;
	margin-right: 10px;
	/*background-color:#fff;*/
}

.footer_partners{
	
	background-color:#09C;
	width: 890px;
	height: 100px;
	margin: 0 20px 0 20px;
}

.oneColFixCtrHdr .top_left
{
	
	width: 320px;
	height: 140px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	margin-bottom: 15px;
	padding:0 15px 0 0px
	/*background-color:#CCC;*/
	
	
}

.oneColFixCtrHdr .top_right
{
	
	width: 305px;
	height: 140px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	margin-bottom: 15px;
	padding:0 15px 0 15px
	/*background-color:#CCC;*/
	
	
}

.oneColFixCtrHdr .spacer
{
	height: 5px;
	
}

.oneColFixCtrHdr .home_image
{
	width: 245px;
	height: 181px;
	margin-right: 20px;
	float: left;
	background-color:#FFF;
	border: 1px solid #E5E5E5;
	padding: 9px 0 0 9px;
	
}

.greater
{
	list-style-position: outside;
	list-style-image: url(../images/pointer_red.png);
	list-style-type: disc;
	
	
	
	
}
.padding
{
	padding-bottom: 5px;
	
}

.home_image_column
{
	width: 60px;
	height: 160px;
	/*background-color:#069;*/
	float: left;
	margin-right: 10px;
	
}

/*//////////////////////////// Module popup//////////////////*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .20;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 10px 10px 10px 30px;
	border: 10px solid #fff;
	float: left;
	font-size: 14px;
	position: fixed;
	top: 52%; left: 50%;
	z-index: 99999;
    height: auto;
	/*--CSS3 Box Shadows--
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;*/
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}
img.btn_close {
	float: right;
	margin-top: -55px;
	margin-right: -25px;
	margin-bottom: 0;
	margin-left: 0;
	color: #000;
	border: 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


/*--CSS3 Rounded Corners--*/
#css3_round_border{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #BDDBEB;
    padding:12px;
}
#small_borders{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #BDDBEB;
    margin: 0 0 2px 10px;
	background-color:#F4FBFD;
	padding:0 0 0 3px;
}

#logged_in_controls
{
	width: 270px;
	height: 27.5px;
	position: relative;
	float: right;
	top: 3px;
	padding: 3.8px 0 0px 20px;
	postiton: relative;
	z-index: 10;
	background-color:#fff;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	border: 1px solid #008DBC;
}

#response_form1
{
	margin: 3px;
	padding: 4px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #F00;
	
}

table.table_border {
	width: 100%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	
}
table.table_border th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.table_border td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999;
	background-color: #fff;
	
}
