/* CSS Document */

/* General 
****************************/

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

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #2b2b2b;
}

/**General Link Color
*****************************************************/

a:link{ 
color: #1d8cb5;
text-decoration: underline;
} 

a:visited{ 
color: #1d8cb5; 
text-decoration: underline;
}

a:hover{ 
color: #5eb4d4; 
text-decoration: underline;
}

a:link img, a:visited img, a:hover img{
border: 0px;
}

/**General Text
********************************************/
h1{
font-size: 14pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h2{
font-size: 13pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h3{
font-size: 12pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h4{
font-size: 11pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h5{
font-size: 10pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

h6{
font-size: 9pt;
padding: 0px;
margin: 1em 0px 4px 0px;
}

.redText{
color: #b3342b;
font-size: 10pt;
font-weight: bold;
}

.redTextSm{
margin-bottom: 10px;
color: #b3342b;
font-size: 8pt;
text-decoration: none;
}

.redTextSm a:link, .redTextSm a:visited{
margin-left: 155px;
color: #b3342b;
font-size: 8pt;
text-decoration: none;
}

.redTextSm a:hover{
margin-left: 155px;
color: #2b2b2b;
}

/* Containers 
****************************/

.siteContainerTbl {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.headerTd {
	background: url(../images/bg_header_gradient.jpg) repeat-x;
	width: 100%;
}

.sideColTd {
	background: url(../images/bg_side_col.jpg) repeat-y;
	height: 100%;
	vertical-align: top;
}

.sideColContainer {
	padding: 23px;
}

.contentTd {
	background-color: #fff;
	height: 100%;
	width: 100%;
	vertical-align: top;
}

.contentContainer {
	padding: 12px 30px 22px 30px; 
}

.footerTd {
	background: url(../images/bg_footer.jpg) repeat-x;
	width: 100%;
	text-align: right;
}

#footerContainer {
	padding: 23px 30px 22px 23px;
	line-height: 15px;
}

/* First Navigation 
****************************/

.firstNavTable{
border-collapse: collapse;
}

.firstNavTable td{  /* gets rid of the extra spaces in menu! */
padding: 0px;
margin: 0px;
}

.firstNavTable table{
border-collapse: collapse;
}

.firstNav{
text-decoration: none;
color: #2b2b2b;
}

a.firstNav:link, a.firstNav:visited{
display: block;
width: 170px;
padding: 11px 10px 11px 20px;
text-decoration: none;
color: #2b2b2b;
font-size: 12px;
border-bottom: 1px solid #e7e7e7;
background: url(../images/bg_menu_arrows.jpg) center left no-repeat;
background-color: #fff; 
}

a.firstNav:hover{
text-decoration: none;
color: #5eb4d4;
}

a.firstNavSelected:link, a.firstNavSelected:visited{
display: block;
width: 170px;
padding: 11px 10px 11px 20px;
text-decoration: none;
color: #1e8db6;
font-size: 12px;
border-bottom: 1px solid #e7e7e7;
background: url(../images/bg_menu_arrows.jpg) center left no-repeat;
background-color: #fff; 
}

a.firstNavSelected:hover{
text-decoration: none;
color: #5eb4d4;
}

/* Second Navigation 
****************************/

a.secondNav:link, a.secondNav:visited{
display: block;
width: 160px;
padding: 11px 10px 11px 30px;
text-decoration: none;
color: #2b2b2b;
font-size: 11px;
border-bottom: 1px solid #e7e7e7;
background-color: #fff; 
}

a.secondNav:hover{
text-decoration: none;
color: #5eb4d4;
}

a.secondNavSelected:link, a.secondNavSelected:visited{
display: block;
width: 160px;
padding: 11px 10px 11px 30px;
text-decoration: none;
color: #1e8db6;
font-size: 11px;
border-bottom: 1px solid #e7e7e7;
background-color: #fff; 
}

a.secondNavSelected:hover{
text-decoration: none;
color: #5eb4d4;
}

/* Third Navigation 
****************************/

a.thirdNav:link, a.thirdNav:visited{
display: block;
width: 150px;
padding: 11px 10px 11px 40px;
text-decoration: none;
color: #2b2b2b;
font-size: 11px;
border-bottom: 1px solid #e7e7e7;
background-color: #fff; 
}

a.thirdNav:hover{
text-decoration: none;
color: #5eb4d4;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{
display: block;
width: 150px;
padding: 11px 10px 11px 40px;
text-decoration: none;
color: #1e8db6;
font-size: 11px;
border-bottom: 1px solid #e7e7e7;
background-color: #fff; 
}

a.thirdNavSelected:hover{
text-decoration: none;
color: #5eb4d4;
}

/* Fourth Navigation 
****************************/

a.fourthNav:link, a.fourthNav:visited{
display: block;
width: 140px;
padding: 11px 10px 11px 50px;
text-decoration: none;
color: #2b2b2b;
font-size: 11px;
border-bottom: 1px solid #e7e7e7;
background-color: #fff; 
}

a.fourthNav:hover{
text-decoration: none;
color: #5eb4d4;
}

a.fourthNavSelected:link, a.fourthNavSelected:visited{
display: block;
width: 140px;
padding: 11px 10px 11px 50px;
text-decoration: none;
color: #1e8db6;
font-size: 11px;
border-bottom: 1px solid #e7e7e7;
background-color: #fff; 
}

a.fourthNavSelected:hover{
text-decoration: none;
color: #5eb4d4;
}

/* Fifth Navigation 
****************************/

a.fifthNav:link, a.fifthNav:visited{
display: block;
width: 130px;
padding: 11px 10px 11px 60px;
text-decoration: none;
color: #2b2b2b;
font-size: 11px;
border-bottom: 1px solid #e7e7e7;
background-color: #fff; 
}

a.fifthNav:hover{
text-decoration: none;
color: #5eb4d4;
}

a.fifthNavSelected:link, a.fifthNavSelected:visited{
display: block;
width: 130px;
padding: 11px 10px 11px 60px;
text-decoration: none;
color: #1e8db6;
font-size: 11px;
border-bottom: 1px solid #e7e7e7;
background-color: #fff; 
}

a.fifthNavSelected:hover{
text-decoration: none;
color: #5eb4d4;
}

/*********************  SPECIFICALLY GALLERY  **********************/

.gallery_table {
margin-left: auto;
margin-right: auto;
}

.gallery_table td {
width: 130px;
height: 155px;
background-color: #f1f1f1;
text-align: center;
vertical-align: bottom;
padding-bottom: 7px;
}

.gallery_child_table {
margin-left: auto;
margin-right: auto;
}

.gallery_child_table td {
width: 130px;
height: 155px;
background-color: #f1f1f1;
text-align: center;
vertical-align: bottom;
padding-bottom: 7px;
}

.gallery_child_table td a:link {
color: #1d8cb5;
text-decoration: none; 
}

.gallery_child_table td a:visited {
color: #1d8cb5;
text-decoration: none; 
}

.gallery_child_table td a:hover {
color: #5eb4d4;
text-decoration: none; 
}

.gallery_thumb {
padding: 2px;
background-color: #fff; 
margin-bottom: 6px;
}

.gallery_thumb:hover {
padding: 1px;
background-color: #fff; 
border: 1px solid #5eb4d4;
margin-bottom: 6px;
}

/************************* News *********************************/

.newsCategoryTitle{
font-weight: bold;
font-size: 12pt;
color: #1d8cb5;
}

.mainNewsTitle{ /* Controls the modified date on the main news page for some reason. . .? */
font-size: 11px;
font-style: italic;
color: #666666;
}

a.mainNewsTitle:link, a.mainNewsTitle:visited{
color: #1d8cb5;
font-size: 13px;
font-weight: bold;
text-decoration: underline;
font-style: normal;
}

a.mainNewsTitle:hover{
color: #5eb4d4;
text-decoration: underline;
}

.mainNewsSummary{
padding: 3px 0px 3px 0px;
}

.mainNewsMod{
padding: 3px 0px 2px 5px;
font-size: 11px;
font-style: italic;
}

.mainNewsPic{
padding: 0px 8px 5px 0px;
}

.signupInfo{
padding: 0px 8px;
}

.signupInfo .newsBtn{
position: relative;
top: 5px
}

.newsItemTitle{
color: #1d8cb5;
font-size: 10pt;
font-weight: bold;
}

.newsItemContent{}

.newsItemModified{
font-size: 11px;
font-style: italic;
color: #666666;
}

/* Member Login Box
****************************/

.loginTitle {
	margin: 30px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

.memberLogin {
	border: 1px solid #e7e7e7;
	width: 197px;
	margin: 5px 0px 23px 0px;
}

div.loginForm {
text-align: right;
padding: 10px;
}

div.loginForm table {
border-collapse: collapse;
}

div.loginForm table input { /* form fields only */
width: 106px;
margin-left: 3px;
}

div.memberLogin input { /* submit button and form fields */
border: 1px solid #e7e7e7;
background-color: #ffffff;
margin-top: 3px;
margin-bottom: 3px;
font-size: 11px;
font-family: verdana;
}

/**Login Page
********************************************/

#loginOutline {
	border: 1px solid #e7e7e7;
	margin-left: 30px;
	padding: 10px;
	vertical-align: bottom;
	width: 230px;
}

.forgotPassword {
	margin: 15px 0px 0px 30px;
}

/** Member Greeting
********************************/

.memberHello{
font-size: 12pt;
font-weight: bold;
}

.memberName{
display: inline;
font-size: 12pt;
font-weight: bold;
color: #1d8cb5;
}

/**Member Profile
**************************************/

#profileButtonBkg{
margin: 0px 5px;
padding-left: 4px;
background: url(../images/bkg_client_profile.jpg) top left repeat-x;
height: 24px;
border-left: 1px solid #dfe1e9;
border-right: 1px solid #dfe1e9;
font-size: 8pt;
}

a.profileButtons:link, a.profileButtons:visited{
display: inline;
background: url(../images/bkg_nav_client_profile.jpg) top left repeat-x;
line-height: 24px;
border-left: 1px solid #dfe1e9;
border-right: 1px solid #dfe1e9;
font-size: 8pt;
margin: 0px;
padding: 5px 10px 3px;
color: #2b2b2b;
font-weight: normal;
text-decoration: none;
}

a.profileButtons:hover{
display: inline;
background: none;
line-height: 24px;
border-left: 1px solid #dfe1e9;
border-right: 1px solid #dfe1e9;
font-size: 8pt;
margin: 0px;
padding: 5px 10px 3px;
color: #2b2b2b;
font-weight: normal;
text-decoration: underline;
}

#profileContainer{
margin: 33px 0px 0px 15px;
}

#profileSection{
margin: 8px 32px 18px;
}

#profileText{
font-size: 9pt;
}

#profileImage{
display: block;
border: 1px solid #dfe1e9;
background-color:#f5f5f5;
width: 120px;
padding: 10px;
margin: 8px 40px;
}

#profileTable{
margin: 15px 5px;
}

.gridDataTableLarge{
width: 100%;
border-collapse: collapse;
border-bottom: 1px solid #e6e8ed;
border-left: 1px solid #e6e8ed;
}

.gridHeaderRow{
border-top: 1px solid #e6e8ed;
border-right: 1px solid #e6e8ed;
border-bottom: 1px solid #a4a5a9;
border-left: 0px;
padding: 5px;
font-weight: normal;
font-size: 8pt;
}

.gridRow td{
border-right: 1px solid #e6e8ed;
background-color: #f5f5f5;
text-align: center;
padding: 0px 3px;
font-size: 8pt;
}

.gridAltRow td{
border-right: 1px solid #e6e8ed;
text-align: center;
padding: 0px 3px;
font-size: 8pt;
}

/**Sitemap
********************************************/

.sitemapParent a:link, .sitemapParent a:visited{
font-size: 13px;
text-decoration: none;
font-weight: bold;
}

.sitemapParent a:hover{
text-decoration: underline;
}

.sitemapChild a:link, .sitemapChild a:visited{
display: block;
margin: 1px 8px;
font-size: 11px;
text-decoration: none;
font-weight: normal;
}

.sitemapChild a:hover{
text-decoration: underline;
}

/**Newsletter Signup
********************************************/

#newsletterOutline {
	border: 1px solid #e7e7e7;
	margin-left: 30px;
	padding: 10px;
	vertical-align: bottom;
	width: 230px;
}

#newsletterOutline .newsBtn {
	display: inline;
	vertical-align: bottom;
	margin-left: 10px;
}

/**Password
********************************************/

#forgotPassOutline {
	border: 1px solid #e7e7e7;
	margin-left: 30px;
	padding: 10px;
	vertical-align: bottom;
	width: 230px;
}

/**Register
********************************************/

#signupOutline {
	border: 1px solid #e7e7e7;
	margin-left: 30px;
	padding: 10px;
	vertical-align: bottom;
	width: 300px;
}

/**Forms
********************************************/

input, textarea, select {
	border: 1px solid #e7e7e7;
	font-size: 11px;
	background-color: #fff;
}

/************************************ STORE ***********************************/

/*MiniCart
**********************************/

.miniCartTitle {
	margin: 30px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
}

#cartPadding {
	border: 1px solid #e7e7e7;
	width: 197px;
	margin: 5px 0px 23px 0px;
}

#minicart_product_list {
margin: 0px 0px 15px 10px;
}

#minicart_product_list table {
border-collapse: collapse;
}

#minicart_product_list table td {
font-size: 11px;
padding-bottom: 2px;
}

#minicart_product_list table td input {
border: 1px solid #e7e7e7;
}

#minicart_summary {
margin: 10px 0px 5px 20px;
font-weight: bold;
}

div#order_buttons input {
margin: 0px 10px 0px 10px;
text-align: left;
border: 0px;
padding-bottom: 5px;
}

div#order_buttons a {
	display: block;
	margin: 0px 10px 0px 10px;
	padding-bottom: 10px;
}

#minicart_qty_total {
font-size: 11px;
}

#minicart_product_total{
font-size: 11px;
padding-bottom: 5px;
}

#cart_no_products{
display: block;
margin: 0px 10px 10px 10px;
font-size: 11px;
}

/*Category
***********************************/

.categoryTable{
margin: 10px 55px 10px 55px;
border-collapse: collapse;
}

div.producttitle {
font-size: 13px;
margin-left: auto;
margin-right: auto;
font-weight: bold;
}

div.producttitle a:link {
color: #1d8cb5;
text-decoration: none;
font-weight: bold;
}

div.producttitle a:visited {
color: #1d8cb5;
text-decoration: none;
font-weight: bold;
}

div.producttitle a:hover {
color: #5eb4d4;
text-decoration: none;
font-weight: bold;
}

.catPrice {
margin: 8px 5px 5px 0px;
display: inline;
font-size: 13px;
font-weight: bold;
color: #b3342b;
}

.categoryTable table td {
width: 100px;
vertical-align: top;
padding: 0px 10px 0px 10px;
}

.categoryItemsTitle{
width: 200px;
padding: 0px 5px 15px 5px;
text-align: left;
font-size: 10pt;
}

.categoryItemsTitle a:link, .categoryItemsTitle a:visited{
color: #1d8cb5;
font-weight: bold;
text-decoration: none;
}

.categoryItemsTitle a:hover{
color: #5eb4d4;
text-decoration: underline;
}

.categoryItemsImage{
padding: 5px 13px;
}

/*Sub Categories
***********************************/

/*2Columns
**************/

.categoryTable table{
width: 200px;
}

.subCategoryTable table{
padding: 0px 0px 25px;
}

.subCategoryTable td {
	vertical-align: top;
}

.categoryProductPic{
margin: 5px;
}

.categoryProductPic img {
padding: 3px;
background-color: #fff;
border: 0px;
}

.categoryProductPic img:hover {
padding: 2px;
background-color: #fff;
border: 1px solid #e7e7e7;
}

.categoryProductTitle{
width: 175px;
margin: 0px 5px 5px 5px;
}

.categoryProductTitle a:link, .categoryProductTitle a:visited{
font-size: 10pt;
color: #1d8cb5;
text-decoration: none;
font-weight: bold;
}

.categoryProductTitle a:hover{
color: #5eb4d4;
text-decoration: underline;
}

.categoryProductDesc{
width: 175px;
margin: 2px 5px;
}

.categoryProductPrice{
font-size: 10pt;
font-weight: bold;
margin: 2px 5px;
color: #b3342b;
}

.picDescContainer{
display: block;
float: left;
}

/* Three Columns
******************/

.categoryTable threeColumns table{
width: 200px;
border-collapse: collapse;
}

.subCategoryTable threeColumns table{
padding: 0px 0px 25px;
border-collapse: collapse;
}

.subCategoryTable threeColumns td {
	vertical-align: top;
}

.categoryProductPic threeColumns{
margin: 5px;
}

.categoryProductPic threeColumns img {
padding: 3px;
background-color: #fff;
border: 0px;
}

.categoryProductPic threeColumns img:hover {
padding: 2px;
background-color: #fff;
border: 1px solid #e7e7e7;

}

.categoryProductTitle threeColumns{
width: 175px;
margin: 0px 5px 5px 5px;
}

.categoryProductTitle threeColumns a:link, .categoryProductTitle threeColumns a:visited{
font-size: 10pt;
color: #1d8cb5;
text-decoration: none;
font-weight: bold;
}

.categoryProductTitle threeColumns a:hover{
color: #5eb4d4;
text-decoration: underline;
}

.categoryProductDesc threeColumns{
width: 175px;
margin: 2px 5px;
}

.categoryProductPrice threeColumns{
font-size: 10pt;
font-weight: bold;
margin: 2px 5px;
color: #b3342b;
}


/*One Column
******************/

.categoryTable oneColumn table{
width: 300px;
}

.subCategoryTable oneColumn table{
padding: 0px 0px 25px;
}

.subCategoryTable oneColumns td {
	vertical-align: top;
}

.categoryProductPic oneColumn{
margin: 5px;
}

.categoryProductPic oneColumn img {
padding: 3px;
background-color: #fff;
border: 0px;
}

.categoryProductPic oneColumn img:hover {
padding: 2px;
background-color: #fff;
border: 1px solid #e7e7e7;
}

.categoryProductTitle oneColumn{
width: 275px;
margin: 0px 5px 5px 5px;
}

.categoryProductTitle oneColumn a:link, .categoryProductTitle oneColumn a:visited{
font-size: 10pt;
color: #1d8cb5;
text-decoration: none;
font-weight: bold;
}

.categoryProductTitle oneColumn a:hover{
color: #5eb4d4;
text-decoration: underline;
}

.categoryProductDesc oneColumn{
width: 275px;
margin: 2px 5px;
}

.categoryProductPrice oneColumn{
font-size: 10pt;
font-weight: bold;
margin: 2px 5px;
color: #b3342b;
}

.picDescContainer oneColumn{
display: block;
float: left;
}

/* Product 
***********************************/

.productPic{
margin: 5px 10px;
float: left;
padding: 3px;
background-color: #fff;
border: 0px; 
}

.productPic:hover {
padding: 2px;
border: 1px solid #e7e7e7; 
}

.productTitle div{
margin: 8px 5px 5px 0px;
font-size: 10pt;
font-weight: bold;
color: #1d8cb5;
}

.productPrice{
margin: 8px 5px 5px 0px;
display: inline;
font-size: 10pt;
font-weight: bold;
color: #1d8cb5;

}

#total_display{
padding-left: 10px;
color: #b3342b;
font-size: 9pt;
font-weight: bold;
}

.productOptions{
width: 450px;
margin-top: 8px;
}

.productImageTable {
	width: 100%;
}

.productImage {
	padding: 3px;
	border: 0px;
}

.productImage:hover {
	padding: 2px;
	border: 1px solid #e7e7e7;
}

.productDesc{
float: left;
width: 95%;
margin: 5px 20px 5px 10px;
}

#cart_Add_Message{
display: block;
margin-left: 4px;
color: #5eb4d4;
font-weight: normal;
font-size: 8pt;
width: 185px;
}

.btnAdd form{
display: block;
margin: 8px 0px;
}

.btnContinue{
display: block;
float: left;
margin: 8px 20px;
}

#reg_display{
display: inline;
color: #2b2b2b;
font-size: 13px;
font-weight: bold;
text-decoration: line-through;
}

/** Sale
***********************************/

.productPriceSale{
display: inline;
color: #990000;
}

.salename{
display: inline;
padding: 8px 0px;
color: #990000;
font-size: 10pt;
font-weight: bold;
}

.salePrice, #total_display{
display: inline;
padding-left: 10px;
color: #990000;
font-size: 13px;
font-weight: bold;
}

.salestart{
padding-top: 10px;
color: #990000;
font-size: 8pt;
font-weight: normal;
}

.saleend{
padding-bottom: 10px;
color: #990000;
font-size: 8pt;
font-weight: normal;
}

/** Checkout
***********************************/

.checkoutTitles, .checkoutTitles p {
font-size: 13px;
font-weight: bold;
color: #1d8cb5;
}

.checkoutForm{
padding: 10px;
}

.checkoutForm td{
padding-right: 5px;
}

.checkoutForm a{
padding: 5px;
}

/*cart.mst and confirm.mst
*****************/

form iframe{
height: 5px;
}

.cartTable table, .confirmCartTable table{
width: 100%;
padding: 5px;
font-size: 10pt;
}

.cartTable th, .confirmCartTable th {
background-color: #f1f1f1;
padding: 3px;
font-size: 10pt;
font-weight: bold;
color: #1d8cb5;
}

.cartTable td, .confirmCartTable td{
text-align: left;
padding: 1px 8px;
vertical-align: middle;
}

.cartHeaders, .confirmCartHeaders{
background-color: #f1f1f1;
padding: 3px;
font-size: 10pt;
font-weight: bold;
color: #1d8cb5;
}

.cartRows td, .confirmCartRows td, .cartAltRows td, .confirmCartAltRows td{
border: 1px solid #ddd;
padding: 3px;
}

.cartRows td td, .confirmCartRows td td, .cartAltRows td td, .confirmCartAltRows td td{
border: 0px;
padding: 3px;
}

.cartRows table, .confirmCartRows table, .cartAltRows table, .confirmCartAltRows table{
width: 320px;
}

.cartRows table td, .confirmCartRows table td, .cartAltRows table td, .confirmCartAltRows table td{
font-size: 10pt;
font-weight: bold;
vertical-align: middle;
}

.cartRows ul, .confirmCartRows ul, .cartAltRows ul, .confirmCartAltRows ul{
padding-left: 20px;
}

.cartRows li, .confirmCartRows li, .cartAltRows li, .confirmCartAltRows li{
font-size: 8pt;
font-weight: normal;
}

#btnRemove{
float: left;
padding: 0px 4px;
}

#updateBtn{
float: left;
padding: 0px 4px;
}

#checkBtn{
float: right;
margin-right: 60px;
}

.continueShoppingBtn img{
margin: 10px 4px;
}

.cartButtons {
border: 0px;
}

.buttons input {
border: 0px; 
}

.btnAdd .buttons {
border: 0px;
}

.cartTable td .top center {
vertical-align: top;
}


/** payment page
***********************************/

#get_quote{
margin: 10px 0px 0px 30px;
}

.contCheckoutBtn{
padding: 5px 8px;
}

.contShopBtn{
padding-left: 45px;
}
