body {
	background-color: #010203;
	background-image: url(../images/bg_body.jpg);	
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;

	color: #e1e1e1;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px;
	margin: 0px;
}



P, TABLE, TD
{
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
}


ul 
{
	list-style-type: round;
	list-style-position: outside;
}


HR
{

	border : 0;
	background-color : #25292A;
	height : 1px;
	color : #25292A;

}


INPUT, TEXTAREA, SELECT
{
	border-top : 1px solid #242424;
	border-left : 1px solid #242424;
	border-bottom : 2px solid #242424;
	border-right : 2px solid #242424;
	background-color : #080808; 
	color : #a8a8a8; 
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	FONT-WEIGHT : bold; 
	padding : 3px;
}

sup 
{
    font-size : 0.8em;
}

A:link
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #70764C;
	TEXT-DECORATION: underline;
	BACKGROUND: none;
}


A:visited
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #70764C;
	TEXT-DECORATION: underline;
	BACKGROUND: none;
}

A:hover
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #9a9a9a;
	TEXT-DECORATION: underline;
	BACKGROUND: none;
}


/******************************************************************************/
/* ids, design specific elements */
/******************************************************************************/

#tbl_wrapper {

}

#logo {
    width : 480px;
    height : 96px;
}

#pageGraphic {

    padding : 0px;
    margin : 0px;
    
}

#pageTitle {
    background-color : #000000;
	background-image: url(../images/bg_pagetitle.jpg);	
	background-repeat: repeat-x;
	height : 44px;
	font-family : "Trebuchet MS", Georgia, Verdana;
	font-size : 19px;
	color : #EBECF0;
	padding : 0px 0px 0px 15px;
    border-top : 4px solid #353739;
}

#content_wrapper {
    background-color : #000000;
	background-image: url(../images/bg_content_wrapper.jpg);
    background-attachment: scroll;	
	background-repeat: no-repeat;
	background-position: bottom left;
}

#pageContent {
    padding : 0px 5px 15px 15px;
    margin : 0px;
}

#right_wrapper {
    width : 230px;
}

#pageRight {
    padding : 0px 25px 25px 25px;
    background-image: url(../images/dot_right.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/*** footer ***/

#footer {
	background-image: url(../images/bg_footer.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
	border-top : 4px solid #353739;
	border-bottom : 4px solid #353739;
}

.footer_txt {
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #fefefe;
    padding : 0px 10px 0px 10px;
    width : 50%;
    height : 42px;
}

.footer_txt a:link, .footer_txt a:visited {
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #fefefe;
    text-decoration : none;
}

.footer_txt a:hover {
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #dedede;
    text-decoration : underline;
}

/*** menus ***/

/* menu_top_right */

#menu_top_right {
    text-align : right;
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #fefefe;
    padding-right : 20px;
    padding-bottom : 20px;
}

#menu_top_right a:link, #menu_top_right a:visited {
    font-size : 10px;
    font-weight : bold;
    color : #fefefe;
    text-decoration : none;
} 

#menu_top_right a:hover {
    font-size : 10px;
    font-weight : bold;
    color : #dedede;
    text-decoration : underline;
} 

#menu_top_right a.alt {
    color : #9EAB9B;
}

/* menu_top */

#menu_top {
    border-top : 4px solid #353739;
    border-bottom : 4px solid #353739;
}

/******************************************************************************/
/* texts */
/******************************************************************************/


.tiny
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #efefef;
	FONT-SIZE: 9px;
	FONT-WEIGHT: normal;
}

.small
{
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	COLOR: #090909;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
}

.normal_justify
{
    font-family : Verdana;
    font-size : 10px;   
    color : #f9f9f9; 
    text-align : justify; 
}

.normal_center
{
    font-family : Verdana;
    font-size : 10px;   
    color : #f9f9f9; 
    text-align : center; 
}

.news_title
{
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #F5F7E7;
    background-image: url(../images/bg_news_title.jpg);
    padding : 10px;	
    border-top : 1px solid #121212;
    border-bottom : 1px solid #121212;
    
}

.news_title_divider
{
    color : #70764C;
    padding : 0px 5px 0px 5px;
}

.news_text
{
    font-family : Verdana;
    font-size : 10px;   
    color : #f9f9f9; 
    text-align : justify;
    padding-left : 10px;
    padding-right : 10px;
}


.bands_title
{
    font-family : Verdana;
    font-size : 11px;
    font-weight : bold;
    color : #F5F7E7;
    background-image: url(../images/bg_bands_title.jpg);
    border-top : 1px solid #121212;
    border-bottom : 1px solid #121212;  
    padding : 6px;
    margin : 0px;
}

.bands_text
{
    font-family : Verdana;
    font-size : 10px;   
    color : #f9f9f9; 
    text-align : justify; 
    
}

.info_title
{
    font-family : Verdana;
    font-size : 11px;
    font-weight : bold;
    color : #EAE5E5;
    background-image: url(../images/bg_info_title.jpg);
    border-top : 1px solid #323232;
    border-bottom : 1px solid #323232;  
    padding : 6px;
}

table.tbl_links td 
{
    text-align : center;
}

.links_title
{
    font-family : Verdana;
    font-size : 11px;
    font-weight : bold;
    color : #F5F7E7;
    background-image: url(../images/bg_links_title.jpg);
    border-top : 1px solid #121212;
    border-bottom : 1px solid #121212;  
    padding : 3px;
    margin : 0px;
}

.general_title
{
    font-family : Verdana;
    font-size : 10px;
    font-weight : bold;
    color : #EAE5E5;
    background-image: url(../images/bg_bands_title.jpg);
    border-top : 1px solid #121212;
    border-bottom : 1px solid #121212;  
    padding : 6px;
}

.list_media
{
    font-size : 10px;
    font-family : Tahoma;
}

.list_media li
{
    padding-bottom : 6px;
}

/*** menu */

.menu
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	font-weight : bold;
	COLOR: #BA6116;
	padding-top : 5px;
	padding-bottom : 5px;
}

.menu A:link, .menu A:visited
{	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	font-weight : bold;
	COLOR: #BA6116;
	TEXT-DECORATION: none;
}

.menu A:hover
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	font-weight : bold;
	COLOR: #3A4366;
	TEXT-DECORATION: underline;
}



/*** tables */

.table_pageContent
{
	border-bottom : 1px solid #FFD25D;
	border-right : 1px solid #FFD25D;
}

.td_pageContent
{
	text-align : justify;
	padding-left : 20px;
	padding-right : 20px;
}

.table_portfolio_title_off
{
	border: 1px solid #F4E2A5;
}

.table_portfolio_title_over
{
	border: 1px solid #EBBC1C;
}

.td_portfolio_title
{
	background: #F5DF94;
	border: 1px solid #F6D76E;
}


.table_portfolio_works
{
	background-image: url(../bg_portfolio_works_corner_top.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
}

.table_popup_image 
{
	background: transparent;
}


.td_logo
{
	border-bottom : 2px solid #FC9640;
}

.td_photos_legend
{
	text-align : center;
	color : #242526;
}

table_tds_centered.td
{
	text-align : center;
}
/*** titles */


.pageTitle1
{
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	COLOR: #545454;
	border-bottom : 1px solid #989796;
}

.pageTitle2
{
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	COLOR: #cc8800;
}

.pageTitle3
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	COLOR: #7A0D0D;
}


/*** highlighted fonts */

.highlight1
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #B92B2B;
}

.highlight2
{
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #cc9900;
}

.highlight3
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #C1C798;
}

/*** img rollover */

.img_off
{
	border : 4px solid #101010;
}

.img_over
{
	border : 4px solid #232323;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;	
}

/*** bg */

.bg_row1
{
	background-image: url(../bg_row1.gif);	
	border-bottom : 1px solid #999999;
}

.bg_row2
{
	background-image: url(../bg_row2.gif);	
	border-bottom : 1px solid #999999;
}


/*** lists */
list_home
{
	margin-left : 500px;
	list-style-type: round;
	list-style-position: outside;
}

/*** misc */

.date_now
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #111111;
	FONT-SIZE: 9px;
	letter-spacing: 2px
}


.form_element_focus
{
	border-top : 1px solid #565656;
	border-left : 1px solid #565656;
	border-bottom : 2px solid #565656;
	border-right : 2px solid #565656;
	background-color: #121415;
	color : #fefefe;
	padding : 3px;
}

.form_element_over
{
	border-top : 1px solid #565656;
	border-left : 1px solid #565656;
	border-bottom : 2px solid #565656;
	border-right : 2px solid #565656;
	background-color: #121415;
	color : #fefefe;
	padding : 3px;
	cursor : pointer;
	cursor : hand;

}


/* countdown */
.countdown_amount {
	font-size: 300%;
	color: #ffffcc;
}
.countdown_descr {
	display: block;
	width: 150%;
}
