html  {
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;	
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
body,td,th,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1,h2,h3,h4  {
	color: #666666;
	font-weight: bold;
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 0.4em;
	margin-bottom : 0.2em;
}
h1 {
	font-size: 1.4em;
} 
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1.05em;
}
p, ul, li {
	color: #666666;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}
p  {
	padding: 0px;
}
ul {
	padding-left: 0px; 
	margin-left: 1.5em;    
}
ol {
	padding-left: 0px; 
	margin-left: 2em;    
}
li {
	margin-top : 0px;
	margin-bottom : 0px;
}
a  {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:visited     {
	color: #666666;
}
a:active      {
	color: #666666;
}
a:hover     {
	color: #666666;
}

/* Special classes */
p.right {
	padding: 0px 30px 0px 0px;
}
ul.pic {
	list-style-image: url(../nav/list_pic.gif);
}
.border {
	border: 1px solid #787879;
}
/*div {
	margin: 0px;
	padding: 0px;
}*/
hr {
	width: 100%;
	height: 1px;
	background-image: url(../nav/hp_line.gif);
	background-repeat: repeat-x;
	color: transparent;
}
div.hr {
	width: 100%;
	height: 20px;
	background-image: url(../nav/h_line.gif);
	background-repeat: repeat-x;
}
div.hrp {
	width: 100%;
	height: 14px;
	background-image: url(../nav/hp_line.gif);
	background-repeat: repeat-x;
}
div.hre {
	width: 100%;
	height: 14px;
}
div.nav_spacer {
	width: 100%;
	height: 1px;
	background-color: #787879;
}

div.content_full {
	clear: both;
	left: 0px;
	top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
* html div.content_full {
	display: inline;
}
div.content_left {
	float: left;
	left: 0px;
	top: 0px;
	width: 260px;
	overflow: hidden;
}
/*div.content_left {
	left: 7px;
	top: 30px;
	width: 260px;
	position: absolute;
}*/
/*div.content_left img {
	border: 0px solid #787879;
}*/
/*div.content_left p {
	padding: 0px 0px 0px 0px;
}*/

div.content_right {
	float: left;
	left: 30px;
	top: 0px;
	width: 400px;
	position: relative;
}
* html div.content_right {
	position: relative;
}
/*div.content_right {
	left: 293px;
	top: 0px;
	width: 400px;
	position: relative;
}*/
div.content_right p,h1,h2,h3,h4,ul {
	padding-right: 20px;
}
div.content_right img {
	border: 1px solid #787879;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 4px;
}

div.title {
	width: 100%;
	height: 20px;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	padding-top: 6px;
	padding-bottom: 4px;
	border-top: 1px #787879 solid;
	border-bottom: 1px #787879 solid;
}
div.title h2 h3 {
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}
div.detail_link {
	left: 50px;
	width: 208px;
	position: relative;
}
div.left_inner {
	left: 0px;
	width: 238px;
	padding-left: 20px;
	padding-right: 0px;
	position: relative;
}
div.left_inner p.legende {
	font: bold 0.9em/1.1em Verdana, Arial, Helvetica, sans-serif;
}
div.left_inner a {
	text-decoration: none;
}
div.left_inner a:hover {
	text-decoration: underline;
}
div.left_inner_border {
	padding-bottom: 7px;
	margin-top: 7px;
	margin-bottom: 4px;
	border: 1px #787879 solid;
}
div.list {
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 4px;
	padding-top: 4px;
}
div.list_date {
	left: 7px;
	width: 70px;
	text-align: right;
	position: absolute;
}
div.list_cont {
	left: 75px;
	width: 600px;
	position: relative;
}
div.slist_left {
	left: 0px;
	width: 80px;
	padding-bottom: 0px;
	padding-top: 4px;
	position: absolute;
}
div.slist_right {
	left: 90px;
	width: 300px;
	padding-bottom: 0px;
	padding-top: 4px;
	position: relative;
}

table.techdata {
	border: 0px;
	width: 398px;
	table-layout: fixed;
}
table.techdata caption {
	border-top: 1px #787879 solid;
	border-bottom: 1px #787879 solid;
	color: #666666;
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	text-align: left;
}
table.techdata td {
	border-bottom: 1px dashed #CCCCCC;
	width: 25%;
	vertical-align: top;
	overflow: hidden;
}

.error {
	color: Red;
}

/* Form classes */
form {
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
legend {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
}
input, textarea, select {
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
/*legend {
	font-size: 1.2em;
	font-weight: bold;
}*/
label {
	display: block;
	font-weight: bold;
   color: #666666;
}
select {
	display: block;
   width: 220px;
}
select.quicklink {
	display: inline;
   width: 150px;
}



/* Layout */
#content {
	left: 0px;
	top: 133px;
	width: 100%;
	height: 444px;
	background-color: #787879;
	position: absolute; 
	z-index: 0;
}
#footer {
	left: 0px;
	top: 444px;
	width: 100%;
	height: 57px;
	background-color: #f6ed18;
	position:relative;
	z-index: 0;
}
#news {
	background: url(../nav/index/index_newsback.jpg);
	left: 0px;
	top: 45px;
	width: 431px;
	height: 108px;
	position: absolute;
	z-index:10;
}
#news_content {
	left: 74px;
	top: 0px;
	width: 357;
	height: 108px;
	position: relative;
}
div#news_content p {
	font: normal 0.95em/1.25em Verdana, Arial, Helvetica, sans-serif;
}
div#news_content a {
	font: bold 0.95em/1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div#news_content a:hover {
	text-decoration: none;
}
#navigation {
	left:0px;
	top:234px;
	width: 164px;
	position: absolute;
	z-index:10;
}
#navi_text {
	left:164px;
	top:234px;
	width: 115px;
	position: absolute;
	z-index:10;
}
#collage {
	left:164px;
	top:133px;
	width: 698px;
	position: absolute;
	z-index: 0;
}
#logo {
	left:873px;
	top:0px;
	width: 151px;
	height: 178px;
	position: absolute;
	z-index:10;
}
#address {
	left:873px;
	top:479px;
	width: 151px;
	position: absolute;
	z-index:10;
}
