/* Global CSS Document */

/*+Basic tags ------------------------------------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	text-align: center;
	font: 62.5% Arial, sans-serif;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

img {
	border: none;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

em {
	font-weight: bold;
	font-style: normal;
}


/*+Headings --------------------------------------------------------------------------------------------------------------- */

h1,h2,h3,h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.3em;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1.4em;
	border-bottom: 1px solid #EBE9ED;
	color: #F31844;
	
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
}

#pageHeading {
	height: 1.5em;
	background: #FFFFFF;
	border-bottom: 1px dotted #EBE9ED;
	color: #3399CC;
	text-transform: uppercase;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
}

#tagLine {
	font: italic bold 1.6em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	color: #FFFFFF;
	left: 240px;
	top: 20px;
}

.iconHeading {
	background: no-repeat left center;
	padding-left: 20px;
}

/*+Lists ------------------------------------------------------------------------------------------------------------------ */

ul, ol {
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
}

ul {
	list-style-image: url(../images/icon_bullet.gif);
}

dl {
	margin-bottom: 0.5em;
}

dt {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
}

dd {
	padding: 0.2em;
	margin-bottom: 0.2em;
}

#categoriesMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#categoriesMenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	text-transform: capitalize;
}

.formChecks ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

.formChecks li {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
}

.itemData {

}

.itemData dt,
.itemData dd
{
	margin: 0px 0px 5px 0px;
	padding: 4px;
	font-style: normal;
	font-weight: normal;
}

.itemData dt {
	float: left;
	width: 25%;
	text-align: right;
	background: #F5F4F7;
}

.itemData dd {
	background: #EAE8EE;
	margin-left: 26%;
}

#knowledgebaseCategoriesList ul {
}

#knowledgebaseCategoriesList li {
}

#primaryNav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#primaryNav li {
	float: left;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}

/*+Links ------------------------------------------------------------------------------------------------------------------ */

a {
	text-decoration: none;
	color: #0784C6;
}

a:visited,
a:hover,
a:focus,
a:active
{
	color: #F31844;
}

#categoriesMenu a,
#categoriesMenu a:visited {
	display: block;
	background: #0784C6;
	padding: 5px;
	color: #FFFFFF;
	width: 180px;
	overflow: hidden;
	position: relative;
}

#categoriesMenu a:hover,
#categoriesMenu a:focus,
#categoriesMenu a:active
{
	background: #F31844;
	color: #FFFFFF;
}

#categoriesMenu a span {
	color: #ECF5FD;
	text-align: right;
	font: italic bold 3em/1em Georgia, "Times New Roman", Times, serif;
	width: 2em;
	position: absolute;
	top: -5px;
	right: 0px;
	height: 1em;
}


.categoryListBlock .categoryName a,
.categoryListBlock .categoryName a:visited {
	background: #0784C6;
	color: #FFFFFF;
	width: 460px;
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 1.5em;
	height: 60px;
	line-height: 60px;
	text-transform: capitalize;
}

.categoryListBlock .categoryName a:hover,
.categoryListBlock .categoryName a:focus,
.categoryListBlock .categoryName a:active
{
	background: #F31844;
	color: #FFFFFF;
}

.categoryListBlock .categoryName a span {
	color: #ECF5FD;
	text-align: right;
	font: italic bold 5em/1em Georgia, "Times New Roman", Times, serif;
	width: 2em;
	position: absolute;
	top: -5px;
	right: 0px;
	height: 1em;
}

a#checkoutLink, a#checkoutLink:visited {
	color: #0099CC;
	background: url(../images/bkgnd_checkout_button.gif) no-repeat right top;
	height: 30px;
	width: 93px;
	text-decoration: none;
	float: right;
}

a#checkoutLink:hover,
a#checkoutLink:focus,
a#checkoutLink:active
{
	background: url(../images/bkgnd_checkout_button.gif) no-repeat right bottom;
}

a#checkoutLink span {
	display: none;
}

a#cartToggle, a#cartToggle:visited {
	color: #0099CC;
	float: left;
	text-decoration: none;
	height: 30px;
	width: 93px;
}

a#cartToggle span {
	display: none;
}

a.cartOpen {
	background: url(../images/bkgnd_cart_open.gif) no-repeat left top;
}

a.cartOpen:hover,
a.cartOpen:focus,
a.cartOpen:active {
	background: url(../images/bkgnd_cart_open.gif) no-repeat left bottom;
}


a.cartClose {
	background: url(../images/bkgnd_cart_close.gif) no-repeat left top;
}

a.cartClose:hover,
a.cartClose:focus,
a.cartClose:active {
	background: url(../images/bkgnd_cart_close.gif) no-repeat left bottom;
}

.formButton {
	border-style: none;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	padding: 4px 5px 5px 5px;
	background: #B90000 url(../images/bkgnd_admin_subnav.gif) repeat-x center top;
}

a.cancelButton, a.cancelButton:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	float: left;
	padding: 6px 5px 6px 5px;
	background: #B90000 url(../images/bkgnd_subnav.gif) repeat-x center top;
}

.formButton:hover,
.formButton:focus,
.formButton:active,
a.cancelButton:hover,
a.cancelButton:focus,
a.cancelButton:active
{
	color: #FFFFFF;
	background-color: #0D1821;
	text-decoration: none;
	background: #1d3d59 center bottom;
}

#contactButton {
	background: url(../images/bkgnd_contact_button.gif) no-repeat center top;
	height: 30px;
	width: 93px;
}

#contactButton:hover,
#contactButton:focus,
#contactButton:active
{
	background: url(../images/bkgnd_contact_button.gif) no-repeat center bottom;
}

#continueButton {
	background: url(../images/bkgnd_continue_button.gif) no-repeat center top;
	height: 30px;
	width: 93px;
}

#continueButton:hover,
#continueButton:focus,
#continueButton:active
{
	background: url(../images/bkgnd_continue_button.gif) no-repeat center bottom;
}

#editButton {
	background: url(../images/bkgnd_edit_button.gif) no-repeat center top;
	height: 30px;
	width: 93px;
}

#editButton:hover,
#editButton:focus,
#editButton:active
{
	background: url(../images/bkgnd_edit_button.gif) no-repeat center bottom;
}

#loginButton {
	background: url(../images/bkgnd_login_button.gif) no-repeat center top;
	height: 30px;
	width: 93px;
}

#loginButton:hover,
#loginButton:focus,
#loginButton:active
{
	background: url(../images/bkgnd_login_button.gif) no-repeat center bottom;
}

#submitButton {
	background: url(../images/bkgnd_submit_button.gif) no-repeat center top;
	height: 30px;
	width: 93px;
}

#submitButton:hover,
#submitButton:focus,
#submitButton:active
{
	background: url(../images/bkgnd_submit_button.gif) no-repeat center bottom;
}

#retrieveButton {
	background: url(../images/bkgnd_retrieve_button.gif) no-repeat center top;
	height: 30px;
	width: 93px;
}

#retrieveButton:hover,
#retrieveButton:focus,
#retrieveButton:active
{
	background: url(../images/bkgnd_retrieve_button.gif) no-repeat center bottom;
}

#logo a {
	display: block;
	height: 60px;
	width: 200px;
}

#logo span {
	display: none;
}

#knowledgebaseCategoriesList li a {
	text-transform: capitalize;	
}

#pageHeading a,
#pageHeading a:visited
{
	text-decoration: none;
	color: #3399CC;
}

#pageHeading a:hover,
#pageHeading a:focus,
#pageHeading a:active
{
	color: #3399CC;
}

#pageLinks a,
#pageLinks a:visited
{
	text-transform: capitalize;
	padding: 5px;
	background: #0784C6;
	color: #FFFFFF;
}

#pageLinks a:hover,
#pageLinks a:focus,
#pageLinks a:active,
#pageLinks a.activePageLink
{
	background: #F31844;
}

#primaryNav a,
#primaryNav a:visited
{
	color: #0099CC;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	float: left;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#primaryNav a:hover,
#primaryNav a:focus,
#primaryNav a:active,
#primaryNav a.activePageLink
{
	color: #C21515;
	text-decoration: none;
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity: 1;   
	opacity: 0.99;
}

/*+Primary Structure ----------------------------------------------------------------------------------- */

#headWrapper {
	background: #140A15 url(../images/bkgnd_header.jpg) repeat-x center top;
	text-align: left;
	width: 100%;
}

#header {
	background: url(../images/bkgnd_header.gif) repeat-x center top;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 110px;
	position: relative;
	font-size: 1.2em;
}

#contentWrapper {
	font-size: 1.2em;
	width: 760px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(../images/bkgnd_wrapper.gif) repeat-y center top;
}

#subWrapper {
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
}

#primaryContent {
	width: 540px;
	padding: 0px 5px 5px 10px;
	float: left;
}

#secondaryContent {
	float: right;
	width: 190px;
	padding: 0px 5px 5px 0px;
}

#footWrapper {
	background: url(../images/bottom_stripes.jpg) repeat-x center top;
}

#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	font-size: 10px;
}

#footerLeft {
	width: 540px;
	float: left;
	padding: 28px 5px 0px 10px;
}

#footerRight {
	background: url(../images/bkgnd_footer.jpg) no-repeat center top;
	height: 23px;
	width: 185px;
	float: right;
	padding: 28px 10px 0px 5px;
	text-align: center;
}


/*+Secondary Structure ----------------------------------------------------------------------------------- */

#categoriesMenu {
	
}

#searchBlock {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 50px;
	width: 200px;
	background: url(../images/bkgnd_search_block.gif) no-repeat right bottom;
}

#logo {
	position: absolute;
	height: 60px;
	width: 200px;
	top: 0px;
	left: 0px;
	background: url(../images/logo.gif) no-repeat right top;
}

#pageLinks {
	border-top: 1px dotted #EBE9ED;
	margin-bottom: 5px;
	padding: 5px;
}

#primaryNav {
	position: absolute;
	bottom: 0px;
	left: 5px;
}

#splashContainer {
	height: 205px;
	width: 560px;
	margin-right: -5px;
	margin-left: -10px;
	background: #FFFFFF url(../images/bkgnd_splash_shadow.gif) no-repeat left bottom;
	padding-bottom: 2px;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
}

.messageBlock {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 5px;
}

#knowledgebaseCategoriesList {
	margin-bottom: 5px;
}

#pageTop {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
}

#globalMessage {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
}

.splitLeft {
	float: left;
	width: 48%;
}

.splitRight {
	float: right;
	width: 48%;
}

.splitColumn {
	float: left;
	width: 48%;
	margin-right: 5px;
}

.loginSubmit {
	float: left;
	height: 2.5em;
	width: 145px;
}

.loginRetrieve {
	height: 2.5em;
	line-height: 2.5em;
	text-align: right;
	width: 215px;
	margin-left: 145px;
}


/* Forms ------------------------------------------------------------------------------------------------------------------ */

fieldset {
	border: 1px solid #EBE9ED;
	margin-bottom: 2px;
	padding: 5px;
}

legend {
	padding: 0.2em;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
}

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 4px;
	border: 1px solid #FFFFFF;
}

.formTextField,
.formFileField,
.formTextArea,
.formSelect {
	border: 1px solid #BBD7D7;
	background: #E2F1FC;
}

.formTextField:focus,
.formFileField:focus,
.formTextArea:focus,
.formSelect:focus {
	background-color: #FEFDE7;
	border: 1px solid #FFD700;
}

.formTextField {
	padding: 2px;
	width: 40%;
}

.inputFormTable .formTextField {
	width: 98%;
}

.formFileField {
	padding: 0.2em;
}

.formTextArea {
	width: 99%;
	overflow: auto;
	height: 20em;
	padding: 2px;
}

.formSelect {
	padding: 2px 2px 1px 2px;
	width: 40.5%;
	text-transform: capitalize;
}

.inputFormTable .formSelect {
	width: 98.5%;
}

.fileSelect {
	background-color: #FFFFFF;
}

.formBlock label,
.formChecks li label {
	display: block;
	float: left;
	width: 25%;
	text-align: right;
	margin-right: 5px;
	padding: 0.3em;
	background-color: #F5F4F7;
}

label.required {
	background: #FEFDE7;
}

.formCheck {
	position: relative;
	top: 0.275em;	
}

.formChecks label {
	float: none;
	margin-bottom: 0.3em;
}

.formChecks li label {
	margin-bottom: 0.1em;
	padding-left: 0.7em;
}

#searchBlock label {
	display: none;
}

#searchForm #search_button {
	width: 20px;
	height: 20px;
	border: none;
	background: #FFFFFF url(../images/bkgnd_site_search_button.gif) no-repeat center top;
}

#searchForm #search_button:hover {
	background: #FFFFFF url(../images/bkgnd_site_search_button.gif) no-repeat center bottom;
}

#searchBlock #searchForm {
	position: relative;
	height: 30px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bkgnd_search.gif) no-repeat center top;
}

#searchBlock #searchForm:hover {
	background: url(../images/bkgnd_search.gif) no-repeat center bottom;
}

#searchBlock #search_term {
	height: 16px;
	width: 165px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 8px;
	top: 7px;
	border-style: none;
	background-color: transparent;
}

#searchBlock #search_button {
	position: absolute;
	height: 18px;
	width: 20px;
	top: 7px;
	right: 8px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	background-image: none;
}

#searchBlock #search_button:hover {
	background-color: transparent;
	background-image: none;
}

/* Tables ----------------------------------------------------------------------------------------------------------------- */

table {
	table-layout: fixed;
}

.inputFormTable th,
.inputFormTable td,
#cartList th,
#cartList td,
.cartList th,
.cartList td,
#cartListHeadings th,
#cartTotals td
{
	padding: 4px;	
}

.inputFormTable tr:hover
{
	background: #FEFDE7;
}

.inputFormTable th
{
	background: #0D1821;
	color: #FFFFFF;
	border-bottom: 1px solid #EBE9ED;
}

#cartListHeadings th, #cartList th {
	background: #F31844;
	color: #FFFFFF;
}

.inputFormTable td,
#cartList td,
.cartList td
{
	border-bottom: 1px dotted #BBB5C1;
}

#cartTotals {
	background: #F31844;
	color: #FFFFFF;
}


/* Categories ------------------------------------------------------------------------------------------------------------------ */

#categoriesListContainer {
}

.categoryListBlock {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

.categoryListBlock dl {
	margin: 0px;
	padding: 0px;
}

.categoryListBlock .categoryName {
	float: right;
	width: 460px;
	font-style: normal;
}

.categoryListBlock .categoryName a {
	display: block;
	font-size: 1.5em;
	padding: 5px;
	height: 60px;
	line-height: 60px;
}

.categoryListBlock .productImage {
	height: 60px;
	width: 60px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 5px;
	float: left;
}

.categoryListBlock .productImage a {
	height: 60px;
	width: 60px;
	display: block;
}

/* Products ------------------------------------------------------------------------------------------------------------------ */

#productsListContainer {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

.productListBlock {
	width: 175px;
	float: left;
	margin: 0px 2px 5px 3px;
}

.productListBlock .productNumber {
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	height: 1.2em;
	overflow: hidden;
	color: #3399CC;
}

.productListBlock .productImage {
	height: 165px;
	width: 165px;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 5px;
}

.productListBlock .productImage a {
	height: 165px;
	width: 165px;
	display: block;
}

.productListBlock .productName,
.productListBlock .productPrice,
.productListBlock .productStatus
{
	height: 1.2em;
	overflow: hidden;
	background: #FEFDE7;
}


.productListBlock .productStatus {
	text-transform: capitalize;	
}

.productListBlock .addToCartBlock {
	background: url(../images/bkgnd_add_to_cart_field.gif) no-repeat center top;
	height: 24px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.productListBlock .addToCartBlock:hover {
	background: url(../images/bkgnd_add_to_cart_field.gif) no-repeat center bottom;
}

.productListBlock .addToCartBlock label {
	position: absolute;
	top: 4px;
	left: 2px;
}

.productListBlock .formTextField {
	width: 103px;
	height: 16px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
	position: absolute;
	left: 30px;
	top: 4px;
}

.productListBlock .formButton {
	width: 35px;
	height: 20px;
	background: transparent url(../images/bkgnd_cart_add_button.gif) no-repeat right top;
	border-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	right: 0px;
}

.productListBlock .formButton:hover,
.productListBlock .formButton:focus,
.productListBlock .formButton:active
{
	background: transparent url(../images/bkgnd_cart_add_button.gif) no-repeat right bottom;
}

/* Cart ------------------------------------------------------------------------------------------------------------------ */

#cartSummary,
#cartEditList {
	background: #FFFFFF;
}

#cartSummary {
	margin-bottom: 5px;
}

#cartStatus {
	background: #FEFDE7;
	padding: 5px;
	margin-bottom: 5px;
}

#cartViewCheckout {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}


/* Site search ------------------------------------------------------------------------------------------------------------- */

.resultItemBlock {
	margin-bottom: 5px;
	padding-right: 5px;
}

.resultItemBlock h4 {
	margin-bottom: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #EBE9ED;
}

/* Payment options ------------------------------------------------------------------------------------------------------------- */

/* Miscellaneous ------------------------------------------------------------------------------------------------------------- */

.clear {
	width: 100%;
	overflow: hidden;
}

#homeQuoteBlock {
	margin-bottom: 5px;
	background: #FEFDE7 url(../images/bkgnd_splash_shadow.gif) no-repeat left bottom;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
}

#homeQuoteBlock p {
	margin: 5px;
	padding: 5px;	
}

#homeQuote {
	color: #3399CC;
	font: italic bold 1.8em Georgia, "Times New Roman", Times, serif;
}

#profilePhoto {
	float: right;
	width: 201px;
	margin: 10px 10px 0px 10px;
}

#profilePhoto img {
	border: 1px solid #333333;
	background: #FFFFFF;
	padding: 4px;
}

#profilePhoto p {
	text-align: center;
}

.messageFail, .formError {
	background: #FEE7EE;
	border-color: #FF0006;
}

.messageNotice {
	background: #ECF5FD;
	border-color: #00D2FF;
}

.evenRow {
	background: #F5F4F7;
}

.oddRow {
	background: #EAE8EE;
}

.formError {
	margin-bottom: 1px;
}

.formFileField,
.formButton,
.formSelect,
.delCheckbox,
.accordionToggle,
#search_button,
#cartToggle
{
	cursor: pointer;
}

#contactDetails {
	margin-bottom: 5px;
}

#contactDetails dt {
	font-style: normal;
	color: #3399CC;
	padding-left: 20px;
}

.contactAddress {
	background: url(../images/icon_mail.gif) no-repeat left center;
}

.contactPhone {
	background: url(../images/icon_phone.gif) no-repeat left center;
}

.contactEmail {
	background: url(../images/icon_email.gif) no-repeat left center;
}

