* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	color: #333333;
	padding: 0px 0 25px 0;
	background-color: #F3F2F0;
	background-image: url(images/bkgnd-dug.jpg);
	background-repeat: repeat;
	background-position: center top;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
	}
	
	

a:link, a:visited {
	color: #990000;
	text-decoration:none
	}
	
#branding a {
	color: #333333;
	text-decoration:none
	}

a:hover, a:active {
	color:#000000;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background-color: #bbbbbb;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	}
	
/*	Headers */

h1 {
	font-weight:bold;
	letter-spacing:-0.02em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}

h3, #sidebar h2, #sidebar2 h2, #sidebar3 h2, #cart h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0em;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
	color:#5f5f5f;
	}

#content2 h3, #sidebar h3, #sidebar h2, #sidebar2 h3, #sidebar2 h2, #sidebar3 h3 {
	border-bottom:1px dotted #BBB;
	padding:0px 0 5px 2px;
	margin:25px 0 10px 0;
	font-size:14px;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}


h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}	
	
/* Structure */

#page {
	background:#FFFFFF none repeat scroll 0%;
	font-size:0.7em;
	width:950px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: none;
	text-align:left;
	}
	
#headerbkgnd {
	width:100%;
	background-color: #000000;
	}	
	
#header {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}	

#branding {
	width:225px;
	padding-bottom:25px;
	padding-right:25px;
	}
	
#branding2 {
	width:225px;
	height:63px;
	padding-bottom:25px;
	padding-right:25px;
	clear:none;
	}	
	
#description {
	float:left;
	width:450px;
	}
	
#cart {
	float:right;
	width:203px;
	height:41px;
	padding:10px;
	list-style-type: none;
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	}	
	
#beeftable {
margin-top: 25px;
}		

/* Footer*/

#footerbkgnd {
	background-color: #FFFFFF;
	padding: 25px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	position: relative;
}


#footer {
	width: 950px;
	font-size:12px;
	color:#1a1a1a;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 15px;
	padding-bottom: 20px;
	}
	
#footerbkgnd2 {
	background-color: #FFFFFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	position: relative;
}


#footer2 {
	width: 950px;
	font-size:12px;
	color:#1a1a1a;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 15px;
	padding-bottom: 10px;
	}


#footer a {
	color:#990000;
	}
	
/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}

/* Content */

#content {
	margin-top: 25px;
	}
	
#contentleft {
	width:225px;
	float:left;
	margin-top: 25px;
	margin-right: 25px;
	}
	
#contentright {
	width:225px;
	float:right;
	margin-top: 25px;
	}
	
#content2 {
	float:left;
	}
		
#content3 {
	width: 450px;
	float:left
	}
	
#contentbeef {
	width: 950px;
	float:left;
	padding-top: 25px;
	}	
	
.c700{
	width: 700px;
	}	
	
.c450{
	width: 450px;
	}
	
.c475{
	width: 475px;
	}		
	
.c460{
	width: 460px;
	}	
	
#content3 ul{
	margin-bottom: 10px;
	list-style-position: inside;	
	}	
	
#content3 h3{
	font-size: 12px;
	text-transform: capitalize;
	color: #333333;
	}
	
#content3 h4{
	font-size: 12px;
	font-weight: bold;		
	}			
	
#contentcat {
	width:950px;
	float:left
	}
	
#content p img, #content2 p img, #contentsingle p img {
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
/* Site Description – Top Centre*/	
	
#description {
	float:left;
	width:450px;
	}
	
/* Cart – Top Right*/		
	
#cart {
	float:right;
	width:203px;
	height:41px;
	padding:10px;
	list-style-type: none;
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	}	
	
#description h3 {
	border-bottom:1px dotted #BBB;
	}
	
#cart h2 {
	text-align: center;	
	}	
	
#cart a {
	float:right;
	padding-left:4px;
	padding-right:4px;
	margin-top:3px;
	margin-left:8px;
	color: #990000;
	background-color: #cccccc;
	}	
	
#cart a:hover {
	float:right;
	padding-left:4px;
	padding-right:4px;
	margin-top:3px;
	margin-left:8px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	}	
		
	
#description p, #cart p {
	margin:0px;
	font-size:10px;
	}		
