/* MAIN */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN */
html, body {
	color: #4d4d4d;
	height: 100%;
	font: 11px Verdana, Tahoma, sans-serif;
}

a {
	color: #4D4D4D;
	outline: none;
}

p {
	margin: 0 0 11px;
}

b, strong {
	font-weight: bold;
}

i {
    font-style: italic;
}

h1.logo, h1.logo a {
    background: url("../img/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    text-indent: -9999em;
    width: 208px;
}

h2 {}

h3 {
    display: none;
    line-height: 1em;
    margin: 0 0 10px;
}

label {
    display: inline-block;
    margin: 0 2px;
    padding: 2px;
	vertical-align: top;
    width: 120px;
}

input, textarea {
	font: font: 11px Verdana, Tahoma, sans-serif !important;
    border: 1px solid #F4F4F4;
    margin: 2px;
    padding: 2px;
	width: 250px;
}

input:focus, textarea:focus {
	border: 1px solid #555;
}

input.csc-mailform-submit {
    background: none repeat scroll 0 0 #4D4D4D;
	color: #FFF;
	font: 11px Verdana, Tahoma, sans-serif;
    margin: 0 0 0 135px;
	width: 90px;
}

sup, sub {
	font-size: 9px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.content ul {
	margin: 0 0 11px;
}

.content ul li {
	list-style: disc inside none;
}

h3 .header-title {
    display: inline-block !important;
    height: 0 !important;
    overflow: hidden !important;
    width: 0 !important;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	left: 50%;
	margin: 0 0 -220px -480px;
	position: relative;
	width: 960px;
}

.footer, .push {
	clear: both;
	height: 220px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}

/* BLOCKS */
.header {
    height: 75px;
    margin: 0 20px;
}

.logo-holder {
    left: 0;
    position: relative;
    top: 25px;
}

.langmenu {
    margin: 10px 0 0;
    position: absolute;
    right: 0;
}

.header-img {
	height: 270px;
	background: #a91d21;
}

.left-img {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 270px;
    overflow: hidden;
    width: 480px;
}

.left-img img {
	position: absolute;
}

.right-img {
    float: right;
    width: 480px;
}

.menu-holder {
    height: 50px;
    margin: 0 20px;
}

.page-title {
    margin: 15px 20px 10px;
}

.page-title .header-title {
    display: inline-block !important;
    height: 0 !important;
    overflow: hidden !important;
    width: 0 !important;
}

.content-holder {
    display: inline-block;
    margin: 20px;
    width: 920px;
}

.content {
    background-color: #F4F4F4;
    display: inline-block;
    float: right;
    line-height: 1.3em;
    padding: 20px;
    width: 560px;
}

.sidemenu {
    width: 300px;
}

.clients {
    height: 115px;
    padding: 0 0 0 20px;
	margin: 0 0 20px;
}

.address {
    float: left;
    padding-top: 20px;
    width: 180px;
}

.continfo {
    float: left;
    padding-top: 20px;
    width: 180px;
}

.credits {
    background: none repeat scroll 0 0 #E6E6E6;
	color: #666;
	font-size: 10px;
    height: 85px;
    padding: 0 20px;
}

.contactform {
    left: 50%;
    margin-left: -40px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    width: 80px;
}

.contactform a {
    clear: both;
    display: block;
    padding: 0 0 5px;
}

#fancybox-content {
	background: #e6e6e6;
	border-color: #e6e6e6 !important;
}

.credits a {
	color: #666;
	text-decoration: none;
}

.credits p {
	margin: 0;
}

.copyright {
    padding-top: 20px;
    position: absolute;
    right: 20px;
}


/* MENU */
.menu-holder ul {
    display: inline-block;
    margin: 15px 0 0;
}

.menu-holder ul li {
	float: left;
}

.menu-holder ul li a {
    display: inline-block;
    height: 30px;
}

.menu-holder ul li a.active, .menu-holder ul li a:hover {
    background: url("../img/bg.arrow.png") no-repeat scroll center bottom transparent;
}

.menu-holder ul li.first {
    padding: 0 40px 0 0;
}

.menu-holder ul li.middle {
    padding: 0 40px;
}

.menu-holder li.middle,.menu-holder li.last {
	background: url("../img/bg.seperator.png") no-repeat scroll 0 3px transparent;
}

.menu-holder ul li.last {
	padding: 0 0 0 40px;
}

.sidemenu ul li a {
    display: block;
    padding: 0 0 5px;
}

/* LANGMENU */
.langmenu ul li {
	float: left;
}

.langmenu ul li.first {
    padding: 0 10px 0 0;
}

.langmenu ul li.middle {
	padding: 0 10px;
}

.langmenu ul li.last {
	padding: 0 0 0 10px;
}