
body {
	margin: 0;
	margin-top:10px;
	padding: 0;
	background: #F1F1F1 url(http://ulotrix.ru/images/img01jpg.jpg) repeat-x left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #023848;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
	margin-top:10px;
	margin-bottom:10px;
}

h4 {
    font-size: 1.2em;
	color:#FF0033;
}

h5 {
    font-size:14px;
	font-weight:bold;
	color:#3366FF;
	}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #4486C7;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 980px;
	height: 180px;
	margin: 0 auto;
	padding: 0px;
	background: url(http://ulotrix.ru/images/img06.jpg) no-repeat left top;
}

/* Logo */

#logo {
    width: 480px;
	float: right;
	margin-top: 20px;
	margin-right:130px;
	padding-top: 3px;
	color: #000000;
}

#logo p {
	float: right;
	margin: 0;
	margin-top: 20px;
	font: bold 20px Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0px 40px;
	background: url(http://ulotrix.ru/images/img03.gif) repeat-y left top;
}

#page-bgtop {
	padding: 10px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 10px 0px 0px 0px;
}

.post {
	background: url(http://ulotrix.ru/images/img07.gif) no-repeat left 50px;
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #023848;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	background: url(http://ulotrix.ru/images/img08.gif) no-repeat left top;
	padding: 0px 0px 20px 0px;
	padding-bottom: 10px;
	text-align: left;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 25px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar h3 {
	color:#FF0033;
	height: 28px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.3em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	font-size: 9px;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}


/* Menu */

#menu
{
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        background: #111;
        background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
        background: -webkit-linear-gradient(#444, #111);
        background: -o-linear-gradient(#444, #111);
        background: -ms-linear-gradient(#444, #111);
        background: linear-gradient(#444, #111);
        -moz-border-radius: 50px;
        border-radius: 50px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
        float: left;
        padding: 0 0 10px 0;
        position: relative;
}

#menu a
{
        float: left;
        height: 25px;
        padding: 0 25px;
        color: #999;
        text-transform: uppercase;
        font: bold 12px/25px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
}

#menu li:hover > a
{
        color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
        color: #fafafa;
}

#menu li:hover > ul
{
        display: block;
}

/* Подменю */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
        height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
        text-transform: none;
}

*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#menu ul a:hover
{
    background: #0186ba;
        background: -moz-linear-gradient(#04acec,  #0186ba);
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
        background: -webkit-linear-gradient(#04acec,  #0186ba);
        background: -o-linear-gradient(#04acec,  #0186ba);
        background: -ms-linear-gradient(#04acec,  #0186ba);
        background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

#menu ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */



.box 
{
        margin:10px; 
		background-color:#CCFFCC; 
		padding:5px; border:#999999 1px solid; 
		text-align:center;
}

.code {
       margin:10px; 
		background-color:#CCFFCC; 
		padding:5px; border:#999999 1px solid;
       }

.ex 
{
       background-color:#FFFFFF;
	   margin:5px; 
	   padding:5px; 
	   border:#999999 1px solid;
}

.red {font-size:12px; font-weight:bold; color:#FF0000;}

.contact {
border:1px solid #999999;
margin:10px;
padding:10px;
background-image:url(images/the_bat.jpg);
background-repeat:no-repeat;
background-position: right;
background-color:#FFFFFF;
}

.buttons
{
width: 390px;              /* ширина контейнера div */
font-size: 13px;           /* размер шрифта */
font-weight: bold;         /* стиль текста: жирный */			
padding-left:15px;         /* отступ от левой границы блока */
padding-right:15px;        /* отступ от правой границы */
padding-bottom:10px;       /* отступ от нижней границы */
margin-top:10px;           /* отступ блока от верха */
margin-bottom:10px;        /* отступ от низа */
margin-left:78px;          /* отступ блока от левого края страницы */
border:1px solid #CCC;     /* толщина и цвет рамки */
background: #ECECEC;       /* фоновый цвет */
}
 
.buttons a {
border: none;
opacity:0.6;               /* прозрачность: 60% */
}
 
.buttons a:hover {
border: none;
opacity:1.0;               /* прозрачность при наведении: 100% */
}

.bigbox {margin:20px; background-color:#00FFCC; text-align:center; padding:10px; border:#999999 solid 1px; font-size:14px; font-weight:700; color:#FF0000}

.act-form 
{
border:1px solid #999999;
margin:10px;
padding:10px;
background-color:#FFFFFF;
}
