/* CSS Document */

/* Layouts */

#container {
	text-align: center;
	margin: 0px auto;
}
#cssHeader {
	background-image: url(/images/CSSHeader.gif);
	background-repeat: no-repeat;
	width: 1010px;
	height: 210px;
	margin: 0px auto 0px auto;
	position: relative;
}

#cssMiddle {
	background-image: url(/images/cssMiddle.gif);
	background-repeat: repeat-y;
	width: 1010px;
	margin: 0px auto;
	position: relative;
	
}
#eg { 
	z-index:1;
	
}
#youtube-behind { 
	z-index:1;
	
}
#thefind { 
	z-index:5;
}
#cssFooter {

	background-image: url(/images/CSSFooter.gif);
	background-repeat: no-repeat;
	width: 1010px;
	height: 97px;
	margin: 0px auto;
	position: relative;
}

/* Header + Navigation */
#cartOutput {
	width: 76px;
	height: 22px;
	float: right;
	text-align: left;
	position: absolute;
	left: 881px;
	top: 47px;
}
#itemsincart {
	width: 175px;
	height: 22px;
	float: right;
	text-align: left;
	position: absolute;
	left: 770px;
	top: 66px;
}
#phonenumber {
	width: 129px;
	height: 22px;
	float: right;
	text-align: left;
	position: absolute;
	left: 767px;
	top: 111px;
}

#logoheader {
	width: 150px;
	height: 83px;
	float: left;
	text-align: left;
	position: absolute;
	left: 45px;
	top: 37px;
}
#logo2header {
	width: 216px;
	height: 83px;
	float: left;
	text-align: left;
	position: absolute;
	left: 414px;
	top: 56px;
}

#navmenu {
	background-image: url(/images/cssNavFade.jpg);
	width: 920px;
	height: 54px;
	margin: 0px auto;
	position:absolute;
	left: 45px;
	top: 152px;
}
#navmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navmenu ul li {
	float: left;
		
}

#navmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration:none;
	display: block;
	padding-left: 18px;
	padding-right: 18px;
	height: 54px;
	line-height: 54px;
	background-image: url(/images/navDivider.gif);
	background-repeat: no-repeat;
	background-position:right;
}

#footermenu {
	width: 920px;
	height: 30px;
	margin: 0px auto;
	position:absolute;
	left: 45px;
	top: 53px;

}
#footermenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footermenu ul li {
	float: left;
}

#footermenu ul li a {
	font-family:  Arial, Verdana, sans-serif,  Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #221f1d;
	text-align:center;
	text-decoration:none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	line-height: 30px;
}

#headersearch {
	width: 170px;
	height: 25px;
	float: left;
	text-align: left;
	position: absolute;
	left: 696px;
	top: 16px;
	margin:0px auto;
	vertical-align:middle;
	padding-top: 0px;
}
#headerbutton {
	position: absolute;
	height: 24px;
	left: 872px;
	top: 18px;
	
}

/* Body */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 920px;
	background-color:#FFF;
}

#welcomeNote {
	float: left;
	width: 275px;
	height: 330px;
	background-image: url(/images/cssFadedNoteBG.jpg);
	background-repeat: no-repeat;	
}

#welcomeNoteContent {
	width: 220px;
	height: 300px;
	text-align: left;
	margin: 0px auto;
	padding-top:25px;
}


#flashbanner {
	margin: 0;
	float: left;
	width:640px;
	height: 320px;	
}
#bgWood {
	width:220px;
	left: 20px;
	margin: 0px;
	padding-top:40px;
	
}
#cssNewsletterSignup {
	float: left;
	width: 275px;
	height: 330px;
	background-image: url(/images/cssNewsletterSignup.jpg);
	background-repeat: no-repeat;	
}


#flashbanner {
	margin: 0;
	float: left;
	width:640px;
	height: 320px;	
}







/* Classes */
a:link {
	text-decoration: none;
	color: #294262;
	
}
a:visited {
	text-decoration: none;
	color: #294262;
	
}
a:hover {
	text-decoration: none;
	color: #294262;
}
a:active {
	text-decoration: none;
	color: #294262;
	
}



.cssHeader {
	background-image: url(/images/CSSHeader.gif);
	background-repeat: no-repeat;
	height: 210px;
}
.cssMiddle {
	background-image: url(/images/cssMiddle.gif);
	background-repeat: repeat-y;
}
.cssFooter {
	background-image: url(/images/cssFooter.gif);
	background-repeat: no-repeat;
	height: 97px;
}
.cssNavFade {
	background-image: url(/images/cssNavFade.jpg);
	background-repeat: no-repeat;
	height: 54px;
}
.cssProductCatFade {
	background-image: url(/images/cssBGProductCats.jpg);
	background-repeat: no-repeat;
	height: 198px;
}
.cssFadedNote {
	background-image: url(/images/cssFadedNoteBG.jpg);
	background-repeat: no-repeat;
	height: 320px;
}
.cssNewsletterSignup {
	background-image: url(/images/cssNewsletterSignup.jpg);
	background-repeat: no-repeat;
	height: 99px;
}
.txtWhiteNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 1px;
}
.txtArial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}


.txtBrownBold12 {
	font-family: sans-serif, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #625952;
	letter-spacing: 1px;
}
.txtBrownBold12NoSpace	{
	font-family: sans-serif, Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #625952;
}
.txtBrownBold16NoSpace	{
	font-family: sans-serif, Arial, Verdana, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #625952;
}
.txtBrown12 {
	font-family: Arial, Verdana, sans-serif,  Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #625952;
	letter-spacing: 0px;
	word-spacing: 5px;
}
.txtBrown12pt {
	font-family: Arial, Verdana, sans-serif,  Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #625952;
}
.txtBrown12NoSpace {
	font-family: Arial, Verdana, sans-serif,  Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #625952;
}
.txtBrown11NoSpace {
	font-family: Arial, Verdana, sans-serif,  Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #625952;
}
.txtWhite11NoSpace {
	font-family: Arial, Verdana, sans-serif,  Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
.txtLightGray11NoSpace {
	font-family: Arial, Verdana, sans-serif,  Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.txtBlue11NoSpace {
	font-family: Arial, Verdana, sans-serif,  Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #294262;
}
.txtRedError {
	font-family: Arial, Verdana, sans-serif,  Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #C00;
}
.txtdark10 {
	font-family:  Arial, Verdana, sans-serif,  Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #221f1d;
}
.txtdarkfooter {
	font-family:  Arial, Verdana, sans-serif,  Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #221f1d;
	letter-spacing: 1px;
}
.txtBoldGeorgia {
	font-family:  Georgia, Verdana, sans-serif,  Helvetica;
	font-size: 17px;
	font-weight:bold;
	color: #47413d;
}
.txtBoldGeorgiaRed {
	font-family:  Georgia, Verdana, sans-serif,  Helvetica;
	font-size: 17px;
	font-weight:bold;
	color: #C00;
}
.txtBoldGeorgiaWhite {
	font-family:  Georgia, Verdana, sans-serif,  Helvetica;
	font-size: 17px;
	font-weight:bold;
	color: #FFFFFF;
}
.txtBoldGeorgiaMed {
	font-family:  Georgia, Verdana, sans-serif,  Helvetica;
	font-size: 13px;
	font-weight:bold;
	color: #47413d;
}
.txtGeorgiaMed {
	font-family:  Georgia, Verdana, sans-serif,  Helvetica;
	font-size: 12px;
	font-weight:normal;
	color: #47413d;
}
.txtGeorgiaMedStrike {
	font-family:  Georgia, Verdana, sans-serif,  Helvetica;
	font-size: 12px;
	font-weight:normal;
	color: #47413d;
	text-decoration:line-through;
}
.txtGeorgiaMedSalePrice {
	font-family:  Georgia, Verdana, sans-serif,  Helvetica;
	font-size: 12px;
	font-weight:bold;
	color:#F30;
}
.navMiddle {
	background-image: url(/images/navmiddle.jpg);
	background-repeat: repeat;
}
.navTopam {
	background-image: url(/images/navtopAm.jpg);
	background-repeat: repeat;
	height: 108px;
	width: 183px;
}
.navTopDealer {
	background-image: url(/images/navtopDealer.jpg);
	background-repeat: repeat;
	height: 108px;
	width: 183px;
}
.navTopCS {
	background-image: url(/images/navtopCS.jpg);
	background-repeat: repeat;
	height: 108px;
	width: 183px;
}
.navTop {
	background-image: url(/images/navtop.jpg);
	background-repeat: repeat;
	height: 108px;
	width: 183px;
}
.navBottom {
	background-image: url(/images/navbottom.jpg);
	background-repeat: repeat;
	height: 70px;
	width: 183px;
}
.bglogin {
	background-image: url(/images/bglogin.gif);
	background-repeat: no-repeat;
	height: 299px;
	width: 293px;
}
.dottedhorizontal {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin: 40px;
}
img.swatchSelected {
	padding: 1px;
	border: 2px solid #978d83;
	margin: 0px;
}
img.swatchNotSelected {
	padding: 1px;
	border: 2px solid #ffffff;
	margin: 0px;
}
img.viewSelected {
	padding: 1px;
	border: 2px solid #978d83;
	margin: 0px;
}
img.viewNotSelected {
	padding: 1px;
	border: 2px solid #ffffff;
	margin: 0px;
}

