@charset "utf-8";

/*===========================MAIN BODY===========================*/

body{
 margin:0px;
 background-image:url(background.png);
 background-position:center;
 background-position:top;
 background-repeat:no-repeat;
 background-attachment:fixed;
 font-family: Tahoma, Arial;
 background-color:#FFFFFF;
}

h1{
color:#000000;
font-size:16px;
}

.header{
 width:960px;
}

.screen{
 background-image: url(background2.png);
 background-position: top;
 background-repeat: repeat-x; 
 background-color:#FFFFFF;
 height:1000px;
}

/*===========================PREVIEW (BACKEND)===========================*/

.screen_preview{
 background-image: url(background2.png);
 background-position: top;
 background-repeat: repeat-x; 
 background-color:#FFFFFF;
}

/*===========================MENU===========================*/

.menu{
 width:160px;
 padding-left:15px;
 vertical-align:top;
 color:#FFFFFF; 
}

.menu_item{
 background-image:url(button1.gif); background-repeat:no-repeat;
 color:#FFFFFF;
 font-size:15px;
 font-weight:bold;
 width:130px;
 text-align:center;
 cursor:pointer;
 font-family: Tahoma, Arial;
}

.menu_item_link{
 color:#FFFFFF;
 text-decoration:none;
}

A.menu_item_link:link {
 color:#FFFFFF;
}

A.menu_item_link:visited {
 color:#FFFFFF;
}

A.menu_item_link:hover {
 color:#FFFFFF;
}


.menu_sub{
 text-align:left;
 cursor:pointer;
 color:#000033;
 padding-left:5px;
 padding-right:10px;
 height:19px;
 font-size:15px;
 font-weight:bold;
 font-family: Tahoma, Arial;
}

.menu_sub_link{
 color:#000033;
 text-decoration:none;
}

A.menu_sub_link:link {
 color:#000033;
}

A.menu_sub_link:visited {
 color:#000033;
}

A.menu_sub_link:hover {
 color:#000033;
}

a.menubar:active {
background-color: yellow;
color: red;
} 


.sub_menu_ul{
 background-color:#FFFFFF;
 color:#000033; 
}

/*===========================PAGE===========================*/

.main{
 text-align:left;
 padding-top:20px;
 vertical-align:top;
 width:790px;
 color:#000000;
}


.p_title{
 font-weight:bold;
 font-size:18px;
 color:#000000;
}

/*===========================SECTION===========================*/

.s_title{
 font-weight:bold;
 font-size:14px;
}


.p_sub_title{
 font-weight:bold;
 font-size:14px;
 color:#000000;
}

.section{
 width:770px;
 padding-top:3px;
 padding-bottom:3px;
}

.iframe{
 width:770px;
 height:640px;
}

.caption_div{
 padding:0px; 
 position:relative; 
 background-color:transparent;
}

.image_div{
 padding:0px; position:relative;
}

/*===========================LATEST MEDIA===========================*/

.media_caption_div{
 padding:0px; 
 position:relative; 
 width:360px;
 background-color:transparent;
}

.media_image_div{
 padding:0px; position:relative; width:360px;
}

/*===========================NEWS===========================*/

.news_show{
width:400px;
height:200px;
position:absolute;
display:none;
top:0px;
left:0px;
}

.news_category_title{
font-size:11px;
color:#000000;
font-weight:bold;
}

.news_category_title{
font-size:11px;
color:#000000;
font-weight:bold;
}

.news_title{
font-size:12px;
color:#000000;
font-weight:bold;
}

.news_text{
font-size:12px;
color:#000000;
}

.news_more_link{
font-size:12px;
color:#000000;
font-weight:bold;
}

.mini_news_category_title{
font-size:9px;
color:#000000;
font-weight:bold;
}

.mini_news_category_title{
font-size:9px;
color:#000000;
font-weight:bold;
}

.mini_news_title{
font-size:9px;
color:#000000;
font-weight:bold;
}

.mini_news_text{
font-size:9px;
color:#000000;
}

.mini_news_more_link{
font-size:9px;
color:#000000;
font-weight:bold;
}