@charset "utf-8";
/* CSS Document */

div {/*used for trouble shooting*/
/*border: thin dotted #CC0000;*/
} 
#container {
	width: 985px;
	margin-bottom: 50px;
	position: relative;
}
#language-selector{
	text-align: right;
}
#topnav {
	width: 985px;
	margin-bottom: 15px;
}
#insidecontainer {
	height: auto;
	float: left;
	clear: right;
	position: static;
	margin-bottom: 20px;
	max-width: 100%;
	width: 730px;
	margin-left: 0px;
}
#dart-insidecontainer {
	border: 0px solid #CCCCCC;
	margin-left: 20px;
	position: static;
}
/* breadcrumbs have been disabled. margin has been added to #topnav for spacing */
#breadcrumbs_OLD {
	height: auto;
	width: 750px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	position: static;
	font-weight: bold;
	padding-left: 235px;
	margin-top: 5px;
}
#breadcrumbs {
	display: none;	
}
#leftcolumn {
	min-height: 400px;
	width: 200px;
	float: left;
	position: static;
	background-image: url(/images/background/NavigationBackground.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
}
#productimageheader {
	height: auto;
	float: left;
	position: static;
	clear: both;
	width: 750px;
	margin-bottom: 20px;
}
#header  {
	height: auto;
	float: left;
	width: 750px;
	clear: both;
	position: static;
	text-align: left;
}
#bodycontent {
	float: left;
	height: auto;
	text-align: left;
	width: 730px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
#dart-bodycontent {
	float: left;
	height: auto;
	text-align: left;
	vertical-align: top;
	width: 750px;
	clear: left;
	position: static;
}
#getestimate {
	width: 750px;
	float: left;
	clear: both;
	position: static;
	height: auto;
	/*border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 1em;*/
	padding-bottom: 1.5em;
}
#disclaimer {
	float: left;
	width: 750px;
	clear: both;
	position: static;
	height: auto;
}

#clear {
	clear: both;
	position: static;
}

#bottom-product-links,#copyright {
	height: auto;
	clear: both;
	position: static;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 2em;
}
#copyright {
	margin-top: 10px;
	width: 100%;

}

