body, header, td, th, div, p, label, input, a {

	font:normal 14px/16px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color: rgb(255,255,255);
}

body{
	background: url(../images/bg.png);
}

header{
	/* background:url(../images/header-bg.jpg) no-repeat center transparent; */
	/*background: url(../images/bg.png);*/
	text-align:center;
	height:auto;
}

#head_wrapper{
	width:907px;
	margin:auto;
	display: block;
	height: 40px;
	
}

div.logo_contact>div.logo{
	float:left;
	position:relative;
	top:39px;
}

div.logo_contact>div.contact{
	float:right;
	position:relative;
	top:48px;
}

div.logo_contact>div.contact>a:link, div.logo_contact>div.contact>a:visited {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	float:right;
	color:rgb(250,3,25);
}

div.logo_contact>div.contact>a:hover{
	color:rgb(255,255,255);
}

div.logo_contact>div.contact>p{
	float: right;
	color:rgb(255,255,255);	
}

div.topmenu{
	background: url(../images/menu-bg.jpg),
	url(../images/module-corner-left-top.gif) no-repeat top left,
	url(../images/module-corner-left-bottom.gif) no-repeat bottom left,
	url(../images/module-corner-right-bottom.gif) no-repeat bottom right,
	url(../images/module-corner-right-top.gif) no-repeat top right;
	height: 47px;
	width:907px;
	margin: auto;
	margin-top: 70px;
}

ul.menu-nav{
	padding:0;
	margin:0;
	list-style: none;
	text-align: center;
}

ul.menu-nav>li{
	display: inline-block;
	min-width: 10em;
	text-align: center;
}

ul.menu-nav>li>a:visited,ul.menu-nav>li>a:link{
	color: rgb(255,255,255);
	text-decoration: none;
	display: block;
	padding: 16px;
	font:normal 13px/16px Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

ul.menu-nav>li>a:hover, .selected {
	background:  url(../images/menu-active-bg-marker.gif) no-repeat center bottom, 
	             url(../images/menu-active-bg.gif) repeat-x;
}




#slider{
	width: 907px;
	height: auto;
	position:relative;
	margin:auto;
	margin-top: 35px;
	
}

section{
	width: 907px;
	margin: 30px auto 30px auto;
	text-align: left;
	background-color: rgba(255,0,0,0.4);
	border: 2px solid rgba(255,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: auto;

}

table{
	height:250px;
}


td{
	vertical-align:top;
}





section>div.services{
	
	height: auto;
	margin: 1em;
	
	/*background-color: rgba(255,0,0,0.1);
	border: 2px solid rgba(255,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

section>div.services>img{
	display: inline-block;
	vertical-align:top;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	margin: 0;
	padding: 0;
}

section>div.services>div{
	display: inline-block;
	margin-left: 1em;
	background-color: rgba(255,0,0,0.1);
	border: 2px solid rgba(255,0,0,0.1);
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	width: 91%;
	min-height: 56px;

}



section>div.services>div>h1{
	cursor: pointer;
	padding: 0;
	height: 22px;
	margin-top: 21px;
}

section>div.references>p{
	text-align: center;
	margin: 10px auto 10px auto;

}

section>div.dedicated>table{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

section>div.dedicated>table>tbody>tr>td{
	text-align: center;
	margin: 10px auto 10px auto;
	background-image: url("../images/referencie/empty_logo.png");
}

.left>p {
	margin: 11px;
}

footer{
	width: 907px;
	margin:auto;
	background-color: rgba(255,0,0,0.4);
	border: 2px solid rgba(255,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

footer>p{
	float: right;
	margin: 11px;
}

footer>a{
	display: inline-block;
	float: left;
}

.clear {
	clear: both;
}







