/* this is class used for tinymce editor - edited content body*/
.mceContentBody {
    margin: 0;
    padding: 0;
    overflow: scroll;
    text-align: left;
    background: #fff;
    color: #000;
    font-family: verdana,Tahoma,Arial,sans-serif;
    font-size: 11px;
    line-height: 14px;
}
#website_body {
	background:#d6df20;
	color:#000;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 100%;
}

.website_content {
	background:#d6df20 url(../gfx/Page12_1_bg.jpg) repeat-x;
	font-family: verdana,Tahoma,Arial,sans-serif;
	color:#000;
	line-height: 1.2em;
	font-size: 0.7em;
}

.website_header {
  background: transparent url(../gfx/Page12_1_header_bg.jpg) no-repeat;
  border-bottom: 1px solid #670116;
  height: 150px;
}
.website_wrapper{
	width: 760px;
}
.website_wrapper2{
	background: transparent url(../gfx/Page12_1_wraper_bg.gif) no-repeat 760px 0;
}

.website_clear {
    display: block;
    clear: both;
}

.website_topmenu {
	font-size: .85em;
	background:#810124 url(../gfx/Page12_1_top_menu_bg.jpg) no-repeat;
	color:inherit;
}

.website_content_grid {
	background-color:#5B0011;
}

.website_content_grid p {
    margin-bottom: 20px;
}

.website_content_grid_left {
  float: left;
  width: 170px;

}

.website_content_grid_right {
  float: left;
  width: 590px;
  background: #fff url(../gfx/Page12_1_grid_bg.jpg) repeat-x;
  overflow: hidden;
}

#grid {
	background: transparent url(../gfx/Page12_1_grid_right_corner.jpg) no-repeat top right;
}

#grid img{
	border: 1px solid #999;
}

.website_footer {
	background-color:#5B0011;
	color: #a57279;
	height: 44px;
	line-height: 33px;
	position: relative;
}
.website_footer_bg {
	width: 500px;
	height: 11px;
	position: absolute;
	top:0;
	left:170px;
	background:#fff;
}
.website_footer a {
	width: 96px;
	height: 44px;
	background: transparent url(../gfx/Page12_1_nettkonsult.jpg) no-repeat top right;
	text-indent: -9999em;
	display: block;
	position: absolute;
	top:0;
	right:0;
}

.website_footer_bottom {
	color: #000;
	font-size: .8em;
	line-height: 1em;
	padding: 25px 0;
	text-align: center;
}

.website_footer_bottom a {
	color: #0080ff;
	text-decoration: underline;
}

.website_footer_bottom a:hover {
	text-decoration: none;
}

.website_footer_left {
	float: left;
	margin-left: 170px;
	margin-top: 11px;
}

.webstie_footer_right {
	float: right;	
	margin-top: 11px;
	margin-right: 96px;
}
/* texts and headers*/
.website_text_header {
    color: #5B0011;
	background-color: inherit;
}
#grid {
	
}
#grid p {
	margin: 0;
	padding: .5em 1em;
}
#grid h1 {
	color:#5B0011;
	background-color:inherit;
	font-size: 2em;
	line-height: 2em;
	padding:.5em;
	text-align: right;
}
