body {
background-color : #d5d5d5d; 
}

BODY {
background-image: url('logos/background.jpg'); 
background-attachment: fixed;
} 

td.roundtopleft {
	background: url('logos/tl.jpg') no-repeat top left; 
	background-color : #97090D; 
}

td.roundtopright {
	background: url('logos/tr.jpg') no-repeat top right; 
	background-color : #97090D; 
} 

P.main{
color:#000000;
font-size:12px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
}

P.header{
color:#97090D;
font-size:12px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
font-weight:bold;
}

P.bottom{
color:#ffffff;
font-size:11px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
}

A.bottom:link {
text-decoration : none; 
color : #70a5cc; 
} 
A.bottom:visited {
text-decoration : none; 
color : #70a5cc; 
} 
A.bottom:hover {
text-decoration : underline; 
color : #70a5cc; 
}

A.navbar:link {
text-decoration : none; 
color : #113D6B; 
} 
A.navbar:visited {
text-decoration : none; 
color : #113D6B; 
} 
A.navbar:hover {
text-decoration : none;
color : #113D6B; 
}

A.main:link {
text-decoration : none; 
font-weight:bold;
color : #113D6B; 
} 
A.main:visited {
text-decoration : none; 
font-weight:bold;
color : #113D6B; 
} 
A.main:hover {
text-decoration : underline;
font-weight:bold;
color : #113D6B; 
}

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 10px Arial, Verdana, sans-serif;
margin:0;
padding-left:25;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: #97090D;
background: #DBDBDB; /*url(media/color_tabs_left.gif) no-repeat left top;*/
margin:0 0px 0 0;
padding:0 0 1px 0px;
text-decoration:none;
letter-spacing: 1px;
border-left: 1px solid #97090D;
}

.ddcolortabs a span{
float:left;
display:block;
/*background: transparent url(media/color_tabs_right.gif) no-repeat right top;*/
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #564C4B;
color:white;
}

.ddcolortabs a:hover span{
background-color: #564C4B;
color:white;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #564C4B;
color:white;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #898677;
border-top: 1px solid #898677; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
border-left:1px solid #898677; 
border-right:1px solid #898677; 
border-top:8px solid #898677; 
border-bottom:0px solid #898677; 
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
/*Top border width. Should match height of .ddcolortabsline above*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden; 
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-size:12px; 
font-family:Arial
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0px solid #113D6B;
border-bottom: 1px solid #113D6B; /*THEME CHANGE HERE*/
text-decoration: none;
color: #97090D; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #97090D;
color: white;
}


/*
#modernbricksmenu{
padding-top: 5;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: black;
/*Margin between each menu item*/
padding: 5px;
text-decoration: none;
letter-spacing: 1px;
background-color: #ffffff; /*Default menu color*/
border-bottom: 1px solid #97090D;*; margin-left:0; margin-right:1px; margin-top:0; margin-bottom:0
}

#modernbricksmenu a:hover{
background-color: black; /*Menu hover bgcolor*/
color: white;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}*/