@charset "utf-8";
/* CSS Document */

body {
	background: #224482 url(/img/client/rolls/bg.png) repeat-y center;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
}

div#container	{
	margin:0 auto;
	width:717px;
}

div#header	{
	background: url(/img/client/rolls/header_01.jpg) no-repeat top left;
	width: 715px;
	height: 142px;
}

div#header_products	{
	background: url(/img/client/rolls/header_products.jpg) no-repeat top left;
	width: 715px;
	height: 60px;
}

div#navigation	{
	background-color: #0054a6;
	height: 20px;
	width: 689px;
	padding: 4px 0 0 25px;
}

	#nav	{

	}
		
	#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	
	}
	#nav li{
	float: left
	}
	
	#nav .bullet	{
	background-image:url(/img/client/rolls/nav_bullets.png); width: 15px; height:15px; float:left;
	}
	#nav .text	{
	margin-left: 25px;
	width: 120px;
	}
	
	#navigation a, #navigation	{
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
	a	{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
	#navigation a:hover, a:hover	{
	color: #8bb1e4;
	text-decoration: none;
	}
	
div#content	{
	background: url(/img/client/rolls/body.jpg) no-repeat bottom left;
	height: 929px;
	width: 670px;
	padding: 1px 25px 0 23px ;
}

div#content #about	{
	font-weight: bold;
	padding: 1px 0 8px 25px;
	margin-top: 30px;
}

div#content p	{
	margin-left: 25px;
}

div#whitebox	{
	width: 305px;
	background: rgba(255, 255, 255,0.5);
	padding: 2px 10px;
	margin-left: 10px;
	min-height: 170px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

div#whitebox p	{
	margin-left: 0;
}

div#whitebox h1	{
	font-size: 15px;
	font-weight: bold;
	color: #0054a6;
}

div#whitebox td	{
	border: 1px solid #000;
	font-size: 8px;
	padding: 6px;
}

div#whitebox #img	{
	float:left;
	display: inline;
	background-image:url(/img/client/rolls/sprite_about.png);
	width: 121px; height: 120px;
}

div#whitebox #img2	{
	float:left;
	display: inline;
	background-image:url(/img/client/rolls/sprite_advantages.jpg);
	width: 131px; height: 130px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

div#whitebox #img3	{
	float:left;
	display: inline;
	background-image:url(/img/client/rolls/sprite_contact.jpg);
	width: 131px; height: 130px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}