body {
	background-color: #EEEEEE;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

td, body, input, select, textarea, div, p, span {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
td {
	text-align: left;
	vertical-align: top;
}
a {
	color: #CC3333;
	text-decoration: underline;
}
a:HOVER {
	color: #000000;
}


#wrapper {
	margin: 0px;
	height: 100%;
	width: 100%;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
#wrapper2 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #7A7A7A;
	border-bottom-color: #7A7A7A;
	border-left-color: #7A7A7A;
}

#topbar1 {
	background-image: url('images/topbg1.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 100%; background-position-y:50%
}
#topbar2 {
	background-image: url('images/topbg3.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 69px;
	width: 100%
}
#tabbar1 {
	background-image: url('images/topbg2.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 100%;
	font-size:10px; background-position-y:50%
}
#tabbar2 {
	background-image: url('images/topbg4.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 100%;
	font-size:10px
}

.tab_normal, .tab_selected {
	background-repeat: no-repeat;
	height: 23px;
	width: 107px;
	padding: 4px 0px 0px;
	float: left;
	text-align: center;
	margin-right: -11px;
	margin-left: 12px;
	margin-bottom: -4px;
	font-size:11px;
}
.tab_normal {
	background-image: url('images/tab_normal.gif');
}
.tab_selected {
	background-image: url('images/tab_selected.gif');
}

A.tab_link {
	height: 13px;
	width: 97px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 3px 3px 3px 19px;
	background-repeat: no-repeat;
	background-position: left center;
}

#icon_products { background-image: url('images/icon_products.gif'); }
#icon_download { background-image: url('images/icon_download.gif'); }
#icon_buy { background-image: url('images/icon_buy.gif'); }
#icon_support { background-image: url('images/icon_support.gif'); }
#icon_faq { background-image: url('images/icon_faq.gif'); }

A.tab_link:HOVER {
	text-decoration: underline;
	color: #000000;
}
.section_wrapper {
	border: 1px dotted #737373;
	margin: 0px 0px 12px;
	padding: 0px;
	width: 100%;
}
.section_header {
	font-weight: bold;
	color: #CC3333;
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CFCF88;
}
.section_content {
	padding: 5px;
}
.in {
	background-color: #FFFFCC;
	border: 1px solid #AFAF51;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.arrow {
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px
}
.quicklink {
	font-size:11px;
}
hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7A7A7A;
}
h3 {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ABABAB;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #EDEDED;
}
.smalltext {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.nicebutton {
	background-image: url('images/bbg.gif');
	background-repeat: repeat-x;
	border: 1px solid #999999;
	font-size: 11px; padding-left:12px; padding-right:12px; padding-top:4px; padding-bottom:4px; background-position-y:50%
}
.pricetag {
	font-weight: bold;
	color: #CC0000;
	border: 0px;
}
.odd {
	background-color: #FFFFCC;
}
#whatshot {
	background-color: #0132A6;
	background-image: url('images/bg_whatshot.jpg');
	background-repeat: no-repeat;
	background-position:  center;
}