/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limited.
#
# File CSS    : site.css
# Description : Main Cascading Style Sheet for site
#
###===========================================================================
*/

* {
	margin: 0px;
	padding: 0px;

}
:focus {
	-moz-outline-style: none;
}
HTML {
	overflow: -moz-scrollbars-vertical;
}
BODY {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #000000;
	background-image: url(/images/bg_products.jpg);
	background-repeat: repeat-x;
	background-color: #393937;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
BODY#default {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #000000;
	background-image: url(/images/bg_products.jpg);
	background-repeat: repeat-x;
	background-color: #393937;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
BODY#home {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #000000;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #393937;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
SELECT, INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 2px 0px;
	padding: 1px 0px 0px 1px;
}
TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-collapse: collapse;
}
H1 {
	font-size: 2em;
	font-weight: 700;
	color: #4080C0;
	letter-spacing: -1px;
}
H2 {
	font-size: 1.4em;
	font-weight: 700;
	color: #4080C0;
}
H3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}
UL {
	list-style-type: disc;
	padding: 15px;
}
LI {
	padding: 0px;
	margin: 0px;
}
IMG {
	behavior: url(/js/pngbehavior.htc);
	border-width: 0px;
}
A:link, A:visited, A:hover, A:active {
	text-decoration: underline;
	outline: none;
}
A:hover {
}
/*###===========================================================================### Base Template Definitions###===========================================================================*/
#BASE_Page {
	width: 100%;
	text-align: center;
}
#BASE_Container {
	width: 790px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#BASE_Logo {
	margin-left: 10px;
	margin-top: 0px;
	float: left;
	clear: none;
	width: 216px;
	height: 118px;
}
#BASE_Header {
	clear: none;
	width: 790px;
	height: 118px;
	margin: 20px 0px 2px 0px;
	margin-left: auto;
	margin-right: auto;
}
.BASE_Cart_Info {
	width: 140px;
	float: right;
	clear: none;
	padding: 5px 5px 5px 5px;
}
#BASE_Header_Menu {
	float: right;
	width: 520px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}
#BASE_Blend {
/*  float: left;
	width: 790px;
	height: 64px;
	background-image: url(/images/base_swirl.jpg);
	background-repeat: no-repeat;
	position: relative;*/
}


.Tab_Text {
	color: #ffffff;
	font-size: 1.5em;
}
#BASE_Search_submit_form {
	width: 790px;
	height: 50px;
	padding: 15px 0px 0px 0px;
}

#BASE_Search_default {
	width: 790px;
	height:10px;
	padding: 20px 0px 20px 0px;
	
}

#BASE_Search_toplevnav {
	width: 790px;
	height:10px;
	padding: 20px 0px 20px 0px;
}
#BASE_Search_home {
	width: 790px;
	height:10px;
	padding: 20px 0px 20px 10px;
/*	width: 790px;
	height: 35px;
	padding: 5px 0px 0px 0px;
	position: absolute;
	bottom: 0px;*/
}





#BASE_Phone {
  float: left;
	padding: 3px 0px 0px 10px;
}
#BASE_Image {
	width: 790px;
	height: 248px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	background-image: url(/images/base_swirlvanilla.jpg);
	background-repeat: no-repeat;
}

#BASE_Wrapper {
	float: left;
	width: 790px;
	background-color: #ffffff;
	padding: 0px 0px 20px 0px;
}
#BASE_Left_Menu {
	float: left;
	clear: left;
	width: 218px;
	margin: 0px 0px 0px 0px;
}
.XSEARCH_QS_Area {
	float: left;
}
.XSEARCH_QS_label {
	display: none;
	padding: 0px 0px 8px 5px;
	color: #ffffff;
}
.XSEARCH_QS_Form .XSEARCH_QS_Go {
  float: left;
	width: 63px;
	height: 19px;
	padding: 0px 0px 0px 70px;
	margin: 0px 0px 2px 0px;
	border: 0;
	background: transparent url(/images/search_button.png) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
}

.XSEARCH_QS_Field {
  float: left;
}

.CatWrap {
	clear: left;
	width: 195px;
}
#BASE_Survey {
	width: 200px;
}
#BASE_Content {
	float: left;
	clear: none;
	width: 570px;
	background-color: #ffffff;
	overflow: none;
	padding: 8px 0px 8px 0px;
}
#BASE_Footer {
  float: left;
  clear: both;
	width: 790px;
	text-align: left;
	margin: 8px 0px 0px 0px;
}
#busybox {
	display: none;
}
#Specs {
	width: 274px;
}
.XCOPYRIGHT {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.1em;
	text-align: left;
	padding: 5px 0px 0px 0px;
}
.XSEARCH_Quick_Area {
	padding: 0px;
	margin: 0px;
	background-color: #0d6c90;
}
.XSEARCH_Quick_Search_label {
	color: #ffffff;
	padding-left: 5px;
}
.XSEARCH_Quick_Search_label {
	color: #ffffff;
}
/*###===========================================================================
### Popup Window ###============================================================
==============================================================================*/
#POPUP_Container {
	padding: 10px 10px 10px 10px;
}
#POPUP_Logo {
}
#POPUP_Content {
}
/*###===========================================================================### Tabbed Content###===========================================================================*/
.basictab ul {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	margin-left: 0;
	margin-top: 0px;
	list-style-type: none;
	text-align: left;
/*set to left, center, or right to align the menu as desired*/
}
.basictab li {
	float: left;
	clear: left;
	width: 220px;
	height: 34px;
	display: block;
	margin: 0;
	background-image: url(/images/home_tab.gif);
	background-repeat: no-repeat;
}
.basictab li a {
  float: left;
	width: 220px;
	height: 34px;
	text-decoration: none;
	padding: 0px 0px;
	margin-right: 0px;
	border-bottom: none;
	background-image: url(/images/home_tab.gif);
	background-repeat: no-repeat;
	color: #2d2b2b;
}
.basictab li a:visited {
	color: #2d2b2b;
}
.basictab li a:hover, .basictab li a.current {
	background-image: url(/images/home_tab_mo.gif);
	background-repeat: no-repeat;
}
.basictab li a:active {
	color: black;
}
#tabcontentcontainer {
	width: 560px;
/*width of 2nd level content*/
	height: 200px;
/*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	paddin: 0px 0px 0px 4px;
}
.tabcontent {
	display: none;
}
/*###===========================================================================### Default###===========================================================================*/
.PageSelect {
	float: right;
	clear: none;
	padding: 2px;
	margin: 4px;
	border: 1px #CCCCCC solid;
	text-align: center;
}
a.XPageNav:link, a.XPageNav:visited, a.XPageNav:active {
	color: #BA0000;
	text-decoration: none;
}
a.XPageNav:hover {
	color: #FF7F7F;
}
/*###===========================================================================### Site Cart Display###===========================================================================*/
.XSite_Cart_Section {
	float: left;
	width: 90px;
	text-align: left;
}
.XSite_Cart_Imagelink {
	float: left;
	width: 40px;
	height: 31px;
	clear: none;
	padding: 0px 10px 0px px;
}
.XSite_Cart_Title {
	font-size: 1.0em;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
}
.XSite_Cart_Items, .XSite_Cart_Total {
}
A.XSite_Cart_Items:link, A.XSite_Cart_Items:visited, A.XSite_Cart_Items:hover, A.XSite_Cart_Items:active, A.XSite_Cart_Total:link, A.XSite_Cart_Total:visited, A.XSite_Cart_Total:hover, A.XSite_Cart_Total:active {
	font-size: 1.1em;
	font-weight: 700;
	color: #64cbf8;
	text-decoration: none;
}
A.XSite_Cart_Items:hover, A.XSite_Cart_Total:hover {
	text-decoration: underline;
}
/*###===========================================================================### Site Login and User Info###===========================================================================*/
.XSite_User_Area, .XSite_Login_Area {
	float: right;
	width: 200px;
	height: 72px;
	padding: 0px 8px 0px 0px;
	margin: 0px 8px 0px 0px;
	border-right: 1px solid #257da1;
}
.XSite_User_Section {
	text-align: right;
	width: 200px;
}
.XSite_User_Welcome {
	width: 200px;
	text-align: right;
	font-size: 1.0em;
	font-weight: 700;
	color: #64CBF8;
}
.XSite_User_Name {
	width: 200px;
	text-align: right;
	font-size: 1.1em;
	font-weight: 700;
	color: #ffffff;
}
.XSite_User_MyAccount {
	float: right;
	clear: none;
	padding: 0px 0px 0px 8px;
}
.XSite_User_Logoff {
	float: right;
	clear: none;
	padding: 0px 0px 0px 8px;
}
.XSite_Link {
	color: #ffffff
}
.XSite_Login_Section {
	float: right;
	clear: both;
	padding: 0px 5px 0px 4px;
}
.XSite_Login_Label {
  height: 9px;
	font-size: 0.8em;
	color: #ffffff;
}
.XSite_Login_Entry {
	clear: left;
	width: 120px;
}
.XSite_Login_Button {
	float: right;
	clear: both;
	padding: 0px 0px 0px 0px;
}
/*###===========================================================================### Global CSS for Form Labels and Fields###===========================================================================*/
.SITE_Field_Area {
	width: 540px;
}
.SITE_Label {
	float: left;
	clear: none;
	width: 140;
	text-align: right;
	padding: 4px 0px 0px 8px;
}
.SITE_Field {
	float: left;
	clear: none;
	padding: 2px 0px 0px 4px;
}
.SITE_Buttons_Area {
	float: none;
	clear: both;
	padding: 0px 0px 0px 140px;
}
.SITE_Buttons {
	float: left;
	clear: none;
	padding: 0px 4px 0px 0px;
}
/*###===========================================================================### User Forms###===========================================================================*/
.UF_Area, .UF_Login_Area {
  float: left;
  width: 400px;
}
.UF_Header_Area, .UF_Login_Header_Area {
	padding: 0px 0px 10px 0px;
}
.UF_Title, .UF_Login_Title {
}
.UF_Login_Description, .UF_Description {
}
.UF_Login_Header_Image, .UF_Header_Image {
	float: right;
	clear: none;
}
.UF_Login_Sub_Title, .UF_Sub_Title {
	font-size: 1.4em;
	font-weight: 700;
	color: #000000;
}
.UF_Login_Sub_Description, .UF_Sub_Description {
}
.UF_Login_Text, .UF_Text {
}
.UF_Content_Area {
}
.UF_Login_Content_Area, .UF_Login_Content_Area1, .UF_Login_Content_Area2 {
	margin: 0px 10px 20px 0px;
}
.UF_Section, .UF_Login_Section {
	float: none;
	clear: both;
}
.UF_FA {
	float: none;
	clear: both;
}
.UF_Lab {
	float: left;
	clear: none;
	width: 160px;
	font-weight: 700;
	text-align: right;
	padding: 4px 0px 0px 8px;
}
.UF_Data {
	float: left;
	clear: none;
	padding: 1px 0px 0px 4px;
}
.UF_FC {
	float: left;
	clear: none;
	font-size: 0.9em;
	color: #666666;
	padding: 6px 0px 0px 4px;
}
.UF_Buttons_Area {
	float: none;
	clear: both;
	padding: 10px 0px 0px 0px;
}
.UF_Buttons {
	float: left;
	clear: none;
	padding: 0px 4px 0px 0px;
}
/*###===========================================================================
### Global CSS for Form Messages### Should not need to change these.###=========
==================================================================*/
.XFORMMSG {
	width: 450px;
	margin: 0px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	margin: 15px 0px 15px 0px;
}
.XFORMMSG_TEXT {
	float: left;
	clear: none;
	font-size: 1em;
	padding: 0px 0px 0px 4px;
	color: #333333;
}
.XFORMMSG_ICON {
	float: left;
	width: 35px;
	clear: none;
}
.XFORMMSG_OK {
	background-color: #DDFFDD;
	border-color: #00FF00;
}
.XFORMMSG_INFO {
	background-color: #DDDDFF;
	border-color: #0000FF;
}
.XFORMMSG_WARNING {
	background-color: #FFFFDD;
	border-color: #CCCC00;
}
.XFORMMSG_ERROR {
	background-color: #FFDDDD;
	border-color: #FF0000;
}
