@charset "utf-8";
body  {
	font: 90% Helvetica, Arial, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
#container {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	padding: 0;
	border: 0;
	background: #FFF;
	background-position: right 4px;
	background-repeat: repeat-y;
	background-image: url(../images/tread_vertical.png);
}
#header {
	background: #FFF;
	/*height: 150px;*/
	width: 100%;
	margin: 0;
	padding: 0 ;
	border-bottom: 2px solid #FFF;
	text-align: left;
}
#header h1 {
	margin: 0;
	padding: 10px 0; /* using padding instead of margin keeps the element away from the edges of the div */
}

	#branding { /* middle background*/
	padding: 0;
	margin: 0;
	width: 100%;
	height: 82px;
	}
	#branding1 { /* Left hand logo */
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	background-color: #000;
	}
	#branding2 { /* Sales Hotline etc */
	padding: 0;
	margin: 0;
	}
	#branding3 { /* Shopping cart link and items */
	padding: 0;
	margin: 0;
	display: inline;
	}
	#branding3 p{ /* This removes the top margin added in firefox */
	padding: 0;
	margin: 0;
	}
	#branding4 { /* Right hand half of logo */
	float: right;
	}

.searchForm {
	height: 18px;
	width: 158px;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	display: block;
	/*float:left;*/
}
.searchForm a {
	margin: 0;
	padding: 0;
	display: inline;
}

.searchInput{
	font-weight: bold;
	font-size: 1.0em;
	/*color: #A8A6A7;*/
	color: #121212;
	border: 0;
	margin: 0 0 0 4px;
	width: 126px;
	height:15px;
	line-height: 15px;
	display: inline;
}

.searchButton {
	width: 26px;
	height: 18px;
	border: 0;
	padding: 0 2px 0 2px;
	margin:0;
	display: inline;
	float: right;
}

#topBar {
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	border-top: 5px solid #231F20;
	background-color: #FFF;
	text-align: right;
}

	#topBar p{
		margin: 0;
		padding: 0;
	}
	.topBarText {
		height: 18px;
		margin-top: 8px;
		margin-left: 10px;
		float:right;
	}

	.topBarLinks {
		float: right;
		margin-right: 5px;
		margin-top: 8px;
		text-align: right;
		color: #544E4F;
		display: inline;
		font-weight: bold;
	}

	.topBarLinks a {
		text-decoration: none;
		color: #7CC144;
	}

	.topBarLinks a:hover {
		text-decoration: underline;
	}

/*********************
** Nav Bar settings **
**********************/

#navBar {
	width: 100%;
	height: 24px;
	margin: 0;
	margin-bottom: 0px;
	border-bottom: 5px solid #231F20;
}
#navBar ul {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	background-color: #544E4F;
}

#navBar ul li {
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	float: left;
	border-right-style: solid;
	border-right-color: #FFF;
	border-right-width: 2px;
}

#navBar ul a {
	display: block;
	width: 154px;
   /*	float: left;*/
	padding: 0 0 0 6px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
}
#navBar ul .last  {
	border-right: 0;
}

#navBar ul a:hover {
	color: #FFFFFF;
	background-color: #7CC144;
	text-decoration: none;
}
/* End - Nav Bar */

#messageBar {
	width: 100%;
	height: 20px;
	margin: 0 0 2px 0;
	padding: 0;
	background-color: #FFF;
	/*border-bottom: 2px solid white;*/
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	}

#sidebar1 {
	float: left;
	width: 160px; /* since this element is floated, a width must be given */
	padding: 0 0 10px 0;
	margin: 0;
	margin-right: 2px;
	text-align: right;
	display: inline; /* ie6 Hack */
}

#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h1, #sidebar2 h3 {
	/*margin: 0 10px 5px 10px;*/
	/* the left and right margin should be given to every element that will be placed in the side columns */
}
.menuBox {
	background-color: #FFF;
	padding: 0;
	margin: 0 0 4px 0 ;
	width: 160px;
	/*border: 1px solid #000;*/
	border-top: 4px solid #A8A6A7 ;
	border-bottom: 4px solid #A8A6A7;
	}

#sidebar2 {
	float: right;
	width: 160px; /* since this element is floated, a width must be given */
	padding: 0 0 2px 0; /* top and bottom padding create visual space within this div */
	margin: 0;
	display:inline; /* hack for ie */
}

#newsBox {
	padding: 0 0 0 0;
	margin: 0;
	width: 160px;
	border: 0;
	border-top: 0;
}

.infoBox {
	padding:0;
	margin:0 0 5px 0;
	width: 158px;
	border: 1px solid #A8A6A7;
	text-align:center;
}

#mainContent {
	margin: 0 162px;
	padding: 0 0px;
	text-align: center;
}

	#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	text-align: center;
	background-color: #FFF;
	color: #000;
	margin: 10px;
	}

#department {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	/*font-size: 0.9em;*/
	width: 646px;
	text-align: center;
	margin: 0;
	padding: 0 2px 0 2px;

}
#shoppingCart {
	margin: auto;
	max-width: 642px;
	background-color:#fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	width: 100%;
	height:67px;
	margin:0;
	padding:0;
	background-image: url(../images/footer_left.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	text-align: center;
	background-color: #544E4F;
	color: #FFF;
	position: relative;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}
#footer a {
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer img {
	float: right;
	margin: 0;
	padding: 0;
}

#footer .addressText {
	font-size: 10px;
	float: left;
	text-align: left;
	position: relative;
	top:26px;
	left: 15px;
}

.footerLogo {
	position: absolute;
	right: 10px;
	top: 3px;
}
/* Miscellaneous classes for reuse */

.detailBlock {
	margin: 0;
	border: 0;
	text-align: left;
}

.prop {
	margin: 0;
	border: 0;
	width: 1px;
	height: 400px;
	float: right;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
}
.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;
}
.invisible {
	display:none;
}
#posWeb {
	font-family: Tahoma, Verdana;
	font-size: 0.58em;
	/*float:right;*/
	margin: auto;
	position:relative;
	right:-50px;
	top: 51px;
	z-index:5;
}

.SPLAddressListSt{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin-top: 0;
   margin-bottom: 0;
   width: 80mm;
}
.SPLAddressListStBottomLine{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align: center;
   margin-top: 0;
   margin-bottom: 0;
}
.SPLAddressListStErrorLine{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   text-align: center;
   margin-top: 0;
   margin-bottom: 0;
}
.SPLAddressListLicenseLine{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align: center;
   margin-top: 0;
   margin-bottom: 0;
}
