body {
	background-color: #eff0f2;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	font-family: Tahoma;
	font-size: 12px;
}
a {
	border: none;
}
img {
	border: none;
}
div#productdetails {
	width: 980px;
	height: 180px;
	margin: 0 auto;
	padding-top: 0px;
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-image: url('images/productbrowser_bg.png');
	color: #FFFFFF;
	margin-bottom: 0px;
}
div#productdetails a {
	text-decoration: none;
}
div#productdetails ul { 
	list-style: none; 
} 
div#leftsplit {
	margin-left: 0px;
	margin-top: 10px;
	float: left;
	width: 175px;
}
div#leftsplit div.leftbox {
	background-image: url('images/leftbox_bg.png');
	padding: 10px;
	height: 179px;
	width: 155px;
	margin-bottom: 10px;
	text-align: center;
}
div#leftsplit div.leftboxScr {
	background-image: url('images/rl_bg.png');
	padding: 10px;
	min-height: 155px;
	width: 155px;
	text-align: center;
	}
div#leftsplit div.leftbox a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-top: 20px;
	color: #636363;
}
div#middlesplit h1 {
	font-size: 18px;
	display: inline;
	padding-left: 5px;
}
div#middlesplit span.small {
	font-size: 11px;
	padding-left: 5px;
}
div#middlesplit {
	width: 600px;
	float: left;
        margin-left: 15px;
	margin-top: 10px;
}
div#rightsplit {
	margin-left: 0px;
	margin-top: 10px;
	float: right;
	width: 175px;
}
div#rightsplit div.rightbox {
	background-image: url('images/rl_bg.png');
	padding: 10px;
	min-height: 155px;
	width: 155px;
	text-align: center;
}
div#rightsplit div.rightbox a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-top: 0px;
	color: #0F629A;
}
div#container {
	width: 1000px;
	min-height: 995px;
	background-image: url('images/background_container2.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	position: relative;
}
div#header {
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	height: 195px;
	width: 980px;
	clear: both;
}
div#header div#menu {
	position: absolute;
	left: 0px;
	top: 10px;
}
div#header img{
        margin: 0px;
        border: 0px solid #0000ff;
        height: auto;
        width: auto;
        float: left;
        text-align: center;
}	

div#header img#logo {
	margin-left: 0px;
}
div#content {
	margin: 0 auto;
	width: 980px;
	min-height: 991px;
}
div.newsItem img {
	display: inline;
}
div.newsItem {
	padding-top: 0px;
	padding-bottom: 10px;
}
div.newsBox {
	width: 580px;
	background-image: url('images/news_bg.png');
	min-height: 30px;
	font-family: Tahoma;
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
}
div.newsBox h3 {
	display: inline;
	color: #333333;
	font-size: 13px;
}
div.newsBox a {
	text-decoration: none;
        color: #ff7400;
}
div.newsBox span.details {
	display: block;
	color: #494949;
	padding-bottom: 3px;
	margin-bottom: 3px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
div.newsBox li {
        color: #000000;
}
div#footer {
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
	color: #636363;
}
div#footer img {
        padding: 10px 0 0 0;
}
div#footerpayment a {
	margin:0 10px;
}
div#footer a {
	color: #494949;
	text-decoration: none;
}
p {
	margin: 0 0 0 0;
}
ul a {
	color: #ff7e0f;
	text-decoration: none;
}
p a {
	color: #636363;
	text-decoration: none;
}
.imgright {
	float: right;
	padding: 6px 10px 6px 0px;
}
.bullet { 
	margin: 10px 0px 0px 10px; 
	padding:0; 
	list-style:none;
}
.bullet li { 
	margin:0; 
	padding: 5px 0px 0px 20px; 
	background:url('images/bullet.png') 
	no-repeat left 5px;
}

.spiderpic{
position: relative;
z-index: 0;
}
.spiderpic:hover{
background-color: transparent;
z-index: 50;
}
.spiderpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
right: 1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}
.spiderpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.spiderpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
right: 70px; /*position where enlarged image should offset horizontally */
}
#flash {
position: relative; /*or absolute*/
z-index: 0;
}
.Question {
	font-weight: bold;
}