html, body {
	margin:0px;
	padding:0px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Lucida Sans, Arial, sans-serif;
	background: url(images/site_body_bg.png) top repeat-x scroll;
	border:0;
	color:#666666;
	height:100%;
	font-size:12px;
	line-height:18px;
}
p {
	margin-top:7px;
	margin-bottom:7px;
}
img {
	border:0;
}
hr {
	border:1px solid #e1e1e1;
	margin:15px 0px;
	}
h1 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:3px;
	color:#F7931E;
	font-weight:normal;
}
h2 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:3px;
	color:#F7931E;
	font-weight:normal;
}
h3 {
	font-weight:normal;
	color:#F7931E;
}
h4 {
	font-weight:bold;
	color:#F7931E;
	margin:3px 0px 3px 0px;
	padding:0px 0px 5px 0px;
	font-size:14px;
	border-bottom:solid 1px white;
}
h5 {
	color:#262626;
	margin:0px 0px 3px 0px;
	padding:0px 0px 5px 0px;
	font-size:12px;
	border-bottom:dotted 1px white;
}
h6 {
	font-weight:normal;
	color:#262626;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
}
table {
	float:left;
	}
#banner {
	margin:0px;
	padding:0px;
}
#site {
	background:url(images/site_wrapper_bg.png) no-repeat top center;
	}
#wrapper {
	position:relative;
	min-height:845px;
	margin-left: auto;
	margin-right: auto;
	width:800px;
}
.content {
	margin-top:0px;
	width:799px;
	background-color:white;
	float:left;
}
.content_main a:link, .content_wide a:link, .productList a:link, .footer a:link {
	text-decoration:underline;
	color:#F7931E;
}
.content_main a:visited, .content_wide a:visited, .productList a:visited, .footer a:visited {
	text-decoration:underline;
	color:#F7931E;
}
.content_main a:hover, .content_wide a:hover, .productList a:hover, .footer a:hover  {
	color:#BC7012;
}
.content_main {
	padding:15px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	width:450px;
	background-color:white;
}
.content_wide {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:799px;
	float:left;
}
.content_inner {
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	width:759px;
	float:left;
}
.leftSide {
	float:left;
	margin:0px;
	padding:0px;
	width:310px;
	font-size:11px;
}
.leftSideLogo {
	width:310px;
	height:130px;
	padding:0px;
	margin:0px;
	}
.rightSide {
	margin:0px;
	padding:0px;
	width:489px;
	float:right;
	background-color:#FFFFFF;
	font-size:11px;
}

.leftSideTitle {
	background:url(images/titlebar_blue_bg.png) top repeat-x;
	height:47px;
	padding:16px 0px 0px 15px;
	margin:0px;
}
.fullTitle {
	background:url(images/titlebar_bg.png) top repeat-x;
	height:47px;
	padding:16px 0px 0px 20px;
	margin:0px;
}
.fullTitle h1, .leftSideTitle h2 {
	color:#CCCCCC;
	margin:0px;
	font-weight:normal;
	font-size:18px;
}

.sendBtn {
	color:#444444;
	border:none;
	background-color:#92BFD3;
	border:1px solid #69A8C2;
	font-size:12px;
	padding:3px 3px 3px 3px;
	margin-right:5px;
	float:left;
}
.sendBtn:hover {
	cursor:pointer;
	border:none;
	background-color:#B1D2E0;
	border-top:1px solid #E3EFF4;
	border-right:1px solid #E3EFF4;
	border-bottom:1px solid white;
	border-left:1px solid white;
	padding:3px 3px 3px 3px;
}
.sendBtn1 {
	color:#444444;
	border:none;
	background-color:#92BFD3;
	border:1px solid #69A8C2;
	font-size:12px;
	padding:3px 3px 3px 3px;
	float:right;
}
.sendBtn1:hover {
	cursor:pointer;
	border:none;
	background-color:#B1D2E0;
	border-top:1px solid #E3EFF4;
	border-right:1px solid #E3EFF4;
	border-bottom:1px solid white;
	border-left:1px solid white;
	padding:3px 3px 3px 3px;
}

.sendit {
	background-color:#333333;
	width:437px;
	padding:5px 0px 5px 10px;
}

/******************************************************************************************** Product ListBox Styling */

.productCheck {
	padding:0px 10px 10px 10px;
	margin:0px;
	float:left;
	width:290px;
	background-color:#7BB3CA;
	border-top:none;
	color:#34687E;
}
.productCheck ul {
	padding:0px;
	margin:0px;
}
.productCheck ul li {
	padding:2px 0px;
	list-style-type:none;
	border-bottom:solid 1px #B1D2E0;
}
.productCheck ul li.light {
	padding:1px 0px;
	background:#92BFD3;
}
.productCheck ul li input:hover {
}
.productCheck ul li input {
}
.productList {
	padding:15px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	width:450px;
	background-color:white;
	border:solid 0px #EBEBEB;
}
.productItem {
	float:left;
	background-color:#F4F4F4;
	width:440px;
	padding:7px;
	margin:3px 3px 3px 0px;
	border:1px solid #e1e1e1;
}

.tabs {
	margin:-4px 3px 3px 0px;
	background-color:#E9E9E9;
	cursor:pointer;
	}
.productThumb {
	float:left;
	width:90px;
	margin:0px;
	padding:5px;
}
.productLarge {
	width:180px;
	float:right;
	margin:0px;
	padding:5px;
}
.productDesc {
	width:225px;
	float:left;
	margin:0px;
	padding:5px;
	}
.productDesc h1{
	font-weight:bold;
	color:#F7931E;
	margin:3px 0px 3px 0px;
	padding:0px 0px 5px 0px;
	font-size:14px;
	border-bottom:solid 1px white;
}
.productDesc2 {
	width:310px;
	float:left;
	margin:0px;
	padding:5px;
}
.productList ul {
	padding:0px;
	margin:0px;
}
.productList ul li {
	padding:2px 10px;
	list-style-type:none;
	border:solid 1px white;
}
.productItem table {
	font-size:10px;
	border:collapse;
	margin:0px;
	padding:0px;
}
.productItem table tr {
	margin:0px;
	padding:0px;
}
.productItem table tr td {
	vertical-align:top;
	margin:0px;
	padding:0px 2px;
}
.productItem table tr td.tickertxt {
	padding:0px 7px;
}

.floater {
	float:right;
	margin:10px;
}
.generalRight {
	width:260px;
	float:left;
	text-align:left;
	margin-top:30px;
	padding:16px 10px 0px 10px;
}
.generalRight img {
	margin-bottom:10px;
}
.generalRight2 {
	width:350px;
	float:left;
	text-align:left;
	padding:46px 20px 16px 20px;
	font-size:12px;
}
.clear {
	clear:both;
}
.footer {
	float:left;
	background-color:#F4F4F4;
	width:769px;
	margin-top:30px;
	padding:5px 5px 5px 5px;
	border:1px solid #e1e1e1;
	text-align:center;
}
.footer ul {
	padding:10px;
	margin:0;
	list-style-type:none;
	} 
.footer ul li {
	float:left;
	padding:10px;
	}
.footer ul ul {
	padding:10px;
	margin:0;
	list-style-type:none;
	}
	.footer ul ul li {
	float:left;
	padding:10px;
	}
.footer_text {
	margin-left:35px;
}
.headings a:link {
	color:#262626;
	text-decoration:none;
}
.headings a:visited {
	color:#262626;
	text-decoration:none;
}
.headings a:hover {
	text-decoration:underline;
}
.brands {
	float:left;
	width:385px;
	margin-top:20px;
	text-align:left;
	margin-left:20px;
}
.show {
	float:left;
	width:250px;
	padding-top:20px;
	text-align:center;
	margin-right:10px;
	margin-left:5px;
}
.product_image {
	background-color:white;
}
.product_name_review {
	width:250px;
	float:left;
	text-align:center;
}
.product_name {
	display:block;
}
.product_name a:link {
	text-decoration:none;
}
.product_name a:visited {
	text-decoration:none;
}
.product_name a:hover {
	text-decoration:none;
}
.product_info a:link {
	font-size:11px;
	color:#e31b23;
}
.product_info a:visited {
	font-size:11px;
	color:#e31b23;
}
.product_info a:hover {
	font-size:11px;
	color:#777676;
}

.reviewTitle {
	width:250px;
	height:20px;
	padding-bottom:10px;
}
.reviewTitle2 {
	width:250px;
	height:20px;
	padding-bottom:1px;
}
#menu-space {
	position:relative;
	height:53px;
	margin:0px;
	padding:0px;
}
/*------ home menu ------*/
.menuHome {
	position:relative;
	font-size:13px;
	float:left;
	top:0px;
	color:#777676;
	width:430px;
	margin:20px 0px 0px 10px;
	padding:0px;
	z-index:10000;
}
.menuHome ul {
	padding:0;
	margin:0;
	list-style-type:none;
	color:#777676;
}
.menuHome ul ul {
	width: 15em;
	color:#777676;
}
.menuHome ul li {
	float:left;
	background-color:#E98916;
	height: 35px;
	line-height: 35px;
	margin-right:4px;
	padding:0px 4px;
	background: url(images/menu_off.png) bottom left repeat-x;
}
.menuHome ul ul li {
	display: block;
	width: 14em;
	height: auto;
	position: relative;
	line-height: 1em;
	border-bottom:none;
	background:none;
}
.menuHome a, .menuHome a:visited {
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
	padding:0px 4px 0px 4px;
	color:#E7E7E7;
}
.menuHome ul li a, .menuHome ul li a:visited {
	color:#E7E7E7;
	}
.menuHome ul ul a, .menuHome ul ul a:visited {
	padding: 0.5em 0em;
	display: block;
	width: 11.3em;
	height: 100%;
	line-height: 1.5em;
	background:#b7b7b7;
	color:#E7E7E7;
	padding-left:0.7em;
}
.menuHome ul table ul a, .menuHome ul table ul a:visited {
	color:#E7E7E7;
	width: 12em;
}
.menuHome table {
	position: absolute;
	left: 0pt;
	top: 0pt;
	font-size: 1em;
	z-index: -1;
}
.menuHome ul ul table {
	left: -1px;
}
.menuHome ul ul table ul.left {
	margin-left: 2px;
}
.menuHome li:hover {
	position: relative;
	color:white;
}
* html .menuHome a:hover {
	position: relative;
	color:white;
}
.menuHome ul ul ul a, .menuHome ul ul ul a:visited {
	background: #CCCCCC;
}
.menuHome ul ul ul ul a, .menuHome ul ul ul ul a:visited {
	background: #DDDDDD;
}
.menuHome ul li a:hover{
	color:white;
	}
.menuHome ul *:hover a.sub1 {
	color:white;
}
.menuHome ul ul *:hover a.sub2 {
	color:white;
}
.menuHome a:hover {
	color:white;
}
.menuHome *:hover > a {
	color:white;
}
.menuHome ul ul a:hover {
	color:white;
	background:#e0e0e0;
}
.menuHome ul *:hover a.sub1 {
	color:white;
}
.menuHome ul ul ul a:hover {
	color:white;
}
.menuHome ul ul ul *:hover > a {
	color:white;
}
.menuHome ul ul ul ul a:hover {
	color:white;
}
.menuHome ul ul {
	visibility: hidden;
	position: absolute;
	height: 0pt;
	top: 35px;
	left: 0pt;
	width: 14em;
}
.menuHome ul ul ul {
	left: 14em;
	top: 0pt;
	width: 14em;
}
.menuHome ul ul ul.left {
	left: -14em;
}
.menuHome ul li:hover ul, .menuHome ul a:hover ul {
	background-color: transparent url(trans.gif) repeat;
	visibility: visible;
	height: auto;
	padding-bottom: 3em;
}
.menuHome ul *:hover ul ul {
	visibility: hidden;
}
.menuHome ul *:hover ul *:hover ul ul {
	visibility: hidden;
}
.menuHome ul *:hover ul *:hover ul {
	visibility: visible;
}
.menuHome ul *:hover ul *:hover ul *:hover ul {
	visibility: visible;
}
/******************************************************************************************** Menu */
.tagLine{
padding-left:11px;
padding-top:57px;
color:#ffffff;
font-weight:bold;
}
.headerRight {
	background: url(../images/header_right.png) top left no-repeat;
	margin:0px;
	padding:0px;
	width:489px;
	height:130px;
	float:left;
}

.menu {
	position:relative;
	font-size:13px;
	float:left;
	top:0px;
	color:#777676;
	width:430px;
	margin:95px 0px 0px 10px;
	padding:0px;
	z-index:10000;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	color:#777676;
}
.menu ul ul {
	width: 15em;
	color:#777676;
}
.menu ul li {
	float:left;
	background-color:#E98916;
	height: 35px;
	line-height: 35px;
	margin-right:4px;
	padding:0px 4px;
	background: url(images/menu_off.png) bottom left repeat-x;
}
.menu ul ul li {
	display: block;
	width: 14em;
	height: auto;
	position: relative;
	line-height: 1em;
	border-bottom:none;
	background:none;
}
.menu a, .menu a:visited {
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
	padding:0px 4px 0px 4px;
	color:#E7E7E7;
}
.menu ul li a, .menu ul li a:visited {
	color:#E7E7E7;
	}
.menu ul ul a, .menu ul ul a:visited {
	padding: 0.5em 0em;
	display: block;
	width: 11.3em;
	height: 100%;
	line-height: 1.5em;
	background:#b7b7b7;
	color:#E7E7E7;
	padding-left:0.7em;
}
.menu ul table ul a, .menu ul table ul a:visited {
	color:#E7E7E7;
	width: 12em;
}
.menu table {
	position: absolute;
	left: 0pt;
	top: 0pt;
	font-size: 1em;
	z-index: -1;
}
.menu ul ul table {
	left: -1px;
}
.menu ul ul table ul.left {
	margin-left: 2px;
}
.menu li:hover {
	position: relative;
	color:white;
}
* html .menu a:hover {
	position: relative;
	color:white;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #CCCCCC;
}
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background: #DDDDDD;
}
.menu ul li a:hover{
	color:white;
	}
.menu ul *:hover a.sub1 {
	color:white;
}
.menu ul ul *:hover a.sub2 {
	color:white;
}
.menu a:hover {
	color:white;
}
.menu *:hover > a {
	color:white;
}
.menu ul ul a:hover {
	color:white;
	background:#e0e0e0;
}
.menu ul *:hover a.sub1 {
	color:white;
}
.menu ul ul ul a:hover {
	color:white;
}
.menu ul ul ul *:hover > a {
	color:white;
}
.menu ul ul ul ul a:hover {
	color:white;
}
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0pt;
	top: 35px;
	left: 0pt;
	width: 14em;
}
.menu ul ul ul {
	left: 14em;
	top: 0pt;
	width: 14em;
}
.menu ul ul ul.left {
	left: -14em;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	background-color: transparent url(trans.gif) repeat;
	visibility: visible;
	height: auto;
	padding-bottom: 3em;
}
.menu ul *:hover ul ul {
	visibility: hidden;
}
.menu ul *:hover ul *:hover ul ul {
	visibility: hidden;
}
.menu ul *:hover ul *:hover ul {
	visibility: visible;
}
.menu ul *:hover ul *:hover ul *:hover ul {
	visibility: visible;
}
/*---- Search ---*/

.search {
	position:relative;
	float:left;
	top:0px;
	color:#777676;
	width:200px;
	margin-left:0px;
	padding-left:0px;
	z-index:10001;
}
#ajaxSearch_input {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Lucida Sans, Arial, sans-serif;
	font-size:11px;
	float:left;
	padding:12px 5px 0px 20px;
	color:#e0e0e0;
	background: url(../images/search_field.png) top left no-repeat;
	width:137px;
	height:39px;
	border:none;
	margin:0;
}
#ajaxSearch_submit {
	float:left;
	padding:0px 0px;
	background: url(../images/search_button.png) top left no-repeat;
	height:39px;
	width:31px;
	border:none;
	margin:0;
	cursor:pointer;
}
#ajaxSearch_submit:hover {
	background: url(../images/search_button_hover.png) top left no-repeat;
}
/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-unloading .sIFR-flash {
	visibility: hidden !important;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt;
	padding: 0pt;
	overflow: auto;
	letter-spacing: 0px;
	float: none;
}
.sIFR-dummy {
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}

/*---- Support Request ---*/

.errors {
	border:none;
	margin:0px;
	padding:10px 10px 0px 10px;
	color:#F7931E;
	}	
.greybox_items {
	float:left;
	background-color:#F4F4F4;
	width:440px;
	padding:7px;
	margin:3px 3px 3px 0px;
	border:1px solid #e1e1e1;
	}
.greybox_right {
	float:right;
	background-color:#F4F4F4;
	width:240px;
	padding:7px;
	margin:15px 3px 3px 0px;
	border:1px solid #e1e1e1;
}

.greybox_right fieldset, .greybox_items fieldset {
	border:none;
	margin:0px;
	padding:10px;
}
.greybox_right p, .greybox_items p{
	display:inline;
	float:left;
	padding:0px;
	margin:3px 0px;
	
}
.greybox_right label, .greybox_items label{
	display:block;
	float:left;
	width:80px;
}
.greybox_items label{
	width:50px;
	}

.greybox_right label.lbl_head, .greybox_items label.lbl_head {
	color:#F26532;
	float:left;
	font-weight:bold;
	margin:0px 0px 3px 0px;
	padding:1px 0px;
	width:200px;
}
.greybox_items label.lbl_head {
	width:400px;
	}
.greybox_right select, .greybox_items select{
	width:130px;
}
.greybox_items select{
	margin-right:20px;
	}
.greybox_right input, .greybox_right select, .greybox_right textarea,
.greybox_items input, .greybox_items select, .greybox_items textarea {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#5D5F60;
	font-size:8pt;
	padding:3px 5px;
}
.greybox_items input {
	margin-right:15px;
	}
.greybox_right submit,
.greybox_items submit {
	clear:both;
	background:#FFFFFF none repeat scroll 0%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#5D5F60;
	cursor:pointer;
	font-size:8pt;
	height:22px;
	padding:2px 3px;
}
.greybox_right submit:hover, .greybox_right input:hover, .greybox_right select:hover, .greybox_right textarea:hover, .greybox_right submit:hover,
.greybox_items submit:hover, .greybox_items input:hover, .greybox_items select:hover, .greybox_items textarea:hover, .greybox_items submit:hover {
	border-color:#E4E4E4;
	border-style:solid;
	border-width:1px;
}

.greybox_main {
	float:left;
	background-color:#F4F4F4;
	width:460px;
	padding:7px;
	margin:15px 3px 3px 0px;
	border:1px solid #e1e1e1;
}
.greybox_text {
	float:left;
	width:460px;
	padding:7px;
	margin:15px 3px 3px 0px;
	}
	
/*---- Table formatting ---*/	
.table {
	float:left;
	width:460px;
	margin:15px 3px 3px 0px;
	border:1px solid #e1e1e1;
	}
#grey_row {
	background-color:#F4F4F4;"
}
.table td {
	padding:7px;
}


