/* Southern Manitoba Potato Company Web CSS Document */


/* ------- UNIVERSAL STYLES ------- */

* {
	margin:0;
	padding:0;
}

body {
	background: #5F2417;
	color:#E0D7CA;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 auto;
	padding:10px 0 0 0;
}

a {
	color: #E0D7CA;
}

a:hover {
	text-decoration:none;
}

h1 {
	color: #D6C6BF;
	padding-bottom:2px;
	border-bottom:1px solid #D6C6BF;
	font-size:1.4em;
}

h2 {
	font-size:1.5em;
	color:#D6B135;
	margin-bottom:.5em;
	margin:0 0 0 10px;
	padding-bottom:5px;
}

h3 {
	font-size:1.4em;
	margin:0 0 0 10px;
	padding-bottom:5px;
}

p {
	line-height:1.6;
	font-size:1.2em;
	margin:8px 0 15px 10px;
}

#content .inner p {
	padding-right:10px;
}

#content .inner ul {
	margin:0 0 0 30px;
	list-style-image:url(../images/bullet.jpg);
}

#content .inner ul li {
	line-height:1.2;
	font-size:1.2em;
	margin:5px 0 10px 0;
}

/* ------- LAYOUT STYLES ------- */

#wrapper {
	margin:0 auto;
	text-align:left;
	background:url(../images/navigationbgd.gif) left repeat-y;
	width:775px;
}

body#home #wrapinner {
	background:url(../images/mainphoto_1.jpg) bottom right no-repeat;
}

/* ------- NAVIGATION STYLES (LEFT COLUMN ------- */

#navigation {
	float:left;
	width:199px;
	background: url(../images/navigationpotato.gif) bottom no-repeat;
}

#navigation .inner {
	text-align:right;
	color:#000;
}

#navigation ul {
	list-style:none;
	margin-bottom:150px;
}

#navigation ul li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	height:30px;
	margin-right:5px;
	padding-right:23px;
	color:#222;
	line-height:30px;
	font-size:1.3em;
}

#navigation ul li a:hover,
body#home a#home,

body#products a#products, 
body#table a#products,
body#seed a#products,
body#chippers a#products,
body#grains a#products,

body#production a#production,
body#growingarea a#production,
body#facilities a#production,
body#washplant a#production,
body#seedfarm a#production,
body#mainfarm a#production,

body#aboutus a#aboutus,
body#history a#aboutus,
body#quality a#aboutus,
body#sustainableag a#aboutus,
body#foodsafety a#aboutus,

body#contact a#contact,
body#mainoffice a#contact,
body#employees a#contact,

body#links a#links {
	background:url(../images/navindicator.png) no-repeat right;
	color:#000;
}

body#table a#table,
body#seed a#seed,
body#chippers a#chippers,
body#grains a#grains,
body#growingarea a#growingarea,
body#facilities a#facilities,
body#washplant a#washplant,
body#seedfarm a#seedfarm,
body#mainfarm a#mainfarm,
body#history a#history,
body#foodsafety a#foodsafety,
body#quality a#quality,
body#sustainableag a#sustainableag,
body#mainoffice a#mainoffice,
body#employees a#employees {
	background: #3D150C;
}

/* ------- SECTION NAVIGATION STYLES ------- */

#sectionnav {
	text-align:right;
	margin-bottom:10px;
}

#sectionnav ul {
	list-style:none;
}

#sectionnav ul li {
	display:inline;
}

#sectionnav a {
	display:block;
	float:right;
	height:22px;
	color:#fff;
	text-decoration:none;
	line-height:22px;
	border:1px solid #fff;
	border-top:none;
	padding:0 6px;
}

/* ------- MAIN CONTENT STYLES (RIGHT COLUMN) ------- */

#content {
	margin-left:199px;
}

#content .inner {
	padding:0 0 20px 3px;
}

#content .inner img.right, .right {
	margin-top: .5em;
	padding:2px;
	border:1px solid #fff;
	float:right;
	margin-left:.5em;
}

#content .inner img.rightnoborder, .right {
	margin-top: .5em;
	padding:2px;
	border:none;
	float:right;
	margin-left:.5em;
}

#content .inner img.left, .left {
	margin-top: .5em;
	padding:2px;
	border:1px solid #fff;
	float:left;
	margin-right:.8em;
	margin-left:10px;
}

#content .inner .imageparagraph {
	min-height:140px;
	margin-bottom:10px;
}

/* ------- FOOTER STYLES ------- */

#footer {
	background:#5F2417 url(../images/footerbgd.gif) top repeat-x;
	height:20px;
}

#footer p, #footer a {
	color:#CBA58E;
	font-size:1.1em;
}

#footer .legal {
	float:left;
	width:350px;
	padding-top:5px;
	margin-left:-10px;
}

#footer .pixels {
	text-align:right;
	padding-top:5px;
}

#clearall {
	clear:both;
	height:1px;
}
