/* -----TABLE of CONTENTS-----*/
/* ---------------------------*/
/* GLOBAL---------------------*/
/* LAYOUT---------------------*/
/* TEXT STYLES----------------*/
/* NAVIGATION-----------------*/
/* FORMS----------------------*/
/* FRILLS----------------------*/
/* ---------------------------*/


/* ----------GLOBAL-----------*/
/* ---------------------------*/
/* ----------LAYOUT-----------*/
/* ---------------------------*/

#mainColumn{
  width:684px;
  /*background-color:#FEF6E9;*/
 border:1px solid #ccc;
  padding:0px;
  margin:30px 0px 10px 55px;
  background-color:#fff;
  float:left;
 }
 .midbox {
 	float:left;
	width:207px;
	padding:10px;
	border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
	height:70px;
 }
 .midbox a img.submit {
	margin-bottom:-5px;
}
 p#toptext {
 	line-height:1.2em;
	color:#000;
	font-size:12pt;
	width:100%;
	padding:5px;
	text-align:center;
 }
 #leftcol {
	float:left;
	text-align:center;
	padding:10px;
	width:420px;
 }
 #leftcol img {
 	margin:0 auto 0 auto;
 }
#leftcol p {
	text-align:left;
}
 #rightcol {
	border-left:1px solid #ccc; 	
	width:226px;
 	float:right;
	margin:0px;
	padding:0px;
	
	background-color:#f5f5f5;
	min-height:100%;
	height:100%;
 }
#mainColumn table {
	width:600px;
}
#mainColumn p {
	padding-left:5px;
}
#mainColumn table table {
	margin-left:0px;
	border-bottom:1px solid #bbb;
}
* html #mainColumn table {
		margin-left:0px;
width:500px;
float:left;
}
#mainColumnWide{
  width:800px;
  /*background-color:#FEF6E9;*/
  padding:10px 20px 10px 20px;
  margin:0px 0px 10px 0px;
  background-color:#fff;
  float:left;
 }
#mainColumnWide table {
	margin-left: 0px;
	width:800px;
}
#mainColumnWide table table {
	margin-left:0px;
	border-bottom:1px solid #bbb;
}


#featuredProducts {
	margin-left:10px;
	margin-top:-10px;
}
#featuredProducts p {
	margin-left:6px;
}
#productMenu {
	width:170px;
	background-color:#fff;
	text-align:center;
	padding:15px;
}
#searchBox {
	width:670px;
        padding-top:30px;
	height:20px;
}

#clientLogin{
	width:220px;
	background-color:#fff; 	
	/*border:1px solid #cccccc;*/
	padding:15px;
}
#cartSummary{
	width:190px;/*240px*/
	background-position: 100px -200px; 	
	border-bottom:1px solid #000099;
	padding:15px;
	margin-top:20px;
}

.spacer
{
    padding-top:20px;
}
img.help {
	margin-bottom:-2px;
	margin-left:2px;
}

#catalog {
	display:none;
}
/* --------TEXT STYLES---------*/
/* ---------------------------*/


/* --------NAVIGATION---------*/
/* ---------------------------*/

#productMenu a.productbuttons {
	font:normal 11px/19px "Lucida Grande", Arial, sans-serif; 
	color:#000000; 
	background-image:url('../images/gradient.jpg');
	background-position: 100px -300px; 
	width:160px;
padding:0px;
	padding-left:20px;
	margin:0px;
	text-decoration:none;
	}
#productMenu a.productbuttons:hover{
	color:#888;
	background-color:#900;
}
.tiny {
	font-style:italic;
	font-size:8pt;
}
#productMenu.buttons {
		text-transform:uppercase;
text-align:left;
}
/* ----------LISTS------------*/
/* ---------------------------*/
#mainColumn ul li {
	font:normal 12px/15px Tahoma, Arial, sans-serif;
	color:#aaaaaa;
	margin-left:-27px;
	list-style-type:square;
	}

/* ----------FORMS------------*/
/* ---------------------------*/
#clientLogin fieldset {
	padding-left:24px;
	border:0;
	
}
#clientLogin legend {
	font:bold 12px "Lucida Grande", sans-serif;
	text-transform:uppercase;
	color:#000;
}
#clientLogin label {
	font:normal 11px "Lucida Grande", sans-serif;
}
#clientLogin input {
	border:1px solid #cccccc;
}
#clientLogin .submit {
	margin-bottom:-6px;	
	border:0;
}
#productMenu form {
	text-align:left;
}
#productMenu input {
	margin-top:50px;
	padding:6px;
	border:1px solid #cccccc;
	color:#777;
	font-size:8pt;
	float:left;
}
#productMenu button {
	border:none;
	background:none;
	padding:0px;
	margin:50px 0px 0px 0px;
	float:right;
}

#cartSummary fieldset {
	border:1px solid #000;
	padding-left:24px;
}
#cartSummary legend {
	font:bold 12px "Lucida Grande", sans-serif;
	text-transform:uppercase;
	color:#000;	
}
#cartSummary label {
	
}
#cartSummary input {
	
}
#cartSummary .submit {
	font:bold 10px "Lucida Grande", sans-serif;
	border:4px double #cccccc;
	margin:auto;	
}
#searchBox input#search {
	width:170px;
	margin-left:6px;
	color:#999;
	border:1px solid #cccccc;
}
#searchBox .submit {
	border:0;
	margin-bottom:-6px;
}
input.prodQtyTxtField {
	width:30px;
}

/*
input.button {
	background-image:url('../images/buttons/buttonbg.png');
	background-repeat:repeat-x;
	border:0px;
	height:25px;
	font-weight:normal;
	color:#fff;
}
*/

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:10pt;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
.arrow{
	height:16px;
	width:16px;
	}
.help {
	height:16px;
	width:16px;
	}

td.checkoutSectionHeader
	{
		background-color:Gray;
		text-align:left;
		padding-left:20px;
		color:#000;
	}
td.checkoutSectionColumnHeader
	{
		border-bottom:solid 1px #bbb;
		font:bold 10px/11px Helvetica, Arial, sans-serif;
	}
#navlist{list-style: none;}

 #navlist ul { 
	padding: 0;
	margin:0;
	list-style: none;
    width:10em;
   }

#navlist li { 
    margin:0 0  10px 0;   
    position: relative; 
    float:left;
	width: 10em;
	background-color:transparent;
	/*    border-right:solid 1px #CECECE;*/
    display:block;
    height:auto;
}
#navlist ul li{ 
	background-color:#DFDFDF;
	/*border:solid 1px #CECECE;*/
	}

#navlist ul li{border-width:1px;}
#navlist ul ul li{border-width:1px;}
#navlist ul ul li:last-child{border-width:1px;}
 
#navlist a {
    text-decoration:none; 
    display:block;
    padding: 0.1em;  
    margin:0.2em 0 0.2em 0.3em; 
 	width:9em; 
  	height:1.5em; 
}
#navlist a em{
  	color:#008; 
    font-size:12pt;
    font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	font-style:normal;
}
#navlist a:hover, #navlist li:hover{
    background-color:transparent; 
}