/* CSS Document */
body {
	margin: 0;
	background: #383838;
	font-size: 10px;
	font:Verdana;
}

a:link,
a:active,
a:visited {
	color: #ffd200;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff8a00;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 15pt;
	color: #ffcc00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	color: #ffcc00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	color: #ffcc00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

blockquote {
	color: #CCCCCC;
	border-left: 6px solid #f47f0d;
}

#header {
	background: #313131 url(images/header_bg.jpg) top left repeat-x;
	height: 124px;
	width: 100%;
}

.audio {
	background: url(images/audio.jpg) top left no-repeat;
	height: 124px;
}

.logo {
	background: url(images/logo.gif) top right no-repeat;
	height: 121px;
}

#navbar {
	background: #fb7a08 url(images/navbar_bg.jpg) top left repeat-x;
	height: 30px;
	padding-top: 10px;
	font-size: 11pt;
	text-align: right;
	color: #000;
}

#navbar a:link,
#navbar a:active,
#navbar a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}

#navbar a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	background: #fd9c46 url(images/link_hover.jpg) top left repeat-x;
}
	
#navbar ul {
	list-style: none;
	margin: 0;
}

#navbar li {
	display: inline;
}

#tmain {
	margin: 0px 18px 5px 10px;
}

#menu_section {
	float: left;
}

.menu {
	background: url(images/menu_bg.jpg) top left repeat-y;
	width: 264px;
	text-align: center;
	margin:0;
	padding: 2px;
}

.menu a:link,
.menu a:active,
.menu a:visited {
	color: #ffcc00;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #ffa200;
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li {
	background: #4b4b4b;
	border: 1px solid #202020;
	margin-bottom: 1px;
	padding: 8px;
	margin-left: 16px;
	margin-right: 22px;
}

.menu_head {
	background: url(images/menu_products.jpg) top left no-repeat;
	width: 264px;
	height: 60px;
}

.menu_tfoot {
	background: url(images/menu_tfoot.jpg) top left no-repeat;
	width: 264px;
	height: 60px;
}

#content_section {
	float: right;
	display: inline;
	margin: 0px 20px 0px 10px;
}

.content {
	background: #242424;
	padding: 0;
	color: #aaaaaa;
}

.announcement {
	background: #ffa14d;
	color: #000;
	border-top: 7px solid #fa7704;
	border-bottom: 7px solid #fa7704;
	padding: 0px;

}

#products {
	padding: 8px;
}

.product_header {
	background: url(images/product_header_bg.jpg) top left repeat-x;
	height: 62px;
}

.product_header_left {
	background: url(images/product_header_left.gif) top left no-repeat;
	height: 62px;
}

.product_header_right {
	background: url(images/product_header_right.jpg) top right no-repeat;
	height: 62px;
}

.product_tfoot {
	background: url(images/product_tfoot_bg.jpg) top left repeat-x;
	height: 11px;
}

.product_tfoot_left {
	background: url(images/product_tfoot_left.jpg) top left no-repeat;
	height: 11px;
}

.product_tfoot_right {
	background: url(images/product_tfoot_right.jpg) top right no-repeat;
	height: 11px;
}

.product_display {
	background: #2b2b2b;
	padding: 6px;
	color: #ffffff;
}

.product_page {
	background: #2b2b2b;
	padding: 6px;
	color: #ffffff;
}

.content_tfoot {
	background: url(images/content_tfoot.jpg) top left repeat-x;
	height: 11px;
}

.content_tfoot_left {
	background: url(images/content_tfoot_left.jpg) top left no-repeat;
	height: 11px;
}

.content_tfoot_right {
	background: url(images/content_tfoot_right.jpg) top right no-repeat;
	height: 11px;
}

#footer {
	color: #FFF;
}

.copyright {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 6px;
}



/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu {
	font: bold 13px Arial;
	width: 650px;
}
.xintopimage {
 *margin-bottom:-5px;
}
.xinlinks {
/*	width:630px;
 *width:640px;
	background:#333;
	margin-left:10px;*/
	padding:7px;
}
.xinlinks a {
	color:#ffffcc;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding-left:10px;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}

