/*
-----------------------------------------------
Site:		pautini.ru
Author:		Yaroslav Melekhin
Version:	11 Oct 2006
-----------------------------------------------
*/

html, body {
	margin:0 0 20px;
	padding:0;
	background-color:#fff;
	font:12px Verdana,Sans-serif;
	line-height:1.6em;
	text-align:center;
	color:#333;
	cursor:none;
	}

img {
	border-width:0px;
	}


/* =Header
----------------------------------------------- */

div#header {
	background:#fff url("images/logo-bg.gif") no-repeat;
	height:100px;
	}

img#head-logo {
	width:265px;
	height:90px;
	float:left;
	clear:right;
	}

div#head-ban {
	width:468px;
	height:60px;
	float:left;
	margin:20px;
	}

div.top-right {
	float:right;
	text-align:right;
	padding-right:30px;
	height:18px;
	width:400px;
	background:#f0f0f0 url("images/top-right-bg.gif") repeat-y left;
	}

div.top-right img {
	height:9px;
	width:9px;
	margin:2px 5px 0 0;
	}

div.top-right a {
	vertical-align:top;
	margin-left:15px;
	letter-spacing:1px;
	}


/* =SearchArea
----------------------------------------------- */

div#search-area {
	height:65px;
	background-color:#e2e2e2;
	text-align:center;
	border-bottom:#fff solid 3px;
	}

div#search-area form {
	margin:0;
	padding:0;
	}

div#search-area form div {
	text-align:center;
	margin-right:440px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}


div#search-area form input {
	width:400px;
	height:16px;
	margin-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:5px;
	}

div#search-area input#search-button {
	width:100px;
	height:22px;
	}



/* =Left & right Blocks
----------------------------------------------- */

div#c-left, div#c-right {
	margin-top:68px;
	padding:7px 5px 10px;
	height:200px;
	text-align:left;
	line-height:1.3;
	font-size:11px;
	}

div#c-left {
	border-right:#f0f0f0 dashed 1px;
	background:#fff url("images/c-left-bg.gif") repeat-y right;
	}

div#c-right {
	border-left:#f0f0f0 dashed 1px;
	background:#fff url("images/c-right-bg.gif") repeat-y left;
	}

div#c-left h2, div#c-right h2 {
	border-left:#e2e2e2 solid 7px;
	margin:0 10px 7px;
	line-height:14px;
	height:14px;
	text-indent:3px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3a3a3a;
	}

div#c-left h2 b, div#c-right h2 b {
	display:block;
	color:#f3581c;
	float:left;
	}





/* =Content
----------------------------------------------- */

h1 {
	display:none;
	}

h2 {
	color:#f3581c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}


p {
	margin:0 10px 10px;
	}



ul {
	margin:0;
	padding:0;
	}

div#cont-cont {
	margin:0;
	padding:5px 7px 15px;
	}


div.c-main {
	background:#f0f0f0 url("images/c-main-bg.gif") no-repeat 40px 5px;
	padding:0px 5px 10px 195px;
	margin-top:-5px;
	text-align:left;
	line-height:1.4;
	}

a.orange-big, a.orange-big:visited, a.orange-big:active, a.orange-big:link {
	color:#ff4e00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}






/* =Footer
----------------------------------------------- */

div#footer-block {
	height:90px;
	margin:0;
	border-top:#fff solid 3px;
	background:#f0f0f0 url("images/f-bg1.gif") repeat-x;
	}

div#footer-block div {
	width:280px;
	height:20px;
	margin:30px auto 0 auto;
	background:#fff url("images/f-bg2.gif") no-repeat;
	font-size:10px;
	letter-spacing:-1px;
	}




/* =links
----------------------------------------------- */

a, a:visited, a:active, a:link {
	text-decoration: none;
	color:#787878;
	}

a:hover {
	text-decoration: underline;
	color: #ff4e00;
	}



div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:left;width:100%}

div#content {
	margin: 0 18%;
	background-color:#f0f0f0;
	text-align:left;
	}

div#navigation {
	float:left;
	width:18%;
	margin-left:-100%;
	background:#fff url("images/s-left-bg.gif") no-repeat top right;
	}

div#extra {
	float:left;
	width:18%;
	margin-left:-18%;
	background:#fff url("images/s-right-bg.gif") no-repeat top left;
	}

div#footer {
	clear:left;
	width:100%
	}
