body
{
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.productdescmenu {
	background-color: #EEEEEE;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}

#header-a {
	float: left;
	width: 50%;
	height: 34px;
	margin: 0 0 10px 0;
}

#header-b {
	float: left;
	width: 50%;
	height: 34px;
	margin: 0 0 10px 0;
}

.formelements {
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	color: #003366;
	text-decoration: none;
	background-color: #CEE7FF;
	border: 1px solid #003366;
}

#header-form-login {
	float: left;
	width: 300px;
	height: 16px;
	margin-top: 18px;
}

#header-form-a {
	float: left;
	width: 80px;
	height: 16px;
	margin-top: 18px;
}


#header-form-b {
	float: left;
	width: 120px;
	height: 16px;
	margin-top: 18px;
}

#header-form-c {
	float: left;
	width: 80px;
	height: 16px;
	margin-top: 18px;
}

#header-form-d {
	float: left;
	width: 120px;
	height: 16px;
	margin-top: 18px;
}

#header-form-e {
	float: left;
	width: 100;
	height: 16px;
	margin-top: 18px;
}

#top-a {
	float: left;
	width: 250px;
	height: 162px;
	margin: 0 0 5px 0;
}

#top-b {
	float: left;
	width: 250px;
	height: 162px;
	margin: 0 0 5px 0;
}

#top-c {
	float: left;
	width: 250px;
	height: 162px;
	margin: 0 0 5px 0;
}

#top-d {
	float: left;
	width: 250px;
	height: 162px;
	margin: 0 0 5px 0;
}

#sub-a {	
	float: left;
	width: 245px;
	height: 27px;
	/*margin: 0 0 5px 0;*/
	padding-top: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-image: url(images/blank-top.png);
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: small;
	font-weight: bolder;
	
}

#sub-b {
	float: left;
	width: 245px;
	height: 27px;
	/*margin: 0 0 5px 0;*/
	padding-top: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-image: url(images/blank-top.png);
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: small;
	font-weight: bolder;
}

#sub-c {
	float: left;
	width: 245px;
	height: 27px;
	/*margin: 0 0 5px 0;*/
	padding-top: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-image: url(images/blank-top.png);
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: small;
	font-weight: bolder;
}

#sub-d {
	float: left;
	width: 245px;
	height: 27px;
	/*margin: 0 0 5px 0;*/
	padding-top: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-image: url(images/blank-top.png);
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: small;
	font-weight: bolder;
}

#product-list-image {
	float: left;
	width: 200px;
	height: auto;
	margin: 0 10px 5px 0;
}

#product-list-detail {
	float: left;
	width: 270px;
	height: auto;
	margin: 0 10px 5px 0;
}

#main-a {
	float: left;
	width: 240px;
	height: auto;
	
	margin: 0 10px 5px 0;
}

#main-b {
	float: left;
	width: 490px;
	height: auto;
	margin: 0 10px 5px 0;
	z-index: 0;
}

#main-c {
	float: left;
	width: 240px;
	height: auto;
	margin: 0 10px 5px 0;
}

#main-current-quote {
	float: left;
	width: 240px;
	height: auto;
	margin: 0 10px 5px 0;
	background-color: #CEE7FF;
}


#content { 
	float: left;
	width: 60%;
}

#footer {
	clear: both;
	height: 27px;
	width: 995px;
	background: #657EA9;
	text-align: center;
	margin: 0 0 5px 0;
}

#footer ul {
	list-style: none; 
	padding: 5px; 
	/*margin-left: auto;
	margin-right: auto; */
}

#footer li { 
	color: #ffffff;
	display: inline;
	padding: 4px;
}

#footer a {
	color: #ffffff; 
	text-decoration: none
}

#footer a:hover {
	text-decoration: underline
}

#navtabs{
	width: 100%;
	overflow: hidden;
	background-color: #EEEEEE;
}

#navtabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
}

#navtabs li{
display: inline;
margin: 0;
}

#navtabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*right divider between tabs*/
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

/*#navtabs li a:visited{
color: #246868;
}*/

#navtabs li a:hover, #navtabs li.selected a{
	background-color: #CEE7FF;
}

#subfooter {
	clear: both;
	height: 27px;
	text-align: center;
}

#leftnavtabs{
	width: auto;
	/*overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	border-bottom-width: 1px;
	border-bottom-color: #2D7777;
	position: relative;
	float:left;
	margin-bottom: 20px;
}

#leftnavtabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	list-style-type: none;
}

#leftnavtabs li{
	display: inline;
	margin: 0;
}

#leftnavtabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*right divider between tabs*/
	color: #246868;
	width: 184px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #246868;
}

#leftnavtabs li a:visited{
color: #246868;
}

#leftnavtabs li a:hover, #navtabs li.selected a{
	background-color: #C5EFEF;
}

.HeaderText {
	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #56719C;
	text-decoration: none;
}
.SubHeaderText {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #56719C;
	text-decoration: none;
}
a:link {
	color: #56719C;
	text-decoration: underline;
}

.OptionText {
	font-style: italic;
}

.bottomrule {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.currentquoteborder {
	border: 1px solid #EEEEEE;
}

.CostText {

	font-family: Tahoma;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.QtyText {
	font-weight: bold;
	color: #009900;
}
a:visited {
	color: #56719C;
	text-decoration: underline;
}
a:hover {

	color: #56719C;
	text-decoration: underline;
}
a:active {

	color: #56719C;
	text-decoration: underline;
}
.quoteelement {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
