*{margin: 0; padding: 0;}
html{height: 100%;}
body{
    width: 100%;
    height: 100%;
    background: url(/img/bg.gif) repeat left top;
    font-family: Tahoma, "Geneva CY", sans-serif;
    font-size: 12px;
    color: #fff;
}
input{vertical-align: top;}
input:focus{outline: 0 none;} 
textarea:focus{outline: 0 none;}
.clear{clear: both;}
.alignleft{float: left;}
.alignright{float: right;}
ul{
    list-style: none;
}
img{
    border: 0;
}
a{
    color: #000;
    text-decoration: underline;
    outline: 0;
}
a:hover{
    text-decoration: none;
}


#wrapper{
    min-height: 100%;
    height: auto !important;
    overflow: hidden;
}


/* Header
******************************************************************************/
#header{
    height: 102px;
    overflow: hidden;
    background: url(/img/header.jpg) repeat-x left top;
}
.logo{
    display: block;
    float: left;
}
.descr{
    width: 675px;
    height: 78px;
    float: right;
    color: #e1cec3;
    font-size: 11px;
    text-shadow: 1px 1px 0 #210211;
    line-height: 13px;
    overflow: hidden;
    margin: 11px 0 0 -50px;
    padding-right: 5px;
}


/* Menu line
******************************************************************************/
.menu-line{
    height: 50px;
    background: url(/img/menu-line.jpg) repeat-x left center;
    border: 1px solid #503f36;
    margin: 0 3px;
}
.menu-line ul{
    width: 65%;
    height: 50px;
    float: left;
}
.menu-line ul li{
    height: 50px;
    line-height: 50px;
    float: left;
    border-right: 1px solid #503f36;
    font-size: 13px;
    font-weight: bold;
    color: #c0957e;
    text-transform: uppercase;
}
.menu-line ul li a{
    display: block;
    color: #c0957e;
    text-decoration: none;
    padding: 0 30px;
}
.menu-line ul li a:hover{
    background: url(/img/menu-active.jpg) repeat-x left center;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.search{
    width: 291px;
    height: 25px;
    float: right;
    margin: 12px 10px 0 0;
    background: url(/img/search.png);
}
.search input{
    width: 255px;
    height: 25px;
    border: 0;
    background: transparent;
    padding:0 5px;
    color: #fff;
    font-size: 11px;
    text-shadow: 1px 1px 0 #422e24;
    line-height: 25px;
}
input.search-bttn{
    width: 20px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    margin: 0;
}


/* Content
******************************************************************************/
#content{
    margin-bottom: 160px;
}
.title{
    height: 46px;
    line-height: 46px;
    background: url(/img/title.jpg) no-repeat left bottom;
    color: #fbd9c6;
    font-size: 20px;
    font-weight: bold;
    padding-left: 70px;
    text-shadow: 1px 1px 0 #000;
}
.title img{
    margin: 0 10px;
    vertical-align: middle;
}
.title h1{
    font-size: 18px;
    display: inline;
    vertical-align: middle;
}
.center{
    width: 1000px;
    margin: 0 auto;
}
.banners{
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
.banners a{
    margin: 0 5px;
}
.banners img{
    border: 1px solid #f8d5c2;
}


/* Thumbs
******************************************************************************/
.thumbs{
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}
.thumb{
    width: 242px;
    padding: 1px;
    border: 2px solid #4e3b32;
    background: #201a17;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    text-shadow: 1px 1px 0 #000;
    margin: 1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.thumb img{
    border: 1px solid #eed9cf;
}
.thumb a{
    width: 100%;
    text-decoration: none;
    color: #fd9010;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thumb a:hover{
    color: #f7d8c7;
}
.thumb a:hover img{
    border-color: #fd9010;
}

.thumb .tags{
	float:left;
	margin: 2px 3px;
} 
.thumb .tags a{
	display:inline;
	font-size: 13px;
	color: #a56c4f;
}

.thumbcats{
    width: 242px;
    padding: 1px;
    border: 2px solid #4e3b32;
    background: #201a17;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    text-shadow: 1px 1px 0 #000;
    margin: 1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
	height:238px;
}
.thumbcats img{
    border: 1px solid #eed9cf;
}
.thumbcats a{
    width: 100%;
    text-decoration: none;
    color: #fd9010;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thumbcats a:hover{
    color: #f7d8c7;
}
.thumbcats a:hover img{
    border-color: #fd9010;
}

.thumbcats .tags{
	float:left;
	margin: 2px 3px;
} 
.thumbcats .tags a{
	display:inline;
	font-size: 13px;
	color: #a56c4f;
}

.cat{
    color: #fca43b !important;
    font-size: 16px !important;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.cat:hover{
    color: #f5f4f4 !important;
}
.rait img{
    border: 0;
    margin: 0 1px;
}
.thumb p{
    margin: 2px 3px;
}

.thumbcats p{
    margin: 2px 3px;
}


/* List
******************************************************************************/
.list{
    padding: 5px;
	overflow:hidden;
}
.list ul{
    width: 100%;
    float: left;
	overflow:hidden;
}
.list ul li{
    color: #fd9010;
    margin: 5px 10px;
    text-shadow: 1px 1px 0 #000;
    float:left;
	width:170px;
}
.list ul li a{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.list ul li a:hover{
    color: #fd9010;
}


/* Footer
******************************************************************************/
#footer{
    height: 139px;
    margin: -139px 0 0;
    background: url(/img/footer.jpg) repeat-x left bottom;
    font-size: 12px;
    line-height: 139px;
    color: #f2e1d7;
    text-align: center;
    padding: 5px 0;
    text-shadow: 1px 1px 0 #000;
}
#footer p{
    font-size: 11px;
    margin: 5px 0;
    font-weight: bold;
    color: #fd9010;
}
#footer a{
    color: #fd9010;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
.foot{
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.scj { width: 0; height: 0; position: absolute; top: -90px; left: -90px; }

.navigation {
	clear: both;
    text-align: right;
	font-size:20px;
	font-weight:bold;
	padding-right:50px; 
	white-space: nowrap;
}
.navigation li{
    display:inline;
}
.navigation a{
    color:#fd9010;
}