body {
	margin: 0px;
	padding: 0;
	background: #D2DADD url("../images/37.gif");
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

div#container {
	position: absolute;
	top: 0;
	left: 20px;
	width: 870px;
	height: 1800px;
	background: #FFF;
	border-left: 1px solid #082336;
	border-right: 1px solid #082336;
	margin: 0px;
	padding: 10px;
}

div#header {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 870px;
	height: 160px;
	background: transparent url(../images/title4.jpg) no-repeat ;
}
#header h1, #header h2 {
	text-indent: -9999px;
}

div#menu {
	position: absolute;
	top: 180px;
	left: 10px;
	width: 870px;
	height: 30px;
	background: transparent url(../images/menu.jpg) no-repeat ;
	
	margin: 0;
	padding: 0;
	
	text-align: right;
}

#menu-list {
	margin: 0;
	padding: 6px;
	color: #6C7F89;
}

#menu-list li{
	list-style: none;
	display: inline;
}
a.menu-link:link, a.menu-link:visited {
	font-size: 13px;
	font-weight: bold;
	color: #6C7F89;
	text-decoration: none;
}
a.menu-link:hover, a.menu-link:active {
	font-size: 13px;
	font-weight: bold;
	color: #496554;
	text-decoration: underline;
}

div#content {
	position: absolute;
	top: 220px;
	left: 10px;
	width: 850px;
	/*height: 600px;
	overflow: auto;*/
	padding: 10px;
	background: #F0F0F0;
	border-bottom: 1px solid #DDD;
}
/*** Address Table ***/
#address-table {
	margin: auto;
	margin-bottom: 15px;
	width: 840px;
	border: 1px solid #CCC;
	background-color: #D9E3DD;
}
#address-table h3 {
	color: #4F0A16;
}
#address-table thead {
	background-color: #CCD4BF;
	text-align: center;
}
#address-table tbody tr td {
	padding: 20px;
	text-align: center;
}
#address-table tr {
	padding: 15px;
}
/*** Contact-form ***/
form#contact-form {
	margin: auto;
	margin-bottom: 15px;
	width: 838px;
	background-color: #D9E3DD;
	border: 1px solid #CCC;
}
form#contact-form fieldset{
	border: none;
}
form#contact-form legend{
	margin: 5px 0 5px 0;
	font-size: 1.2em;
	color: #4F0A16;
	font-weight: bold;
}
form#contact-form input[type="text"], form#contact-form .common-input {
	width: 455px;
	border: 1px solid #CCC;
	border-left: 3px solid #CCC;
}

form#contact-form textarea{
	width: 455px;
	height: 200px;
	border: 1px solid #CCC;
	border-left: 3px solid #CCC;
}

form#contact-form select{
	width: 455px;
	border: 1px solid #CCC;
	border-left: 3px solid #CCC;
}
/**** Links classes ****/
a.gen-link:link, a.gen-link:visited {
	color: #274029;
	font-weight: bold;
	text-decoration: none;
}
a.gen-link:active, a.gen-link:hover {
	color: #274029;
	font-weight: bold;
	text-decoration: underline;
}
/*** Orion Menu ****/
div#orion-menu {
	float: right;
	width: 255px;
	border: 1px solid #CCC;
	border-bottom: 3px solid #CCC;
	background-color: #E3EDF0;
	margin-bottom: 15px;
}

#orion-menu-list {
	margin: 0;
	padding: 6px;
	color: #6C7F89;
}

#orion-menu-list li{
	list-style: none;
}
a.orion-menu-link:link, a.orion-menu-link:visited {
	font-size: 12px;
	font-weight: bold;
	color: #6C7F89;
	text-decoration: none;
}
a.orion-menu-link:hover, a.orion-menu-link:active {
	font-size: 12px;
	font-weight: bold;
	color: #496554;
	text-decoration: underline;
}

/*** Compare Table ***/
#orion-compare {
	margin-top: 15px;
}
#compare-table {
	margin: auto;
	margin-bottom: 15px;
	width: 840px;
	border: 1px solid #CCC;
	background-color: #D9E3DD;
}
#compare-table .compare-title {
	color: #4F0A16;
}
#compare-table thead {
	background-color: #CCD4BF;
	text-align: center;
}
#compare-table .feature-row {
	background-color: #CCD4BF;
	text-align: left;
	padding: 5px;
	margin: 5px;
	width: 100px;
	
}
#compare-table tbody tr td {
	padding: 20px;
	text-align: center;
}
#compare-table tr {
	padding: 15px;
}
/*** Orion images ***/
img.example-image {
	margin: 5px;
	padding: 0;
	border: 3px solid #CCD4BF;
}
h4.orion-subtitles {
	font-weight: bold;
	color: #4F0A16;
	border-bottom: 1px solid #CCD4BF;
}
img.product-logo {
	border: 1px solid #CCC;
}
#products-dl dd {
	margin: 5px;
	border-bottom: 1px solid #CCC;
}
#orion-desc {
	text-indent: -9999px;
	width: 194px;
	height: 50px;
	background: transparent url("../images/orion.jpg") top left no-repeat;
	border: 1px solid #CCC;
	cursor: pointer;
}
#saturn-desc {
	text-indent: -9999px;
	width: 225px;
	height: 67px;
	background: transparent url("../images/saturn.jpg") top left no-repeat;
	border: 1px solid #CCC;
	cursor: pointer;
}
/***** Puzzle *****/
div#puzzle-sem {
	margin: 5px auto;
	width : 300px;
	height: 75px;
}
div#puzzle-sem img{
	margin: 0 0 0 90px;
}

div#puzzle-saturn {
	float: left;
	margin-top: 10px;
	cursor: pointer;
}
div#puzzle-orion {
	float: right;
	margin-top: 10px;
	cursor: pointer;

}
h4.product-legend {
	margin: 2px;
	padding: 2px;
	display: block;
	clear: both;
	text-align: center;
	font-size: 1.3em;
	color:#711E26;
}
h4.title4 {
	margin: 5px;
	padding: 5px;
	display: block;
	clear: both;
	text-align: center;
	font-size: 1.4em;
	color:#3A4560;
	text-decoration: underline;
}
div#pieces {
	position: relative;
	clear: both;
	width: 810px;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
div#puzzle {
	position: relative;
	clear: both;
	width: 810px;
	height: 100px;
}
div#puzzle-inline-sem {
	position: absolute;
	top: 30px;
	left: 10px;
	margin: 0;
	padding: 0;
	height: 44px;
	width: 95px;
	background: transparent url("../images/small_sempuzzle.gif") top left no-repeat;
}
div#puzzle-inline-saturn {
	position: absolute;
	top: 30px;
	left: 85px;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 196px;
	background: transparent url("../images/small_saturnpuzzle.gif") top left no-repeat;
}
div#puzzle-inline-saturn a{
	display: block;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 196px;
	background: transparent;
	text-indent: -9999px;
}
div#puzzle-inline-orion {
	position: absolute;
	top: 30px;
	left: 260px;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 139px;
	background: transparent url("../images/small_orionpuzzle.gif") top left no-repeat;
}
div#puzzle-inline-orion a{
	display: block;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 196px;
	background: transparent;
	text-indent: -9999px;
}

div#puzzle-inline-sem-2 {
	position: absolute;
	top: 30px;
	left: 485px;
	margin: 0;
	padding: 0;
	height: 44px;
	width: 95px;
	background: transparent url("../images/small_sempuzzle.gif") top left no-repeat;
}
div#puzzle-inline-orion-2 {
	position: absolute;
	top: 30px;
	left: 560px;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 139px;
	background: transparent url("../images/small_orionpuzzle.gif") top left no-repeat;
}
div#puzzle-inline-orion-2 a{
	display: block;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 196px;
	background: transparent;
	text-indent: -9999px;
}
.red-bold {
	color: #C41737;
	font-weight: bold;
}
.red-normal {
	color: #C41737;
	font-weight: normal;
}
img.img-scheme {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #AAA;
}
/*** Home page Layout ***/
div#orion-home {
	clear: both;
}
div#orion-home-features {
	width: 400px;
	float: left;
}
div#orion-home-scheme {
	width: 400px;
	float: right;
}
div#saturn-home {
	clear: both;
}
div#saturn-home-features {
	width: 400px;
	float: left;
}
div#saturn-home-scheme {
	width: 400px;
	float: right;
}
div#interop-home {
	clear: both;
}
/*** Orion main page ***/
div#orion-gen-structure {
	height: 400px;
	clear: both;
}
div#orion-gen-structure ul {
	list-style: none;
}
li#structure1 {
	position: absolute;
	width: 363px;
	height: 199px;
	top: 140px;
	left: 230px;
	background: transparent url("../images/orion-structure.gif") no-repeat;
}
li#structure1 a {
	position: absolute;
	text-indent: -9999px;
	width: 363px;
	height: 199px;
}
li#structure2 {
	position: absolute;
	width: 123px;
	height: 69px;
	top: 65px;
	left: 350px;
	background: transparent url("../images/graph-tools.gif") no-repeat;
}
li#structure2 a {
	position: absolute;
	text-indent: -9999px;
	width: 123px;
	height: 69px;
}
li#structure3 {
	position: absolute;
	width: 123px;
	height: 69px;
	top: 215px;
	left: 610px;
	background: transparent url("../images/vision3d.gif") no-repeat;
}
li#structure3 a {
	position: absolute;
	text-indent: -9999px;
	width: 123px;
	height: 69px;
}
li#structure4 {
	position: absolute;
	width: 123px;
	height: 69px;
	top: 360px;
	left: 350px;
	background: transparent url("../images/edx.gif") no-repeat;
}
li#structure4 a {
	position: absolute;
	text-indent: -9999px;
	width: 123px;
	height: 69px;
}
li#structure5 {
	position: absolute;
	width: 123px;
	height: 69px;
	top: 215px;
	left: 90px;
	background: transparent url("../images/macros.gif") no-repeat;
}
li#structure5 a {
	position: absolute;
	text-indent: -9999px;
	width: 123px;
	height: 69px;
}
li#structure6 {
	position: absolute;
	width: 123px;
	height: 69px;
	top: 345px;
	left: 580px;
	background: transparent url("../images/dsm.gif") no-repeat;
}
li#structure6 a {
	position: absolute;
	text-indent: -9999px;
	width: 123px;
	height: 69px;
}
table.list-table {
	padding: 5px;
	width: 99%;
	text-align: left;
	border: 1px solid #666;
	background: #F8F5DD;
}
table.list-table th {
	font-weight: bold;
	color: #EEE;
	background: #535F5B;
	padding: 3px;
}

table.list-table td {
	background: #AFD1D4;
	padding: 3px;
	border-bottom: 1px solid #B8DCDE;
}

div#user-toggle {
	display: block;
	padding: 10px;
	margin: 5px;
	border: 1px solid #0F182D;
	background: #E5EBF4 url("../images/strip.gif");
}

div#dealer-toggle {
	display: block;
	padding: 10px;
	margin: 5px;
	border: 1px solid #0F182D;
	background: #E5EBF4 url("../images/strip.gif");
}