/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0EFF7;
	height: 800px;
	width: 100%;
	font-size: 13px;
}

.search {
	width: 748px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.header {
	width: 760px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/logo.jpg);
}

.header h2 {
	display: none;
}

.footer p {
	margin-left: 50px;
}

#wrapper { 
 display: table; 
 #position: relative; 
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
 height: 300px;
}

.content {
	width: 760px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.content_left {
	float: left;
	width: 253px;
	height: 300px;
	background-color: #CAC8D2;
	background-image: url(../img/background.gif);
}

.content_right {
	float: left;
	width: 500px;
	height: 700px;
	background-color: #F0EFF7;
}

.cont {
	background-color: #FFFFFF;
}

.navigation{
	width: 253px;
	height: 300px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

.contact {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	height: 300px;
	width: 253px;
	background-image: url(../img/background_with_head.gif);
}

.contact_content {
	width: 240px;
	padding: 25px 0 0 15px;
}

.contact_head {
	padding: 17px 0 0 22px;
	color: white;
	width: 90%;
	height: 20px;
	text-align: left;
	font-size: 17px;
}

.bikName {
	font-weight: bold;
	font-size: 12px;
}

.mailLink { 
	color:#000000;
	font-weight: bold;
	font-size: 12px;
}

.leftPadding {
	padding: 0 0 0 39px;
}

.rounded_top {
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	height: 25px;
	background-color: #FFFFFF;
	background-image: url(../img/rounded_top.gif);
	background-repeat: no-repeat;
}

.inner_cont {
	padding: 0 12px 0 10px;
	margin: -20px 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid white; /* layout... */
        /* min-height: 547px; */
}


.rounded_bottom {
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	height: 20px;
	background-color: #F0EFF7;
	background-image: url(../img/rounded_bottom.gif);
	background-repeat: no-repeat;
}

.customers {
  /* empty */
}


.customer { 
	font-weight: bold;
	line-height: 2em;

}

.customerDesc { list-style-type: none;

}

p.bold { 
	font-weight: bold;
}

span.bold {
 font-weight: bold;
}

.inner_cont a {
	font: bold 12px Arial, "Lucida Grande", "Trebuchet MS", Verdana;
	color:black;
	text-align: justify;
	/*text-decoration: none;*/
}

.inner_cont a:visited, .section2 a:active{
	color: black;
}

.inner_cont a:hover{
	color: #999999;
}

.inner_cont > img {
	padding-top: 5px;
}

.list1 li { 

padding: 5px 0 
	
}

.headline {
	float: left; 
	position: relative; 
	display: inline;
	z-index: 1;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px solid #EFEFEF; 
	width: 100%;
	margin-bottom: 10px;
}

/* Table-Layout 1 */

table.layout1 {
 width: 95%;
}

table.layout1 tr td {
  padding-left: 6px;
}

td.desc {
 background: #F0EFF7; 
 width: 30%;
}

.breadcrumb {
  height: 20px;
  margin-left: 15px;
  color: black;
}

.breadcrumb a {
  color: black;
}

.last_update {
  float: right;
  font-size: 10px;
}

.center_bold {
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-align: center;
}

