body {
	text-align: center;
	margin: 0;
	padding: 0;
}
div.clear {
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}
div.hline {
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0;
}
div#twrapper {
	background-image:url(../images/backgrounds/outer-background.jpg);
	background-repeat:repeat-x;
	background-color:#CBD3D5;
	margin: 0;
	padding: 0;
}
div#tholder {
	width: 996px;/*1010-14px*/
	margin: 0 auto;
	padding: 0 7px 10px 7px;
	text-align: left;
	background-image:url(../images/backgrounds/tholder-background.jpg);
	background-repeat:repeat-x;
}
/*Header*/
div#header {
	height: 107px;
	overflow: hidden;
	position: relative;/*account info*/
}
div#header1 {
	float: left;
	width: 176px;
}
div#header1 img {
	margin: 20px 0 0 7px;
}
div#header2 {
	float: left;
	width: 520px;
	text-align: right;
	margin: 80px 40px 0 0;
}
div#header3 {
	float: left;
	width: 260px;
}
div#header3 div#sec1, div#header3 div#sec2 {
	margin: 10px 0 0 0px;
}
div#header3 div#sec2 {
	margin-top: 20px;
}
div#sec2 a {
	cursor: hand;
	cursor: pointer;
}
span.remove {
	display: none;
}
div#header3 .flright {
	float: right;
}
div#header3 div#sec2 .flright {
	background-image:url(../images/icons/shopping-basket.gif);
	background-position: 100% 0;
	background-repeat:no-repeat;
	padding: 7px 30px 0 0;
	margin-top: -7px;
}
/*Nav Holder*/
div#navholder {
	height: 39px;
	width: 996px;
	position: relative; /*--Important-- for drop downs to appear infront of flash*/
	z-index: 997; /*--Important-- for drop downs to appear infront of flash*/
}
/*Content Holder*/
div#contentholder {
	position: relative; /*--Important-- for drop downs to appear infront of flash*/
	z-index: 1; /*--Important-- for drop downs to appear infront of flash*/
	min-height: 400px;
}
* html div#contentholder {
	height: 400px;
}
div#contentholder div#mainholder {
	background-color: #FFFFFF;
	min-height: 500px;
	padding: 10px 10px 45px 10px;
	background-image:url(../images/backgrounds/main-shadow.jpg);
	background-repeat:no-repeat;
	background-position: 50% 100%;
}
* html div#contentholder div#mainholder {
	height:	500px;
}
/*Footer*/
div#fwrapper {
	background-image:url(../images/backgrounds/footer-background.jpg);
	background-repeat:repeat-x;
	background-color:#787878;
}
div#fholder {
	width: 996px;
	margin: 0 auto;
	padding: 20px 0 1px 0;
	text-align: left;
	min-height: 416px;
}
* html div#fholder {
	height: 416px;
}
div#fholder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	color:#CCCCCC;
}
div#fholder ul#listone {
	width: 190px;
	margin-left: 20px;
	display: inline;/*IE Double Margin*/
}
div#fholder ul#listtwo {
	width: 180px;
}
div#fholder ul#listthree {
	width: 200px;
}
div#fholder ul#listfour {
	width: 240px;
}
div#fholder ul#listfive {
	width: 150px;
}
div#fholder ul li {
	margin: 0 0 2px 0;
}
div#fholder ul li.list_title {
	text-transform:uppercase;
	font-weight: bold;
	margin: 0 0 7px 0;
	font-size: 1em;
}
div#fholder p#bttlink {
	text-align: right;
	margin: 0;
}
/*Logo Footer*/
div#fholder div#flogo {
	background-image:url(../images/backgrounds/logo-footer-shadow.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	padding-bottom: 30px;
	margin: 20px 0 5px 0;
}
div#fholder div#flogo div#flogoinner {
	background-color:#FFFFFF;
	border: 1px solid #666666;
	padding: 10px 3px;
	text-align:center;
}
div#fholder div#flogo div#flogoinner img {
	margin: 0 20px;
	vertical-align: middle;
}
/*End of logo footer*/
div#fholder p#faddress, div#fholder p#fproductlinks {
	text-align: center;
	color:#FFFFFF;
}
