/* ~~~~ defaults (start) ~~~~ */

*{
	margin: 0;
	padding: 0;
}
body{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
/*body{
	background: url(../img/bg-tile.png);
	font-family:Arial, Helvetica, sans-serif;
}*/

a img{border: 0;}

.clear{clear: both;}

/* ~~~~ defaults (end) ~~~~ */

/* ~~~~ layout (start) ~~~~ */

#wrap{
	width: 950px;
	margin: 0 auto;
	padding-bottom:40px;
	background: url(../img/bg-light.png) no-repeat 50px 0;
}

/* ~~~~ layout (end) ~~~~ */

/* ~~~~ logo (start) ~~~~ */
#logo{
	height:82px;
	padding-top:54px;
}
#logo a{
	display:inline-block;
	margin-left:77px;
}
/* ~~~~ logo (end) ~~~~ */

/* ~~~~ menu (start) ~~~~ */
#menu{padding:0 10px;}
#menu .left-bg{
	float:left;
	width:10px;
	height:65px;
	margin-left:-10px;
	background: url(../img/top-left.png) no-repeat;
}
#menu .right-bg{
	float:right;
	width:10px;
	height:65px;
	margin-right:-10px;
	background: url(../img/top-right.png) no-repeat;
}
#menu .middle-bg{
	height:65px;
	background: url(../img/top-tile.png) repeat-x;
}

* html #menu .right-bg{margin-right:0;}
* html #menu .left-bg{margin-left:0;}
* html #menu{padding:0;}
* html #menu .middle-bg{margin:0;}

#menu ul{
	list-style:none;
	float:right;
	margin-right:19px;
	padding-top:16px;
	font-size:16px;
}
#menu ul li{
	float:left;
	margin-left:59px;
}
#menu ul li a{color:#fff;}
#menu ul li a:hover{text-decoration:none;}
#menu ul li.red a{color:#ef0705;}
#menu ul li.red a:hover{text-decoration:none;}
#menu ul li.menu-act a{color:#000;}
#menu ul li.menu-act a:hover{text-decoration:none;}
/* ~~~~ menu (end) ~~~~ */

/* ~~~~ path (begin) ~~~~ */
#block span.path {
        font-family:Tahoma, sans-serif;
	font-size:11px;
	color: #a1a8ac;
	padding:10px 0;
	margin-right:60px;
	line-height:2;
}
#block span.path a{color: #a1a8ac;}
#block span.path a:hover{text-decoration:none;}
/* ~~~~ path (end) ~~~~ */

/* ~~~~ content (start) ~~~~ */

#block{background: #fff;}
#block .bg{
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	background: url(../img/block-bg-tile.png) repeat-x;
}
/* ~~~~ content (end) ~~~~ */

/* ~~~~ block-bottom (start) ~~~~ */
#block-bottom{
	height:7px;
	padding:0 7px;
}
#block-bottom .left-bg{
	float:left;
	width:7px;
	height:7px;
	margin-left:-7px;
	background: url(../img/bottom-left.png) no-repeat;
}
#block-bottom .right-bg{
	float:right;
	width:7px;
	height:7px;
	margin-right:-7px;
	background: url(../img/bottom-right.png) no-repeat;
}
#block-bottom .middle-bg{
	height:7px;
	background:#fff;
}
/* ~~~~ block-bottom (end) ~~~~ */

/* ~~~~ footer (start) ~~~~ */
#footer{
	margin-top:15px;
	font-family:Tahoma, sans-serif;
	color:#fff;
}
#footer .footer-block{
	float:left;
	width:260px;
	margin-left:47px;
}
#footer h3{
	font-size:20px;
	font-weight:normal;
}
#footer hr{
	background: #454e56;
	border: 0;
	height: 1px;
	margin:5px 0;
}
#footer address{font-style:normal;}
#footer{
	font-size:14px;
	font-style:normal;
	line-height:1.5;
}
#footer span{color:#878787}
#footer a{color:#177ace}
#footer a:hover{text-decoration:none;}
/* ~~~~ footer (end) ~~~~ */

fieldset.tx-powermail-pi1_fieldset legend {color:#f6c376 !important;}
fieldset.tx-powermail-pi1_fieldset label {
    color: #4F585E !important;
    font-size: 1.2em;
}
