body {
	background:none;
	background:#eee url(images/bg-diagonal-grey.gif) repeat fixed center top;
}

a {
	color:#c21515;
}
a:hover {
	color:#c21515;
	opacity: 0.8;
}

#top_bar {
	background:transparent url(images/headerbg_carbon.png) repeat-x top left;
	}
	
#right_links a{
	color: white !important;
}

#footer {
	background:black url(images/footerbg_carbon.png) repeat-x top left;
	}

#footer{color: #999;}
#footer h2{color: white !important;}
#footer a {color:#ffffff;}
#footer a.url {color:#c21515;}
#footer ul li{font-style: italic;}

.linkout {
	padding-right: 15px;
    background: transparent url("images/outlink.gif") no-repeat center right;
}

#sidebar ul {
	padding: 8px;
}
#sidebar ul li {
	line-height:16px;
}

.subpage ul li.cat-item {
	color:#00FF00;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../../../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../../../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.pimg {
	margin: 0 10px 0 0;	
}