* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	color: #2a2a2a;
	font-family: Verdana, Tahoma Arial;
	font-size: 11px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

.contentHolder {
	width: 1000px;
	margin: 0 auto;
}

.middle {
	vertical-align: middle;
}

.b {
	font-weight: bold;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*
 * HEADER
 */

#header {
	width: 100%;
	min-width: 1000px;
	height: 120px;
	background: transparent url('/data/images/bg_header.jpg') repeat-x top;
	margin-bottom: 10px;
}

#headerBackgroundFix {
	width: 100%;
	min-width: 1000px;
	height: 120px;
	background: transparent url('/data/images/bg_logo.jpg') no-repeat top left;
}

#header #logo {
	margin: 35px 0px 0px 50px;
	float: left;
}

#header #menu {
	list-style-type: none;
	margin: 25px 0px 0px 10px;
	float: left;
}

#header #menu li {
	width: 92px;
	height: 62px;
	background: transparent url('/data/images/menu_separator.png') no-repeat right center;
	margin-right: 2px;
	float: left;
}

#header #menu li a {
	width: 90px;
	height: 42px;
	display: block;
	font-size: 12px;
	font-style: "Myriad Pro", Arial;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}

#header #menu li a:hover {
	background: transparent url('/data/images/menu_hover.png') no-repeat top center;
}

#header #menu li#current a {
	background: transparent url('/data/images/menu_current.png') no-repeat top center;
	color: #343e49;
}

#header #language {
	margin-top: 47px;
	float: right;
}

/* END OF HEADER */

/*
 * FOOTER
 */

#footer {
	width: 100%;
	min-width: 1000px;
	height: 263px;
	background: transparent url('/data/images/bg_footer.jpg') repeat-x top;
	margin-top: 20px;
	padding-top: 20px;
}

#footer #vizitCart {
	float: left;
}

#footer #keywords {
	width: 600px;
	height: 130px;
	text-align: right;
	float: right;
}

#footer #keywords h2 {
	color: #2a2a2a;
	font-size: 14px;
	font-family: "Myriad Pro", Arial;
}

#footer #copy {
	width: 350px;
	color: #969696;
	margin-top: 50px;
	margin-left: 10px;
	float: left;
}

#footer #e7studio {
	width: 195px;
	color: #969696;
	margin-top: 20px;
	float: right;
}

#footer #e7studio a {
	color: #969696;
}

/* END OF FOOTER */

/*
 * CONTENT
 */

h3 {
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#swawionBox {
	width: 336px;
	height: 150px;
	background: transparent url('/data/images/box_swawion.jpg') no-repeat top left;
	float: left;
}

#swawionBox h1 {	
	width: 320px;
	height: 50px;
	color: #4597e9;
	font-size: 24px;
	font-family: Impact;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px auto 10px auto;
	padding: 15px 0px;
}

#swawionBox h2 {
	width: 320px;
	font-size: 12px;
	font-family: "Myriad Pro", Arial;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
}

#e7studioBox {
	width: 336px;
	height: 90px;
	background: transparent url('/data/images/box_e7studio.jpg') no-repeat top left;
	float: left;
}

#e7studioBox h1 {	
	width: 320px;
	height: 20px;
	color: #4597e9;
	font-size: 24px;
	font-family: Impact;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px auto 5px auto;
	padding: 5px 0px;
}

#e7studioBox h1 a {
	color: #4597e9;
}

#e7studioBox h2 {
	width: 320px;
	font-size: 12px;
	font-family: "Myriad Pro", Arial;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
}

#e7studioBox h2 a {
	color: #000;
}

#map {
	margin-top: 20px;
	float: right;
}

.line {
	width: 943px;
	height: 20px;
	background: transparent url('/data/images/line.jpg') no-repeat top center;
	margin: 20px auto;
}


.box {
	width: 1000px;
	padding-bottom: 9px;
}

.boxBG {
	background: transparent url('/data/images/box_bottom.jpg') no-repeat bottom left;
}

.box .boxTop {
	width: 1000px;
	height: 11px;
}

.boxBG .boxTop {
	background: transparent url('/data/images/box_top.jpg') no-repeat bottom left;	
}

.box .boxContent {
	width: 960px;
	padding: 0px 20px 10px 20px;
}

.box .boxContent h1,
.box .boxContent h1 a {
	color: #2d6aa3;
	font-size: 18px;
}

.box .boxContent img.image {
	border: 3px solid #e7e7e7;
	margin: 0px 10px 10px 0px;
	float: left;
}

.boxBG .boxContent {
	background: transparent url('/data/images/box_content.jpg') repeat-y left;
}

.btnMore {
	width: 279px;
	height: 25px;
	display: block;
	background: transparent url('/data/images/btnMore.png') no-repeat top center;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
}

/* END OF CONTENT */

/*
 * FORM
 */

form {
	width: 50%;
	float: left;
}

form label {
	display: block;
	margin: 10px 0px 2px 10px;
	font-weight: bold;
	color: #777;
}

form input,
form textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 4px;
	padding: 4px;
}

form button {
	margin-top: 10px;
	border: 1px solid #2d6aa3;
	background-color: #2d6aa3;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 4px;
	padding: 2px 10px;
}

#quickcontact {
	width: 45%;
	float: right;
}

.red {
	color: #ff0000;
}

/* END OF FORM */

/*
 * PAGING
 */

.paging {	
	padding: 8px 0px 0px 0px; 
	margin: 15px auto 0px auto;
	text-align: center;
}

.paging a {
	margin: 0px 5px 0px 0px;
	padding: 3px 6px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border: 1px solid #e7e7e7;
	background-color: #fefefe;
	color: #e7e7e7;
}

.paging a:hover {
	color: #777;
	border: 1px solid #777;
	background-color: #f7f7f7;
}

.paging a.selected {
	border: 1px solid #2d6aa3;
	background-color: #2d6aa3;
	color: #fff;
}

/* END OF PAGING */

/*
 * ERROR MESSAGES
 */

.warning, .err, .succes {
 width:100%;
 margin-bottom:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.warning {
 border:1px solid #a97822;
 background:#fff5ca;
}

.err {
 background : #e28b65;
 border : 1px solid #a5260f;
}

.succes {
 background : #b9e57b; 
 border : 1px solid #41a808; 
}

.warning .warning_icon {
 float:left;
 width:48px;
 height:48px;
 margin:14px;
 background:url('/data/admin/assets/warn.png') no-repeat 0 0;
 behavior:url(/data/admin/js/iepngfix.htc) !important; 
}

.err .err_icon {
 float:left;
 width:48px;
 height:48px;
 margin:14px;
 background:url('/data/admin/assets/fail.png') no-repeat 0 0;
 behavior:url(/data/admin/js/iepngfix.htc) !important; 
}

.succes .succes_icon {
 float:left;
 width:48px;
 height:48px;
 margin:14px;
 background:url('/data/admin/assets/success.png') no-repeat 0 0;
 behavior:url(/data/admin/js/iepngfix.htc) !important; 
}

.desc {
 float:left;
 width:80%;
}

.desc p {
 float:left;
 color:#000 !important;
}

.desc span {
float:left;
width:100%;
font-weight : bold; 
font-size : 1.2em; 
padding-bottom : 2px; 
margin-top:15px;
}

.warning .desc span {
 color : #dc9c00; 
}

.err .desc span {
 color : #981d05; 
}

.succes .desc span {
 color : #3a9805;
}

a.close {
 float:right;
 color:#555;
 font-size:14px;
 padding:5px;
 display:inline;
 margin-right:5px;
 font-weight:bold;
}

/* END OF ERROR MESSAGES */