#wrapper {
	width: 971px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@charset "utf-8";
body  {
	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;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bigbutton #container {
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.bigbutton #header {
	height: 109px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(TemplateImages/bigbuttonphone/header.jpg);
	vertical-align: bottom;
	font-size: 12px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.bigbutton #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.bigbutton #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 4px;
	background-color: #FFF;
	padding: 0px;
	height: 2px;
}
.bigbutton #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 5px;
	margin-right: 4px;
}
.bigbutton #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	text-align: left;
	color: #333;
	font-size: 14px;
} 
.bigbutton #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	margin-left: 100px;
} 
.bigbutton #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.nav {
	height: 50px;
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	background-color: #FFF;
	padding-top: 3px;
	font-weight: lighter;
	text-transform: uppercase;
	padding-bottom: 3px;
	padding-left: 3px;
}

.nav a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-right: 7px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #231F20;
	height: 33px;
	float: left;
	padding-top: 16px;
}

.nav a:hover{
	color: #CCC;
	text-decoration: underline;
}
.phone {
	height: 100%;
	width: 300px;
	text-align: center;
	margin-left: 50px;
	display: table;
	float: left;
	border: 1px solid #003;
}


.dognbone {
	font-size: 20px;
}


.nav a:hover{
	color: #CCC;
	text-decoration: underline;
}

.rightbannerdiv {
	height: 100%;
	width: 174px;
	border: 1px solid #010066;
	margin-bottom: 2px;
	font-size: 14px;
	color: #010066;
	padding-top: 3px;
	float: right;
}
p {
	font-size: 12px;
}

p a{
	font-size: 12px;
	color: #010066;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: lighter;
}
.price {
	color: #C00;
	font-weight: bold;
	font-size: 16px;
}
.smalltxt {
	font-size: 11px;
}
.mainlink {
	color: #333;
	text-decoration: none;
}

.mainlink a{
	color: #333;
	text-decoration: none;
}
.smalltxt {
	font-size: 11px;
}
.BodyMainSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.BodyPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.BodyMain {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}


.BodyMainRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.BodyMainWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	text-indent: 0;
}

.BodyMainWhite a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.BodyMainWhite a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.ProductDetailName {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.ProductDetailPrice {
	font-size: 14px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

.ProductDetailOffer {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.errorMessage {
	background: url(TemplateImages/Icons/errorMessagebg.gif) repeat-x; 
	border: 1px solid #D20000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration: none;	
	line-height: 24px;
	text-align: center;
}
.promoerrormessage {
	background: url(TemplateImages/Icons/errorMessagebglrg.gif) repeat-x; 
	border: 1px solid #D20000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration: none;	
	line-height: 24px;
	text-align: left;
}

.filterdiv {
	width: 630px;
	border: 1px solid #CCC;
	text-align: center;
	display: table;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.email {
	width: 145px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/email-sign-up.gif);
	height: 25px;
	background-repeat: no-repeat;
	margin-left: 8px;
}
.rightbannerdiv1 {
	height: 91px;
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #333;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(images/phonebk.gif);
}
.rightbannerdiv2 {
	height: 120px;
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #333;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.rightbannerdiv3 {
	height: 91px;
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #333;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(images/feefobk.gif);
}
.rightbannerdiv4 {
	height: 91px;
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #FFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #B8D432;
	font-weight: lighter;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.rightbannerdiv5 {
	height: 37px;
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #FFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #231F20;
	text-decoration: none;
	padding-top: 7px;
	font-weight: lighter;
}

.rightbannerdiv6 {
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.rightbannerdiv7 {
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #333;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.rightbannerdiv8 {
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #333;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.rightbannerdiv9 {
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #333;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.rightbannerdiv10 {
	width: 174px;
	border: 1px solid #C00;
	margin-bottom: 2px;
	font-size: 14px;
	color: #333;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.blacktext {
	background-color: #231F20;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	width: 100%;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.blacktext a{
	color: #FFF;
	
}

.tinytext {
font: 10px verdana, arial ;
color: #999;
font-weight: bold;
text-align: center;
}

.tinytext a:link {
	color: #999;
}

.tinytext a:visited {
	color: #999;
}

.clickherediv {
	background-image: url(TemplateImages/halogen-heaters/clickhere.gif);
	height: 45px;
	width: 350px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 12px;
}

.clickherediv a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
}

.border {
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
}

.checkout {
border: 1px solid #cccccc;	
font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	
}

.checkout th {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background: #009792;
	padding-top: 5px;
	padding-bottom: 5px;

}



.pricing {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-left: 65px;
	line-height: 1.2em;
	text-align: left;
}

.pricingtotal {
	font-family: Helvetica, sans-serif;
	background: #009792;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 65px;
	line-height: 1.2em;
	text-align: left;
}

.checkoutborder {
	border-bottom: 1px solid #666666;
	
}
.total {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: right;
}

.totalamount {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #cc3333;
	float: right;
}

.finalamount {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	float: right;
}

.lightline {
border-bottom: 1px solid #666666;
line-height: 0.1em;
}



.textleft {
text-align: left;	
}

.textright {
float: right;
font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.quantityspacer {
padding-bottom: 10px;
}

.nojavascript {
  	margin-left: auto ;
	margin-right: auto ;
	background: url(TemplateImages/Icons/errorMessagebg.gif) repeat-x; 
	border: 1px solid #D20000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration: none;	
	line-height: 24px;
	text-align: center;
	width: 970px;
}

.nojavascript a, .nojavascript a:link, .nojavascript a:visited, .nojavascript a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #000;
}

.TipTipToolTip {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
