/* general rules */
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif);
	color: #536c1c;
	font-family: Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	color: #fe6601;
	text-decoration: none;
}
a:hover { color: #bb5500; }

/* clearing floats */
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

/* container */
#container {
	width: 794px;
	margin: 0 auto;
	background: url(../images/bg_container.gif) repeat-y;
}

/* header */
#header {
	width: 750px;
	height: 185px;
	background: url(../images/header.jpg) no-repeat 0px 35px;
	margin: 0 22px;
}

/* header: title */
#title {
	width: 750px;
	height: 35px;
	font-size: 19px;
	font-weight: bold;
	line-height: 35px;
}
#title a { color: #c2e838; }
#title a .factory { color: #c7e8ff; }
#description {
	width: 740px;
	height: 25px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	text-align: right;
}

/* header: main menu */
#nav {
	margin-top: 100px;
	border-top: 1px dashed #ffffff;
	padding: 2px 3px 0;
}
#nav ul { list-style: none; }
#nav li {
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	float: left;
}
#nav li a {
	display: block;
	padding: 0 10px;
	color: #ffffff;
	float: left;
}
#nav li a:hover {
	background: #ffffff;
	color: #35a02c;
}

/* content */
#content {
	width: 750px;
	margin: 20px 22px 0;
	padding-bottom: 10px;
}
#maincol {
	width: 500px;
	float: left;
}
#subcol {
	width: 230px;
	float: right;
	background: #7baa29;
	padding-top: 33px;
}

/* footer */
#footer {
	width: 750px;
	margin: 0 22px;
	border-top: solid 2px #71ca22;
	font-size: x-small;
	line-height: 4em;
	color: #71ca22;
	text-align: center;
}
