BODY {
	padding:0px;
	padding-top:20px;
	margin:0px;
	background:#FFFFFF url(../images/site_bg.gif);
	font:11px Arial,Helvetica,sans-serif;
	color:#000000;
}

FORM {
	padding:0px;
	margin:0px;
}

A {
	color:#000000;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}

#container {
	position:relative;
	text-align:left;
	width:837px;
}

#page {
	background-image:url(../images/shadow_mid.png);
	background-repeat:repeat-y;
	padding:10px 17px 10px 17px;
}

#shadowTop {
	height:7px;
	overflow:hidden;
	background-image:url(../images/shadow_top.png);
	background-repeat:no-repeat;
}

#shadowBottom {
	height:10px;
	overflow:hidden;
	background-image:url(../images/shadow_bottom.png);
	background-repeat:no-repeat;
}

#masthead {
	width:803px;
	height:58px;
	position:relative;
	background:url(../images/masthead_bg.gif) no-repeat;
}

#logo {
	position:absolute;
	width:178px;
	height:109px;
	top:8px;
	left:15px;
	z-index:19;
}

#navbar {
	position:absolute;
	width:290px;
	height:25px;
	top:48px;
	left:18px;
	z-index:20;
}

#content 
{
	padding-top:23px;
}

#header {
	width:803px;
}

.hero {
	display:none;
}

#heronav {
	position:absolute;
	top:333px;
	left:645px;
	width:163px;
	height:79px;
	z-index:10;
}

#heronav IMG {
	cursor:pointer;
	display:block;
	float:left;
}

#promos {
	padding-left:5px;
	height:204px;
}

.homepromo {
	float:left;
	width:260px;
}

.homepromohdr {
	display:block;
	margin:19px 0px 19px 0px;
}

.colLeft
{
    float:left;
    width:132px;
}

.colRight 
{
    float:left;
	padding-left:17px;
    width:650px;
}

.productslp .colRight {
	padding-left:0px;
	width:667px;
}

#footer {
	font-size:10px;
	color:#999999;
}

#footer A {
	color:#999999;
}

#footerLeft {
	float:left;
	width:680px;
	padding-left: 5px;
}

#footerRight {
	float:right;
	width:150px;
	text-align:right;
}

.subhdr {
	display:block;
	margin-bottom:5px;
}

.faqSection {
	margin-bottom:15px;
	width:520px;
}

.faqQ {
	margin-bottom:2px;
}

.faqA {
	background-color:#EBEBEB;
	padding:8px 10px 8px 12px;
	margin-bottom:5px;
	display:none;
}

.faqLink {
	text-decoration:underline;
}

.templateForm {
	float:left;
	margin-right:15px;
}

.templateFormHdr {
	display:block;
}

#templateResultsPanel {
	padding:7px;
	width:617px;
	margin-top:15px;
	background:#FEFCE5;
	display:none;
}

#tResultsLeft {
	float:left;
	width:410px;
	margin-right:10px;
}

#tResultsRight {
	float:left;
	width:175px;
	margin-top:7px;
	padding:7px;
	background:#FDD300;
}

#tResultsHdr {
	font-weight:bold;
}

.tResult {
	margin-top:10px;
	margin-bottom:3px;
}

#templateConfirmation {
	display:none;
}

#tResultConfirmation {
	margin-bottom:15px;
}

.palette {
	border:solid 1px #F8E400;
	border-top:none;
	position:relative;
	height:138px;
	padding:10px 3px 0px 7px;
	background:#FEFCE5;
}

.paletteButton {
	position:absolute;
	width:59px;
	height:23px;
	top:119px;
	left:7px;
	z-index:5;
}

.paletteCorner {
	position:absolute;
	width:14px;
	height:14px;
	top:135px;
	background:url(../images/boxcorner_br.gif) no-repeat;
}

#wtbProduct {
	margin-right:15px;
}

.wtbStep1, .wtbStep2 {
	margin-top:20px;
}

.wtbStep1 .palette {
	width:550px;
}

.wtbStep1 .paletteCorner {
	left:547px;
}

.wtbStep2 .palette {
	border-top:solid 1px #F8E400;
	height:320px;
	width:560px;
	padding:0px;
}

.wtbStep2 .paletteCorner {
	top:307px;
	left:547px;
}

#wtbShop3M {
	border-bottom:solid 1px #F8E400;
}

.wtbTableHeader {
	background:#FFFBE5;
}

.wtbTableHeader TD {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0px 5px 0px;
}

.wtbDealer {
	padding-left:15px !important;
	width:120px;
}

.wtbDesc {
	width:278px;
	padding-right:25px;
}

.wtbBuy {
	width:122px;
}

#wtbZipForm {
	padding-left:7px;
	height:70px;
}

#formZipCodeError {
	margin-left:85px;
	width:125px;
	height:17px;
	padding-top:8px;
	text-align:center;
}

.instructions {
	text-align:center;
	font-size:15px;
	margin-top:126px;
}

.formError {
	color:#FF0000;
}

.fieldrow 
{
    clear:both;
    padding-top:3px;
    font-size:11px;
}

.fieldcol 
{
    float:left;
    width:200px;
}

.fieldlabel 
{
}

.field 
{
	height:13px;
    width:140px;
    font:11px Arial,Helvetica,sans-serif;
	margin-bottom:5px;
}

SELECT.field {
	height:20px;
	width:145px;
}

.short 
{
    width:135px;
}

.short .field
{
    width:125px;
}

.wide 
{
    width:400px;
}

.wide .field
{
    width:390px;
}

.auto .field
{
    width:auto;
}

.zip 
{
    width:100px;
}

.zip .field 
{
    width:90px;
}

.surveyquestion 
{
    padding-top:15px;
    clear:both;
}

.question 
{
    margin-bottom:5px;
}

.answers
{
    padding-left:17px;
}

.answers INPUT 
{
    float:left;
    display:block;
    width:13px;
    height:13px;
    margin:0px;
    padding:0px;
    margin-top:1px;
    margin-right:3px;
}

.answers DIV 
{
    clear:both;
    margin-bottom:5px;
}

.contactform .field {
	width:200px;
}

.contactform .wide {
	width:300px;
}

.contactform TEXTAREA.field {
	width:300px;
	height:72px;
}

#leftnav 
{
    padding:0px 0px 0px 18px;
	height:188px;
}

#leftnav A 
{
    display:block;
    font-size:10px;
    color:#929191;
    margin-top:4px;
}

#leftnav A:hover 
{
    color:#000000;
}

#leftnav A.current 
{
    color:#000000;
}

#leftnav A.current:hover 
{
    color:#000000;
}

.leftnavhdr {
	display:block;
	margin-bottom:10px;
}

.leftpromos {
	padding-left:7px;
}

.prodlpCol {
	float:left;
	width:300px;
}

.prodlpCell {
	clear:both;
	height:150px;
}

.prodlpCellPic {
	float:left;
}

.prodlpCellHdr {
	display:block;
	margin-bottom:15px;
}

.brand {
	color:#FFB629;
}

.brandBrother {
	color:#E80037;
}

.pt {
}

.pt TH {
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:7px;
	text-transform:uppercase;
}

.pt TD {
	text-align:center;
	padding:7px;
}

.ptOdd TD {
	background-color:#FFFBE5;
}

.ptEven TD {
	background-color:#F7F7F7;
}

.pt .ptSpacer TD {
	padding:0px;
	height:10px;
}

.ptID {
	width:65px;
}

.ptColor {
	width:120px;
}

.ptMaterial {
	width:100px;
}

.ptSize {
	width:100px;
}

.ptPerPack {
	width:65px;
}

.ptLinks {
	width:85px;
}

.ptLinks A {
	display:block;
}

.modal {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:50;
}

.modalShadowTop {
	height:3px;
	overflow:hidden;
	background-image:url(../images/modalShadow_top.png);
	background-repeat:no-repeat;
}

.modalContent {
	background-image:url(../images/modalShadow_mid.png);
	background-repeat:repeat-y;
	padding-bottom:18px;
}

.modalImg {
	text-align:center;
}

.modalShadowBottom {
	height:2px;
	overflow:hidden;
	background-image:url(../images/modalShadow_bottom.png);
	background-repeat:no-repeat;
}

.modalShadow 
{
	display: none;
	width:100%;
	height:100%;
	background-color: black;
	position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	z-index:40;
}

#productPopup {
	width:372px;
	height:497px;
}

.rule {
	height:1px;
	background:#CCCCCC;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}

.minheight {
	height:300px;
}

