html
{
	height:100%;
}

body
{
	margin:0;
	padding:0;
	height:100%;
	background: #f1f1f1;
}

h3
{
	font:bold 15px/17px verdana,arial,sans-serif;
	text-align:center;
}

p
{
	margin:15px 0;
}


#header_container
{
	width:990px;
	height:75px;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-495px;
	z-index:100;

}

#header_container #top_bar
{
	width:990px;
	height:75px;
    background: rgb(193,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(193,0,0,1) 0%, rgba(127,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,0,0,1)), color-stop(100%,rgba(127,0,0,1))); /*    Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(193,0,0,1) 0%,rgba(127,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(193,0,0,1) 0%,rgba(127,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(193,0,0,1) 0%,rgba(127,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(193,0,0,1) 0%,rgba(127,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10000', endColorstr='#7f0000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.59);
    box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.59);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	border: 1px solid #5e0000;
    border-top: none;
}

#header_container #top_bar #logo
{
	width:168px;
	padding-top:22px;
	float:left;
	padding-left: 20px;
}

#header_container #top_bar #logo img
{
	width:168px;
	height:23px;
}

#header_container #top_bar #buttons_container
{
	width:782px;
	float:left;
	padding-top:20px;
	padding-left: 20px;
}

#header_container #top_bar #buttons_container #buttons
{
	width:782px;
	margin:0 auto;
}

#header_container #top_bar #buttons_container #buttons a
{
	float:left;
	text-align:center;
	padding:8px;
	font:bold 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
	margin-left:5px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 #280000;
    border: 1px solid #980000;	
}


#header_container #top_bar #buttons_container #buttons a:hover
{
    background: rgb(191,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,0,0,1) 1%, rgba(90,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(191,0,0,1)), color-stop(100%,rgba(90,0,0,1))); /*    Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(191,0,0,1) 1%,rgba(90,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(191,0,0,1) 1%,rgba(90,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(191,0,0,1) 1%,rgba(90,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(191,0,0,1) 1%,rgba(90,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#5a0000',GradientType=0 ); /* IE6-9 */
}

#header_container #top_bar #buttons_container #buttons a:first-child
{
	margin-left:0;
}


#header_container #top_bar #buttons_container #buttons .unactiveButton
{
	background: rgb(191,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,0,0,1) 1%, rgba(127,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(191,0,0,1)), color-stop(100%,rgba(127,0,0,1))); /*    Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(191,0,0,1) 1%,rgba(127,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(191,0,0,1) 1%,rgba(127,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(191,0,0,1) 1%,rgba(127,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(191,0,0,1) 1%,rgba(127,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#7f0000',GradientType=0 ); /* IE6-9 */
}

#header_container #top_bar #buttons_container #buttons .activeButton
{
	background: #620000;
    color: #FFFFFF;
}


#ad_bar
{
	width:728px;
	height:50px;
	background-color:#000000;
	margin:75px auto 0 auto;
	text-align: center;
	line-height: 50px;
}

#content
{
	background:#FFFFFF;
	/*margin:0 auto;*/
	font:12px/17px verdana,arial,sans-serif;
	width:728px;
	min-height:100%;
}

#wraper{
  	background:#FFFFFF;
	margin:0 auto;
	font:12px/17px verdana,arial,sans-serif;
	width:990px;
	min-height:100%;
}

#right {
    float: right;
    margin: 0 0 0 5px;
    padding: 0;
    width: 255px;
    background: #F6F6F6;
}


#footer_container
{
    width:870px;
    height:40px;
    background: rgb(193,0,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(193,0,0,1) 0%, rgba(127,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,0,0,1)), color-stop(100%,rgba(127,0,0,1))); /*    Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(193,0,0,1) 0%,rgba(127,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(193,0,0,1) 0%,rgba(127,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(193,0,0,1) 0%,rgba(127,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(193,0,0,1) 0%,rgba(127,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10000', endColorstr='#7f0000',GradientType=0 ); /* IE6-9 */
     /*position:fixed;
    bottom:0;
    left:50%;
    margin-left:-435px;
    z-index:100;*/
    margin: 0 auto; 
    border: 1px solid #5e0000;
    border-bottom: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px -1px 2px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    0px -1px 2px rgba(50, 50, 50, 0.59);
    box-shadow:         0px -1px 2px rgba(50, 50, 50, 0.59);
    text-shadow: 0 1px 0 #280000;
    font:bold 12px 'lucida grande',tahoma,verdana,arial,sans-serif;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}

/* content */
#webmaster_frame_id
{
	/*position:absolute;*/
	/*top:80px;*/
	/*left:50%;*/
	/*margin-left:-353px;*/
        margin-left: 10px;
	width:708px;
        clip:rect(109px,703px,8000px,5px);
        
}

a:link { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #ff9494; text-decoration: none; }

#fb
{
color: #b1c9f2;
}

#menu
{
    margin: 0 auto;
    height: 30px;
    width: 700px;
	line-height: 28px;
	margin-top: 8px;
}

#menu_left
{
    background: #474747; /* Old browsers */
    background: -moz-linear-gradient(top,  #474747 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #474747 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #474747 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #474747 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #474747 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 348px;
    border: 1px solid #000000;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}


#menu_right
{
    background: #e52727; /* Old browsers */
    background: -moz-linear-gradient(top,  #e52727 0%, #9e0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e52727), color-stop(100%,#9e0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e52727 0%,#9e0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e52727 0%,#9e0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e52727 0%,#9e0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e52727 0%,#9e0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52727', endColorstr='#9e0000',GradientType=0 ); /* IE6-9 */
    width: 349px;
    border: 1px solid #550000;
    border-left: none;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

h1 
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 20px;
    text-shadow: 1px 1px 1px #000000;
}

h2 
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 20px;
    text-shadow: 1px 1px 1px #550000;
}



.rigthh3{
    background: url("/img/module_default_header_m.png")  0 100% transparent;
    padding-top: 5px;
    padding-bottom: 5px; 
    margin-bottom: 5px;
}
.readmore{
  color: #FFFFFF;
  text-decoration: none;  
  background: url("/img/readmore.png") no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 90%;
  height: 20px;
  line-height: 20px;
  margin: 10px 0 0;
  text-indent: 10px;
  width: 100px;
}

a.readmore:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.readmore:hover {
    background: url("/img/readmore_black.png") no-repeat scroll 0 -20px transparent;
    color: #FFFFFF;
}

.link-header8{
    display: none;
}