﻿/*page*/
#page_wrapper {
	width: 900px;
	margin: auto;
	margin-top: 55px;
}
/*header*/
#header_wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
}
#banner_wrapper {
	width: 900px;
	height: 310px;
	margin: auto;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
}
/*main content*/
#main_content_wrapper {
	height: 750px;
	background-color: #05226e;
}
.content {
	height: 740px;
	width: 289px;
	float: left;
	text-align: center;
	padding: 5px;
}
.content_border {
	border-left: 1px #e67717 dotted;
	border-right: 1px #e67717 dotted;
}
#content_corners_wrapper {
	height: 59px;
	background-color: #05226e;
}
.content_left_top_corner {
	background-image: url('../images/left_top.gif');
}
.content_right_top_corner {
	background-image: url('../images/right_top.gif');
}
.content_left_bottom_corner {
	background-image: url('../images/left_bottom.gif');
}
.content_right_bottom_corner {
	background-image: url('../images/right_bottom.gif');
}
/*banner box*/
#banner_box_wrapper {
	width: 250px;
	height: 300px;
	float: right;
}
#banner_box_contact {
	height: 120px;
	margin-top: 15px;
}
#banner_box_opened {
	height: 95px;
	margin-top: 2px;
}
#banner_box_location {
	height: 58px;
	margin-top: 10px;
}
/*global*/
.corner_left {
	width: 58px;
	height: 59px;
	float: left;
}
.corner_right {
	width: 58px;
	height: 59px;
	float: right;
}
.header_text_big {
	font-size: 20px;
	font-weight: bold;
}
.header_text_small {
	font-size: 12px;
	font-weight: bold;
}
.normal_text {
	font-size: 11px;
}
.verdana {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.white {
	color: white;
}
.link_color {
	color: #05226e;
}
a {
	text-decoration: none;
}
a:active {
	outline-style: none;
}
a:focus {
	outline-style: none;
}
a:visited {
	color: black;
}
a:link {
	color: black;
}
img {
	border: 2px black solid;
}

.OSEBNO:hover {
color:#000000 !important;
}
/*footer*/
#footer_wrapper {
	width: 800px;
	margin: auto;
	margin-top: 10px;
	background-color: black;
}
#footer_logo_wrapper {
	float: left;
}
#footer_text_wrapper {
	float: right;
}