/************************
 
 * MASTER STYLESHEET 
 * RÖNÅS SKOG AB
 * 2008-11-26
 * By High Graphics
 
 * Colors used:
 * 
 
************************/

/*********************
	HTML
*********************/

body {
	width: 100%;
	margin: 0;
	padding: 0px;	
	font: 12px "Helvetica", Arial, Verdana, sans-serif;
	color: #333333;
	text-align: center;
	line-height: 18px;
	background: url(body_bg.png) repeat-x #076D38;
}

p, blockquote, em, strong, cite, del, ins, sup, sub {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/*********************
	DIV UNIQUE ID's
*********************/

div#center_container {
	width: 860px;
	margin: 0 auto;
}

div#wrapper, div#top_cell, div#logo_cell, div#menu_cell, div#main_cell, div#sidebar_cell, div#sidebar, div#content_cell, div.personal_thumb_cell, div.article_start_cell, div.article_text_cell, div.article_img_cell {
	float: left;
	margin: 0;
	padding: 0;
}

div#wrapper {
	margin: 30px 0 0 0;
	width: 860px;
	background: url(wrapper_bg.png) repeat-y;
}

div#top_cell {
	width: 860px;
	height: 180px;
}

div#logo_cell {
	height: 102px;
	width: 200px;
	margin: 78px 0 0 30px;
	background: url(ronas_skog_logo.png) no-repeat;
}

div#logo_cell a {
	height: 102px;
	width: 200px;
	display: block;
}

div#menu_cell {
	width: 800px;
	height: 54px;
	margin: 0 30px 0 30px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}

div#main_cell {
	width: 820px;
	text-align: left;
	margin: 15px 0 5px 30px;
	padding: 0 0 15px 0;
	
}

div#sidebar_cell {
	width: 200px;
	w\idth: 170px;
	padding: 15px 15px 50px 15px;
	margin-bottom: 15px;
	background: url(sidebar_bg.png) #b2dca4 no-repeat left bottom;
}

div#sidebar {
	width: 200px;
}

div#content_cell {
	width: 580px;
	margin: 0 0 0 30px;
}

/*********************
	DIV CLASS ID's
*********************/

div.article_start_cell {
	width: 570px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

div.article_cell {
	width: 570px;
	margin: 0 0 15px 0;
}

div.personal_thumb_cell {
	width: 135px;
	margin: 0 10px 0 0;
	text-align: center;
}

div.article_text_cell {
	width: 350px;
}

div.article_img_cell {
	width: 200px;
	margin: 0 0 0 20px;
}


/*********************
	TOP CELL BG IMGS
*********************/

.default, .startsida { background: url(top_img_start_3.jpg) no-repeat; }
.virkesmarknad { background: url(top_img_virkesmarknad.jpg) no-repeat; }
.vara_tjanster { background: url(top_img_vara_tjanster.jpg) no-repeat; }
.transporter { background: url(top_img_transporter.jpg) no-repeat; }
.samarbetspartners { background: url(top_img_samarbetspartners.jpg) no-repeat; }
.historik { background: url(top_img_historik.jpg) no-repeat; }
.kontakt { background: url(top_img_kontakt.jpg) no-repeat; }

/*********************
	TYPOGRAPHY
*********************/

h1 {

}

h2 {
	font-size: 20px;
	color: #076D38;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
}


h3.list_sidebar {
	margin: 0px;
	padding: 0 0 8px 0;	
	border-bottom: 1px solid #8ccb77;
}


h3.list_sidebar_kontakt {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;	
	border-bottom: 1px solid #8ccb77;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin: 0 0 10px 0;
}

blockquote {
	clear: both;
	margin: 20px 10px;
	padding: 0 0 0 20px;
	font-size: 130%;
	font-style: italic;
	line-height: 20px;
	color: #454545;
	background: url(citation.png) no-repeat top left;
}

p.sidebar_newsheader {
	font-weight: bold;
}

p.las_mer {
	font-weight: 11px;
	text-align: right;
	margin: 0 0 10px 0;
}

p.posted {
	color: #b2dca4;
	margin: 0 0 5px 0;
}

p.footer {
	float: left;
	width: 800px;
	height: 20px;
	font-size: 11px;
	margin: 15px 0 0 0px;
	padding: 15px 0 0 0;
	border-top: 1px solid #e5e5e5;
}

div#logo_cell h1 {
	text-indent: -10000px;
}

div#sidebar_cell p {
	font-size: 11px;
	line-height: 16px;
}

/*********************
	CLASSES
*********************/

.img_startsida, .img_personal_thumb {
	background: #b2dca4;
	padding: 5px;
	margin: 0 0 10px 0;
}

.img_personal_thumb {
	margin: 0 0 5px 0;
}

div.article_img_cell img {
	background: #b2dca4;
	padding: 5px;
	margin: 0 0 10px 0;
}

div.article_text_cell img {
	background: #b2dca4;
	padding: 5px;
	margin: 5px 0 5px 0;
}

div#sidebar_cell hr {
	height: 1px;
	margin: 12px 0;
	background: url(sidebar_spacer.png) repeat-x;
	border: 0px;
}

/*********************
	MENU LIST
*********************/

ul#nav_list {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
}

ul#nav_list li {
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.015em;
}

ul#nav_list li a {
	display: block;
	padding: 4px 6px;
	text-decoration: none;
	color: #076D38;
}

ul#nav_list li a:hover {
	color: #fff;
	background: #b2dca4;
}

ul#nav_list li a.active {
	color: #fff;
	background: #b2dca4;
}

/*********************
	SIDEBAR LIST
*********************/

div#sidebar_cell ul {
	width: 170px;
	margin: 0;
    padding: 0;
}

div#sidebar_cell ul li {
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #8ccb77;
	/*background: url(sidebar_spacer.png) repeat-x left bottom;*/
}

div#sidebar_cell ul li a {
	display: block;
	color: #076D38;
	padding: 5px 0 5px 5px;
}

div#sidebar_cell ul li a:hover {
	color: #076D38;
	background: #8ccb77;
	text-decoration: none;
}

/*********************
	LINKS
*********************/

a {
	text-decoration: none;
	color: #09774f;
}

a:link, a:visited {
	color: #09774f;
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #09774f;
}

/*********************
	LISTS
*********************/


/*********************
	FORMS
*********************/

/*********************
	FORMS
*********************/

.zemContactForm {
	width: 350px;
	font-weight: normal;
	font: 12px "Arial", Helvetica, Verdana, sans-serif;
	color: #503326;
	margin: 0;
	padding: 0;
}

.zemContactForm fieldset {
	float: left;
	width: 350px;
	border: 0px;
	margin: 0;
	padding: 0;
}

.zemContactForm legend {
	border: 0px;
	visibility: hidden;
}

.zemContactForm label.zemText {
	float: left;
	width: 80px;
	padding: 4px 0 0 0;
}

.zemContactForm input.zemText {
	float: left;
	width: 215px;
	margin: 0 0 8px 0;
	padding: 2px;
	font: 12px "Arial", Helvetica, Verdana, sans-serif;
	color: #503326;
}

.zemContactForm label.zemTextarea {
	float: left;
	width: 100px;
	margin: 15px 0 5px 0;
}

.zemContactForm textarea.zemTextarea {
	float: left;
	width: 300px;
	margin: 0 0 15px 0;
	padding: 2px;
	font: 12px "Arial", Helvetica, Verdana, sans-serif;
	color: #503326;
}

.zemContactForm .zemSubmit {
	float: left;
}

#submit.zemSubmit {
	float: left;
}

ul.zemError {
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
	color: #000;
	font-weight: normal;
}

ul.zemError li {
	color: #000;
	font-weight: normal;
	margin: 0px;
}
