body {
	background-image: url('../gfx/bg.png');
	background-color: #ffffff;
	background-position: top;
	background-repeat: repeat-x;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #023f5f;
	text-decoration: none;
}

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

#wrapper {
	background-image: url('../gfx/wrapper_bg.png');
	background-color: transparent;
	min-height: 700px;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#page {
	width: 920px;
	margin: 0 auto;
}

#header {
	height: 80px;	
}

#logo {
	float: left;	
}

#header-menu {
	display: block;
	float: right;
	list-style: none;
	background-image: url('../gfx/top_menu_bg.png');
	width: 310px;
	height: 35px;	
}

#header-menu li {
	display: inline;
	line-height: 28px;	
}

#menu {
	height: 40px;
	display: block;
	text-align: left;
	list-style: none;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	font-size: 0px;
	color: transparent;
	background-image: url('../gfx/menu.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#menu li a:hover {
	background-image: url('../gfx/menu_h.png');
}

#menu li.active a {
	background-image: url('../gfx/menu_a.png');
}

#main-page {
	width: 124px;
}

#products {
	width: 74px;
	background-position: -124px center !important;
}

#products {
	width: 74px;
	background-position: -124px center !important;
}

#centrium {
	width: 74px;
	background-position: -198px center !important;
}

#about-us {
	width: 64px;
	background-position: -272px center !important;
}

#customers {
	width: 50px;
	background-position: -423px center !important;
}

#contact {
	width: 63px;
	background-position: -336px center !important;
}

#news {
	width: 96px;
	background-position: -473px center !important;	
}

#teaser {
	width: 920px;
	height: 225px;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
}

#teaser div {
	width: 920px;
	height: 225px;
	background-repeat: no-repeat;
}

#teaser-1 {
	background-image: url('../gfx/teaser_1.jpg');
}

#teaser-2 {
	background-image: url('../gfx/teaser_2.jpg');
}

#teaser-3 {
	background-image: url('../gfx/teaser_3.jpg');
}

#teaser-4 {
	background-image: url('../gfx/teaser_4.jpg');
}

#teaser a.more-info {
	position: absolute;
	bottom: 11px;
	left: 20px;
}

#teaser a.www {
	position: absolute;
	bottom: 11px;
	left: 170px;
}
	
#small-teaser {
	width: 920px;
	height: 40px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 20px 0;
}

.column {
	float: left;
	width: 280px;
	text-align: left;
	margin: 0 20px;
	font-size: 12px;
}

.column p {
	line-height: 15px;
	text-align: justify;
	text-indent: 12px;
	padding-bottom: 10px;	
}

.cf {
	clear: both;	
}

h2 {
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #023f5f;
	padding-bottom: 10px;	
}

h3 {
	color: #444444;
	font-size: 17px;
	font-weight: normal;
	padding-top: 8px;	
}

h4 {
	padding: 5px 0;	
}


.columns ul {
	list-style-type: circle;
	margin-bottom: 10px;
}

.columns ul li {
	line-height: 15px;
	margin-left: 40px;
	text-align: justify;
}

ul.side-menu {
	list-style-type: none;
}

ul.side-menu li {
	margin-left: 0;
}

a.read-more {
	float: right;
	font-size: 8pt;
}

.icon-block img {
	float: left;
	padding: 5px 10px;
}

.icon-block {
	margin-bottom: 10px;	
}

.icon-block h3 {
	margin-bottom: 5px;	
}

.side-menu li a {
	display: block;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #dddddd;
	margin: 0 10px;
	padding: 0 5px;
}

.side-menu li a:hover {
	border-bottom: 1px solid #37a8e9;
	text-decoration: none;
}

#footer {
	margin: 40px 0;
	text-align: center;
	color: #888888;
}

#footer ul {
	display: block;
	margin-bottom: 5px;
	height: 40px;
	list-style: none;
	width: 100%;
	background-image: url('../gfx/footer_bg.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 40px;
}

#footer ul li {
	display: inline;
	padding: 0 5px;
}

#footer span {
	font-size: 8pt;
}

form fieldset {
	width: 100%;
}

form fieldset label {
	width: 150px;
	display: block;
	float: left;
	margin: 5px 0;
}

form fieldset input {
	width: 240px;
}

form fieldset input, form fieldset select, form fieldset textarea {
	border: 1px solid #cccccc;
	margin: 5px 0;
	padding: 2px;
}

form fieldset textarea {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

fieldset.buttons {
	text-align: right;
	margin: 15px;
}

fieldset.buttons button {
	background-color: #efefef;
	border: 1px solid #dddddd;
	padding: 5px 2px;
	font-weight: bold;
}

fieldset.buttons button:hover {
	border: 1px solid #94DAFF;
	background-color: #D7F6FF;
}

button.positive {
	color: #0063A4;
}

div.error {
	margin: 10px auto;
	width: 80%;
	border: 1px solid #FFCCCA;
	color: #942F2A;
	padding: 10px;
	background-color: #FFF4F4;
	font-size: 12pt;
}

#gallery div {
	display: block;
	width: 190px;
	height: 170px;
	text-align: center;
	margin: 10px 0;
	padding: 2px;
	float: left;
	font-style: italic;
	color: #666666;
	font-size: 12pt;
}

#gallery div img {
	display: block;
	margin: 0 auto;
	padding: 1px;
	border: none;
}

.site-map {
	font-size: 10pt; 
	color: #999999;
}

.site-map li {
	margin: 7px auto;	
}

.site-map a {
	margin-right: 10px;
	font-size: 11pt;
}

input.error {
	border: 1px solid #cc0000;
}

ul.validation-errors {
	list-style-type: none;
	width: 80%;
	margin: 10px auto;
	border: 1px solid #ffdddd;
	background: #ffeeee;
	padding: 5px;
	color: #aa0000;
}

div.success {
	font-size: 10pt;
	line-height: 24px;
	color: #529214;
	font-weight: bold;
	margin: 15px;
	padding: 5px;
	width: 520px;
    background-color:#f5f5f5;
    border:1px solid #dadada;
}
