/* Global CSS Document */

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

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

body {
	color: #333333;
	text-align: center;
	font: 62.5% Arial, sans-serif;
	background: #000000 url(../images/bkgnd_tile.jpg) repeat-x fixed center top;
}

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;
}

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: 2em;
	margin-bottom: 0.2em;
}

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

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

h5 {
	font-size: 1em;
}

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;
}

a {
	text-decoration: none;
	color: #61B6FC;
}

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

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

#wrapper {
	font-size: 1.2em;
	width: 760px;
	text-align: left;
	margin: 0px auto 10px;
	padding: 0px;
}

#headWrapper {
	height: 165px;
	background: url(../images/bkgnd_header.png) no-repeat left bottom;
}

#header {
	position: relative;
	height: 165px;
}

#contentWrapper {
	width: 100%;
	overflow: hidden;
	background: url(../images/bkgnd_content_wrapper.gif) repeat-y left top;
}

#primaryContent {
	width: 525px;
	padding: 0px 15px 5px 15px;
	float: left;
	background: #FFFFFF;
}

#secondaryContent {
	float: right;
	width: 200px;
	padding: 0px 5px 5px 0px;
	color: #FFFFFF;
}

#footer {
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	background: url(../images/bkgnd_footer.gif) no-repeat left bottom;
	height: 100px;
}

#footerLeft {
	width: 525px;
	float: left;
	padding: 10px 15px 10px 15px;
	text-align: center;
}

#footerRight {
	width: 185px;
	float: right;
	padding: 10px 10px 0px 5px;
	text-align: center;
}

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

#secondaryContent #cartEditList,
#secondaryContent #pricing,
#secondaryContent #ordering,
#secondaryContent #contactDetails
{
	padding: 5px;
	background: #1B1B1B url(../images/bkgnd_sidebar_blocks.gif) repeat-x center bottom;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #FEFCDA;
	margin-bottom: 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;
}

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

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

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

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

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

#knowledgebaseCategoriesList {
	margin-bottom: 5px;
}

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

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

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

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

#logo {
	position: absolute;
	height: 35px;
	width: 450px;
	top: 40px;
	left: 50px;
}

#logo a {
	display: block;
	height: 35px;
	width: 450px;
}

#logo span {
	display: none;
}

#pageHeading {
	position: absolute;
	bottom: 0px;
	left: 10px;
}

h3#heading_search {
	background: url(../images/heading_search.gif) no-repeat right bottom;
	height: 30px;
	width: 200px;
}

h3#heading_categories {
	background: url(../images/heading_categories.gif) no-repeat right bottom;
	height: 30px;
	width: 200px;
}

h3#heading_pricing {
	background: url(../images/heading_pricing.gif) no-repeat right bottom;
	height: 30px;
	width: 200px;
}

h3#heading_ordering {
	background: url(../images/heading_ordering.gif) no-repeat right bottom;
	height: 30px;
	width: 200px;
}

h3#heading_order {
	background: url(../images/heading_order.gif) no-repeat right bottom;
	height: 30px;
	width: 200px;
}

h3#heading_contact {
	background: url(../images/heading_contact.gif) no-repeat right bottom;
	height: 30px;
	width: 200px;
}

h3#heading_search span,
h3#heading_categories span,
h3#heading_pricing span,
h3#heading_ordering span,
h3#heading_order span,
h3#heading_contact span {
	display: none;
}

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

#categoriesMenu dt, #categoriesMenu dd {
	margin: 0px;
	padding: 0px;
}

#categoriesMenu dt {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}

#categoriesMenu dd {

}

#categoriesMenu a {
	display: block;
}

#categoriesMenu dt a {
	padding: 5px;
	background: #222222;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#categoriesMenu dt a:hover,
#categoriesMenu dt a:focus,
#categoriesMenu dt a:active
{
	background: #111111;
}

#categoriesMenu dd a {
	padding: 3px 5px 3px 5px;
	background: #333333;
	margin-bottom: 3px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#categoriesMenu dd a:hover,
#categoriesMenu dd a:focus,
#categoriesMenu dd a:active
{
	background: #111111;
}

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

#categoriesMenu a span {

}

#pricing dt,
#pricing dd,
#contactDetails dt,
#contactDetails dd
{
	margin: 0px 0px 5px 0px;
	padding: 4px;
	font-style: normal;
	font-weight: normal;
}

#pricing dt,
#contactDetails dt {
	float: left;
	background: #333333;
	font-weight: normal;
	width: 25%;
	margin-right: 5px;
}

#pricing dd,
#contactDetails dd {
	background: #3D3D3D;
}

#contactDetails dt,
#contactDetails dd {
	font-size: 0.8em;
}

.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%;
}

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

#primaryNav {
	position: absolute;
	left: 10px;
	bottom: 50px;
	width: 530px;
	padding: 0px 5px 0px 5px;
}

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

#primaryNav li
{
	float: left;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	line-height: 26px;
	height: 26px;
}

#primaryNav a,
#primaryNav a:visited
{
	padding: 7px 0px 6px 0px;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	background: #61B6FC;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}

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

#primaryNav a span {
	margin-left: 15px;
	padding: 7px 15px 6px 0px;
}

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

#pageHeading a,
#pageHeading a:visited
{
	color: #61B6FC;
}

#pageLinks a,
#pageLinks a:visited
{
	text-transform: capitalize;
	padding: 5px 5px 5px 5px;
}

#pageLinks a:hover,
#pageLinks a:focus,
#pageLinks a:active,
#pageLinks a.activePageLink
{
	text-decoration: underline;
}

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

#contactButton:hover,
#contactButton:focus,
#contactButton:active
{
	background-position: center bottom;
}

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

#loginButton:hover,
#loginButton:focus,
#loginButton:active
{
	background-position: center bottom;
}

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

#retrieveButton:hover,
#retrieveButton:focus,
#retrieveButton:active
{
	background-position: center bottom;
}

#checkoutButton {
	height: 32px;
	width: 93px;
	display: block;
	background: url(../images/bkgnd_checkout_button.gif) no-repeat center top;
	margin-right: auto;
	margin-left: auto;
}

#checkoutButton:hover,
#checkoutButton:focus,
#checkoutButton:active
{
	background-position: center bottom;
}

#checkoutButton span {
	display: none;
}

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

#continueButton:hover,
#continueButton:focus,
#continueButton:active
{
	background-position: center bottom;
}

#continueButton span {
	display: none;
}

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

#editButton:hover,
#editButton:focus,
#editButton:active
{
	background-position: center bottom;
}

#editButton span {
	display: none;
}

#processButton {
	height: 32px;
	width: 93px;
	border-style: none;
	background: url(../images/bkgnd_process_button.gif) no-repeat center top;
}

#processButton:hover,
#processButton:focus,
#processButton:active
{
	background-position: center bottom;
}

#processButton span {
	display: none;
}



/* 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 #61b6fc;
	background: #F2FAFF;
}

.formTextField:focus,
.formFileField:focus,
.formTextArea:focus,
.formSelect:focus {
	border: 1px solid #f4178b;
	background: #FEF1F8;
}

.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;
	text-transform: capitalize;
}

.inputFormTable .formSelect {
	width: 98.5%;
}

.fileSelect {
	background-color: #FFFFFF;
}

.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;
}

.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;
}

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

table {
	table-layout: fixed;
}

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

#cartList td,
.cartList td {
	color: #FFF;	
}

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

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

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

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

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

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

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

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

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

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

.productListBlock .productImage {
	height: 115px;
	width: 115px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.productListBlock .productImage a {
	height: 115px;
	width: 115px;
	display: block;
	background: #FFFFFF url(../images/loading.gif) no-repeat center center;
}


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

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

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

#searchBlock {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 200px;

}

#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;
}

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

.addToCartBlock {
	text-align:right;
}

.addToCartBlock .formSelect {
	width: 121px;
	margin-bottom: 5px;
}

#cartSummary {
	margin-bottom: 5px;
}



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

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

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

.evenRow {
	background: #F5F4F7;
}

.oddRow {
	background: #EAE8EE;
}

.formError {
	margin-bottom: 1px;
}

#search_button,
.formButton,
.categoriesMenuToggle
{
	cursor: pointer;
}

