/* Global CSS Document */

/*+HTML tags ------------------------------------------------------------------------------------------------------------- */

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

a {
	/*border-bottom: 1px dotted #0090A8;
	background: #AAF2FF;*/
	color: #0098E1;
}

a:visited,
a:hover,
a:focus,
a:active
{
	/*border-bottom: 1px dotted #A80004;
	background: #FFAAAC;*/
	color: #A80004;
}

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

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


img {
	border: none;
}

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

h1,h2,h3,h4 {
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 2em;
	color: #333333;
}

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

h5 {
	font-size: 1em;
}

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	color: #D7004F;
	margin: 0px;
	padding: 0px;
}

dd {
	padding: 2px 0px 0px 5px;
	text-align: left;
	margin: 0px 0px 5px;
}

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

ul, ol {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 10px;
}

table {
	table-layout: fixed;
}

td, th {
	padding: 4px;
}

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

li {
	margin-bottom: 10px;
}

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

#wrapper {
	text-align: left;
	font-size: 1.2em;
	width: 760px;
	overflow: hidden;
	margin: 0px auto 13px;
	position: relative;
}

#primaryContent {
	width: 550px;
	float: right;
	margin-top: 13px;
	padding: 0px 0px 5px 0px;
	
}

#secondaryContent {
	float: left;
	width: 190px;
	padding: 0px 0px 5px;
	text-align: right;
	margin-top: 13px;
}

#footer {
	padding: 5px 0px;
	font-size: 0.8em;
	float: right;
	width: 550px;
	text-align: center;
	border-top: 1px solid #333333;
}

#googleAd {
	float: right;
	width: 468px;
	padding-right: 40px;
}

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

#pageTop {
	width: 100%;
	background: #FEFDE7;
	padding: 5px 0px;
	font-size: 1.2em;
	text-align: center;
	border-bottom: 1px solid #D80050;
}

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

.splitLeft {
	float: left;
	width: 48%;
	border-right: 1px dotted #D00242;
	padding-right: 9px;
}

.splitRight {
	float: right;
	width: 48%;
	padding-left: 10px;
}

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

#pageLinks {
	margin-bottom: 5px;
	padding: 5px;
}


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

#siteTitle {
	display: none;
}

#pageHeading {
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 0px;
}

#pageHeading a,
#pageHeading a:visited
{
	text-decoration: none;
	color: #333333;
	border-bottom-style: none;
	background-color: transparent;
}

#pageHeading a:hover,
#pageHeading a:focus,
#pageHeading a:active
{
	border-bottom-style: none;
	background-color: transparent;
}

#secondaryContent h3 {
	text-transform: uppercase;
	padding-right: 10px;
	font-size: 1.2em;
	color: #333333;
}


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

.itemData {

}

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

.itemData dt {
	float: left;
	width: 25%;
	background: #FBFCFE;
	color: #333333;
}

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


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

#pageLinks {
	margin-bottom: 5px;
	padding: 5px;
}

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


/*+Navigation ------------------------------------------------------------------------------------------------------------- */

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

ul.nav_primary_nav,
ul.categoriesMenu {
	margin-bottom: 10px;
}

ul.nav_primary_nav li,
ul.categoriesMenu li {
	margin-bottom: 3px;
}

ul.nav_primary_nav li a,
ul.nav_primary_nav li a:visited,
ul.categoriesMenu li a,
ul.categoriesMenu li a:visited
{
	background: #FFFFFF url(../images/bkgnd_primary_nav_tab.gif) no-repeat right top;
	display: block;
	height: 26px;
	width: 180px;
	line-height: 26px;
	text-align: right;
	padding-right: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	border-bottom-style: none;
}

ul.nav_primary_nav li a:hover,
ul.nav_primary_nav li a:focus,
ul.nav_primary_nav li a:active,
ul.nav_primary_nav li a.activePageLink,
ul.categoriesMenu li a:hover,
ul.categoriesMenu li a:focus,
ul.categoriesMenu li a:active,
ul.categoriesMenu li a.activePageLink
{
	background: #d7004f url(../images/bkgnd_primary_nav_tab.gif) no-repeat right bottom;
	color: #FFFFFF;
	border-bottom-style: none;
}


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

fieldset {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
}

legend {
	padding: 0.2em;
	color: #D7004F;
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #EEEEEE;
}

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 2px 4px 2px 4px;
}

.formButton {
	height: 24px;
	width: 60px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 0px 0px 2px;
	border-style: none;
	background: #96b41c url(../images/bkgnd_form_button.gif) no-repeat center top;
}

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

.formTextField,
.formFileField,
.formTextArea,
.formSelect {
	border: 1px solid #CCCCCC;
}

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

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

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

.formBlock label,
.formChecks li label {
	display: block;
	float: left;
	width: 30%;
	margin-right: 5px;
	padding: 0.3em;
	background-color: transparent;
}

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

.formError {
	margin-bottom: 1px;
}


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

.addToCartBlock {
	position: relative;
	height: 26px;
	width: 170px;
	background: #96b41c;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.addToCartBlock:hover {
	background: #d7004f;
}

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

.addToCartBlock .formTextField {
	background: transparent url(../images/bkgnd_small_form_field.gif) no-repeat center center;
	position: absolute;
	left: 26px;
	top: 4px;
	border-style: none;
	font-size: 12px;
	height: 18px;
	width: 52px;
	padding: 0px 2px;
	margin: 0px;
}

.addToCartBlock .formButton {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 85px;
	height: 26px;
	border-style: none;
	background: none;
	color: #FFFFFF;
	line-height: 26px;
}

#cartSummary {
	margin-bottom: 5px;
}

#cartStatusWrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

#cartEmpty {
	float: right;
	background: #96b41c url(../images/icon_cart.gif) no-repeat 5px center;
	color: #FFFFFF;
	padding: 5px 5px 5px 26px;
}

#cartStatus {
	float: right;
	width: 190px;
	height: 45px;
	position: relative;
}

#numberCartItems {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 3em;
	width: 64px;
	height: 45px;
	line-height:45px;
	text-align: right;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #D7004F;
}

#cartTotal {
	position: absolute;
	left: 90px;
	top: 0px;
	width: 120px;
	text-align: left;
	font-size: 2em;
	color: #D7004F;
}

#cartToggle {
	position: absolute;
	left: 80px;
	bottom: 0px;
	text-decoration: underline;
}

#checkoutLink {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

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

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

#cartListHeadings,
#cartTotals,
#cartSummary #cartList th {
	background: #96b41c;
	color: #FFFFFF;
}

.productQuantityField,
.freightUpdateField {
	background: #FFFFFF url(../images/bkgnd_small_form_field.gif) no-repeat center center;
	border-style: none;
	font-size: 12px;
	height: 18px;
	width: 52px;
	padding: 0px 2px;
	margin: 0px;
}

#freightSet {
	background: #FFFFFF;
	color: #000000;
}

a.productLinkThumb {
	border-bottom-style: none;
	background-color: transparent;
}


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

#categoriesListContainer {
	width: 100%;
	overflow: hidden;
}

.categoryListBlock {
	width: 265px;
	overflow: hidden;
	float: left;
	border-top: 1px dotted #333333;
	margin: 0px 10px 10px 0px;
	padding: 10px 0px 0px;
}

.categoryName {
	float: right;
	width: 190px;
	line-height: 60px;
	height: 60px;
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.categoryListBlock .productImage {
	width: 60px;
	height: 60px;
	float: left;
	border-right: none;
	margin: 0px;
	padding: 0px;
}

.categoryListBlock .productImage a {
	height: 60px;
	width: 60px;
	display: block;
	background: #FFFFFF;
	border-bottom-style: none;
}


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

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

.productDetails {
	float: right;
	width: 299px;
}

.productDetails dd,
.productDetails dt {
	padding: 0px;
	margin-bottom: 5px;
}

.productNumber {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #D7004F;
}

.productStatus {
	text-transform: capitalize;
}

.productPrice {
	font-size: 2em;
	color: #06DAFF;
}

.resultItemBlock .productLinkThumb {
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	display: block;
	height: 22px;
	width: 22px;
	float: left;
}

.productListBlock {
	width: 170px;
	overflow: hidden;
	float: left;
	height: 290px;
	padding: 4px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 1px;
	border: 1px solid #EBE9ED;
}

.productListBlock .productImage {
	width: 170px;
	height: 170px;
	margin-bottom: 5px;
}

.productListBlock .productImage a {
	height: 170px;
	width: 170px;
	display: block;
	background: #FFFFFF;
	border-bottom-style: none;
}

.productListBlock .productDetails {
	float: none;
	width: 170px;
}

.productListBlock dt.productNumber {
	width: 170px;
	overflow: hidden;
	height: 16px;
}

.productListBlock dd.productPrice {
	font-size: 1.5em;
}

.productListBlock dd.addToCart {
}

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

#searchForm {
	height: 26px;
	width: 190px;
	position: relative;
	background: url(../images/bkgnd_search.gif) no-repeat left top;
	margin-bottom: 13px;
}

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

#searchForm label {
	display: none;
}

#searchForm #search_term {
	border-style: none;
	background: transparent;
	position: absolute;
	height: 16px;
	width: 150px;
	left: 7px;
	top: 5px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#searchForm #search_button {
	border-style: none;
	background: none;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 5px;
}

#searchForm #search_button span {
	display: none;
}

.searchResultsBlock {
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
}

.resultItemBlock {
	margin-bottom: 10px;
}

.resultItemBlock dt {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}

.resultItemBlock dd {
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.highLite {
	color: #96B41C;
}

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

a#logo  {
	display: block;
	height: 119px;
	width: 190px;
	margin: 0px 0px 13px 0px;
	text-align: center;
	border-bottom-style: none;
	background-color: transparent;
}

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

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

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

#tagline {
	float:left;
	height: 45px;
	color: #999999;
	font: italic normal 1.4em/45px Georgia, "Times New Roman", Times, serif;
	background: url(../images/bkgnd_tagline.gif) no-repeat left top;
}

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

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

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

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

.evenRow {
	background: #FEFDE7;
}

.oddRow {
	background: #FEF7C2;
}

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

.slideshow {
	overflow: hidden;
	margin-bottom: 20px;
}
