/* Zeidel Stylesheet */

html, body{
background: #81a1b3 url(../images/main_body_bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
margin: 0px;
font-family: Verdana, Helvetica, Arial, Sans;
font-size:11px;
color: #333333;
}

A:link {text-decoration: none; color:0E2B8D;}
A:visited {text-decoration: none; color:0E2B8D;}
A:active {text-decoration: none; color:0E2B8D;}
A:hover {text-decoration: underline; color:EF8320;}

A.mlink {
	color : #ffffff;
	font-size : 11px;
	font-weight : normal;
	font-style: normal;
	text-decoration: none;
	padding: 3px;
}
	
A.mlink:hover {
	font-weight :  normal;
	font-style: normal;
	color : #ffffff;
	text-decoration: none;
	background: #568baa;
}

A.mlink:visited {
	color : #ffffff;
}
	
A.mlink:visited:hover {
	color : #ffffff;
	background: #568baa;
} 

.header {
  height:131px;
  width: 756px;
  background: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.headerLinks{

padding-top:18px;
padding-bottom:8px;
font-size:9px;
color:#ffffff;
}

.cat_img img{ 
	margin: 0px; 
	border: 1px solid #c0c0c0; 
	}

.cat_img:hover img{
border: 1px solid #2d6281;
}

.cat_img:hover{
color: #2d6281; /* irrelevant definition to overcome IE bug */
}

.content{
  width: 756px;
  background: url(../images/body_bg.jpg);
  background-repeat: repeat-y;
  background-position: top;
  padding:1px 0 0 1;
  }
  
.footer{
  height: 49px;
  width: 756px;
  background: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: top;
  }  
  
.cart{
  margin-right:5px;
  padding-top:0px;
  height: 44px;
  width: 190px;
  background: url(../images/cart_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  font-size:10px;
  color: #333333;
    }  

.search{
margin: 0px 0 9 4;
}

.searchinput {
	font-family: Verdana, Arial, Sans;
	font-size: 12px;
	border: 1px solid #96969d;
	height: 22px;
	width: 165px;
}
  
.thumb { 
	margin: 0px; 
	border: 1px dotted #867CB3; 
	}	

.list_img { 
	margin: 0px; 
	border: 1px solid #c0c0c0; 
	}	
	
.cat_info {
	font-size: 9px;	
	}

.cartText {
	font-family: verdana,helvetica, arial;
	font-size: 9px;
	}
	
.Select {
	margin: 0px;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	font-family: verdana,helvetica, arial;
	font-size: 10px;
	border: 1px solid #333333;
	height: 17px;
	width: 130px;
}

.QtyInput {
	margin: 0px;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	font-family: verdana,helvetica, arial;
	font-size: 10px;
	border: 1px solid #333333;
	height: 17px;
	width: 50px;
}

.AddCart {
	padding-bottom: 4px;
	margin: 0px;
	margin-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #2d6281;
	font-family: verdana,helvetica, arial;

	font-size: 10px;
	color: #ffffff;
	border: 1px solid #333333;
	height: 17px;
	width: 75px;
}
  
  
/***********************************************
* All Levels Navigational Menu- (c) Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
.menuHolder{
margin:1px 0 9 0;
}


.menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.menu li{
display:inline;
	float:left;
	margin:0px ;
	padding:0;
}


.menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px; /*padding inside each tab*/
border: 0px solid #ffffff; /*right divider between tabs*/
color: #ffffff;
background: url("../images/blink_right.jpg") no-repeat right top;

}

.menu li a span 
{
	display:block;
	background:url("../images/blink_left.jpg") no-repeat left top;
	padding:0 8px 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#ffffff;
	font-weight:bold;
	line-height:27px;
}

.menu li a:visited{
color: #ffffff;
text-decoration: none;
}

.menu li a:hover{
background: #f1f1f1 url("../images/blink_right.jpg");
background-repeat: repeat-x;
background-position: bottom right;
color: #ffffff;
text-decoration: none;
}

.menu li a:hover span{
	display:block;
	background:url("../images/blink_left.jpg") no-repeat left bottom;
	padding:0 8px 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color: #ffffff;
	font-weight:bold;
	line-height:27px;
}

.menu a.selected{
background: #f1f1f1 url("../images/blink_right.jpg");
background-repeat: repeat-x;
background-position: bottom right;
color: #ffffff;
}

.menu a.selected span{
	display:block;
	background:url("../images/blink_left.jpg") no-repeat left bottom;
	padding:0 8px 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color: #ffffff;
	font-weight:bold;
	line-height:27px;
}

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:10px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #415d73;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
display: block;
width: 120px;
color: #333333;
background-color: #e7ebef;
text-decoration: none;
padding: 5px 5px;
border-bottom: 1px dashed #333333;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
text-decoration: none;
}

.ddsubmenustyle li a:visited{
color: #333333;
text-decoration: none;
}

.ddsubmenustyle li a:hover{
background-color: #abb9c7;
color: white;
text-decoration: none;
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}  

/* 
   -----------------------------------
     iCart 
	 Style Sheet 
	 by Infomart2000 Corp.
	 www.infomart2000.com
   ----------------------------------
   ##Default
 */	
	

 /*store-name:: Store Name*/		 
.store-name {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 25px;
	color : #5c5c5c;
	text-decoration : none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #8cbbd0;
	font-style : italic;
	text-decoration : none;
	font-weight: bold;
}	
	
 /*frame::  Controls the  Color of the Store's Frame */		
.frame {
	background-color : #efeded;
}

/*top::  Controls the  Color of the top Bar */		
.top {
	background-color : #ffffff;
}

/*line::  Controls the  Color of the line bellow the top bar */		
.line {
	background-color :#e1e1e1;
}	

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	font-weight : normal;
	background-color: #999999;
	text-decoration : none;
	line-height : 20px;
	border: solid;
	border-bottom-width: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #8cbbd0;
}


 /*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	font-weight : bold;
	background-color: #8cbbd0;
	text-decoration : none;
	line-height : 13px;
	border: solid;
	border-bottom-width: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	
} 

/*data:: Controls body default fonts and colors */
.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : #7E7E7C;
	background-color : #ffffff;
}

 /*page_headers:: Controls the page's titles */
.page_headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #8cbbd0;
	background-color : #ffffff;
}


/*icon:: Controls the way the menu icons display*/ 
.icon {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #484646;
}

/*A.menu::Links::  Controls the way the  menu links  look before a user clicks  or mouse overs on them*/ 	 
A.menu {
	font-family : Arial, Helvetica, sans-serif;
	color : #484646;
	font-size : 11px;
	font-weight : normal;
	font-style: normal;
	text-decoration: none;
}
	
/*A.menu:hover:: Controls the way the  menu links look when a user passes  their mouse over a them*/ 	 	
A.menu:hover {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight :  normal;
	font-style: normal;
	color : #8cbbd0;
	text-decoration: none;
}

/*A.menu:visited:: Controls the way the menu links look after a user has visited that section*/ 
A.menu:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #484646;
}
	
/*A.menu:visited:hover:: Controls the way the menu links look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #8cbbd0;
} 


/*A.cat::Links::  Controls the way the  category links look before a user clicks  or mouse overs on them*/ 	 
A.cat {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #23282a;
	font-size : 11px;
	font-weight : normal;
	font-style: normal;
	text-decoration:  none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	display:block;

}
	
/*A.cat:hover:: Controls the way the  category links look when a user passes  their mouse over a them*/ 	 	
A.cat:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style: normal;
	color : #ffffff;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	background-color: #8cbbd0;
	display:block;
}

/*A.cat:visited:: Controls the way the category links look after a user has visited that section*/ 
A.cat:visited {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #23282a;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	display:block;
}
	
/*A.cat:visited:hover:: Controls the way the  category links look when a user hovers over a section they have visited*/ 	 
A.cat:visited:hover {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
	background-color: #8cbbd0;
	display:block;
} 


/*menu-text:: Controls the way the menu (mailing list) text look */ 
.menu-text {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #23282a;
}

/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color */ 
.item {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color : #666666;
	text-decoration: none;
}

 /*price-info:: controls the way the prices display on the product page*/ 
.price-info {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}

  /*price:: Controls the way the product's prices display*/ 
.price {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #d90d0e;
	font-weight: bold;
}

 /*checkout-headers:: Controls the titles on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #8cbbd0;
	background-color : #ffffff;
}

 /*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #999999;

	
} 
/*alternative:: Controls the form backgrounds and other areas that requred an alternative color */
.alternative {
	background-color : #ffffff;
   padding: 2px 4px 2px 4px;
   border: 1px solid #e1e1e1;
}
 
/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border : #2461b6;
		background-color : #2461b6;
 }
 
 /*borders_coupon:: Controls the color of  the borders on the coupon and shipping box*/ 
.borders_coupon {
    border: solid;
    border-color: #aaa9a9;
	border-width: 1px;
}

 /*steps:: Controls the way the steps on the checkout pages display*/
.steps {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #cfd0d1;
	background-color : #ffffff;
}

 /*steps_on:: Controls the way the steps on the checkout [ages display*/
.steps_on {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #8cbbd0;
	background-color : #ffffff;
}

/*error:: Controls the error messages*/ 
.error {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #e10e04;
	text-decoration: none;
}

 /*options-titles:: Controls the way the titles on the product options display*/
.options-titles {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #8cbbd0;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #8cbbd0;
}

/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
		border : #cbc9c9;
		background-color : #cbc9c9;
 }

/*cart-text:: Controls the way the text inside the shopping cart looks*/ 
.cart-text {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : Normal;
	color: #23282a;
	line-height : 18px;
	background-color: #d4e5ed;
}

/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-family :   Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	background-color : #cbcaca;
	color : #384e31;
	
} 

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
    background-color : #f9f8f8;
	
} 

/*font1:: Primary Screen Font */ 
.font1 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}
 
/*font2:: Secondary Screen Font */ 
.font2 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #535353;
}

/*font3:: controls the search on the top*/ 
.font3 {
	font-family :Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Normal;
	color: #484646;
}	

/*btn:: Controls the buttons*/ 
.btn {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #8cbbd0;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	} 

	/*btn_over:: Controls the buttons*/ 
.btn_over {
     border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #57afd6;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #ffffff;
	cursor: pointer;
	} 	

 /*btn2:: Controls the buttons*/
.btn2 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #8cbbd0;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;    
    color: #ffffff;
	cursor: pointer;
	} 	
	
 /*txtBoxStyle:: Controls the text boxes*/  	
.txtBoxStyle {
    border-top: 1px solid #b3b4b5;
    border-bottom: 1px solid #b3b4b5;
    border-left: 1px solid #b3b4b5;
    border-right: 1px solid #b3b4b5;
    background-color: #f5f4f2;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;    
    color: #38393a;
	} 
	
 /*txtareaStyle:: Controls the text areas*/ 	
 .txtareaStyle {
    border-top: 1px solid #C7D5E0;
    border-bottom: 1px solid #C7D5E0;
    border-left: 1px solid #C7D5E0;
    border-right: 1px solid #C7D5E0;
    background-color: #FBFBFB;
    font-family: arial, Helvetica, sans-serif;
    font-weight: normal;;
    font-size: 11px;    
    color: #343333;
	height : 80px;
	width: 250px;
	}


