@charset "utf-8";
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}

.thrColFixHdr #top {
	width: 95%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	overflow:hidden;
	height: 16px;
} 

.thrColFixHdr #top img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.thrColFixHdr #container { 
	width: 820px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
/*** This is our faux columns  background: #add8e6 url(/examples/three-column-100-bg.gif) repeat-y; ***/ 
    overflow: hidden;
}

.thrColFixHdr #header { 
	background: #FFFFFF; 
	padding: 0 0 0 0;
	} 
.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 0;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 120px;
	background: #FFFFFF;
	height: 500px;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 7px;
	}
.thrColFixHdr #sidebar2 {
	float: left;
	width: 120px; 
	background: #ffffff; 
	padding: 0px 5px 0px 5px; 
	margin: 0px 0px 0px 6px;
	overflow:hidden;
	margin-bottom: -3000px; 
	padding-bottom: 3000px
}

.thrColFixHdr #sidebar3 {
	float: left;
	width: 255px;
	background: #00B8DE;
    height:600px;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 7px;
	margin-bottom: -3000px; 
	padding-bottom: 3000px
	}

.thrColFixHdr #mainContent { 
	float: left;
	width: 520px;
	margin: 0 0 0 0;
	padding: 0px 10px 10px 10px;
	overflow:auto;
	background: #FFFFFF;
} 

.thrColFixHdr #mainContent2 { 
	float: left;
	width: 820px;
	margin: 0 0 0 0;
	padding: 0px 5px 5px 8px;
	overflow:auto;
	background: #FFFFFF;
} 

.thrColFixHdr #mainShop { 
	float: left;
	width: 660px;
	margin: 0 0 0 0;
	padding: 0px 10px 10px 10px;
	overflow:auto;
	background: #FFFFFF;
} 
.thrColFixHdr #footer { 
	width: 820px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden; 
	height: 90px;
	text-align: center;
} 

.thrColFixHdr #footer p {
	margin: 0;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#ProductIntro a:hover{
		color: #00B8DE ;


	}

A
{
	text-decoration: none;
	color: #00B8DE;
}

A:hover
{
	text-decoration: underline;
	color: #66ccff;
}

.reflect_month A

{
 	color: #000000;
}


#apDiv1 {
	position:absolute;
	width:250px;
	height:230px;
	z-index:5;
	left: 541px;
	top: 317px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color : #fff;
	background-color: #ff9933;
	padding: 8px;
	border: 6px solid #fff;
	overflow: hidden;
	visibility: visible;
	text-align: left;
}

#apDiv1 A {
	text-decoration: underline;
	color: #ffffff;
	}
	
#apDiv1 A:follow {
	text-decoration: underline;
	color: #ffffff;
	}

#apDiv1 A:hover {
	text-decoration: underline;
	color: #ffffff;
	}		
#apDiv1 A:visited {
	text-decoration: underline;
	color: #ffffff;
	}			

#apDiv2 {
	position:absolute;
	width:384px;
	height:230px;
	z-index:5;
	left: 406px;
	top: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color : #fff;
	background-color: #f7941d;
	padding: 8px;
	border: 6px solid #fff;
	overflow: hidden;
	visibility: visible;
	text-align: left;
}

#apDiv3 {
	position:absolute;
	width:382px;
	height:230px;
	z-index:5;
	left: 0px;
	top: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color : #fff;
	background-color: #00b8de;
	padding: 8px;
	border: 6px solid #fff;
	overflow: hidden;
	visibility: visible;
	text-align: left;
}
