/* CSS Document */

body
{
	background-image:url(images/bg.jpg);
	margin: 0px;
	font-family: Verdana, Tahoma;
	font-size: 13px;
}

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

a:hover
{
	text-decoration: underline;
}

div#main_table
{
	margin: 0 auto;
	width: 780px;
	margin-bottom: 10px;
}

div#banner
{
	margin-top: 30px;
	background-image: url(images/banner.png);
	background-position: center;
	height: 263px;
	background-repeat: no-repeat;
}

div#sub_table
{
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	background-color: #FFFFFF;
}

td#menu
{
	width: 20%;
	padding: 2px;
	padding-right: 10px;
}

td#dynamic_text
{
	width: 80%;
	padding-left: 5px;
	border-left: 2px solid #e3e3e3;
}

div.menu_item
{
	width: 100%;
	background-color: #ad0000;
	color: #FFFFFF;
	margin: 2px;
}

div.sub_menu_item
{		
	width: 95%;
	background-color: #ad0000;
	color: #FFFFFF;
	margin: 2px 0px 2px 9px;
}

div.sub_menu_item:hover
{
	background-color: #240000;
}

div.menu_item:hover
{
	background-color: #240000;
}

div.sub_menu_item a:link, div.sub_menu_item a:visited, div.sub_menu_item a:focus  
{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 13px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}

div.menu_item a:link, div.menu_item a:visited, div.menu_item a:focus  
{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 15px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
}

div#footer
{
	border-top: 2px solid #e3e3e3;
	text-align: right;
	padding: 5px;
}	

span.content_header
{
	color: #6f0000;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

span.sub_header
{
	color: #ec0000;
	font-size: 18px;
}


table.content_holder
{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 5px;
}

span.contactus_content, span.links_content
{
	padding-left: 10px;
	font-weight: bold;
}

input[type=submit]
{
	border: 1px solid #240000;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ad0000;
	cursor: pointer;
}

input[type=text], select, input[type=file], textarea
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form
{
	margin: 0px;
}

div.news_blog
{
	border: 1px dashed #003300;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

div.news_header
{
	color: #ec0000;
	font-weight: bold;
	font-size: 14px;
}

div.news_postedon
{
	font-size: 12px;
	font-style: italic;
}

td.error_msg
{
	color: #FF0000;
	font-weight: bold;
}

div.product_blog
{
	padding: 5px;
	margin-bottom: 2px;
	border: 1px dashed #3a0000;
}