@charset "utf-8";
body  {
	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: #4D2D0F;
	font-family: Certified;
	font-size: 12px;
	font-style: normal;
	background-color: #CAA788;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/backround.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CAA788;
	padding: 0px;
} 
#cartnav {
	float: right;
	width: 130px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 152px;
	width: 900px;
	margin: 0px;
} 
#headerlogo {
	float: left;
	width: 357px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.thrColFixHdr #sidebar1 {
	margin: 0px;
	padding: 0px;
	width: 100px;
}
.thrColFixHdr #containernav {
	width: 700px;
	float: right;
	margin-left: 100px;
	margin-right: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FDBC44;
	height: 21px;
}
#navbar {
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 350px;
}
.thrColFixHdr #mainContent {
	width: 675px;
	margin-top: 25px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	overflow: auto;
	height: 528px;
	background-color: #FCF9DA;
	scrollbar-shadow-color: #CAA788;
	scrollbar-highlight-color: #FEBE44;
	scrollbar-face-color: #FCF9DA;
	scrollbar-3dlight-color: #FCF9DA;
	scrollbar-darkshadow-color: #CAA788;
	scrollbar-track-color: #FCF9DA;
	scrollbar-arrow-color: #FEBE44;
} 
.thrColFixHdr #mcwrapper  {
	width: 667px;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	margin: 0px;
	padding: 0px;
	width: 100px;
}
.thrColFixHdr #footer {
	margin: 0px;
	width: 900px;
	padding: 0;
} 
.thrColFixHdr #footorderinfo   {
	font-size: 12px;
	color: #4D2D0F;
	text-align: left;
	font-weight: bold;
	width: 700px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}
.thrColFixHdr #footer p {
	color: #4D2D0F;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 100px;
	margin: 0;
	font-weight: normal;
}
.column {
	width: 155px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
.columnlg {
	width: 220px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.redtext {
	color: #D4262F;
}
.yellowtext {
	color: #F3B548;
}
.orangetext {
	color: #F48A34;
}
a:link {
	color: #4D2D0F;
	text-decoration: underline;
}
a:visited {
	color: #4D2D0F;
	text-decoration: underline;
}
a:active {
	color: #F4BD58;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #F3B548;
}
.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;
}
#mainContent a:link {
	color: #CD2C3C;
	text-decoration: underline;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #CD2C3C;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #F3B548;
}
#mainContent a:active {
	text-decoration: underline;
	color: #D3262E;
}
h1 {
	font-family: Certified;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #4D2D0F;
}
h2 {
	font-family: Certified;
	font-size: 14px;
}
h3 {
	font-family: Certified;
	font-size: 14px;
}
h4 {
	font-family: Certified;
	font-size: 14px;
}
html {
	
}

