﻿*
{
	margin: 0;
	padding: 0;
}
p
{
	margin: 10px 20px;
}
h2, h3
{
	margin: 20px 10px 0px 20px;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3
{
	font-size: 10pt;
}
html
{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333399; /* dark blue */
	background: url(../media/bkg.gif) top left repeat;
	background-color: #357FB8;
}
body
{
	width: 975px;
	padding: 13px 0;
	background-color: #FFFFFF;
	background: url(../media/shadow_top.gif) top center no-repeat;
	text-align:center;
	margin: 20px auto 0 auto;
}
#wrapper
{
	text-align: left;
	width: 955px;	
	margin: 0 auto;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}
#wrapper_content
{
	text-align: center;
	width: 975px;
	margin: 0 auto;
	background: url(../media/shadow_middle.gif) top center repeat-y;
}
#content
{
	text-align: left;
	margin:0 auto;
	overflow: auto;
	height: 100%;
	width: 955px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#Menu1
{
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	margin-top: -2px;
}
#header
{
	background: url(../media/header_gradient.jpg) top left repeat-x;
	height: 130px;
	border-bottom: 1px solid #ccc;
	padding-top: 28px;
}
table.menuitem, table.submenuitem
{
	width:100px;
	height:24px;
}

table.menuitem TD, table.MenuHover TD, table.MenuSelected TD, table.submenuitem TD
{
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}

table.submenuitem TD
{
	background-image:url('../media/menudropitem.gif');
}
table.menuitem TD
{
	background-image:url('../media/menuitem.gif');
}
a.menuitem, a.submenuitem
{
	color:#666366;
}
a:hover.MenuHover
{
	color:#00a6d6;
}

table.MenuSelected TD
{
	 background-image:url('../media/menuitemselected.gif');
}
table.SubMenuSelected TD
{
	 background-image:url('../media/menudropitemselected.gif');
}

#left
{
	float: left;
	clear:none;
	padding-bottom: 20px;
	overflow:auto;
	height: 100%;
	vertical-align: top;
	width:600px;
}

a.button:link, a.button:visited
{
	color: Black;
	vertical-align: middle;
	height: 27px;
}
a.standard:link, a.standard:visited
{
	color: #D97300;
	text-decoration: none;
}
a.standard:hover 
{
	color:#D97300;
	text-decoration: underline;
}
a.newsheadline:link, a.newsheadline:visited, a.newsheadline:hover
{
	font-size: 10pt;
	color: black;
	font-weight: bold;
}
a.newsheadline:link, a.newsheadline:visited
{
	text-decoration: none;
}
a.newsheadline:hover
{
	text-decoration: underline;
}

#wrapper_footer {
	width: 975px;
	background: url(../media/shadow_bottom.gif) bottom center no-repeat;
	text-align:center;
	padding-left: 0px;
	height: 95px;/*72px;*/
	}				
#footer {
	text-align: center;
	padding: 0.55em;
	font-size: 0.75em;
	color: #333633;
	background: url(../media/footer_bkg.jpg) bottom left repeat-x;
	width: 943px;
	overflow: auto;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}*html #footer {
	width: 945px;
	}
#footer_container
{
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #D97300; /* orange */
	text-decoration: none;
	}		
#footer a:hover, #footer a.active {
	color: #D97300; /* orange */
	text-decoration: underline;
	}	
.border
{
	border-bottom: 1px solid #DBDBDB;
	padding-top: 4px;
	height: 5px;
}

ul.features li
{
	list-style:disc;
}

#left_products ul {
	list-style-image:url(../media/bullet_point.gif);
	margin-top: 20px;
	margin-left: 50px;
	}
	
.newsclass{
width: 360px;
height: 30px;
padding: 5px;
background-color: White;
border: solid 0px black ;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
font-size:10pt;
color:#333399;
}

.prodimgclass{
width: 360px;
height: 263px;
padding: 5px;
background-color: White;
border: solid 0px black ;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
font-size:10pt;
color:#333399;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
font-size:10pt;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: #333399;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

.fuzzyheading 
{
	font-size: 14pt;
	color: White;
	margin: 10px 10px 10px 10px;
	font-weight: normal;
}
table caption
{
	font-weight:bold;
	text-align:left;
}