
/*============================= Standard Tags ================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #502e25;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../gfx/bg_sky_slim.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 18px;
	height: 100%;
}

body.index {
	background-image: url(../gfx/bg_sky_full.jpg);
}



h1,h2,h3,h4,p {
	margin: 10px 0;
}

h2 { font-size: 16px; color: #556819; }
h3 { font-size: 14px; color: #556819; }
h4 { font-size: 12px; color: #823d38; }



li {
	margin-left: 15px;
}

a {
	color: #677719;
	outline: none;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

input, textarea {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 1px 3px;
	
}

.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }


/*============================= Main Layout ===============================*/


#wrapper {
	position: relative;
	max-width: 1000px;
	min-width: 920px;
	margin-left: 68px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background-color: #556819;
	background-image: url(../gfx/bg_wht.png);
	background-position: top right;
	background-repeat: repeat-y;
}


#title {
	position: relative;
	background: #fff;
	height: 145px;
	clear: both;
}

#title h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 25px;
}

#title h1 a {
	display: block;
	height: 84px; /* Don't forget print.css too */
	width: 161px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
}

#title h1 a:hover, #title h1 a:focus {
}




/*===================== Two Column Layout - Left Sidebar ==============================*/


#container {
	width: 100%;
	float: left;
	margin-right: -700px;
}

#sidebar {
	margin-right: 700px;
	background-color: #546719;
	padding-bottom: 80px;	
}

#content {
	width: 600px;
	padding: 50px;
	float: right;
}

#content p {
	width: 410px;
	margin-bottom: 20px;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	margin-left: 0;	
}

#content ul.links {
	line-height: 16px;
	width: 600px;
	background: url(../gfx/links_bg.jpg) 0 0 no-repeat;
	padding-bottom: 100px;
	padding-top: 10px;
}

#content ul.links li, .contact li {
	margin-bottom: 15px;	
	margin-left: 0;
}


#content ul.links li a {
	display: block;
}

#sideinfo {
	float: right;
	width: 150px;
	margin-left: 30px;
	padding-top: 30px;
}

#sideinfo p, #sideinfo li {
	width: 150px !important;	
	color: #677719;
}



.pad {
	margin-top: 77px;
}


/*================================ Index ==================================*/


#wrapper-index {
	position: relative;
	max-width: 1000px;
	min-width: 920px;
	margin-left: 68px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}


#container-index {
	width: 100%;
	float: left;
	margin-right: -700px;		
}


#index P {
	width: 503px;
	height: 112px;
	background: url(../gfx/tagline.png) 0 bottom no-repeat;
	text-indent: -2000em;
	margin: 0 auto;
	padding-top: 60px;
}



/*================================ Main Nav ==================================*/

#about a {
	background: url(../gfx/nav_about.png) -33px 0 no-repeat;
	height: 23px;
}

#about a:hover, #about a:focus {
	background: url(../gfx/nav_about.png) -33px -23px no-repeat;
}

#varieties a {
	background: url(../gfx/nav_varieties.png) -33px 0 no-repeat;
	height: 23px;
}

#varieties a:hover, #varieties a:focus {
	background: url(../gfx/nav_varieties.png) -33px -23px no-repeat;
}

#contact a {
	background: url(../gfx/nav_contact.png) -33px 0 no-repeat;
	height: 23px;
}

#contact a:hover, #contact a:focus {
	background: url(../gfx/nav_contact.png) -33px -23px no-repeat;
}

#links a {
	background: url(../gfx/nav_links.png) -33px 0 no-repeat;
	height: 23px;
}

#links a:hover, #links a:focus {
	background: url(../gfx/nav_links.png) -33px -23px no-repeat;
}

#nav {
	text-indent: -2000em;
	display: block;
	float: right;
	padding-top: 124px;
	width: 200px;
	margin-bottom: 105px;
}

#sidebar.index {
	width: 265px;	
}

#nav ul { 
	list-style: none;
}

#nav li {
	margin: 0 0 20px 0;
}

#nav li a {
	display: block;
	color: #fff;
	padding-right: 32px;
	border-right: 5px solid #556819;
	outline: none;
}

#nav li a.selected {
	border-right: 5px solid white;
}



/*============================= Potatoes =================================*/


.varieties {
	width: 100%;
	height: 30px;
	overflow: hidden;
	float: left;
	margin-bottom: 40px;
	padding-top: 10px;
}


.varieties ul {
	position: relative;
}


.varieties ul li {
	position: relative;
	margin: 0 1px 0 0;
	float: left;
	list-style: none;
	text-indent: -2000em;
}


.varieties ul li a {
	display: block;
	line-height: 24px;
	color: white;
}

.varieties ul li a.selected {
	margin-top: -10px;
	line-height: 34px;
}

.varieties ul li a:hover {
}

.varieties ul li a.selected:hover {
}



.varieties ul li.market a {
	width: 204px;
	background: url(../gfx/varieties_fresh.png) 0 -1px no-repeat;
}

.varieties ul li.market a.selected {
	background: url(../gfx/varieties_fresh.png) 0 -25px no-repeat;
}

.varieties ul li.process a {
	width: 178px;
	background: url(../gfx/varieties_process.png) 0 -1px no-repeat;
}

.varieties ul li.process a.selected {
	background: url(../gfx/varieties_process.png) 0 -25px no-repeat;
}

.varieties ul li.chip a {
	width: 204px;
	background: url(../gfx/varieties_chip.png) 0 -1px no-repeat;
}

.varieties ul li.chip a.selected {
	background: url(../gfx/varieties_chip.png) 0 -25px no-repeat;
}


.description {
	float: left;
	min-height: 160px;
	width: 290px;
}

#content .description p {
	width: 290px;
}

ul.potatoinfo {
	margin-top: 10px;
	width: 260px;
	float: left;
	margin-left: 48px;
}

ul.potatoinfo li {
	display: block;
	width: 100%;
	float: left;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

ul.potatoinfo li strong {
	display: block;
	float: left;
	width: 120px;
	text-transform: uppercase;
	color: #556819;
	font-weight: normal;
}

ul.potatoinfo li span {
	width: 130px;
	display: block;
	float: left;
}

.morepotato {
	position: relative;
	clear: both;
	padding-top: 40px;
}

.potatophoto {
	left: -15px;
	position: absolute;
}

.potatonav {
	position: relative;
	float: right;
	width: 240px;
	padding: 10px 0 10px 20px;
}

.potatonav ul {
	line-height: 20px;
	width: 50%;
	float: left;
}

.potatonav ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 6px;
}

.potatonav ul li a {
	color: #a58c49;
	text-decoration: none;
}

.potatonav ul li a:hover {
	text-decoration: underline;
}

.potatonav ul li a.selected {
	color: #546719;
}


/*============================= Po-Titles ===============================*/


#content h2 {
	display: block;
	text-indent: -2000em;
	overflow: hidden; /* IE */
	height: 22px;
	width: 420px;
	text-transform: uppercase;
	font-size: 16px;
}



#content h3 {
	display: block;
	text-indent: -2000em;
	overflow: hidden; /* IE */
	height: 17px;
	width: 420px;
	text-transform: uppercase;
	font-size: 13px;
}



#content h4 {
	display: block;
	text-indent: -2000em;
	overflow: hidden; /* IE */
	height: 17px;
	width: 200px;
	font-size: 13px;
}



/*

#content h3.almera { background: url(../gfx/title_almera.png) 0 0 no-repeat; }
#content h3.agria { background: url(../gfx/title_agria.png) 0 0 no-repeat; }
#content h3.roko { background: url(../gfx/title_roko.png) 0 0 no-repeat; }
#content h3.provento { background: url(../gfx/title_provento.png) 0 0 no-repeat; }
#content h3.markies { background: url(../gfx/title_markies.png) 0 0 no-repeat; }
#content h3.linzer { background: url(../gfx/title_linzer.png) 0 0 no-repeat; }
#content h3.estima { background: url(../gfx/title_estima.png) 0 0 no-repeat; }
#content h3.fianna { background: url(../gfx/title_fianna.png) 0 0 no-repeat; }
#content h3.jo { background: url(../gfx/title_jo.png) 0 0 no-repeat; }
#content h3.claire { background: url(../gfx/title_claire.png) 0 0 no-repeat; }
#content h3.pearl { background: url(../gfx/title_pearl.png) 0 0 no-repeat; }
#content h3.about { background: url(../gfx/title_about.png) 0 0 no-repeat; margin-top: 77px; margin-bottom: 20px; }
#content h3.building { background: url(../gfx/title_building.png) 0 0 no-repeat; margin-top: 25px; margin-bottom: 20px; }
#content h3.links { background: url(../gfx/title_links.png) 0 0 no-repeat; margin-top: 77px; margin-bottom: 20px; }
#content h3.contact { background: url(../gfx/title_contact.png) 0 0 no-repeat; margin-top: 77px; margin-bottom: 20px; }

*/
