/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
    margin: 0px;
    padding: 0px;
}

img{
    padding: 0px;
    border: none;
}

a{
    color: #60010c;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}


h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #60010c;
}

h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #60010c;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #60010c;
    padding-bottom: 5px;
    padding-left: 10px;
}

h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #60010c;
    padding-bottom: 5px;
    padding-top: 8px;
}

.black{
    color: #000000;
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #505050;
    background: #000000 url(images/bg.jpg);
}

#bg_top{
  
}

/*Header*/

#header{
    width: 872px;
    height: 68px;
    margin: 0 auto;
}

#logo{
    padding-top: 0px;
    height: 10px;
}

#logo a{
    text-decoration: none;
    color: #ffffff;
}

#logo h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    font-weight: normal;
}

#logo small{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    font-weight: normal;
    padding-left: 30px;
}

#menu{
    background: url(images/menu_bg.png) no-repeat top left;
    width: 872px;
    height: 58px;
}

#menu ul {
    padding-left: 10px;
    padding-top: 5px;
    margin: 0px;
}

#menu li {
    display: inline;
}

#menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    float: left;
    width: 150px;
    height: 39px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding-top: 15px;

}

#menu a:hover, #menu .active {
    height: 39px;
    background: url(images/menu_hover.png) no-repeat center bottom;
}

/*Content*/

.ls{
    list-style: none;
    padding-left: 10px;
    padding-bottom: 10px;
}

.ls li{
    background: url(images/ls.png) no-repeat 0px 6px;
    padding-left: 15px;
    padding-bottom: 6px;
}

/*Main*/
#main_bg{
    background: url(images/main_bg.jpg) repeat-y center;
}

#main{
    width: 862px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 5px;
    min-height: 110px;
    margin:  0 auto;
    background: url(images/main_bot.jpg) no-repeat bottom;
    clear: both;
    padding-bottom: 40px;
}

#preview_bg{
    background: url(images/preview_bg.jpg) no-repeat;
    width: 861px;
    height: 248px;
    clear: both;
}

.prev_left{
    float: left;
    width: 427px;
    padding: 9px;
}

.prev_right{
    width: 380px;
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}

.prev_img_bor{
    background: url(images/prev_img_bor.png) no-repeat;
    padding: 8px;
    width: 427px;
}

#prev_but{
    float: right;
    padding-bottom: 10px;
}

#prev_but ul {
    padding-left: 10px;
    padding-top: 5px;
    margin: 0px;
    list-style: none;
}

#prev_but li {
    display: inline;
}

#prev_but a {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background: url(images/prev_but.png) no-repeat center;
}

#prev_but a:hover, #prev_but .active {
    background: url(images/prev_but_hov.png) no-repeat center;
}

.col1_3, .col2_3{
    width: 264px;
    float: left;
    padding-right: 27px;
    padding-left: 5px;
}

.col3_3{
    width: 264px;
    float: left;
}

.col3{
    padding-bottom: 20px;
}

.col3 img{
    padding-top: 10px;
    padding-bottom: 10px;
}

.col3 p{
    padding-left: 10px;
    padding-right: 10px;
}

.read{
    text-align: right;
    padding-right: 10px;
}

.index_text_bg{
    background: url(images/index_text_bg.jpg) repeat-y center;
    clear: both;
    margin-top: 10px;
}

.index_text_bg h2{
    padding-bottom: 20px;
}

.index_left{
    float: left;
    width: 544px;
    padding-right: 30px;
    padding-left: 10px;
}

.index_right{
    padding-left: 15px;
    float: left;
    width: 255px;
}

.index_right ul{
    padding-top: 10px;
}

.index_right ul li{
    padding-bottom: 8px;
}

.index_right h2{
    padding-top: 6px;
}

.news{
    padding-bottom: 20px;
}

#contact_form fieldset {
	border: none;
}

#contact_form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	text-align:left;
	padding-left: 10px;
}

#contact_form input {
	margin-bottom: 5px;
}

#contact-submit{
	width: 110px;
	height: 29px;
        color: #ffffff;
	background: url(images/submit.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border: none;
	float:right;
}

#con_name, #con_email, #con_website {
	width: 516px;
	height: 27px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 12px;
	border: none;
	background: url(images/input.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000000;
	padding-bottom: 5px;
}

#con_mess {
	width: 518px;
	height: 176px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
        padding-bottom: 15px;
	border: none;
	background: url(images/message.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000000;
        margin-bottom: 10px;
}

.red_hr_gal{
    height: 1px;
    border-bottom: 1px dotted #60010c;
    clear: both;
    margin-bottom: 20px;
}

.news_top{
    clear: both;
}

.news_top_left{
    background: url(images/date_bg.png) no-repeat right;
    width: 67px;
    height: 65px;
    float: left;
    text-align: center;
}

.date_day{
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}

.date_month{
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: lowercase;
}

.news_top_right{
    float: left;
    padding-left: 10px;
    width: 465px;
}

.news_title{
    border-bottom: 1px dotted #60010c;
}

.tegs_hr{
    border-bottom: 1px dotted #60010c;
    padding-top: 5px;
}

.publ{
    float: left;
}

.com{
    float: right;
    background: url(images/coments_bg.png) no-repeat 0px 5px;
    padding-left: 15px;
    padding-right: 5px;
}

.gray{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}

.news_text{
    clear: both;
    padding-top: 20px;
    line-height: 20px;
}

.tegs_box{
    clear: both;
    padding-top: 5px;
}

/*Footer*/

#footer{
    margin: 0 auto;
    width: 841px;
    padding-top: 10px;
}

#footer h1{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #60010c;
    font-weight: normal;
    padding-left: 15px;
}

.red_hr{
    height: 1px;
    border-bottom: 1px dotted #60010c;
    clear: both;
    margin-bottom: 5px;
}

.foot_col1, .foot_col2, .foot_col3{
    float: left;
    width: 193px;
    padding-right: 22px;
}

.foot_col4{
    float: left;
    width: 193px;
}

.link1{
    background: url(images/link1.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link2{
    background: url(images/link2.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link3{
    background: url(images/link3.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

.link4{
    background: url(images/link4.png) no-repeat 0px 2px;
    padding-left: 30px;
    min-height: 18px;
    padding-bottom: 10px;
}

#footer_bot{
    text-align: center;
    color: #60010c;
    padding-top: 20px;
    clear: both;
}

#footer_bot a{
    color: #60010c;
}


/*
scroll styles here
*/

.item { width:830px; height:250px; padding:10px 20px 10px 10px;}
.item img {float:left;}
.item h2 { border:none; margin-bottom:15px;}

.scrollable { position:relative; overflow:hidden; width: 840px; height: 250px;} 
.scrollable .items { width:20000em; position:absolute;}
.scrollable .items div { float:left;} 
.scrollable .items .item { overflow:hidden;}
.scrollable .items .item p { line-height:16px;}
.navi { width:auto; height:20px; float:right; margin:5px 0;} 
.navi a { width:23px; cursor:pointer; height:24px; float:left; margin:0 0 0 1px; background:url(images/prev_but.png) no-repeat scroll right top; display:block; font-size:1px;} 
.navi a:hover, .navi a.active { background-position:left top; margin:0 0 0 1px;  background:url(images/prev_but_hov.png) no-repeat scroll right top}


/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */


div.pp_overlay {background: #000;display: none;left: 0;position: absolute;top: 0;width: 100%;z-index: 9500;}
div.pp_pic_holder {display: none;position: absolute;width: 100px;z-index: 10000;}

