/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

a, a:active, a:link, a:visited {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
}

html, body {
background-image: url(background.gif);
background-color: #111111;
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: fixed;
margin: 0;
} 

table#dc_navigation a {
color:#666;
}

table #dc_body a, a:active, a:link, a:visited {
font-size:12px;
text-decoration:underline;
}
 
table #dc_body a:hover {
font-size:12px;
color: #FF0000;
text-decoration:none;
}

table#dc_logo{
background-image: none;

}

table#dc_logo tr{
}

table#dc_logo td{
text-align: center;
}

table#dc_logo td tr {
width: 960px;
background-image: none;
}

/* Top menu bar on all pages */

table#dc_navigation{
width: 960px;
border-left: 0px solid #FFFFFF;
border-right: 0px solid #FFFFFF;
border-top: 1px solid #7b7e83;
border-bottom: 1px solid #7b7e83;

}

table#dc_navigation tr{
background-color: #000000;
background-repeat: repeat;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}

table#dc_navigation td{
text-align: center;
}

table#dc_navigation td tr {
background-image: none;
}

table#dc_navigation a, a:active, a:link, a:visited {
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

table#dc_navigation a:hover {
Color: #FF0000;
}

table#dc_body {
background-color: #FFFFFF;
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}

table#dc_body td {
background-color:#FFF;
}

table#dc_body tr {
background-color:#FFF;
}

table#dc_body a font{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

/* Table background colors - can also do td style inline for one off tables */

table#dc_yellow td {
	background-color: #FFFFEB;
}

table#dc_blue td {
	background-color: #EBEBFF;
}

table#dc_red td {
	background-color: #FFEBEB;
}

table#dc_red2 td {
	background-color: #F9EEEE;
}

table#dc_grey td {
	background-color: #d7d7d7;
}

table#dc_black td {
	background-color: #000000;
}



table#dc_teal td {
	background-color: #DDECED;
}

table#dc_green td {
	background-color: #056839;
}

table#dc_gdmgrey td {
	background-color: #7b7e83;
}

table#dc_gdmorange td {
	background-color: #e7a846;
}


/* Home page category and search tables */

table#dc_home_nav td {
	background-color: #e7a846;
}

table#dc_home_nav a, a:active, a:link, a:visited {
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

table#dc_home_nav a:hover {
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #000000;
}

/* Custom Catalog page links */

table #dc_cat a, a:active, a:link, a:visited {
font-weight: bold;
font-size:14px;
color: #242424;
text-decoration:none;
}
 
table #dc_cat a:hover {
font-weight: bold;
font-size:14px;
color: #e7a846;
text-decoration:none;
}

/* Links page table */

table #dc_links a, a:active, a:link, a:visited {
font-weight: bold;
font-size:14px;
color: #022c18;
text-decoration:none;
}
 
table #dc_links a:hover {
font-weight: bold;
font-size:14px;
color: #00AA00;
text-decoration:none;
}

/* FAQs page table */

table #dc_faq a, a:active, a:link, a:visited {
font-weight: bold;
font-size:11px;
color: #022c18;
text-decoration:none;
}
 
table #dc_faq a:hover {
font-weight: bold;
font-size:11px;
color: #00AA00;
text-decoration:none;
}


