/* ----------------------------------Utility Forum CSS by Enable Media-------------------------------*/


body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:100.01%;
	color:#010101;
	background-color:#e0e2e5;
	text-align:center;
}
img {
	margin:0;
	padding:0;
	border:0;
}
.justify {
	text-align:justify;
}
 .bold {
	font-weight:bold;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.clear {
	clear:both;
}
.float {
	position:relative;
	float:left;
	width:612px;
}
.nostart {
	list-style-type:none;
	margin:0;
	padding:0;
}
p {
	color:#000;
	font-size:11px;
	margin:0;
	padding:10px 0 10px 0;
}
/* ----------------------------------Container-------------------------------*/

#container {
	position:relative;
	margin:0 auto 0;
	width:793px;
	color:#000;
	text-align:left;
}

#shadow {
	position:relative;
	float:left;
	width:767px;
	margin:0;
	padding:0 13px 0 13px;
	text-align:left;
	background: url("../images/shadow.jpg") top left repeat-y;
}

#top {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:765px;
	height:87px;
	border-left:1px solid #c6c9cc;
	border-right:1px solid #c6c9cc;
	background-color:#fff;
}

#logo {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:302px;
	height:87px;
}
#top-pagetitle {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:463px;
	height:87px;
}

#headgraphic {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:765px;
	height:163px;
	border-left:1px solid #c6c9cc;
	border-right:1px solid #c6c9cc;
	background-color:#fff;
}

/* ----------------------------------Navi-------------------------------*/
#navicontainer{
	position:relative;
	float:left;
	width:765px;
	height:31px;
	margin:0;
	padding:0;
	border-left:1px solid #c6c9cc;
	border-right:1px solid #c6c9cc;
	}

#navi{
	position:relative;
	float:left;
	width:765px;
	height:29px;
	margin:0;
	padding:0;
	background-color:#c22455;
	border:1px solid #fff;
	border-left:none;
	border-right:none;
	text-align:center;
	}

#navi ul{
  	margin:0 auto;
	list-style:none;
	display:table; 
	padding:0;	
	}
	
#navi li{
    display:table-cell; margin:0; padding:0;
	}
	
#navi a{
    float:left;
    display:block;
  	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	height:auto;
	font-weight:normal;
	text-decoration: none;
	text-align:left;
	color:#fff;
	margin:0;
	padding:7px 10px 7px 10px;
	background:none;
	}
	
#navi a:hover{
    color:#c22455;
    background:url("../images/navi-bg.jpg") top left repeat-x; 
	}
	
#level1on a, #navi #level2on a, #navi #level2on a:visited, #navi #level2on a:hover, #navi #level3on a, #navi #level3on a:visited, #navi #level3on a:hover{
	color:#c22455;
	background:url("../images/navi-bg.jpg") top left repeat-x;
	}

#floater-top{
	position:relative;
	float:left;
	width:765px;
	height:32px;
	margin:0;
	padding:0;
	border-left:1px solid #c6c9cc;
	border-right:1px solid #c6c9cc;
	background:url("../images/floater-top-bg.jpg") top left repeat-x;
}
#floater{
	position:relative;
	float:left;
	width:765px;
	margin:0;
	padding:0;
	background:url("../images/floater-bg.jpg") top left repeat-y #fff;
	border-left:1px solid #c6c9cc;
	border-right:1px solid #c6c9cc;
	}

#floater-bottom {
	position:relative;
	float:left;
	width:764px;
	height:54px;
	margin:0;
	padding:0 0 0 29px;
	background:url("../images/floater-bottom-bg.jpg") top left no-repeat;
}

#small-logos {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:auto;
	height:34px;
}
#navi-bottom {
    position:relative;
	float:left;
	width:793px;
	margin:-6px 0 0 0;
	padding:2px 0 6px 0;
	text-align:center;
	}
	
#navi-bottom ul{
	list-style:none;
	margin:0;
	padding:0;	
	}
	
#navi-bottom li{
    display:inline;
	margin:0;
	padding:0;
	}
	
#navi-bottom a{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
	color:#adacad;
	margin:0;
	padding:0 7px 0 7px;
	background:none;
	}
	
#navi-bottom a:hover{
    color:#ccc;
	text-decoration:underline;
	}

#content{
	position:relative;
	float:left;
	width:595px;
	margin:0;
	padding:0;
	}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	font-size:18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#a5773f;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
	background-color:transparent;
	}
	
#content h2{
	font-size:14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#750f0d;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
	background-color:transparent;
	}
	
#content p{
	color:#000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:5px 0 5px 0;
	text-align:justify;
	}
	
#content p a:link, #content p a:visited, #content p a:hover{
	color:#c22455;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	}
	
#content p a:hover{
	text-decoration:underline;
	}	

#content ul{
        float:left;
        width:100%;
	list-style-type:none;
        margin:0;
        padding:0 0 20px 0;
	}

#content li{
        font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:normal;
	margin:0;
        padding:0 0 2px 60px;
        background:url("../images/li-red.jpg") 47px 5px no-repeat;
	}
	
#news{
	position:relative;
	float:left;
	width:165px;
	margin:0;
	padding:0;
	}
	
#news-header{
	position:relative;
	float:left;
	width:165px;
	height:33px;
	margin:0;
	padding:0;
	background:url("../images/news-header.jpg") top left no-repeat;
	}
	
#news-content{
	position:relative;
	float:left;
	width:133px;
	height:auto;
	margin:0;
	padding:18px 16px 10px 16px;
	}
	
#news .news h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight:bold;
    margin:0;
	padding:0 0 5px 0;
}

#news .news p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight:normal;
    margin:0;
	padding:0 0 10px 0;
}

.news p a:link, .news p a:visited, .news p a:hover{
	color:#c22455;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}
	
.news p a:hover{
	text-decoration:underline;
	}

.email {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a6627;
	background-color: #fff;
	font-weight:normal;
	width: 105px;
	height:13px;
	margin:0 15px 2px 0;
	padding:1px 0 1px 4px;
	display:inline;
	text-align:left;
	border: 1px solid #cbc9c9;
	background:url("../images/search-bg.jpg") top left repeat-x;
}
.emailgo {
        position:relative;
        float:right;
	width: 45px;
	height:22px;
	margin:0 4px 0 0;
	padding:0 0 2px 0;
	text-align:center;
	background:url("../images/go.jpg") top left no-repeat;
	border:0;
}

.dotted { 
	 width: 100%;
	 height:1px !important;
	 overflow:hidden;
	 margin:0;
	 padding:0;
	 background:url("../images/dotted.jpg") top left repeat-x;
	 }
#content .contentlayer{
	position:relative;
	float:left;
	width:105px;
	margin:0 10px 0 0;
	padding:5px 0 5px 0;
	display:inline;
	text-align:center;
	}
#content .contentlayer img{
	border:1px solid #000;
	}
#content .contentlayer p{
	color:#b34e4e;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
	}
#content .contentlayer p a:link, #content .contentlayer p a:visited, #content .contentlayer p a:hover{
	color:#b34e4e;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	margin:0;
	padding:0;
	text-decoration:none;
	text-align:center;
	}
	
#content .contentlayer p a:hover{
	text-decoration:underline;
	}
	
.box{
	position:relative;
	float:left;
	width:273px;
	height:auto;
	margin:0 0 16px 16px;
	display:inline;
	padding:0;
    background:url("../images/smallbox-content-bg.jpg") top left repeat-y;
	}
	
.box-top-green, .box-top-yellow, .box-top-lightblue, .box-top-pink, .box-top-lightgreen, .box-top-purple {
	width:273px;
	height:16px;
	margin:0;
	padding:0;
    background:url("../images/smallbox-top-green.jpg") top left no-repeat;
	}
	
.box-top-yellow {
    background:url("../images/smallbox-top-yellow.jpg") top left no-repeat;
	}
	
.box-top-lightblue {
    background:url("../images/smallbox-top-lightblue.jpg") top left no-repeat;
	}
	
.box-top-pink {
    background:url("../images/smallbox-top-pink.jpg") top left no-repeat;
	}
	
.box-top-lightgreen {
    background:url("../images/smallbox-top-lightgreen.jpg") top left no-repeat;
	}
	
.box-top-purple {
    background:url("../images/smallbox-top-purple.jpg") top left no-repeat;
	}
	
.box-content{
	position:relative;
	float:left;
	width:255px;
	height:auto;
	min-height:106px;
	margin:0;
	padding:9px 9px 3px 9px;
    background:url("../images/smallbox-bg.jpg") bottom left no-repeat;
	}
	
#content .box-content h1{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:96%;
	color:#000;
	text-decoration:none;
	margin:0;
	padding:1px 0 0 2px;
	}
	
#content .box-content p{
        font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
        text-align:left;
	width:98%;
	margin:0;
	padding:3px 0 0 2px;
	}
	
.box a:link, .box a:visited, .box a:hover{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0f0b09;
	text-decoration:none;
	margin:0;
	padding:0;
	}
	
.header{
	position:relative;
	float:left;
	width:191px;
	height:26px;
	margin:0 ;
	display:inline;
	padding:0;
	background:url("../images/info-bg.jpg") top left no-repeat #f6eee5;
	}
	
.header h1{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#a5773f;
	margin:0;
	padding:6px 0 0 19px;
	background-color:transparent;
	}

#content .headline, #content .headline-carbon, #content .headline-mas, #content .headline-yellow, #content .headline-able, #content .headline-purple, #content .headline-green, #content .headline-able-green, #content .headline-able-purple{
	position:relative;
	float:left;
	width:595px;
	height:30px;
	margin:0 0 20px 0;
        clear:both;
	display:inline;
	padding:0;
	background:url("../images/h1-bg.jpg") top left no-repeat #fff;
	}

#content .headline-yellow{
	background:url("../images/yellow-bg.jpg") top left no-repeat #fff;
	}

#content .headline-green{
	background:url("../images/green-bg.jpg") top left no-repeat #fff;
	}

#content .headline-purple{
	background:url("../images/purple-bg.jpg") top left no-repeat #fff;
	}

#content .headline-able{
	background:url("../images/yellow-able.jpg") top left no-repeat #fff;
	}

#content .headline-able-green{
	background:url("../images/green-able.jpg") top left no-repeat #fff;
	}

#content .headline-able-purple{
	background:url("../images/purple-able.jpg") top left no-repeat #fff;
	}

#content .headline-carbon{
	position:relative;
	float:left;
	width:595px;
	height:30px;
	margin:0 0 20px 0;
	display:inline;
	padding:0;
	background:url("../images/h1-carbon.jpg") top left no-repeat #fff;
	}

#content .headline-mas{
	position:relative;
	float:left;
	width:595px;
	height:30px;
	margin:0 0 20px 0;
	display:inline;
	padding:0;
	background:url("../images/h1-mas.jpg") top left no-repeat #fff;
	}

#content .headline h1, 
#content .headline-yellow h1,
#content .headline-able h1,
#content .headline-able-green h1,
#content .headline-green h1,
#content .headline-purple h1,
#content .headline-able-purple h1{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	margin:0;
	padding:7px 0 0 47px;
	background-color:transparent;
	}

#content .headline-able h1, 
#content .headline-able-green h1,
#content .headline-able-purple h1{
	padding:7px 0 0 173px;
	}

#content .headline-able-green h1{
	font-weight:normal;
	}


#content .p-glossary p, address{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	margin:0;
	padding:0 47px 22px 47px;
	text-align:left;
        font-style:normal;	
	}

address{
	padding:0 47px 10px 47px;
	}

#content .redheader{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
        line-height:20px;
	text-decoration:none;
	color:#c22455;
	margin:0;
	padding:0 0 18px 0;
	text-align:left;
	}

/*==============================================eForm=================================*/


#form.enquiry { 
width:35em; 
margin:0;
padding:0;
}
 
form#enquiry legend{ 
 display:none;
 visibility:hidden;
}
 
form#enquiry label{ 
clear:left;
 display:block; float:left; width:135px; text-align:left; padding:3px 10px 0 0; color:#000; margin-bottom:12px; font-size:12px; line-height:1.5em; font-style:normal;
}

form#enquiry fieldset{ 
 margin:0;
	 padding:0;
	 border:none;
}
 
form#enquiry .explain{ 
margin-left:10em; 
color:#339; 
}
 
#input.field,textarea.field
{
width:30em;
}

form#enquiry input{ 
margin: 0 0 4px 0;
}


form#enquiry textarea{ 
margin: 0 0 15px 0;
width:350px;
height:120px;
overflow:auto;
}

form#enquiry select{ 
margin: 0 0 5px 0;
width:266px;
}


form#enquiry .checked{ 
margin:2px 4px 1px 0;
padding:0;
}

/*==============================================eForm ende============================*/


