@import "../reset.css";


body
{
	background-color: #fff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 170%;
	color: #5d5d5d;
}

a
{
	color: #de6616;
	text-decoration: none;
}

a:hover
{
	color: #de6616;
	text-decoration: underline;
}


p
{
	padding: 0 0 10px 0;
}

strong
{
	font-weight: bold;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

h1
{
	color: #de6616;
	text-align: left;
	font-size: 16px;
	line-height: 200%;
	border-bottom: 1px solid #dedede;
	padding: 5px 0 0 31px;
	margin: 0 0 20px 0;
	background: url(../../img/common/h1.bg.png) no-repeat 12px 14px;
}

h2
{
	color: #de6616;
	text-align: left;
	font-size: 14px;
	line-height: 100%;
	padding: 0 0 0 21px;
	margin: 0 0 10px 0;
	background: url(../../img/common/h1.bg.png) no-repeat 7px 5px;
}

h3
{
	color: #5d5d5d;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

.sIFR-flash {
	vertical-align: bottom;
	display: block;
}


ul
{
	margin: 0;
	padding: 0 0 10px 20px;
}

li
{
	background: url(../../img/common/check.png) no-repeat top left;
	padding: 0 0 0 24px;
}


.clear
{
	width: 100%;
	float: none;
	clear: both;
}


.mbox_error_message {
	width: 920px;
	background: #fff4ec url(../../img/common/mbox_error_message_content.png) repeat-y top left;
	padding: 0;
	font-size: 14px;
	color: #ea0000;
	text-shadow: #fff 0px 1px 1px;
	margin: 0 0 10px 0;
	line-height: 130%;
	cursor: pointer;
}

	.mbox_error_message_content
	{
		width: 840px;
		padding: 20px 20px 20px 60px;
		background: transparent url(../../img/common/mbox_error_message_icon.png) no-repeat 18px 12px;
	}
	
	.mbox_error_message_top
	{
		width: 920px;
		height: 6px;
		left: 0;
		bottom: 0;
		background: #fff url(../../img/common/mbox_error_message_top.png) no-repeat top left;
	}
	
	.mbox_error_message_bottom
	{
		width: 920px;
		height: 6px;
		left: 0;
		bottom: 0;
		background: #fff url(../../img/common/mbox_error_message_bottom.png) no-repeat top left;
	}


.mbox_message {
	width: 920px;
	background: #e3ffc5 url(../../img/common/mbox_message_content.png) repeat-y top left;
	padding: 0;
	font-size: 14px;
	color: #3d7c00;
	text-shadow: #fff 0px 1px 1px;
	margin: 0 0 10px 0;
	line-height: 130%;
	cursor: pointer;
}

	.mbox_message_content
	{
		width: 840px;
		padding: 20px 20px 20px 60px;
		background: transparent url(../../img/common/mbox_message_icon.png) no-repeat 18px 12px;
	}
	
	.mbox_message_top
	{
		width: 920px;
		height: 6px;
		left: 0;
		bottom: 0;
		background: #fff url(../../img/common/mbox_message_top.png) no-repeat top left;
	}
	
	.mbox_message_bottom
	{
		width: 920px;
		height: 6px;
		left: 0;
		bottom: 0;
		background: #fff url(../../img/common/mbox_message_bottom.png) no-repeat top left;
	}
		


/* FORMS */
label {
	font-weight: normal;
	font-family: Arial;
	line-height: 1.4em;
	text-align: left;
	vertical-align: bottom;
	padding: 0;
}

input[type="text"], input[type="password"], textarea, select
{
	font-size: 11px;
	font-family: Arial, Tahoma, helvetica;
	color: #4a556d;
	font-weight: normal;
	font-weight: normal;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #25343a;
	padding: 2px 3px 2px 3px;
	width: 400px;
}

select
{
	width: auto;
	padding: 0;
}

option 
{
	padding: 2px 3px 1px 3px;
}

div.form
{
	/*clear: both;*/
	float: none;
	margin-top: 7px;
}



textarea {
	height: 120px;
}

/* END OF FORMS */





#page_wrapper
{
	width: 100%;
	padding-top: 20px;
}

#header
{
	width: 920px;
	height: 252px;
	margin: 0 auto;
	overflow: hidden;
}

#menu
{
	width: 920px;
	height: 35px;
	padding-top: 2px;
	background: url(../../img/common/menu.bg.png);
	margin: 0 auto;
	text-align: center;
}

	#menu ul
	{
		position: relative;
		height: 33px;
		float: left;
		background: transparent url(../../img/common/menu.item.bg.png) no-repeat left bottom;
		margin: 0 0 0 60px;
		padding: 0;
	}
	
	#menu ul li
	{
		position: relative;
		height: 33px;
		float: left;
		padding: 0 2px 0 1px;
		margin: 0;
		background: transparent url(../../img/common/menu.item.bg.png) no-repeat right top;
	}
	
	#menu ul li span
	{
		float: left;
		height: 33px;
	}
	
	#menu ul li span a
	{
		float: left;
		height: 33px;
		padding: 0 22px;
		line-height: 30px;
		color: #fbfbff;
		font-family: Tahoma;
		font-size: 15px;
		letter-spacing: 1px;
	}
	
	#menu ul li span a.sIFR-replaced
	{
		height: 26px;
		padding: 7px 22px 0 22px;
	}
	
	#menu ul li:hover span
	{
		background: transparent url(../../img/common/menu.item.l.bg.png) no-repeat left bottom;
	}
	
	#menu ul li:hover a
	{
		text-decoration: none;
		background: transparent url(../../img/common/menu.item.r.bg.png) no-repeat right bottom;
	}
	
		#menu ul li ul
		{
			display: none;
			position: absolute;
			top: 33px;
			left: 1px;
			width: 172px;
			height: auto;
			margin: 0;
			padding: 0 0 3px 0;
			background: url(../../img/common/menu.sub.bottom.png) no-repeat bottom left;
		}
		
		#menu ul li:hover ul
		{
			display: block;
		}
		
		#menu ul li ul li, #menu ul li ul li:hover
		{
			float: left;
			width: 168px;
			height: 25px;
			margin: 0;
			padding: 0 2px;
			background: url(../../img/common/menu.sub.li.png) repeat-x top left;
		}
		
		#menu ul li ul li.fst, #menu ul li ul li.fst:hover
		{
			width: 172px;
			padding: 0;
			margin: 0;
			height: 3px;
			overflow: hidden;
			background: url(../../img/common/menu.sub.fst.bg.png) no-repeat top left;
		}
		
		#menu ul li:hover ul li a
		{
			float: left;
			width: 148px;
			height: 25px;
			line-height: 25px;
			margin: 0;
			padding: 0 10px;
			text-align: left;
			background: none;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
		}
		
		#menu ul li:hover ul li a:hover
		{
			background-color: #ec7628;
		}

#content
{
	width: 920px;
	margin: 0 auto;
	padding: 16px 0 62px 0;
}

#footer_wrapper
{
	width: 100%;
	height: 93px;
	padding: 2px 0 0 0;
	background: url(../../img/common/footer.bg.png) repeat-x top left;
}

	#footer
	{
		width: 920px;
		margin: 0 auto;
	}
	
	#footer img
	{
		float: left;
	}
	
	#footer p
	{
		text-align: center;
		font-size: 11px;
		line-height: 40px;
	}
	
	#footer span.credits
	{
		color: #8f8f8f; 
		float: right;
	}
	
	#footer ul
	{
		padding-top: 6px;
		float: left;
	}
	
		#footer ul li
		{
			float: left;
			margin: 3px;
			padding: 0;
			background: none;
		}
		
		#footer ul li img
		{
			padding: 1px;
			margin-top: 1px;
			border: 1px solid #ccc;
		}
		
		#footer ul li a.current_flag img
		{
			margin-top: 0;
			border: 2px solid #d00;
		}
	

#camera-viewport
{
	text-align: center;
}

fieldset.img
{
	border: 1px solid #dedede;
	background-color: #f6f6f6;
	padding: 12px 6px 12px 7px;
	margin-bottom: 10px;
}


#offer_headers
{
	padding-top: 20px;
}


.offer_img_box
{
	float: left;
	padding: 2px;
	margin: 6px 6px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
}

	.offer_img_box img
	{
		display: block;
		overflow: hidden;
	}
	
	.offer_img_box p
	{
		text-align: center;
		margin: 0;
		padding: 7px 0 5px 0;
		font-size: 11px;
		line-height: 100%;
	}
	
	
#contact_data
{
	width: 330px;
	float: left;
	padding-top: 5px;
}

	#contact_data p.small
	{
		font-size: 12px;
		line-height: 150%;
	}

#contact_map
{
	width: 590px;
	float: left;
}

	#google_map
	{
		display: none;
	}

#contact_persons
{
	width: 920px;
	float: left;
	clear: both;
	padding-top: 50px;
	margin-top: 20px;
	border-top: 1px solid #dedede;
}

	.contact_person
	{
		width: 306px;
		float: left;
	}
	
	.contact_person img
	{
		border: 1px solid #dedede;
		padding: 2px;
		margin: 0 9px 0 4px;
		float: left;
	}
	
	
/* contact form */

form.contact {
	width: 920px;
	margin-top: 20px;
}

form.contact span.required
{
	font-weight: bold;
	color: #d00;
	font-size: 14px;
}

form.contact .input_box {
	padding: 0 20px 0 10px;
	width: 380px;
	float: left;
}

form.contact .info
{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid #dedede;
}

form.contact input {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 7px;
	height: 14px;
	padding: 8px;
	font-size: 12px;
	border: 1px solid #dadada;
	background-color: #fbfbfb;
}

form.contact textarea {
	clear: both;
	width: 790px;
	border: 1px solid #dadada;
	background-color: #fbfbfb;
	float: left;
	padding: 8px;
	margin-top: 5px;
	font-size: 12px;
}
form.contact .textarea {
	clear: both;
	margin-left: 10px;
}
form.contact .textarea p {
	margin-bottom: 10px;
}

form.contact input.submit {
	background-color: #de6615;
	border: 1px solid #ff9a56;
	color: #fff;
	padding: 4px 6px 6px 4px;
	width: 130px;
	height: 28px;
	margin-left: 10px;
	font-size: 12px;
	clear: both;
}

form.contact .error
{
	border: 1px solid #d00;
}