body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	line-height:normal;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #808080;
	background-attachment: scroll;
	background-image: url(/images/bckstar.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#container {
	width: 960px;
	margin: 0;
	height: auto;
	padding: 0px;
}
div#header {
	margin:0;
	height:100px;
	text-align:center;
	padding-top: 10px;
}
div#content{
	width: 940px;
	padding: 10px;
	height: auto;
	display: block;
	position: relative;
	clear: both;
	text-align: left;
}
div#leftcolumn{
	width:690px;
	text-align: justify;
}
div#rightcolumn{
	float:right;
	width:240px;
	text-align: center;
	height: auto;
	visibility: visible;
}
div#footer {
	color:#808080;
	margin:0;
	font-size:0.8em;
	height:auto;
	width: 960px;
	text-align: left;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
}

td.menu-item {
	font-size: 1em;
	color: #808080;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}
td.menu-item-hover {
	font-size: 1em;
    color: #fed308;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
}
td.menu-item-selected {
	font-size: 1em;
    color: #fed308;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;	
}
td.submenu-item {
	text-align:left;
	color: #000;
	background-image:url(../Images/dot.png);
	background-repeat:repeat;
    font-size: 1em;
	padding: 6px !important;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FED308;
    cursor:pointer;
	min-width:150px;
}
td.submenu-item-hover {
	text-align:left;
	color: #FED308;
	background-image:url(../Images/dot.png);
	background-repeat:repeat;
	font-size: 1em;
	padding: 6px !important;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
    cursor:pointer;
	min-width:150px;
}
td.submenu-item-selected {
	text-align:left;
	color: #fed308;
	background-image:url(../Images/dot.png);
	background-repeat:repeat;
	font-size: 1em;
	padding: 6px !important;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FED308;
    cursor:pointer;
	min-width:150px;
}
/* @group Forms */
.product-form h3 {
	font-size: 14px;
	padding-left: 9px;
}
.product-form {
	margin-bottom: 18px;
}
.newsletter-form {
	padding-top:10px;
}
.newsletter-form p{
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
.testimonials {
	width: 230px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.testimonialheader {
	font-size: 150%;
	font-weight: bold;
}
.secure-login h3, .newsletter-form h3 {
	font-weight: bold;
	text-align: left;
}
.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}
/* @group Links */
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #FED308;
}

div.whoslogged {
	text-align: right;
}
div#main div.inner, div#sub div.inner {
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 36px;
	padding-left: 0px;
	text-align: justify;
}
div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}
div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}
#twitter_div {
	width:250px;
	height:375px;
	font-weight:bold;
	font-size: 0.9em;
}
div#blogcolumn {
	width:940px;
	text-align: left;
}

