@charset "utf-8";
/* CSS Document */
	/* General styles */
	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	font-size:100%;
	background-image: url(images/stripe.png);
}
	h1, h2, h3, h4, h5 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			margin:.8em 0 .2em 0;
			padding:0;
}

	p {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 80%;
			margin:.4em 0 .8em 0;
			padding:0;
}
	a {
	font-family:Arial, Helvetica, sans-serif;
	color: #AF0000;
}
	.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;
}
*{
	list-style:none;
}
	/* Header styles */
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#indexpicholder {
	background-image:url(images/bhplogo4.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#projpicholder {
	background-position: top left;
	background-repeat: no-repeat;
	float: none;
	padding-bottom: 100px;
	background-image: url(images/BrushoLogo380.jpg);
}
#menucontainer{
	position:relative;
	height:50px;
	color:#000000;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#container #licagrpicholder {
	background-image: url(images/licagr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(images/background5.jpg) repeat-x bottom left;
	padding:0 0 0 20px;
}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;
}

#menunav ul li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;
}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color:#CC3300;
	background:transparent url(images/hover3.jpg) repeat-x bottom left;
}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#000000;
	background:#1D6893 url(images/left4.jpg) no-repeat top left;
	line-height:275%;
}
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(images/right4.jpg) no-repeat top right;
	height:38px;
	background-color: #996600;
}
#container  #maincontent #Intro {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #666666;
}
#container #maincontent #Intro p, #container #maincontent #TopLeft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #990000;
	padding-left: 30px;
	padding-right: 30px;
	border: thick none #000000;
}
#container #projpicholder #maincontent #ProjIntro {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

h3         {
	font-family: "Courier New", Courier, monospace;
	color: #990000;
	padding-left: 20px;
}
#container #maincontent #DIV-1 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	border-left-style: dashed;
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #666666;
	border-bottom-width: thin;
	border-bottom-color: #666666;
	background-color: #FFFFCC;
	border-left-width: thin;
	border-left-color: #666666;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
}

#container #maincontent #DIV-1 h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 6px;
}

#container #maincontent #DIV-1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: bold;
	line-height: 18px;
	font-size: .8em;
}

#container #maincontent #DIV-1 .customer {
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: .6em;
}
#container #maincontent #mainbottom {
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
}
#container #footer p {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}
#container #indexpicholder #maincontent #mainbottom #mainbottleft p, #container #sspicholder #ssTop p {
	color: #333333;
}


#container #maincontent #mainbottom #mainbottleft {
	float: left;
	margin: 0px;
	width: 460px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h4     {
	color: #FFC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #666;
	text-align: center;
}
.brusholefth3 {
	color: #333;
	background-color: #FC3;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


#container #maincontent #mainbottom #mainbottright {
	float: left;
	margin-left: 10px;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin dashed #999999;
}
#footer  {
	text-align: left;
	background-color: #CCCCCC;
	clear: both;
	margin: 0px;
	padding: 0px;
}
	#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
blockquote {
	background: transparent url(images/quote.png) left top no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
blockquote div {
	background: transparent url(images/quote2.png) right bottom no-repeat;
	padding-right: 42px;
	padding-bottom: 0;
	padding-left: 42px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.product-image {

}
.product-title, .product-price, .product-shipping {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;

}
.data-cell {
	vertical-align: top;
}
.align-cart {


}
#container  #projpicholder  #maincontent  #ProjIntro #TopLeftBrusho {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: dashed;
	float: left;
	width: 480px;
	margin-top: 80px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	height: 706px;
}
#container #projpicholder #maincontent #mainbottom {
	clear: both;
}
#container #projpicholder #maincontent #ProjIntro #TopRightBrusho {
	float: left;
	margin-left: 16px;
	margin-top: 30px;
	margin-right: 10px;
	width: 200px;
	border: thin dashed #999999;
}
.brushoimg {
	margin: 0px;
	padding: 0px;
}
#h4 {
	background-color: #999;
	font-size: 12px;
}

#container #sitemappicholder {
	background-image: url(images/sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #sitemappicholder #maincontent #Top p, #container #licagrpicholder #maincontent #Top p {
	text-indent: 20px;
}


#container  #maincontent  #ProjIntro  #TopRight p, #container #sitemappicholder #maincontent #top p, #container #maincontent #ProjIntro #TopLeft  p, #container #licagrpicholder #maincontent #top p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333333;
	border: thick none #000000;
	padding-left: 10px;
}

#container #contactpicholder {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 200px;
}
#container    #contactpicholder    #maincontent    #TopRight   {
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	margin-right: 10px;
	width: 300px;
	border: thin dashed #999999;
	margin-bottom: 40px;
}
#container  #contactpicholder  #maincontent  #TopLeft  {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: dashed;
	float: left;
	width: 400px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
#container  #maincontent  #TopRight  p, #container #sitemappicholder #maincontent #top p, #container #licagrpicholder #maincontent #top p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333333;
	border: thick none #000000;
	padding-left: 10px;
}
#container  #sitemappicholder  #Top, #container #sspicholder #ssTop, #container #userpicholder #maincontent #ssTop, #container  #licagrpicholder  #Top  {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: dashed;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px 0px 0px 10px;
}
#container #sspicholder #maincontent, #container #userpicholder #maincontent {
	padding-top: 56px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #sspicholder #maincontent #ssTop {
	margin-top: 46px;
}

#container #userpicholder #menucontainer {
	background-color: #FFFFFF;
}
#container #userpicholder #maincontent #ssTop p {
	padding-right: 100px;
	padding-left: 100px;
}


#container #sitemappicholder #maincontent #Top a, #container #licagrpicholder #maincontent #Top a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#container #sspicholder {
	background-image: url(images/brushosshead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container  #userpicholder {
	background-image: url(images/brusho_manual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #subfoot {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	background-color: #333333;
}
#container #subfoot img {
	margin: 0px;
	padding: 0px;
}
#container #subfoot a {
	margin: 0px;
	padding: 0px;
}
#brushoinfo {
	float: none;
	clear: both;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#brushobottom {
	clear: both;
}


#container #userpicholder #maincontent #ssTop {
	padding: 0px;
	margin-top: 46px;
}
#container #userpicholder #maincontent #ssTop .impt {
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: thin dashed #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #indexpicholder #maincontent #mainbottom #mainbottright img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#redirpicholder {
	background-image: url(images/plzwait.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: none;
	padding-bottom: 100px;
}
#container  #redirpicholder  #maincontent  #RedirIntro  #TopLeft {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: dashed;
	float: left;
	width: 400px;
	margin-top: 70px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
#container #projpicholder #maincontent #ProjIntro #TopLeft {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: dashed;
	float: left;
	width: 400px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
#container #projpicholder #maincontent #ProjIntro #TopRight {
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	margin-right: 10px;
	width: 300px;
	border: thin dashed #999999;
}
