@charset "UTF-8";
/* CSS Document */

body{
	color: #333;
	font-family: "BentonSans Regular", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #737373;
	scrollbar-darkshadow-color: #c1c1c1;
	scrollbar-face-color: #f7f7f7;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #E6E6E6;
	scrollbar-track-color: #f7f7f7;
	font-size: 100%;
	font-style: normal;
	background-color: #F1F1F1;
	padding: 0px;
	margin-top: 1.2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/dimensions-software-theme-back.png);
	background-repeat: repeat-y;
}

#dimensions-software-main-container {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

#top_navigation {
	margin: 0px;
	padding: 0px;
	height:73px;
	width: 1024px;
	background-image: url(../images/net-set-and-go.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.dimensions-software-logo {
	margin: 0px;
	padding: 0px;
	border:0;
	float:left;
}

#dimensions-software-content{
	left: 0px;
	min-height: 530px;
	width: 1020px;
	background-color: #FFF;
	font-size: 0.75em;
	color: #666;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display:inline;
}

#dimensions-software-content-left{
	position: relative;
	top: 1px;
	left: 0px;
	height:auto;
	width: 809px;
	background-image: url(../images/dimensions-software-inside-back.png);
	background-repeat: repeat-x;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding:0;
	display:block;
}

#main-content{
	float: left;
	padding:0;
	margin:0;
	clear:all;
	display: inline-table;
}

#dimensions-software-content-right{
	position: relative;
	top: 1px;
	left: 0px;
	margin:0px;
	min-height:443px;
	width:208px;
	float: right;
}







