html {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: "Trebuchet MS","lucida sans",Verdana,sans-serif;
	color: #505050;
	font-size: 12px;
	background: url(../gfx/bg.png);
	line-height: 15px;
	height: 100%;
	margin: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #d71921;
}

a:hover {
	text-decoration: underline;
}

.catdl {
	margin-bottom: 5px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 854px;
	padding: 0 20px;
	border-left: 20px solid white;
	border-right: 20px solid white;	
	min-height: 100%;
	background: #dcdcdc;
}

#primary {
	background: white;
	padding: 0 20px 20px 20px;
}

#title {
	margin: 0;
	height: 80px;
	padding-top: 2px;
	padding-bottom: 10px;
	background: white;
}

#title h1 a {
	margin: 5px 0 0 -4px;
	position: absolute;
	top: 5px;
	height: 70px;
	width: 150px;
	text-indent: -2000em;
	background: url(../gfx/logo.png) 0 2px no-repeat;
	outline: none;
}

#title h1 a:hover {
	background: url(../gfx/logo.png) 0 1px no-repeat;
}

#onecolumn {
	padding: 25px 30px 25px 30px;
}

h3 {
	font-size: 14px;
	margin-top: 10px;
	color: #d71921;
}


.red {
	color: #d71921;
	font-size: 16px;
}


#content p {
	font-size: 11px;
	padding-right: 20px;
	line-height: 17px;
}	

#primary {
	width: 824px;
	background: url(../gfx/content_bg.png) -25px bottom no-repeat;
	margin-right: 10px;
}

.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

/*============================= Products =================================*/

.desc_lg {
	font-size: 10px;
	padding-right: 25px;
	text-align: justify;
}

dl.product dd {
	position: relative;
	float: left;
	height: 160px;
	width: 130px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: -3px 20px 20px 0;
	padding: 0;
}

dl.product img {
	border: none;
}

dl.product dd a {
	padding: 10px 0 0 10px;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 10px;
	color: #7c7c7c;
	text-decoration: none;
}

dl.product dd a:hover {
	color: #d71921;
	text-decoration: none;
}

dl.product dd a span {
	display: block;
	width: 105px;
}


dl.product dd div.new_sm {
	position: absolute;
	height: 30px;
	width: 30px;
	background: url(../gfx/newdot_sm.png);
	top: 0px;
	left: 0px;
}


#heading {
	height: 58px;
	background: #f0f0f0;
	margin: 0 5px 6px 0;
}

#heading h2 {
	margin: 0;
	padding: 14px 0 5px 10px;
	font-size: 14px;
	font-weight: bold;
}



#productimage {
	float: left;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
	min-width: 350px;
	min-height: 265px;
}

#productimage a img {
	padding: 3px;
	border: none;
}


.desc_sm {
	margin-right: 30px;
	font-size: 13px;
}

.desc_sm p:first-child {
	margin-top: 0;
}



/*============================= Staff Page =================================*/


ul.staff {
	margin: 0;
	padding: 0;
}

ul.staff li {
	margin-bottom: 30px;
	list-style: none;
}

ul.staff li img {
	height: 120px;
	width: 160px;
	float: left;
	margin-right: 20px;
}

ul.staff li .nophoto {
	display: block;
	height: 120px;
	width: 160px;
	border: 1px solid silver;
	float: left;
	margin-right: 20px;
}




/*============================= Slideshow =================================*/



ul#slideshow {
	margin: 0;
	padding: 0;
}

ul#slideshow li {
	list-style: none;
}

ul#slideshow li a img {
	border: none;
}

/*============================= Closet show =================================*/



ul#closetshow {
	margin: 0;
	padding: 0;
	height: 200px;
}

ul#closetshow li {
	list-style: none;
}

ul#closetshow li a img {
	border: none;
}




/*============================= Contact =================================*/

dl.contact {
	margin: 0;
}

#googlemap {
	float: left;
	width: 442px;
	margin: 0 5px 0 0;
	height: 275px;
	border: 1px solid #e5e5e5;
}

dd#contact {
	float: left;
	border: 1px solid #e5e5e5;
	padding: 15px 0 0 9px;
	font-size: 10px;
	margin: 0;
	width: 148px;
	height: 260px;
}

dd#nomargin {
	margin: 0;
}

div#contact {
	border: 1px solid #e5e5e5;
	padding: 4px 0 0 9px;
	font-size: 10px;
	margin: 0;
}

/*============================= Search =================================*/


#searchbox {
	position: relative;
	background: url(../gfx/search_bg.png);
	color: white;
	padding: 6px 8px 2px 10px;
	height: 50px;
}

#searchbox form {
	padding: 0;
	height: 19px;
}

#searchbox input#q {
	position: absolute;
	border: 1px solid white;
	width: 130px;
	bottom: 8px;
}

#searchbtn {
	position: absolute;
	bottom: 8px;
	right: 10px;
}


/*============================= Specialties =================================*/

.schulte {
	border: 1px solid #e5e5e5;
	background: url(../gfx/schulte_bg.png) 0 0 no-repeat;
	padding: 0 20px;
	text-align: center;
	margin-right: 5px;
	height: 79px;
}

.disclaimer {
	border: 1px solid #e5e5e5;
	background: url(../gfx/schulte_bg.png) -20px 0 no-repeat;
	padding: 0 20px;
	text-align: center;
	margin-right: 5px;
	height: 56px;
}

.schulte a, .disclaimer a {
	color: #d71921;
}



/*============================= Top 10 =================================*/


#bestsellers {
	background: url(../gfx/top10_bg.png) 0 0 no-repeat;
	padding: 10px;
	margin-top: 8px;
	height: 200px;
	overflow: hidden;
}

#bestsellers span {
	color: #d71921;
	font-weight: bold;
}

#bestsellers ol {
	margin: 8px 0 0 20px;
	padding: 0;
	font-size: 90%;
}

#bestsellers ol li a {
	line-height: 17px;
	color: #666;
}

/*============================= Navigation =================================*/


#topnav {
	font-size: 10px;
	float: right;
	height: 10px;
	padding-top: 45px;
	padding-right: 6px;
	margin: 0;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#topnav ul li {
	float: left;
	margin-right: 20px;
}

#topnav ul li.first {
	list-style: none;
}

#topnav ul li a {
	color: #666;
}

#topnav ul li a.selected {
	text-decoration: underline;
	color: #d71921;
}


/*============================= Subnav =================================*/

#subnav h2 {
	color: white;
	background: #d71921;
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-weight: bold;
}


#subnav {
	margin-top: 6px;
	padding-bottom: 15px;
	background: url(../gfx/subnav_bg.png) 0 bottom no-repeat;
	min-height: 339px;
}

#subnav ul {
	line-height: 20px;
	padding: 0 0 0 10px;
	font-size: 90%;
	margin: 7px 0 0 0;
}

#subnav li {
	list-style: none;
	margin-bottom: 3px;
}

#subnav ul li ul {
	margin: 0 0 0 5px;
}

#subnav ul li a {
	color: #d71921;
}

#subnav ul li a.selected {
	text-decoration: underline;
	background: url(../gfx/arrow.png) 0 4px no-repeat;
	padding-left: 10px;
	color: black;
}

#subnav ul li ul li a {
	color: black;
}

#subnav ul li ul li a.selected {
	text-decoration: underline;
	background: url(../gfx/arrow.png) 0 4px no-repeat;
	padding-left: 10px;
}

#subnav p {
	margin: 10px;
}


#subnav ul li.selected {
	text-decoration: underline;
	background: url(../gfx/arrow.png) 0 8px no-repeat;
	padding-left: 10px;
}


/*============================= Crumb Trail =================================*/

ul.crumb {
	margin: 0 0 0 10px;
	padding: 0;
} 

ul.crumb li {
	float: left;
	list-style: none;
	margin-right: 5px;
	margin-top: -2px;
	font-size: 90%;
}

.crumb li a {
	color: #d71921;
}



/*=========================== Search & Catalogue Lists =========================*/


.results li a {
	color: #d71921;
	margin-top: 15px;
	text-decoration: none;
	font-size: 12px;
}

.results li {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: -20px;
	list-style-type: none;
	font-size: 10px;
}


.catalogues li a {
	color: #d71921;
	margin-top: 15px;
	text-decoration: none;
	font-size: 12px;
}

.catalogues li {
	background: url(../gfx/icon_pdf.png) 0 0 no-repeat;
	margin: 15px 0 25px -25px;
	padding-left: 40px;
	list-style-type: none;
	font-size: 10px;
}


/*=========================== Search Lists =========================*/

.pages {
	margin-left: 4px;
}
.pages a, .pages span {
	display: block;
	float: left;
	padding: 4px 5px;
	margin: 0 6px 0 0;
	background: #c4c4c4;
	width: 16px;
	text-align: center;
}

.pages span.current {
	font-weight: bold;
	background: #d71921;
	color: white;
}

.pages a {
	color: #666;
	text-decoration: none;
	color: white;
}

.pages a:hover {
	color: white;
	background: #666;	
}



/*=========================== Additional Product Photos =========================*/

.photos {
	margin: 5px 0 0 4px;
}
.photos a, .photos span {
	display: block;
	float: left;
	padding: 4px 5px;
	margin: 0 6px 0 0;
	background: #c4c4c4;
	width: 16px;
	text-align: center;
}

.photos a.current {
	font-weight: bold;
	background: #d71921;
	color: white;
}

.photos a {
	color: #666;
	text-decoration: none;
	color: white;
}

.photos a:hover {
	color: white;
	background: #666;	
}



/*============================= Footer =================================*/


#footer {
	font-size: 10px;
	background: white;
	width: 849px;
	padding: 0 20px 20px 0;
	background: url(../gfx/footer_bg.png) -25px bottom no-repeat;
}


#fheading {
	width: 92%;
	margin: 8px auto -5px auto;
	padding: 5px 10px;
	background: url(../gfx/mainnav_bg_home.png) 0 0;
	color: white;
}

#fheading ul {
	margin: 0;
	padding: 0;
}

#fheading ul li {
	list-style: none;
}

#fheading ul li.left {
	float: left;
	margin: 0;
	padding: 0;
}

#fheading ul li.right {
	float: right;
	margin: 0;
	padding: 0;
}


/*============================= Promo Pieces =================================*/


dl#promo {
	margin: 0;
	padding: 0 0 0 28px;
}

dl#promo dd span {
	display: block;
}

dl#promo dd {
	position: relative;
	float: left;
	width: 220px;
	height: 141px;
	margin: 10px;
	padding: 10px 15px 10px;
}


dl#promo dd div.new {
	position: absolute;
	height: 39px;
	width: 39px;
	background: url(../gfx/newdot_lg.png);
	top: 30px;
	left: -4px;
}



dl#promo dd a img {
	border: none;
}

dl#promo a:hover {
	text-decoration: none;
	color: #d71921;
}

dl#promo a {
	color: #666;
}

dl.footer {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../gfx/footer_grad.jpg) 0 0 repeat-x;
}

dl.footer dd {
	float: left;
	margin: 0;
	padding: 0 10px;
	height: 100px;
	border: 1px solid transparent;
}

dl.footer dd a {
	color: #666;
}

dl.footer dd:hover {
	background: white;
	border: 1px solid #e5e5e5;;
}

dl.footer dd a:hover {
	text-decoration: none;
}

dl.footer dd h4 {
	color: #d71921;
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
}

dl.footer dd p {
	margin-top: 0;
}

dl.footer dd ul {
	margin: 0;
	padding: 0;
}

dl.footer dd#first ul {
	float: left;
	width: 50%;
}


dl.footer dd ul li {
	list-style: none;
}



dl.footer dd#first { 
	margin-top: 10px;
	width: 200px;
	margin-right: 20px;
	padding: 10px 0 0 25px;

}

dl.footer dd#second { 
	margin-top: 10px;
	width: 155px;
	margin-right: 20px;
	padding: 10px 0 0 25px;

}

dl.footer dd#third { 
	margin-top: 10px;
	padding: 10px 0 0 25px;
	width: 145px; 
	margin-right: 20px;
}

dl.footer dd#fourth { 
	margin-top: 10px;
	padding: 10px 0 5px 25px;
	width: 145px; 
}

#credit {
	display: none;
}

