/* ***** Begin eXtremepixels custom CSS properties ***** */

/* ***** SETS HEADER RIGHT SIDE IMAGE AND ALL OF IT'S PROPERTIES ***** */


#hdr_rs {
background: #000000 url(graphite/misc/hdr_rs.gif) ;
width: 4px;
height: 95px;
float: right;
	margin: 0;
	padding: 0; 
}



/* ***** NAVIGATION BOTTOM ***** */
#nav_btm {
background: #121212 url(graphite/misc/nav_btm.gif);
background-repeat: repeat-x;
width: 100%;
height: 10px; 
	margin: 0px;
	padding: 0px; 

}

#nav_shadow {
background: #121212 url(graphite/misc/nav_shadow.gif);
background-repeat: repeat-x;
width: 100%;
height: 3px; 
	margin: 0px;
	padding: 0px; 

}

/* ***** used to create shadow affect for sides ***** */
#brd_in {
border-left: 2px solid #0e0e0e;
border-right: 2px solid #0e0e0e;
}

/* ***** used to create shadow affect for sides ***** */	
#brd_outer {
border-left: 4px solid #191919;
border-right: 4px solid #191919;
}


/* ***** used for navigation background ***** */
#nav_back {
background: #28437c url(graphite/misc/nav_background.gif);
width: 100%;
height: 34px;
	margin: 0px;
	padding: 0px; 	
}



/* ***** cat_ls image ***** */
.cat_ls {
background: url(graphite/misc/cat_top_ls.gif);
width: 89px;
height: 34px; 
float: left;
margin:0px;
padding:0px;
}


/* ***** cat_rs image ***** */
.cat_rs {
background: url(graphite/misc/cat_top_rs.gif);
width: 89px;
height: 34px; 
float: right;
position:absolute;
top:0;
right:0px;
margin:0px;
padding:0px;
}


.info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #181818;
border-top: 1px solid #000000;
border-right: 2px solid #000000;
border-left: 1px solid #000000;
border-bottom: 2px solid #000000;
margin-bottom: 3px;
}

.announce_l {
background: #444444;
color: #c8c8c8;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
}

.announce_r {
background: #2c2c2c;
color: #c8c8c8;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
}

.stuck {
background: #2c2c2c;
color: #c8c8c8;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
}


/* ***** footer_background image ***** */
#ftr_bg {
background: url(graphite/misc/footer_x.gif);
width: 100%;
height: 47px; 
}


/* ***** footer_rs image ***** */
#ftr_rs {
background: url(graphite/misc/footer_rs.gif);
width: 39px;
height: 47px; 
float: right;
}

/* ***** footer_ls image ***** */
#ftr_ls {
background: url(graphite/misc/footer_ls.gif);
width: 52px;
height: 47px; 
float: left;
} 