/* Top-Level Elements */
* {
	font-family: "Franklin Gothic Demi", Verdana, sans-serif;
	font-size: 15px;
}

BODY {
	color:#333333;
/*	background: #ccf;*/
}

TABLE {
	width:100%;
	padding:0px;
/*	border: 1 solid #666666;*/
	border-collapse: collapse;
}

TH {
	font-weight: bold;
	text-align: left;
/*	border: 1px solid #FF8000;*/
/*	background-color:#FFBF7F;*/
}

TD {
/*	border: 1 solid #CCCCCC;*/
}

H1 {
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	padding: 2em 0px 1em 0px;
}

H2 {
	font-size: 15px;
	font-weight: bold;
	text-align:center;
/*	padding: 2em 0px 1em 0px;*/
}

A:link {
	text-decoration:none;
	color:#999966;
}
A:visited {
	text-decoration:none;
	color:#999966;
}
A:active {
	text-decoration:none;
	color:#999966;
}
A:hover {
}

/* Other Elements */
TD {
	vertical-align:top;
}
TD.banner {
	text-align:center;
}

TR.oddrow {
/*	vertical-align:top;*/
	background:#E0E0E0;
}

TR.evenrow {
/*	vertical-align:top;*/
	background:#F0F0F0;
}

TABLE.contact {
	border: 1px solid #666666;
}
TD.contact {
	text-align: right;
}

.category_head {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.menu_table {
	border-width: 1px;
	border-style: solid;
}

.footer {
	font-weight: bold;
	text-align: right;
}

.message {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.dynamic_title {
	text-transform: uppercase;
	padding: 1em 0px 1em 0px;
	font-size: 17px;
	font-weight: bold;
	color:#FF8000;
	text-align:center;
}

.product_name {
	font-weight: bold;
	color:#CC9900;
}

.product_desc {
}

.topmenu {
	font-weight: bold;
	text-align: right;
}

.submenu {
	padding: 0.5em;
}

.footnote {
	font-weight: bold;
}

#logo td {
	color: #999;
	position:fixed;
	bottom:0px;
	right:10px;
	z-index:-1;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	text-align:right;
/*	background-color: #6291CA;*/
}
#logo a.digitalguru {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #C2CD23;
	background-color:inherit;
}

.error {
	font-style: oblique;
	text-align: center;
	text-decoration: blink;
}

.errorincontent {
	text-align: center;
}

TR.infobar {
	vertical-align:middle;
/*	background-color: #6291CA;*/
}

TD.infodate {
	font-weight: bold;
	color:#CC9900;
}

TR.menurow {
	padding:5px;
}
TD.menubar_h {
/*	vertical-align:top;*/
	padding:5px;
	text-align:center;
}

/* Submenu */
td.menusub {
/*	vertical-align:top;*/
	width: 350px;
}
tr.menurow_h {
	padding:5px;
}
td.menurow_h {
	font-size: 16px;
	font-weight: bold;
}
a.menusub {
	text-transform: uppercase;
	text-decoration:none;
	color: #CC9900;
}
a.menusub:visited {
	color: #CC9900;
}
/* --- */

a.menuitem {
	font-size: 17px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	color:#999966;
}
a.menuitem_odd {
	font-size: 17px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	color: #333;
/*	color:#999966;*/
}
a.menuitem_even {
	font-size: 17px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	color: #666;
/*	color:#CC9900;*/
}

TD.search {
	text-align:right;
}

TD.mainframe {
/*	vertical-align:top;*/
}

#contact_us {
	margin-top: 50px;
	margin-bottom: 100px;
}
#contact_us th {
	width: 25%;
	text-align:center;
	vertical-align:top;
	font-size: 17px;
}
#contact_us td {
	text-align:center;
}
