/* Style Sheet for Lifetime Education */
/*******************************/
* {
  margin: 0px;
  padding: 0px;
} 

.descripImg {
	float: right;
	margin: 0 0 0 10px;
}

html {
  height: 100%;
}
.check{
font-weight: bold;
}

ul {
	margin: 0 0 0 20px;
}

body {
	background-color: #dff0ff;
	background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;
	padding: 0;
	width: 100%;
	height:100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}
form{
padding:0;
margin:0;
}
.searchfrm {
display:inline;
float:left;
}
#menu{
float:left;
width:560px;
}
#searchdiv{
	float: left;
	width: 150px;
	margin-top:20px;
}
.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 100%; background-color:#dff0ff;}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:5px; margin-bottom:10px;}
.tr p{
padding-left:10px;
padding-right:10px;
}
a{
color: #000;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom:5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing:2px;
	color: #000;
	margin-top: 0px;
	margin-bottom:5px;
	padding-bottom:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing:2px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom:5px;
	padding-bottom:0px;
	display: block;
	background-color:#96bfe4;
	width:100%;
	height:20px;
	padding-top:2px;
	text-indent:10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	display: block;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	display: block;
}
.blockImg {
border: 0;
padding:0;
display:block;
}
#homeLeft{
float:left;
width:130px;
}
#homeRight{
	float:left;
	width:130px;
}
#maintxt{
padding-left:15px;
padding-right:15px;
}
#maintxt  p{
padding-bottom: 7px;
}
#container{
height:100%; /* IE6: treaded as min-height*/
width: 100%;
margin: 0;
padding: 0;
border: none;
vertical-align: top;
}
td {
vertical-align: top;
}
/** Header **/
#header {
	background-image:url(../images/topBorder.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	
	padding:0;
	margin:0;
}
#mainSection {
	width: 100%;
	height:80.5%;
	
}
#footer {
	height: 22px;
	background-color:#dff0ff;
	background-image:url(../images/botback.jpg);
	background-repeat: repeat-x;
}
#mainTable{
margin-top:10px;
}
#prodTable{
margin-top:10px;
margin-left:10px;
}
#copyright{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-indent:5px;
}

#copyright a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-indent:5px;
}
#footerBlank{
height: 22px;
background-color:#dff0ff;
}
#leftHeader{
float:left;
width:233px;
}
#middleHeader{
float:left;

}

#rightHeader{
float:right;
}
#leftMainBar{
background-image:url(../images/lwftBg.jpg);
background-repeat:repeat-y;
}
#leftMainBar p{
margin: 0;
padding: 0;
margin-left:10px;
margin-top: 3px;
}
#middleMain{
margin-left:233px;
margin-right:50px;
margin-top: 20px;
margin-bottom:20px;
}
.input{
	background: #dff0ff;
	font-size: xx-small; 
    border: 1px solid #4B4D0C; 
	padding-left:2px;  
}
.input:hover    {
    background: #FFFF4F;
    }

.input:focus    {
   background: #FFFF4F;
    }
.button{
font-size: x-small; 
font-weight:bold;
border:0;
padding:0;
margin:0;
background: #dff0ff;
}
.button:hover{
background: #FBFFDF;
}
.button:focus{
background: #FBFFDF;
}
/*********** Prods ***********/

.item{
width:600px;
padding:5px;
overflow:hidden;
}
.item img{
padding-right: 10px;
}
.item a{
color: #000;
font-weight:bold;
text-decoration:none;
font-size: 14px;
}
.item p{
margin:0;
padding-top:5px;
padding-bottom:0;
}
.itemDetails{
width:300px;
float:left;
}
.itemPrice{
width:120px;
float:right;
text-align:left;
}
.products{
margin-top:10px;
overflow:hidden;
}
#prodImg{
margin-top: 10px;
float:left;
width: 370px;
}
#prodDes{
margin-top: 10px;
float:left;
width: 238px;
text-align:left;
}
.relatedItem{
margin-top:5px;
float:left;
width:33%;
text-align:center;
}
.relatedItem a{
color:#000;
font-weight:bold;
padding-top:3px;
}
.cartBtn{
font-weight:bold;
padding:3px;
background: #dff0ff;
	font-size: xx-small; 
    border: 1px solid #4B4D0C; 
	padding-left:2px;  
}
.cartBtn:hover    {
    background: #FFFF4F;
    }

.cartBtn:focus    {
   background: #FFFF4F;
    }
.noBorder{
border:0;
margin-right:3px;
margin-top:3px;
}
.options{
background: #fff;
	font-size: small; 
    border: 1px solid #4B4D0C; 
	
}
.noBorder:hover    {
background-color:#FBFFDF;
    }

.noBorder:focus    {
   background-color:#FBFFDF;
    }
.bold{
font-weight:bold;
}

.text {
	width: 165px;
	font-size: 11px;
}

.exPad {
	padding: 0 0 10px 0;
}

.prodSub { margin-top: 10px; }
/**************** Header ****************/


/************Primary NAV****************/
/***************************************/

ul.navigation {
	padding: 0px;
	margin: 0;
	padding-left:20px;
	padding-top:20px;
	list-style:none;
	text-align: left;
}
ul.navigation li {
	display: inline; 
	padding: 0px;
	margin: 0;
	color:#454814;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
ul.navigation li a {
	color:#454814;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	
}
ul.navigation li a:hover {
	text-decoration:underline;
}


/************Footer NAV****************/
/***************************************/

ul.navigationFooter {
	padding: 0px;
	margin: 0;
	list-style:none;
	text-align: right;
}
ul.navigationFooter li {
	display: inline; 
	padding: 0px;
	margin: 0;
}
ul.navigationFooter li a {
	color:#454814;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 0;
	padding-right: 10px;
}
ul.navigationFooter li a:hover {
	text-decoration:underline;
}

/************Shop NAV****************/
/***************************************/

ul.navigationShop {
	padding: 0px;
	margin: 0;
	list-style:none;
	text-align: left;
}
ul.navigationShop li {
	display: block; 
	padding: 0px;
	margin: 0;
}
ul.navigationShop li a {
	color:#454814;
	background:url(../images/shopBg.jpg) left 3px no-repeat;
	display:block;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 120px;
	padding-left:35px;
	padding-top:6px;
	padding-bottom:5px;
	margin-bottom:5px;
}
ul.navigationShop li a:hover {
	background-image:url(../images/shopBgOver.jpg);
}


/*********** Cart *****************/
div#cartHeader{
width: 620px;
overflow:hidden;
background-color:#96bfe4;
padding-bottom:3px;
padding-top:3px;
}
div#cartItem{
float:left;
width: 255px;
padding-left:5px;
}
div#cartPrice{
float:left;
width: 100px;
}
div#cartQty{
float:left;
width: 100px;
z-index:3;
}
div#chooseDel{
float:left;
width: 200px;
padding-bottom:3px;
z-index:3;
}
div#cartTotal{
float:left;
width: 100px;
}
div#cartRemove{
float:left;
width: 60px;
text-align:center;
}
div#cartRowItem{
width: 620px;
overflow:hidden;
padding-bottom:10px;
padding-top:5px;
background: url(../images/dotted.jpg) repeat-x bottom left;
}
div#cartRow{
width: 200px;
overflow:hidden;
padding-bottom:3px;
padding-top:3px;
}
div#cartRow2{
float:left;
width: 620px;
overflow:hidden;
padding-bottom:3px;
text-align:center;
padding-top:5px;
}
div#cartPriceSpacer{
float:left;
width: 464px;
}
div#cartPriceTotal{
float:left;
width: 100px;
}
hr#cart{
background-color:#eee;
color:#eee;
width:620px;
height:2px;
border:0px;
float:left;
padding-bottom:5px;
}

div#return{
float:left;
width:300px;
text-align:right;
padding-right:5px;
padding-top:5px;
}
div#checkout{
float:left;
width:305px;
text-align:left;
padding-top:5px;
}
div#cards{
float:left;
width:360px;
text-align:center;
padding-top: 20px;
}
div#prices{
float:left;
width:260px;
text-align:left;
overflow:hidden;
}
.cartheadertxt{
color:#000;
font-weight:bold;
}
.checktbl{
background-color: none;
}
fieldset {
	margin-left: 0px;
	width: 500px;
	border:0px;
}
legend {
	padding: 2px 6px;
	color: #71949B;
}
.noPad{
margin:0px;
padding:0px;
margin-bottom:5px;
overflow:hidden;
}
label {
	width: 130px;
	float: left;
	text-align: left;
	margin-top:1px;
	margin-right: 0.5em;
	display: block;
}
.homeFeature { clear: both; }
.homeFeature img { width: 135px; border: none; margin-bottom: 10px; }
