
@import url('/css/common.css');
@import url('/css/service.css');

body{
	background:#f2cd96 url('/img/body_bg.jpg') no-repeat top left;
}

table.layout{
	width:100%;
	height:100%;
}

/* ================================= Header ============================== */

tr#header td{
	vertical-align:top;
	height:185px;
}

tr#header td.logo{
	background:url('/img/logo_cell_bg.gif') no-repeat bottom right;
}

tr#header td.logo img{
	margin-top:14px;
	margin-left:49px;
}

tr#header td.title{
	padding-left: 100px;
	background:url('/img/header_separator.gif') repeat-x bottom left;
}

tr#header td.title img{
	margin-top:30px;
}

tr#header td.contacts{
	font-size:1.1em;
	background:url('/img/header_separator.gif') repeat-x bottom left;
	padding-left:17px;
}

td.contacts strong{
	color:#db3300;
}

td.contacts p{
	margin:0.7em 0;
	font-size:15px;
	word-spacing:3px;
}

td.contacts p.employer{
	margin-top:30px;
}

td.contacts p.employer strong{
	word-spacing:9px;
	font-size:14px;
}

td.contacts p.competitor strong{
	letter-spacing:2px;
	word-spacing:-3px;
	font-size:14px;
}

tr#header a.mail{
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	text-decoration:none;
	color:#1f1a17;
}

/* ================================= Eof Header ========================== */



/* ================================= Menu ================================ */

td.main_menu ul{
	margin:0px;
	margin-top:130px;
	margin-left:50px;
	padding:0px;
	list-style:none;
}

td.main_menu li{
	margin:0px;
	margin-bottom:0.2em;
	padding:0.2em 0px;
	padding-right:10px;
	text-align:right;
	
	color:#5a482d;
	font-size:1em;
	font-weight:bold;
	background: url('/img/menu_bar.gif') repeat-y top right;
}

td.main_menu li.active{
	background:#f19316;
}

td.main_menu li a{
	color:#5a482d;
	text-decoration:none;
}


table.inner_menu{
	width:100%;
	margin-bottom:1em;
}

table.inner_menu td{
	width:33%;
	text-align:center !important;
	font-size:0.9em;
}

table.inner_menu div.bg_container{
	width:165px;
	margin:0 auto;
	height:0px;
	line-height:0px;
	font-size:0px;
	text-align:left;
}

table.inner_menu div.bg_container img{
	position:absolute;
	width:165px;
	height:29px;
	z-index:1;
}

/*
table.inner_menu div.top_bg{
	background: url('/img/inner/submenu_top.gif') no-repeat top center;
}

table.inner_menu div.bottom_bg{
	background: url('/img/inner/submenu_bottom.gif') no-repeat bottom center;
}
*/


table.inner_menu a{
	position:relative;
	display:block;
	width:165px;
	padding-top:7px;
	padding-bottom:5px;
	margin:0 auto;
	text-decoration:none;
	color:black;
	z-index:2;
}

table.inner_menu span{
	position:relative;
	display:block;
	width:165px;
	padding-top:7px;
	padding-bottom:5px;
	margin:0 auto;
	z-index:2;
}

table.inner_menu a:hover{
	color:#db3300;
}

table.inner_menu td.active{
	color:#db3300;
}

img.vacancies{
	float:right;
	margin-top:50px;
}

img.priser{
	float:right;
	margin-top:50px;
	margin-left:-20px;
}

/* ================================= Eof Menu ============================ */



td.content{
	width:100%;
}

div.content_container{
	padding:50px;
	padding-top:25px;
	width:100%;
	text-align:justify;
}

div.content_container td{
	text-align:left;
}

div.list_item{
	margin-bottom:2em;
}

div.list_item a{
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}


/* ================================= News ================================ */

td.news_spacer{
	background:url('/img/rc_separator.gif') repeat-y top center;
}

td.news h2 a{
	color:#1f1a17;;
	text-decoration:none;
}

td.news ul{
	margin:2em 0px;
	margin-left:5px;
	padding:0px;
	list-style:none;
}

td.news li{
	padding:0px;
	background:none;
	font-size:0.8em;
	line-height:1.2em;
	margin-bottom:1em;
}

td.news span.date{
	color:#db3300;
	font-weight:bold;
}

td.news li a{
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
	font-size:1.1em;
}

/* ================================= Eof News ============================ */



/* ================================= Feedback ============================ */

div.feedback_container{
	margin:1em 5px;
	width:161px;
	background: url('/img/feedback_bg.jpg') repeat-y top center;
	font-size:0.8em;
	line-height:1em;
}

div.feedback_container div.top_bg{
	background: url('/img/feedback_top.jpg') no-repeat top center;
}

div.feedback_container div.bottom_bg{
	//height:240px;
	min-height:220px;
	padding:1.5em 1.2em;
	background: url('/img/feedback_bottom.jpg') no-repeat bottom center;
}

/*
div.feedback_container h2{
	font-size:1.3em;
	//font-size:1.4em;
	font-weight:bold;
	line-height:1em;
	margin:0;
	margin-bottom:0.5em;
	color:#db3300;
	text-transform:uppercase;
	letter-spacing:-1px;
	text-align:center;
}
*/

div.feedback_container img{
	margin-left:20px;
	margin-bottom:0.5em;
}

div.feedback_container a{
	text-decoration:none;
	color:#1f1a17;
}

div.feedback_item{
	margin-bottom:2em;
}

p.signature{
	text-align:right;
	margin:0.1em 0;
}

/* ================================= Eof Feedback ======================== */



/* ================================= Forms =============================== */

form.vacancy{
	margin:2em 0;
}

form.vacancy td{
	padding:3px 0;
	padding-right:20px;
}

form.vacancy input, form.vacancy textarea{
	margin:2px 0;
}

form.vacancy h3{
	font-size:1.4em;
	font-weight:normal;
	margin:0.5em 0;
}

form.vacancy input{
	width:100%;
}

form.vacancy input.short{
	width:100px;
}

form.vacancy input.submit_but{
	width:auto;
	background:white url('/img/submit_button_bg.gif') repeat-x left bottom;
	border:1px solid #666666;
	float:right;
	padding:0 10px;
	//padding:0;
}

/* ================================= Eof Forms ============================ */


tr#footer td{
	height:90px;
	background:url('/img/footer_separator.gif') repeat-x 0px 20px;
	padding-top:35px;
	text-align:center;
}

tr#footer p.schedule{
	font-weight:bold;
}

tr#footer td.footer_spacer{
	background:none;
}

tr#footer td#footer_left{
	background:url('/img/footer_left_bg.gif') no-repeat 100% 20px;
}

/* === vacancy === */
div.bar{
	background-color:#f7dcb9;
	padding:4px 8px;
}

ul.categoryList{
	margin:0;
	margin-top:12px;
	padding:0;
	list-style:none;
}

ul.categoryList li{
	padding:0;
	background:none;
}

ul.categoryList a{
	color:#db3300;
	text-decoration:none;
}

ul.categoryList a:hover{
	text-decoration:underline;
}

div.vacancy{
	margin-bottom:1em;
	padding:4px 8px;
}

div.vacancy p{
	margin:0px;
	margin-bottom:0.3em;
}

/*	============		begin	footer		==============	*/

a.black_small {
	color: Black;
	font-size: 0.85em;
	float: right;
	display: inline;
	padding-right: 50px;
	padding-top: 15px;
}

address.footer {
	font-style: normal;
	font-weight: bold;

}
div.min_width{
	width: 800px;
}
/*	============		end	footer		==============	*/