body {
	background-color: #eee;
	margin: 0 !important;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

a, a:visited, a:hover, a:active {
	color: white;
}

#content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: rgb(51, 102, 204);*/
	background-color: #4C4C4C;
	color: white;
}

#topstripe {
	/*background-color: rgb(204, 204, 204);*/
	background-color: black;
	color: rgb(117, 117, 117);
	font-size: 8pt;
	height: 136px;
	background-image: url(/img/new_topstripe.png);
	background-repeat: no-repeat;
	/*background-position: 690px 29px;*/
	background-position: top left;
}

#contactinfo {
	position: relative;
	top: 54px;
	left: 25px;
	font-size: 7pt;
	width: 50%;

	display: none;
}

#welcome {

	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10pt;
}

#welcome h1 {
	font-weight: normal;
	font-size: 18pt;
}

#skipnav {
	display: none;
}

h1 {
	font-size: 14pt;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

#main {
	padding: 35px 20px 5px 20px;
}


#main h1, #main h2 {
	color: white;
}

#infobutton {
	float: right;
	background-image: url(/img/button_grey_info.gif);
	background-repeat: no-repeat;
	color: rgb(117, 117, 117);
	font-size: 8pt;
	padding-top: 3px;
	width: 205px;
	height: 21px;
	font-weight: bold;
}

#infobutton a {
	color: rgb(117, 117, 117);
	text-decoration: none;
	padding: 0 0 0 25px;
	display: block;
}

#infobutton a:hover {
	color: black;
}

ul.prodinfo {
	list-style: none;
	font-size: 7pt;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 0;
}

ul.prodinfo li {
	float: left;
}

.prodinfo li a {
	display: block;
	background-image: url(/img/button_grey_large_normal.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 23px;
	color: white;
	text-align: center;
	padding-top: 4px;
	text-decoration: none;
}

.prodinfo li a:hover {
	background-image: url(/img/button_grey_large_hover.gif);
}

.prodinfo li a.current, .prodinfo li a:active,
.prodinfo.product_overview a#overview,
.prodinfo.product_details a#details,
.prodinfo.product_specifications a#spec,
.prodinfo.product_options a#options,
.prodinfo.product_related a#related {
	background-image: url(/img/button_grey_large_active.gif);
	color: black !important;
}

.box .prodinfo li a {
	background-image: url(/img/button_dark_large_normal.gif);
}

.box .prodinfo li a:hover {
	background-image: url(/img/button_dark_large_hover.gif);
}

.box .prodinfo li a.current, .box .prodinfo li a:active {
	background-image: url(/img/button_dark_large_active.gif);
}


.leftcol {
	width: 75%;
	float: left;
}

.rightcol {
	width: 24%;
	float: right;
}

.leftcol2 {
	width: 60%;
	float: left;
}

.rightcol2 {
	width: 39%;
	float: right;
}

.leftcol50 {
	width: 49%;
	float: left;
}

.rightcol50 {
	width: 49%;
	float: right;
}


.dark {
	background-color: #1d3853;
}


.box {
	background-color: #369;
	background: url(/img/corner_topleft.gif) top left no-repeat;
}

.box h1 {
	background: url(/img/corner_topright.gif) top right no-repeat;
}

.boxcontent {
	background: url(/img/corner_rightedge.gif) top right repeat-y;
	padding-left: 10px;
	padding-right: 7px;
}

.boxcontent p {
	padding: 0.25em 0 0.5em 0;
	margin: 0;
}

.boxfooter {
	background: url(/img/corner_bottomleft.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
}

.boxfooter p {
	background: url(/img/corner_bottomright.gif) bottom right no-repeat;
	margin: 0;
	padding: 0;
}

.darkbox {
	background-color: #1d3853;
	background: url(/img/corner_dark_topleft.gif) top left no-repeat;
}

.darkbox h1 {
	background: url(/img/corner_dark_topright.gif) top right no-repeat;
}

.darkbox .boxcontent {
	background: url(/img/corner_dark_rightedge.gif) top right repeat-y;
}

.darkbox .boxfooter {
	background: url(/img/corner_dark_bottomleft.gif) bottom left no-repeat;
}

.darkbox .boxfooter p {
	background: url(/img/corner_dark_bottomright.gif) bottom right no-repeat;
}

.dark {
	background-color: #1d3853;
	background: url(/img/corner_dark_topleft.gif) top left no-repeat;
}

.greybox {
	background-color: #369;
	background: url(/img/corner_grey_topleft.gif) top left no-repeat;
}

.greybox h1 {
	background: url(/img/corner_grey_topright.gif) top right no-repeat;
}

.greybox .boxcontent {
	background: url(/img/corner_grey_rightedge.gif) top right repeat-y;
	padding-left: 10px;
	padding-right: 7px;
}

.greybox .boxcontent p {
	padding: 0.25em 0 0.5em 0;
	margin: 0;
}

.greybox .boxfooter {
	background: url(/img/corner_grey_bottomleft.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
}

.greybox .boxfooter p {
	background: url(/img/corner_grey_bottomright.gif) bottom right no-repeat;
	margin: 0;
	padding: 0;
}
.box h1, .darkbox h1, .greybox h1 {
	padding: 5px 0 0 11px;
	margin: 0;
	font-size: 11pt;
}

.box ul {
	margin: 0;
	padding-top: 5px;
	padding-left: 40px;
}

.dbview {
	font-size: 7pt;
}

.dbview td {
	vertical-align: top;
}

tr.odd {
	background-color: #369;
}

tr.even {
	background-color: #1D3853;
}

.dbview a {
	color: white;
	text-decoration: none;
}

.dbentry th {
	vertical-align: top;
	background-color: #1D3853;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 5px;
}

.dbview tr:hover td {
	background-color: #4F2B00;
}

#dltable {
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	border-spacing: 0;
}

#dltable tr:hover td {
	background-color: #6699FF;
	color: black;
}

#dltable td, #dltable th {
	padding: 2px 4px;
}

#dltable tr:hover td a.download {
	color: #FFFB00 !important;
}


#dltable td.product {
	color: yellow;
	font-weight: bold;
}

.images {
	text-align: center;
}

.images img {
	border: none;
}

#salescontact td {
	padding-right: 20px;
	vertical-align: top;
}

a img {
	border: none;
}

#callme {
	font-size: 8pt;
}

#callme .text {
	font-size: 8pt;
	width: 180px;
	border: 1px solid #6699FF;
	background-color: #CCCCCC;
	color: black;
}

input.required {
	background-color: #FFFBCF !important;
}

.dbentry th.optional {
	font-weight: normal !important;
	background-color: #336699;
}

table#partners {
	border-spacing: 0;
}

table#partners td {
	padding: 10px;
}

#error {
	background-color: #3366CC;
	padding: 1px;
	border: 1px solid #6699FF;
}

#error ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 8pt;
}

a.download {
	color: #ffcc00 !important;
	font-weight: bold;
	text-decoration: none;
}

#logininfo {
	position: absolute;
	top: 0;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.dbview a {
	color: white;
}

dl#searchresults {
	padding: 0;
	margin: 0;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

dl#searchresults dt {
	font-weight: bold;
	background-color: #336699;
	padding: 3px;
	margin: 1em 0 4px 0;
}

#imagepage {
	text-align: center;
	padding: 5px;
}

#imagepage a {
	color: #336699 !important;
}

br#endsolutions {
	clear: both;
}

.solutionimage {
	text-align: center;
}

#starthere {
	padding-left: 57px;
}
	
