@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background-image: url(/_images/bgpattern.jpg);
	background-repeat: repeat-x;
	background-color: #2F5877;
}
a{
	color: #2D5177;	
	text-decoration: none;
}
a:hover{
	color: #2D5177;	
	text-decoration: underline;
}
a:visited{
	color: #2D5177;	
}
h1,h2,h3{
	font-size: 14px;
	color: #2D5177;
}

#container{
	margin: auto;
	width: 915px;
	height: 615px;
	margin-top: 20px;
}
#logo{	
	float: left;
	width: 300px;
	height: 91px;
}
#menu{
	float: right;
	width: 615px;
	text-align: right;
	height: 91px;
}
#menu ul{
	list-style: none;
	margin: 55px 0 0 0;
	padding: 0;
}
#menu li{
	display: inline;
	margin-left: 20px;
}
#menu li a{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover{
	color: #2D5177;
	
}
#content{
	clear: both;
	width: 915px;
	height: 100%;
	overflow: hidden;
	background-color:#fff;
	background-image: url(/_images/bg_grad2.jpg);
	background-repeat: repeat-x;
}
#imagebanner{
	text-align: center;
	width: 913px;
	height: 153px;
	overflow: hidden;
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: thin solid #000;
	background-image: url(/_images/bgtable.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}
#imagebanner img{
	border: 2px solid #fff;	
}
#imagebanner ul{
	list-style: none;	
	margin: 0;
	padding: 0;
}
#imagebanner li{
	display: inline;
	margin: 0 16px 0 0;
}
#left{
	float: left;
	width: 300px;
	margin: 5px 0 0 0;
	padding: 10px;
	height: 300px;
}
#left ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
#left li{
	display: block;
	padding: 15px 0 8px 20px;
	border-bottom: thin dotted #CCC;
	height: 20px;
	background-image: url(/_images/babybrand.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
#splash{
	margin: auto;
	width: 695px;
	height: 336px;
	padding: 0px;
	text-align: center;
	color: #fff;
}
#left .noline{
	border: none;
}

#right{
	float: right;
	width: 565px;
	height: 300px;
	margin: 5px 0 0 0;
	padding: 10px;
	border-left: dotted thin #CCC;
}
#adres{
	clear: both;
	width: 905px;;
	text-align: right;
	height: 100px;
	border-top: dotted thin #CCC;
	clear: both;
	padding: 0 10px 0 0;
}
#footer{
	clear: both;
	color: #fff;
	text-align: right;
	width: 915px;
	margin: auto;
	text-transform: uppercase;
	font-size: 10px;
}
#footer a{
	color: #fff;	
}
#footer a:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
#splash a{
	color: #fff;	
}
#splash a:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
