/**
 * Title: D. Feenstra en Zonen bv
 * Description: This stylesheet defines the default layout of feenstravlees.nl
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Jelke Boonstra
 * Version: 1.0
 */
body {
	background: url("body_back.jpg") no-repeat 50% 0%;

	border-top: solid 5px #b50106;

	line-height: 125%;

	margin: 0;
	padding: 0;

	position: static;
}

body, td, th {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 80%;
}

h1 {
	color: #79744e;

	font-size: 125%;
	font-style: italic;
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 190%;
}

a {
	color: #e10007;

	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: solid 1px red;
}

/**
 * Container
 */
#container {
	width: 950px;

	margin: 0 auto;
}

/**
 * Header
 */
#header {
	background: url("header.jpg") no-repeat bottom;

	float: left;

	width: 100%;
	min-height: 308px;
}

/**
 * Company name
 */
#company_name {
	float: left;

	margin: 15px 75px;
	padding: 0;
}

#company_name a {
	background:  url("logo.gif") no-repeat;

	display: block;

	text-indent: -1000em;

	width: 297px;
	height: 50px;
}

#company_name a span {
	display: none;
}

/**
 * Navigation
 */
#navigation {
	background: #EE1C25 url("menu_left.gif") no-repeat bottom;

	float: right;

	font-size: 80%;

	letter-spacing: 1px;

	margin-right: 13px;

	width: 380px;
}

#navigation ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	background-repeat: no-repeat;
	background-position: top left;

	color: #FFF;

	display: block;

	padding: 13px 0 13px 5px;
	margin-left: 10px;

	height: 13px;

	text-decoration: none;
}

#navigation a:hover {
	background-position: bottom left;
}

#navigation a span { display: none; }

/* Specific menu items */
#menu_item_home a {
	background-image:  url("home_roll.gif");

	width: 28px;
}

#menu_item_company a {
	background:  url("company_roll.gif") no-repeat;

	width: 85px;
}

#menu_item_news a {
	background:  url("news_roll.gif") no-repeat;

	width: 58px;
}

#menu_item_meat a {
	background:  url("meat_roll.gif") no-repeat;

	width: 51px;
}

#menu_item_contact a {
	background:  url("contact_roll.gif") no-repeat;

	width: 65px;
}

/* Sublevel */
#navigation ul ul {
	background: url("dropdown_img.png") no-repeat bottom;

	border-top: solid 1px #E50007;

	font-size: 100%;

	position: absolute;
	left: -999em;

	padding: 0 0 6px 0;
	margin-left: 13px;

	width: 150px;

	z-index: 999;
}

#navigation li li {
	padding: 0;
	margin: 0;

	width: 13em;

	z-index: 999;
}

#navigation ul ul li.active a,
#navigation li:hover ul a,
#navigation ul ul a {
	color: #FFF;

	padding: 16px 0 16px 5px;
	margin: 0;

	width: 150px;
	height: 100%;
}

#navigation ul ul a span {
	background-image: none !important;

	display: inline;
}

#navigation ul ul a:hover span {
	background-image: none !important;
}

#navigation ul ul li.active a:hover,
#navigation ul ul a:hover {
	background-position: bottom left;

	color: #000;
}

#sub_menu_intro a {
	background:  url("sub_intro.gif") no-repeat;
	background-position: top left;
}

#sub_menu_adress a {
	background:  url("sub_adress.gif") no-repeat;
	background-position: top left;
}

#sub_menu_college a {
	background:  url("sub_college.gif") no-repeat;
	background-position: top left;
}

#sub_menu_history a {
	background:  url("sub_history.gif") no-repeat;
	background-position: top left;
}

#navigation li.hovering ul,
#navigation li:hover ul {
	left: auto;
}

/**
 * Content
 */
#content {
	float: left;

	padding: 0 20px 20px 0;

	width: 100%;
}

#content h1 {
	margin: .25em 0 1em 0;
}

.decoration_image {
	float: right;

	margin: 2px;
}

/* Employees */
.employees_list {
	float: left;

	list-style: none;

	margin: 0 0 1em 0;
	padding: 0;

	width: 100%;
}

.employees_list li {
	float: left;

	margin: 2px;
}

.employees_list img {
	border: none;
}

/* Read more link */
.read_more_link {
	padding-right: 10px;

	background:  url("pijltje.gif") no-repeat right;
}

/* Content 1 */
#content_1 {
	background: #FAF7F0 url("content_1_back.gif") no-repeat bottom;

	float: left;

	margin: 0 20px 0 0;
	padding: 0 0 40px 0;

	width: 262px;
}

#content_1 h1 {
	padding: 0 10px;
}

#latest_news{
	
}

/**
 * News items
 */
.news_item {
	border-top: solid 1px #FFF;

	padding: 10px;
}

.news_item .date {
	color: #79744e;

	font-size: 80%;
}

.news_item h2, 
.news_item p { 
	margin: .25em 0; 
}

/* Presentation video link */
#presentation_video_link {
	background: url("video_afb.jpg") no-repeat;

	display: block;

	width: 224px;
	height: 168px;
}

#presentation_video_link:hover {
	background-position: bottom left;
}

#presentation_video_link span {
	display: none;
}

/* Content 2 */
#content_2 {
	background: url("border-left.gif") no-repeat left top;

	float: left;

	margin-right: 0px;
	padding-left: 20px;

	width: 630px;
}

#content_2_a {
	float: left;

	margin-right: 20px;

	width: 300px;
}

#content_2_b {
	background:  url("border-left.gif") no-repeat left top;

	float: left;

	padding-left: 20px;

	width: 265px;
}

/**
 * Copyright
 */
#copyright {
	background: #ebedd5 url("copyright_top.gif") no-repeat top;

	float: left;

	margin: 10px 0 0 0;
	padding: 60px 0 20px 0;

	width: 950px;
}


#copyright a {
	color: #79744e;

	font-size: 80%;

	padding: 0 0 0 20px;

	text-decoration:none;
}

#copyright a:hover{ text-decoration:underline; }

/**
 * Forms
 */
form .textfield,
form .textarea ,
form .form_actions {
	float: left;

	margin-right: 5%;

	width: 60%;
}

form .textarea,
form .form_actions {
	margin: 0;

	width: 60%;
}

form .textfield input,
form .textarea textarea {
	border: 1px solid #ebedd5;
	background: #faf7f0;

	display: block;

	margin: .5em 0;
	padding: 4px;

	width: 100%;
}

form .error input,
form .error textarea {
	border-color: #EE3A43;
}

form .textfield input:focus,
form .textarea textarea:focus {
	border-color: #79744e;
}

form .error input,
form .error textarea {
	border-color: #EE3A43;
}

form label {
	cursor: pointer;
}

form .required_indicator {
	color: #EE3A43;

	font-size: 90%;
}

form .form_actions input {

	display: block;

	font-weight: bold;
	margin-left: 55%;
}
