/* @override 
	http://leibniz.local/powermax_2007/style.css
	http://powermax.dev/style.css
*/

body {
	padding: 0;
	margin: auto;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.super {
	font-size: 50%;
	vertical-align: top;
}

#caption {
	margin-top: -80px;
	margin-left: 10px;
	margin-bottom: 40px;
	font-size: .8em;
}

h1 {
	color: #080036;
	font: bold 1em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-repeat: repeat-x;
	border-bottom: 3px groove #797979;
	margin: 0 auto 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 0;
	    border-top: 1px solid #a9a9a9;
}

h2
{
	color: #5398d3;
	font-weight: bold;
	padding-bottom: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	font-size: 1em;
	line-height: 2em;
}

h3 {
	color: #797979;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 4px;
}

h4 {
	font-weight: bold;
	color: #333;
	font-size: 0.8em;
}

h5 {
	color: #333;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin-bottom: 14px;
}

p, ul, ol {
	font: .85em/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.small {
	font-size: .8em;
}

a:link { 
	color: #003366;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

a:visited { 
	color: #6699cc;
	text-decoration: none;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:hover, a:active {
	text-decoration: underline;
}

#spacer {
	height: auto;
	width: 68px;
}

#frame {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

div#banner {
	margin-left: auto;
	width: 1024px;
	height: 151px;
	margin-right: auto;
}

div#bannerLeft {
	background: url(media/interface/home_01.png) no-repeat;
	z-index: 1;
	height: 151px;
	width: 729px;
	position: relative;
	margin: auto;
	float: left;
	clear: left;
}

div#bannerRight {
	background: url(media/interface/home_02.png) no-repeat;
	z-index: 1;
	margin-top: -px;
	float: left;
	position: relative;
	width: 295px;
	display: inline;
	height: 151px;
}

div#container {
	width: 1024px;
	background-repeat: repeat-y;
	height: auto;
	margin-right: auto;
	margin-top: auto;
	margin-left: auto;
}

div#container2 {
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
}

div#content
{
	background-color: white;
	width: 1024px;
	margin: auto;
}

div#page {
	clear: none;
	margin: auto;
	font-size: 1.15em;
	padding-left: 200px;
}

#menuIcon {
	position: relative;
	display: inline;
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}

#sidebar {
	z-index:1;
	width: 180px;
	position: relative;
	float: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 100%;
	margin-right: 10px;
	margin-top: 10px;
}

#sidebar ul {
	color: gray;
	padding: 0;
	margin-right: auto;
	margin-top: auto;
	margin-left: auto;
	font: 0.9em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar li {
	padding: 0 0 0 10px;
	font-weight: bold;
	list-style-type: none;
}

.sidebar_header {
	color: red;
	font-weight: bold;
}

#sidebar li a:hover {
	text-decoration: none;
	color: black;
}

#sidebar li#active {
	color: black;
	text-decoration: none;
}

#sidebar li#active a:link  { 
	color: black;
	text-decoration: none;
}

#sidebar li#active a:visited  { 
	color: gray;
	text-decoration: none;
}

#sidebar a:visited  { 
	color: gray;
	text-decoration: none;
}

#submenu ul {
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-position: inside;
	list-style-type: square;
}

#submenu li {
	padding-left: 24px;
}

#submenu li#active {
	color: black;
}

#submenu li#active a:link  { 
	color: gray;
	text-decoration: none;
	text-shadow: none;
}

#submenu li#active a:visited  { 
	color: gray;
	text-decoration: none;
	text-shadow: none;
}

.columns {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.teaser {
	font-size: .7em;
}

.footnote {
	font-size: 50%;
}

.col-2A, .col-2B {
	position:relative;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 12px;
}

.col-2A {
	z-index: auto;
	overflow: hidden;
	float: left;
	width: 540px;
	margin-left: 12px;
}

.col-2B {
	z-index:2;
	width: 240px;
	padding-left: 10px;
	margin-right: 8px;
	float: right;
	margin-top: -10px;
}

div#footer {
	text-align: center;
	width: 1024px;
	height: auto;
	font-style: normal;
	font-size: .8em;
	clear: both;
	margin: 10px auto 20px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 4px;
	padding-top: 4px;
}

div#footer ul
{
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 auto auto;
}

div#footer li
{
	color: gray;
	display: inline;
	margin-right: 60px;
	text-align: center;
	margin-left: 60px;
	font-size: 1em;
	line-height: 2.2em;
}

#footer a {
	color: #797979;
}

#footer a:hover {
	color: black;
	text-decoration: none;
	text-shadow: #d5d5d5 1px 1px 3px;
}

#article {
	color: #666;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 2px;
}

#spec_table {
	font-size: 0.7em;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #000;
}

#spec_table tbody tr td {
	border-bottom: 1px solid #f2f2f2;
}

#spec_table tbody tr td strong {
	color: #000;
}

#price {
	color: #ff2933;
	font-weight: bold;
	font-size: 1.5em;
}

.cleardiv {
	clear: both;
	height: 0;
}

.s_block {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.customer {
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	padding-top: 5px;
}

.brochure {
	margin-right: auto;
	margin-left: auto;
}

.details {
	padding: 10px;
	background-color: #fffee5;
	text-align: center;
}

p.p1 {
	font-size: 12pt;
}

p.p2 {
	font-size: 10pt;
}

span.s2 {

}
