#container { 
	width:100%;
	margin: 0 auto;
	position:relative;
	text-align:center;
}

a, a:hover {
	text-decoration:none;	
}

input, button, select, textarea, input:focus, button:focus, select:focus, textarea:focus {
	outline:none;
}

input[type=text], input[type=password], select {
	height:30px;
	border:1px solid #ddd;
	background-image:none;
	font-size:11px;
	color:#666;
	padding:0 10px;
}

textarea, textarea.text_normal {
	background-image:none;
	border:1px solid #ddd;
	font-size:11px;
	color:#666;
	padding:10px;
}

input[type=submit], input[type=button], button {
	height:30px;
	width:auto;
	min-width:80px;
	padding:0 15px;
	background-image:none;
	background-color:#0052a0;
	border:none;
	cursor:pointer;
	transition:all 0.5s ease;
	color:#fff;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:-0.5px;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
	background-color:#b2daff;
	color:#0052a0;
}

/******************HEADER BEGIN******************/

#header {
	width:100%;
	position:relative;
	background:url('../image/header_bg.jpg') no-repeat center top transparent;
}

#header_top {
	width:1000px;
	margin:0 auto;
	height:107px;
	position:relative;
}

#header_logo {
	position:absolute;
	left:0;
	top:16px;
	width:234px;
	height:138px;
	transition:all 0.5s ease;
}

#header_logo:hover {
	opacity:0.5;	
}

#header_contact, #header_reklam, #header_cart {
	float:right;
	background:rgba(0,0,0,0.67);	
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-top:27px;
}

#header_contact {
	padding:12px 10px;
	width:194px;
	height:56px;
	overflow:hidden;	
}

#header_contact p, #header_contact a {
	color:#fff;
}

#header_reklam p, #header_ads a {
	color:#fff;
	font-size:12px;
}

#header_reklam {
	width:280px;
	height:60px;
	padding:10px;
	text-align:left;
	margin-left:6px;
	overflow:hidden;
	line-height: 1em;
}

#header_cart {
	width:187px;
	height:80px;
	margin-left:20px;
	background:url('../image/icon_cart_l.png') no-repeat 14px center rgba(0,0,0,0.67);
	cursor:pointer;
	transition:all 0.5s ease;
}

#header_cart:hover {
	background-color:#b2daff;
	background-image:url('../image/icon_cart_l_blue.png');
}

#header_container {
	width:1000px;
	height:64px;
	margin:0 auto;
}

#header_login {
	float:right;
	width:187px;
	height:42px;
	margin-top:10px;
	background-color:#0052a0;
}

#header_search {
	float:right;
	margin-top:10px;
	margin-right:20px;
	height:42px;
	width:520px;
}

#header_search label {
	display:none;
}

#header_bottom {
	width:100%;
	height:50px;
	background-color:#0052a0;	
}

/*** MAINMENU BEGIN ***/

#mainmenu {
	width:1000px;
	margin:0 auto;	
	height:50px;
}

#mainmenu br {
	display:none;
}

/*HOR MENU*/
.hor-menu, .hor-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hor-menu li {
	position: relative;
}

.hor-menu li ul li {
	margin-right:0px;
	text-align:left;
	padding-left:10px;
}

.hor-menu ul {
	position: absolute;
	display: none;
	min-width:140px;
	*width:140px;
	left: 10%;
	top: 90%;
	padding:10px;
	z-index: 990;
	background-color:#0052a0;
	border:none;
	border-top:1px solid rgba(255,255,255,0.5);
}

.hor-menu ul li:hover {
	background-image:none;
}

.hor-menu > li {
	float: left;
}

.hor-menu li:hover > ul, .hor-menu li.sfHover > ul {
	display: block;
}

.hor-menu li {
	transition:all 0.5s ease;
}

.hor-menu li:hover {
	background-color:#b2daff;
}

.hor-menu a {
	display: block;
	position: relative;
}

.hor-menu ul ul {
	top: -11px;
	left: 100%;
}

#header_menu_content .hor-menu .sfHover a {
	color:#0052a0;
}

#header_menu_content .hor-menu .sfHover ul li a {
	color:#fff;
}

#header_menu_content .hor-menu .sfHover ul li a:hover {
	color:#0052a0;
}

#header_menu_content .hor-menu li ul li.sfHover a {
	color:#0052a0;
}

#header_menu_content .hor-menu li ul li.sfHover ul li a {
	color:#fff;	
}

/*HOR MENU SKIN*/

#header_menu_content .hor-menu a:hover, #header_menu_content .hor-menu a.text_small:hover {
	color:#0052a0;
}

#header_menu_content .hor-menu ul a:hover, #header_menu_content .hor-menu ul a.text_small:hover {
	color:#0052a0;
}

#header_menu_content > ul {
	height: 50px;
	width: 1000px;
}

#header_menu_content .hor-menu {
	float: left;
	margin-bottom: 0;
}

#header_menu_content .hor-menu ul {
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	min-width:140px;
	*width:140px;
	z-index: 210;
	white-space:nowrap;
}

#header_menu_content .hor-menu a {
	text-decoration: none;
	font-size: 14px;
	text-transform:uppercase;
	color: #fff;
	zoom: 1;
	display: block;
	font-weight:700;
	transition:all 0.5s ease;
	letter-spacing:-1px;
}

#header_menu_content .hor-menu ul a {
	border-bottom:none;
	transition:all 0.5s ease;
	padding:10px;
}

#header_menu_content .hor-menu ul a {
	font-size:13px;
}

#header_menu_content .hor-menu ul a:hover {
	border-bottom:none;
	color:#0052a0;
}

#header_menu_content .hor-menu .menu_content_sub a {
	background: none;
	padding: 0;
	margin-top:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:0px;
}

.sf-sub-indicator {
	display:none;
}

/*** MAINMENU END ***/

/****************** HEADER END ******************/


/****************** CONTNET BEGIN ******************/

#content { 
	width:100%;
	position:relative;	
}

#content_top { 
	font-size:0;
	height:20px;
	width:100%;
}

#content_container { 
	width:1000px;
	margin: 0 auto;
}

#content_bottom { 
	font-size:0;
	height:15px;
	width:100%;
}

/****************** RIGHT BEGIN******************/

#left {
	float:left;
	width:254px;	
}

#box_left {
	width:254px;
	position:relative;
	z-index:10;
}

.box_left_top {
	font-size:0;
	width:254px;
	height:8px;
}

.box_left_title { 
	width:254px;
	height:40px;
	text-align:left;
	background-color:#0052a0;	
}

.box_left_title h3 { 
	color:#fff;
	font-size:16px;
	padding-left:20px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:-1px;
}

.box_left_container {
	width:254px;
	padding:22px 0 40px 0;
	overflow:hidden;
}

/****************** RIGHT END******************/

/****************** CENTER BEGIN ******************/

#center {
	float:left;
	width:746px;	
}

#body { 
	width:726px;
	margin-left:20px;
	position:relative;
	z-index:1;
}

#body_title { 
	width:726px;
	height:39px;
}

#title_content {
	width:726px;
	height:40px;
	text-align:left;
}

#title_content h2 {
	float:left;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:700;
	color: #666;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:40px;
}

#body_container { 
	width:726px;
	padding-top:0px;
}

/****************** CENTER END ******************/

/****************** CONTENT END******************/

/****************** FOOTER BEGIN******************/

#footer { 
	width:1000px;
	height:205px;
	margin:0 auto;
	border-top:5px solid #0052a0;
	border-bottom:1px solid #cdcdcd;
	position:relative;
	text-align:center;
}

/****************** FOOTER END******************/

/****************** PROVIDER BEGIN******************/

#provider { 
	width:1000px;
	margin:0 auto;
	height:24px;
	position:relative;
}

#provider_content_right {
	width:400px;
	float:right;
	text-align:right;
    padding-top: 5px;
}

/****************** PROVIDER END******************/
