html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a, a:visited {
	color: #e6003a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
        margin: 50px 0;
        background: #0e4c49;
        text-align: center;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        color: #FFF;
}
.box {
        position: relative;
        text-align: left;
        width: 85%;
        height:100%;
        margin: 0 auto;
        background: #011516;
}
.head {
        height: 169px;
        background: url("/i/cigara.jpg") no-repeat right top;
}
.logo img {
		margin: 40px 0 0 50px;
}
.navigation {
		border-top: 1px solid #0e4c49;
		border-bottom: 1px solid #0e4c49;
	    background: url("/i/happy.jpg") no-repeat left top;
}
.navigation h2 {
		text-align: center;
		padding: 10px 0;
		text-transform: uppercase;
		font-size: 15px;
		color: #e6003a;
}
/*--------------------------
        content: описание контента
--------------------------*/
.content {
        clear: both;
        padding: 10px 20px;
}
.text {
		font-size: 12px;
}
.textpad {
		padding: 5px 50px 80px;
}
.text p {
		padding: 8px 0 0 0;
}
.text h1 {
		padding: 0 0 7px 0;
		font-size: 14px;
        color: #e6003a;
        text-align: center;
}
.text h1 span {
		font-size: 12px;
		color: #fff;
		padding: 0 3px 0 0;
}
.text h1 a, .text h1 a:visited {
		color: #e6003a;
		text-decoration: underline;
}
.text h1 a:hover {
		text-decoration: none;
}
.imgbox {
		text-align: center;
		padding: 30px 0 0 0;
}
.imgboxinner {
		margin: 0 auto;
		width: 542px;
		padding: 0;
}
.imgpad {
		padding: 20px 18px 10px 14px;
}
.imgborder {
   		background: #0e4c49;
   		padding: 5px 0;
}
.img_left {
		width: 100%;
		height: 100%;
		background: url("/i/ramka/left.jpg") no-repeat left center;
}
.img_right {
		width: 100%;
		height: 100%;
		background: url("/i/ramka/right.jpg") no-repeat right center;
}
.img_top {
		width: 100%;
		height: 100%;
		background: url("/i/ramka/up.jpg") no-repeat center top;
}
.img_bottom {
		width: 100%;
		height: 100%;
		background: url("/i/ramka/down.jpg") no-repeat center bottom;
}
.description {
		margin: 0 50px;
		padding: 20px 0 80px 0;
}
.description span.link {
		display: block;
		padding: 0 0 8px 0;
}
/* cat list */
.catlistitem {
		padding: 0 0 30px 0;
		font-size: 12px;
}
.catlistitem  h2 {
		text-transform: none;
		padding: 0 0 30px 0;
		text-align: center;
}
.catlistitem .catidimg {
		float: left;
}
.catlistitem .date {
		display: block;
		padding: 12px 0 0 0;
}
.catlistitem p {
		padding: 0 0 4px 0;
}
/* page */
.page span {
		font-weight: bold;
		color: #e71b3d;
		font-size: 15px;
}
/* bottom */
.bottom {
        clear: both;
        line-height: 130%;
        color: #D8D6D6;
		position: relative;
		font-size: 12px;
}
.bottom p {
		background: url("/i/zk.gif") no-repeat 20px 1px;
}
.bottomfon {
		position: absolute;
		top: -171px;
		//top: -170px;
		right: 0;
		width: 378px;
		height: 216px;
		background: url("/i/bottom.jpg") no-repeat left top;
		z-index: 99;
}
.bottomline {
        position: absolute;
        background: url("/i/bottomline.jpg") repeat-x left top;
        z-index: 100;
        top: 0;
		right: 0;
		height: 2px;
		width: 100%;
		font-size: 0;
}
.bottompad {
        padding: 7px 20px;
}
/* other */
.clear {
		clear: both;
}
.clearfix:after{
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */ 
