@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/dcbkg25.png);
	background-repeat: repeat;
}
p,h1,h2,h3,h4 { 
	padding-top:0px;   /* prevent break in background in FF */
	margin-top:0px;
}
.oneColFixCtr #container {
	width: 916px;
	text-align: left;
	/*background-image: url(/images/top.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.oneColFixCtr #mainContent {
	background-image: url(/images/middle.gif);
	background-repeat: repeat-y;
	width: 830px;
	margin-left: 42px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15;
	padding-left: 20px;
	margin-top: -3px;
	margin-bottom: 0px;
	background-color: #F9CBDF;
}
.oneColFixCtr #whiteContent {
	background-image: url(/images/middle.gif);
	background-repeat: repeat-y;
	width: 830px;
	margin-left: 42px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15;
	padding-left: 20px;
	margin-top: -3px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtr h1 {
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtr p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColFixCtr #bottom {
	background-image: url(/images/bottom.gif);
	background-repeat: no-repeat;
	margin-left: 42px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 59px;
}
.oneColFixCtr #homebottom {
	background-image: url(/images/home-bottom.gif);
	background-repeat: no-repeat;
	margin-left: 42px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 59px;
}
.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;
}
.bigger {
	font-size: 120%;
}
.smaller {
	font-size: 85%;
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
table.catalogueTable {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	margin: 0;
}
.shop-product-small {
	color: #666;
	background-color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F9CBDF;
	border-right-color: #F9CBDF;
	border-bottom-color: #F9CBDF;
	border-left-color: #F9CBDF;
}

