@charset "utf-8";
/* CSS Document */

a:link  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-decoration: underline;
	color: #848484;
	}

a:visited {
	color: #848484;
	}
	
a:hover {
	text-decoration: none;
	color: #d24848;
	}

a {
	outline: none;
}

#maincontainer{
	width: 1024px; 
	margin: 0 auto; /*Center container on page*/
	background: #FFFFFF;
	/*overflow: hidden;
	/*position: relative;
	/*padding-bottom: 150px; /*height of the footer*/
	}

html, body, #maincontainer{
    	height: 100%;
	}																																			
#topsection{
	background-image: url(../images/common/header_repeat.gif);
	height: 146px; 
	overflow: hidden;
   	padding:0px;
	}

#topsection h1{
	margin: 0;
	vertical-align: bottom;
	}																																	

#contentwrapper{
	float: left;
	width: 100%;
	/*padding-bottom: 120px;*/
	}

#contentcolumn{
	margin: 0 240px 0 174px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding-top: 30px;
	width: 630px;
	color: #848484;
	}

#leftcolumn{
	float: left;
	width: 174px;
	margin-left: -1024px; /*Set margin to that of -(MainContainerWidth)*/
	background: #ffffff;
	padding-top: 30px; /*77 original value*/
	}

#rightcolumn{
	float: left;
	width: 220px; 
	margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
	background: #FFFFFF;
	padding-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #848484;
	}

#subHeader{
	display: inline;	
	}

.innertube{
	margin: 60px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

#footer p{
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 5px;
	line-heigh: 1.5em;
	}

#footer{
	clear: both;
	width: 1024px;
	background: #FFF8E5;
	background-image:url(../images/common/footer_repeat.gif); 
	background-repeat: repeat-x;
	color: #848484;
	text-align: center;
	padding: 4px 0px 0px 0px;
	margin: 5px auto;
	margin-top: -150px; /* negative value of footer height */
	font-size: 0.7em; 
	position: relative;
	height: 150px;
	}

#contactcontainer{
	width: 500px;
	height: 100px;
	background: #FFFFFF;
	overflow: hidden;
	}

#contactmiddlecolumn{
	margin: 0 168px 0 166px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding-top: 10px;
	width: 166px;
	height: 100px;
	color: #848484;
	}

#contactleftcolumn{
	float: left;
	width: 166px;
	height: 100px;
	margin-left: -500px; /*Set margin to that of -(ContainerWidth)*/
	background: #ffffff;
	padding-top: 10px;
	overflow: hidden;
	}

#contactrightcolumn{
	float: left;
	width: 168px; 
	height: 100px;
	margin-left: -168px; /*Set left margin to -(RightColumnWidth)*/
	background: #FFFFFF;
	padding-top: 10px;
	font: Georgia, "Times New Roman", Times, serif;
	color: #848484;
	overflow: hidden;
	}




	
html, body{
	margin:0;
	padding:0;
	line-height: 1.1em;
	background: #C2D3F8;
	background-position: center;
	height: 100%;
	}

body > #maincontainer {
	height: auto;
	min-height: 100%;
	}

#main {
	padding-bottom: 150px; /* must be same height as the footer */
	}  


/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

i{
	line-height: 1.9em;
	font-size: 0.75em;
	}

b{
	font-size: 1em;
	}

br{
	clear: left;
	}

em{
	color: #D24848;
	}

.sale{
	color: #EC008C;
	font-style: italic;
	}


.req{
	background: red;

	}

.firstword{
	font-size: 1.1em;
	padding-top: 10px;
	}

.tdeven{
	first-line: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.25em;
	color: #848484;
	padding-left: 50px;
	}

.tdnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	padding-left: 5px;
	line-height: 1.5em;
	}
	
img{ 
	border: none;
	position: relative;
    }
	
.tdnav a{
	font-family: Arial, Helvetica, sans-serif;
	color: #D24848;
	text-align: right;
	}

#cartcontents{
	position:relative;
  	top: 0;
 	left: 375px;
	width: 150px;
	padding: 5px;	
	}


#errorMsg{
	font-family: Georgia, serif;
	background-color: #C3EBFD;
	font-size: 1.0em;
	padding: 8px;
	}

input {
	font-family: Georgia, serif;
	background-color: #FFF8E5;
	border: 1px dotted; 
	font-size: 0.9em;
	padding-left: 2px 2px;
	margin-bottom: 8px;
	color: #848484;
	vertical-align: bottom;
	}

label{
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #848484;
	}

textarea{
	width: 250px;
	height: 150px;
	border: 1px dotted;
	border-color: #848484;
	}

.boxes{
	width: 1em;
	}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	}

h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #47A4Cf;
	line-height: 1.25em;
	}
	
h2 {
	font-size: 1em;
	color: #47A4Cf;
	line-height: 1.35em;
	}
	
h3 {
	font-size: 1em;
	color: #848484;
	line-height: 0.25em;
	}
	
.businessName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.0em;
	color: #848484;
	}


.retailers{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.25em;
	color: #848484;
	}
	
li {
	list-style-type: circle;
	font-size: 0.85em;
	}


p {
	font: Georgia, serif;
	line-height: 1.2em;
	}

fieldset {
	border: none;
	}


.sideText {
	font-style: italic;
	font-size: 1.25em;
	color: #848484;
	text-align: center;
	}

img.floatLeft {
	float: left;
	margin: 0px 10px 0px 0px;
	border: none;
	position: relative;
	}

img.floatRight {
	float: right;
	padding-left: 10px;
	padding-right: 30px;
	position: relative;
	display: block;
	clear: both;
	}

.headertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 100px;
	color: #848484;
	}

.price{
	font: Georgia, serif;
	font-size: 20px;
	line-height: 1.2em;
	color: #47A4CF;
	padding-left: 10px;
	}
	

.wireframemenu{
	font-size: 1.5em;
	border: none;
	background-color: #F7E0B5;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	width: 174px;
	overflow: hidden;
	}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 174px;
	}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

.wireframemenu a{
	font: Georgia, Times New Roman, Times, Serif;
	padding: 5px 0px 0px 10px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #848484;
	text-decoration: none;
	}

.wireframemenu a:visited{
	color: #848484;
	}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
	}

.wireframemenu a:hover{
	background-color: #FFF8E5;
	color: #848484;
	}

.padding{
	padding-left: 10px;
	padding-right: 10px;
	}

.logincorners{display:block}
.logincorners *{
	display:block;
	height:1px;
	overflow: hidden;
	font-size: 0.01em;
	background:#f1f1f1}
.logincorners1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f8f8f8;
	border-right:1px solid #f8f8f8;
	background:#f4f4f4}
.logincorners2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fdfdfd;
	border-right:1px solid #fdfdfd;
	background:#f3f3f3}
.logincorners3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;}
.logincorners4{
	border-left:1px solid #f8f8f8;
	border-right:1px solid #f8f8f8}
.logincorners5{
	border-left:1px solid #f4f4f4;
	border-right:1px solid #f4f4f4}
.logincornersfg{
	background:#f1f1f1;
	font-size: 1em;
	color: #848484;
	line-height: 1em;
	padding-left: 10px;
	overflow: hidden;  
	}
  
  
.retailercorners{
	display:block
	}
.retailercorners *{
	display:block;
	height:1px;
	overflow: hidden;
	font-size: 0.01em;
	background:#f1f1f1
	}
.retailercorners1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f8f8f8;
	border-right:1px solid #f8f8f8;
	background:#f4f4f4
	}
.retailercorners2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fdfdfd;
	border-right:1px solid #fdfdfd;
	background:#f3f3f3
	}
.retailercorners3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	}
.retailercorners4{
	border-left:1px solid #f8f8f8;
	border-right:1px solid #f8f8f8
    }
.retailercorners5{
	border-left:1px solid #f4f4f4;
	border-right:1px solid #f4f4f4
	}
.retailercornersfg{
	background:#f1f1f1;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.25em;
 	color: #848484;
	overflow: hidden;	  
	}

.retailerLogIn{
	display:block
  	}

.retailerLogIn *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e1e1e1;
}

.retailerLogIn1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e5f6fe;
  border-right:1px solid #e5f6fe;
  background:#d2f0fd  
  }
.retailerLogIn2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9fdfe;
  border-right:1px solid #f9fdfe;
  background:#ceeefd
  }
.retailerLogIn3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ceeefd;
  border-right:1px solid #ceeefd;
  }
.retailerLogIn4{
  border-left:1px solid #e5f6fe;
  border-right:1px solid #e5f6fe;
  }
.retailerLogIn5{
  border-left:1px solid #d2f0fd;
  border-right:1px solid #d2f0fd;
  }
.retailerLogInfg{
  padding-left: 10px;
  background:#e1e1e1;
  overflow: hidden;
  font-size: 1em;
  line-height: 0.75em;
  }


.c{
	display:block;
	}
.c *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#F7E0B5;
	}
.c1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f8f0e1;
	border-right:1px solid #f8f0e1;
	background:#f4e6cc;
	}
.c2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fdfbf8;
	border-right:1px solid #fdfbf8;
	background:#f3e4c7;
	}
.c3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f3e4c7;
	border-right:1px solid #f3e4c7;
	}
.c4{
	border-left:1px solid #f8f0e1;
	border-right:1px solid #f8f0e1;
	}
.c5{
	border-left:1px solid #f4e6cc;
	border-right:1px solid #f4e6cc;
	}
.cfg{
	background:#F1DEBB;
	}


    /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(img.php.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:335px !important; /* IE Win = width - padding */
      width: 320px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */
