/* CSS Document */

/* Make sure all browsers define parent width */
html {
	width: 100%;
}

/* Body of the document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 80%;
	color: #000000;
	background-color:#FFFFFF;
}

/* Wrapper */
.all {
	padding-top: 0px; 
	text-align: center; 
	width: 100%;
}

/* Your box */
.box {
	border: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px; 
	text-align: left; 
	width: 600px;
}


/* the dark brown header */
.header {
	background: #623D36 url(header-bg.jpg) repeat-x left top;
	height: 100px;
	width: 600px;
	color: #FFFFFF;
	text-align:right;
}

.header h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 260%;
	color: #E7E2C9;
}

/* the bottom of the header, rounded corners */
.headerbottom {
	background-color: #3A629D;
	height: 17px;
	width: 600px;
	color: #000000;
}

.headerbottom img {
	float:right;
}

/* holds the content in place */
.areahold {
	background-color: #E7E2C9;
	width: 580px;
	padding: 10px;
	color: #000000;
}

/* top of the area holder, rounded corners*/
.areaholdtop {
	background: #E7E2C9 url(area-hold-top.jpg) no-repeat left top;
	height: 19px;
	width: 600px;
	margin-top: 10px;
	color: #000000;
}

/* bottom of the area holder, rounded corners */
.areaholdbottom {
	background: #E7E2C9 url(area-hold-bottom.jpg) no-repeat left bottom;
	height: 19px;
	width: 600px;
	color: #000000;
}

/* container */
.container {
	float:left;
	width: 363px;
	padding: 10px;
	background: #FFFFFF url(container-bottom.jpg) no-repeat left bottom;
	color: #000000;
}

.container h1 {
	color: #613C35;
	font-size: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.container h2 {
	color: #613C35;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

/* container top, rounded corners*/
.containertop {
	background: #FFFFFF url(container-top.jpg) no-repeat left top;
	height: 15px;
	width: 383px;
	color: #000000;
}

/* container bottom, rounded corners */
.containerbottom {
	background: #FFFFFF url(container-bottom.jpg) no-repeat left bottom;
	height: 15px;
	width: 383px;
	color: #000000;
}

/* left hand side text column */
.leftcolumn {
	width: 150px;
	padding: 10px;
	text-align: justify;
	border-right: 1px solid #E7E2C9;
	color: #000000;
	background-color:#FFFFFF
}

/* right hand side text column */
.rightcolumn {
	width: 163px;
	padding: 10px;
	float: right;
	text-align: justify;
	color: #000000;
	background-color:#FFFFFF;
}

/* the menu / navigation system */
.menu {
	margin-left: 383px;
	margin-right: 10px;
	width: 184px;
	color: #FFFFFF;
	background-color: #E7E2C9;
}

.menucontent {
	background-color: #E7E2C9;
	margin-left: 383px;
	margin-right: 10px;
	width: 164px;
	padding: 10px;
	color: #54352E;
	font-size:90%;
}

.menucontent a:link, .menucontent a:active, .menucontent a:visited {
	color: #623D36;
}

.menucontent a:hover {
	color: #623D36;
	text-decoration:none;
}
.menu a:link, .menu a:active, .menu a:visited {
	background-color: #B36B00;
	display: block;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #E7E2C9;
	width: 164px;
}

.menu a:hover {
	background-color: #953C2F;
	display: block;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #E7E2C9;
	width: 164px;
}

#home #item1, #about #item2, #contact #item3, #products #item4, #news #item5, #link #item6 { 
		background: #741918 url(disc.gif) no-repeat left center;
}

p {
	text-indent: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
}

/* footer top, rounded corners */
.footertop {
	margin-top: 10px;
	background: #3A629D;
	width: 600px;
	height: 17px;
}

/* footer, copyright etc */
.footer {
	background-color: #3A629D;
	padding: 10px;
	padding-top: 0px;
	width: 580px;
	font-size: 90%;
	color: #FFFFFF;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#E7E2C9;
}

.footer  a:hover {
	color:#E7E2C9;
	text-decoration:none;
}

/*clearing fix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
