/* @override http://millers.millstream.com.au/css/style.css */

body {
	font-size: 62.5%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #aab5d0;
	color: #473201;
}

/* @group Panels */

#canvas {
	margin: 0 auto;
	width: 980px;
	background-image: url(../upload/template/millersfoods/background-002.png);
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#banner {
	width: 980px;
	height: 157px;
	background-image: url(../upload/template/millersfoods/banner-003.jpg);
	background-repeat: no-repeat;	
	text-indent: -1000em;
}

#banner h1 {
	margin: 0;
}

#banner h2 {
	margin: 0;
}

#main {
	margin: 0 10px;
}

#search {
	margin-top: 10px;
}

#search .field {
    width: 145px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#footer {
	width: 980px;
	height: 260px;
	background-image: url(../upload/template/millersfoods/footer-002.jpg);
	background-repeat: no-repeat;	
	text-indent: -1000em;
}

/* @end */

/* @group Grid */

.row {
	position: relative;
	overflow: hidden;
	width: 960px;
}

.row1 {
	height: 160px;
}

.row2 .column1 {
	float: left;
	padding: 25px 25px 10000px 25px;
	margin: 0 0 -10000px 0;
	width: 160px;

}

.row2 .column2 {
	float: left;
	padding: 25px 40px 10000px 0;
	margin: 0 0 -10000px 0;
	width: 470px;
}

.row2 .column3 {
	float: left;
	padding: 0 0 10000px 0;
	margin: 0 0 -10000px 0;
	width: 240px;
}

.row2 .column1.two {
	margin-right: 480px;
}

/* @end */

/* @group Navigation */

#canvas .depth-0 {
	list-style-type: none;
	margin: 0;
	font-size: 1em;
}

#canvas .depth-0 a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #5392c2;
	clear: both;
	float: left;
	width: 130px;
	padding: 4px 10px;
	margin-bottom: 10px;
	background-image: url(../upload/template/millersfoods/navigation-001.png);
	background-repeat: no-repeat;
}

#canvas .depth-0 .selected a {
	background-image: url(../upload/template/millersfoods/navigation-002.png);
	color: #fff;
}

#canvas .depth-0 a:hover {
	color: #d9293a;
}

#canvas .depth-0 .selected a:hover {
	color: #fff;
}

#canvas .depth-1 {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 0;
	list-style-type: none;
	margin: 0;
	width: 100%;
}

#canvas .depth-1 li {
	float: left;
}

#canvas .depth-1 a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 10px;
	padding-left: 10px;
	float: left;
	border-left: 1px solid #fff;
	white-space: nowrap;
}

#canvas .depth-1 .p1 a {
	padding: 0;
	margin: 0 0 10px 0;
	border: none;
}

#canvas .depth-1 .selected a {
	color: #4f78cf;
}

#canvas .depth-1 a:hover {
	color: #d9293a;
	text-decoration: underline;
}

#canvas .depth-1 .selected a:hover {
	color: #4f78cf;
	text-decoration: none;
}


/* @end */

/* @group Fonts */

.column p {
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.column ul, ol {
	margin: 1em 1em 1.5em 4em;
}

.column ul {
	list-style-type: disc;
}

.column ol {
	list-style-type: decimal;
}

.column li {
	font-size: 1.1em;
	line-height: 1.5;
}

.column li li, .column li p {
	line-height: 1em;
}

h1 {
	font-size: 1.8em;
	line-height: 1.4;
	margin-bottom: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 1.3em;
	line-height: 1.4;
	font-weight: bold;
}

/* @end */

/* @group Table */

table {
	width: 100%;
	border-collapse: collapse;
}

td, th {
	font-size: 1.1em;
	line-height: 1.4;
	padding: 5px 5px 5px 0;
	/*border-color: 1px solid #c6e1fc;*/
	vertical-align: top;
}

#canvas td p, #canvas th p {
	font-size: 1em;
}

/* @end */

/* @group News */

.bloglisting {
	padding: 0 20px;
	color: #fff;
}

.bloglisting h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.bloglisting h2 a {
	color: #fff;
	text-decoration: none;
}

.bloglisting .article p {
	margin-bottom: 0.8em;
}

.bloglisting .item {
	border-bottom: 1px solid #6886c9;
	margin-bottom: 12px;
}

.bloglisting .continue a {
	color: #acc7fd;
}


/* @end */

/* @group Machinery */

#machinery td {
	border-top: 1px solid #6886c9;
	padding: 10px 0;
}

#machinery td.details {
	padding-right: 10px;
}

#machinery td p {
	margin-bottom: 0.5em;
}

#machinery td a {
	text-decoration: none;
	color: #3f6bc4;
}
/* @end */

