@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #001332;
	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: #000000;
}
.twoColLiqLtHdr #container_border { 
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background-color: #0190c1;
}
.twoColLiqLtHdr #container {
	width: 760px;
	text-align: left;
	background-color: #0190c1;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
} 
.twoColLiqLtHdr #header { 
	background: #0190c1 url(images/head_logo.jpg);
	height: 180px;
} 
#menu {background: url(images/toolbar_bk.gif) repeat-x;
	margin: 0 0 12px;
	list-style-type: none;
}
#menu .padding {padding: 8px 0 9px;
	list-style-type: none;
	color: white;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu li {
	float:left;
	width: 243px;
	background: url(images/menu_divider.gif) repeat-y right;
	text-align:center;
	padding: 0;
	color: white;
	font: bold 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}
#menu li a {color: white; text-decoration:none; font-weight: bold; font-size: 12px;}
#menu li a:hover {color: orange; text-decoration:underline;
	font-weight: bold;
	list-style-type: none;
}
#menu li span {color:#000000; text-decoration:underline;
	list-style-type: none;
}
#menu .last {background:none;
}
.twoColLiqLtHdr #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: 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

/* @group Side Bar Head */

#sidebar_head {
	height: 29px;
	background-image: url(images/side_head_ctr.gif);
	color: white;
	text-align: center;
	font-weight: bold;
}
#sidebar_head .rightbg {background: url(images/side_head_right.gif) no-repeat right;
}
#sidebar_head .leftbg {background: url(images/side_head_Lft.gif) no-repeat left;
}

#sidebar_head p {
	background-image: none;
	color: white;
	text-align: center;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 0;
	font: bold 13px Arial;
}

/* @end */
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 180px; /* since this element is floated, a width must be given */
	background: #005177;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* @group Side Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding-top: 0px;
	width: 189px;
	color: #ffffff;
	background: #00a7ed;
	font: 12px/12px Arial;
}

#navcontainer li a.active {
	color: #ffffff;
	font-weight: bold;
	background: #2d4058 url(images/arrow_1.gif) no-repeat 10px center;
	padding-left: 20px;
	font-family: Arial;
	letter-spacing: 1px;
}

#navcontainer ul ul li a.active {
	background: #2d4058 url(images/arrow_1.gif) no-repeat 20px center;
	padding-left: 40px;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	padding-left: 0px;
	margin: 0;
}



#navcontainer ul li {
}

#navcontainer ul * li {
	border-width: 0;
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 5px 10px 0;
	border-bottom: 1px dotted white;
	font-family: , Arial;
	margin-right: 10px;
	margin-left: 15px;
}

#navcontainer a:hover {
	color: orange;
	font-weight: bold;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px;
	font-size: smaller;
}

#navcontainer ul ul li {
	border-bottom: 0px;
}



#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 25px;
	height: 15px;
}#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 35px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/* @end */

/* @group Sidebar Footer */

#sidebar_bg_foot {
	height: 17px;
	margin-right: 0;
	text-align: center;
	font-weight: bold;
	margin-left: 0;
	background: url(images/sidebar_bg_foot.gif) repeat-x 0 bottom;
}

/* @end */

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

/* @group Main Content head */

#mainContenthead {
	height: 31px;
	margin-right: 0;
	color: white;
	text-align: center;
	font-weight: bold;
	background: url(images/mainCONTENThead__ctr.gif) repeat-x;
	padding-left: 9px;
	margin-bottom: 0;
}
#mainContenthead .rightbg {background: url(images/mainCONTENThead_right.gif) no-repeat right;
	margin-bottom: 0;
}
#mainContenthead .leftbg {background: url(images/mainCONTENThead_left.gif) no-repeat left;
	margin-bottom: 0;
}
#mainContenthead p {
	background-image: none;
	color: #00527a;
	text-align: left;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 0;
	font: bold 13px Arial;
	letter-spacing: 1px;
}

/* @end */
.twoColLiqLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26%;
	background-color: #00aff0;
	padding: 0 0 5px;
}

.twoColLiqLtHdr #mainContent2 {
	background-color: #00aff0;
	padding: 0px 0 20px 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26%;
}

#itemBOX {
	height: 170px;
	margin-right: 0;
	color: white;
	text-align: center;
	font-weight: bold;
	padding-left: 0;
	width: 530px;
	background: #0083b4 none 320px;
	margin-left: 17px;
	margin-top: 18px;
}

#tableStuff {
	margin-top: 25px;
}

/* @group Main Content foot */

#mainContentfoot {
	height: 21px;
	margin-right: 0;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-left: 26%;
	background: url(images/mainCONTENT_foot.gif) repeat-x 0 bottom;
}

/* @end */ 
.twoColLiqLtHdr #footer { 
	padding: 0;
	margin-top: 20px;
	height: 80px;
} 
.twoColLiqLtHdr #footer p { /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* @group Footer background */

#foot_bg {
	height: 17px;
	margin-right: 0;
	text-align: center;
	font-weight: bold;
	margin-left: 0;
	background: url(images/foot_bg.gif) repeat-x 0 top;
}

/* @end */

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @group Text Areas */

p.main_body {
	color: white;
	font: bold 12px/20px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 20px;
}

.main_text {
	color: white;
	font: bold 12px/20px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
}

.memory_text {
	color: white;
	font: italic 15px/16px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	text-align: center;
	margin-bottom: 25px;
}

.related_heads {
	color: white;
	font: bold 15px/13px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
}

.related_links {
	color: #000f27;
	font: bold 12px/15px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	letter-spacing: 2px;
	margin-left: 10px;
	margin-top: 0;
}

.related_links_price {
	color: white;
	font: italic bold 12px/15px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	letter-spacing: 2px;
	margin-top: 0;
	padding-left: 3px;
}

.bullet_detail_text {
	color: white;
	font: bold 12px/20px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	margin-top: 5px;
	margin-left: 10px;
}

.table_heads {
	color: white;
	font: bold 11px/12px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	text-align: center;
}

.foot_text {
	color: white;
	font: 12px/12px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	text-align: right;
}

.product_price_2 {
	color: #ffa71a;
	font: bold 15px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

.product_price {
	color: #ffa515;
	font: bold 20px/40px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

.foot_phone {
	color: white;
	font: bold 15px/20px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	text-align: right;
	margin-bottom: 10px;
}

a {color: #00527a;
	font-weight: bold;
	font-style: italic;
}

.main_pgBottom_text {
	color: white;
	font: italic bold 11px Arial, Helvetica, Geneva, sans-serif;
	white-space: normal;
	letter-spacing: 2px;
	text-align: center;
}



/* @end */