@charset "utf-8";
/* CSS Document */

body {
    background-image:url('images/main-bg.jpg');
    margin:0px;	
}

/* END store styles */

/* backgrounds */

.mainMid {
	background-image:url(images/mainM.gif);
	height:700px;
}

.mainTL {
	background-image:url(images/mainTL.gif);
	height:10px;
	width:10px;
}

.mainBL {
	background-image:url(images/mainBL.gif);
	height:10px;
	width:10px;
}

.mainLS {
	background-image:url(images/mainLS.gif);	
	height:690px;
	
}

.mainTR {
	background-image:url(images/mainTR.gif);
	height:10px;
	width:10px;
}

.mainBR {
	background-image:url(images/mainBR.gif);
	height:10px;
	width:10px;
  }
  
.topBg {
	background-image:url(images/topbg.gif);
	background-repeat:repeat-x;
	height:133px;
 }
 
.blueTL{
	background-image:url(images/blueTL.gif);
	height:10px;
	width:11px;
}

.blueTR {
	background-image:url(images/blueTR.gif);
	height:10px;
	width:13px;
}

.blueBR {
	background-image:url(images/blueBR.gif);
	height:10px;
	width:13px;
}

.blueBL {
	background-image:url(images/blueBL.gif);
	height:11px;
	width:11px;
}

.blueTLlbg{
	background-image:url(images/blueTLlbg.gif);
	height:10px;
	width:11px;
}

.blueTRlbg {
	background-image:url(images/blueTRlbg.gif);
	height:10px;
	width:13px;
}

.blueBRlbg {
	background-image:url(images/blueBRlbg.gif);
	height:10px;
	width:13px;
}

.blueBLlbg {
	background-image:url(images/blueBLlbg);
	height:11px;
	width:11px;
}

.bluebg {
	background-color:#1e3447;
}

.grayTL{
	background-image:url(images/grayTL.gif);
	height:10px;
	width:10px;
}

.grayTR {
	background-image:url(images/grayTR.gif);
	height:10px;
	width:10px;
}

.grayBR {
	background-image:url(images/grayBR.gif);
	height:10px;
	width:10px;
}

.grayBL {
	background-image:url(images/grayBL.gif);
	height:10px;
	width:10px;
}

.graybg {
	background-color:#a4a7b3;
}
    
 /* graphic elemets */   
 
 .logo {
	 padding: 0px 15px 0 0px; 
	 text-align:center;
	 width:287px;
	 height:117px;
}
 
 .sheader {
	 padding:5px 0 0 0;
 
 }
 
 .coupon { 
	 background-image:url(images/couponsbg.gif);
	 width:228px;
	 height:132px;
 }
 
 .midblue { 
	 background-image:url(images/midblue.gif);
	 width:195px;
	 height:132px;
 }
 
 .darkblue { 
	 background-image:url(images/darkblue.gif);
	 width:178px;
	 height:132px;
 }
 
 .blue { 
	 background-image:url(images/blue.gif);
	 width:178px;
	 height:132px;
 }
 
 .whitebg {
 	background-image:url(images/whitebg.gif);
	width:415px;
	height:539px;
 }
 
  /* text styles */  
  
.whitetxt {  
	 font-family:Tahoma;
	 font-size:11px;
	 font-weight:normal;
	 color:#FFFFFF;
}
.whitetxtbig {  
	 font-family:Tahoma;
	 font-size:14px;
	 font-weight:normal;
	 color:#FFFFFF;
}
.bluetxt {  
	 font-family:Tahoma;
	 font-size:12px;
	 font-weight:normal;
	 color:#282d42;
}
.bluetxtsm {  
	 font-family:Tahoma;
	 font-size:11px;
	 font-weight:normal;
	 color:#282d42;
}

.bluetxtbig {  
	 font-family:Tahoma;
	 font-size:16px;
	 font-weight:bold;
	 color:#282d42;
}

.yellowtxt {
	 font-family:Tahoma;
	 font-size:11px;
	 font-weight:normal;
	 color:#f6e5b1;
}

.yellowtxt {
	 font-family:Tahoma;
	 font-size:13px;
	 font-weight:bold;
	 color:#f6e5b1;
}
.yellowprice {
	 font-family:Tahoma;
	 font-size:12px;
	 font-weight:bold;
	 color:#ffff99;
}


  /* link styles */  

a.liblue:link{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#282d42;
	text-decoration:underline; 
}
a.liblue:active{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#282d42;
	text-decoration:underline; 
}
a.liblue:visited{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#282d42;
	text-decoration:underline; 
}  
a.liblue:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#f6e5b1;
	text-decoration:underline; 
}

a.liwhite:link{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline; 
}
a.liwhite:active{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline; 
}
a.liwhite:visited{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline; 
}  
a.liwhite:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#f6e5b1;
	text-decoration:underline; 
}