@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1px;
	background-color: #424242;
	background-image:url(../images/cad_back2.jpg);
	background-repeat:repeat;
}

a {
	color: #222222;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

li {
	padding: 4px;
}

#header {
	width: 925px;
	height: 162px;
	padding: 0px; margin: 0px;
	background-image:url(../images/shell/mesotec.jpg);
}

#navigation {
	width: 925px;
	height: 67px;
	padding: 0px; margin: 0px;
	border-top: 7px solid #646464;
	background-image:url(../images/shell/navgrad.jpg);
	background-repeat:repeat-x;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFFFFF;
	line-height: 65px;
}

#navigation a {
	margin: 25px;
	color: #FFFFFF;
	text-decoration: none;
	height: 67px;
	line-height: 65px;
	padding: 10px 15px 10px 15px;
	border-right: 1px solid #555555;
}

#navigation a:hover {
	margin: 25px;
	text-decoration: none;
	background-repeat:repeat-x;
	padding: 19px 15px 20px 15px;
	border-top: 5px solid #FFFFFF;
	line-height: 65px;
}


#content {
	width: 925px;
	padding: 0px; margin: 0px;
	background-color: #bdbdbd;
	text-align: left;	
}

#left {
	background-color: #e2e2e2;
	padding: 25px;
	margin: 0px;
	width: 240px;
	height: auto;
	float: left;
	text-align: left;

}

#left hr {
	width: 100%;
	color: #FFFFFF;
	border-top: 1px solid white;
	margin: 18px 0px 18px 0px;
	padding: 0px;
}

#left img {
	/*border: 6px dashed white;*/
	border: 2px dashed #999999;
	clear: both;
	margin: 0px 0px 25px 0px; padding: 0px;
}

#right {
	background-color: #d2d2d2;
	background-position: right;
	background-image:url(../images/shell/contentback.gif);
	padding: 25px;
	margin: 0px;
	width: 585px;
	height: auto;
	float: right;
	text-align: left;
}

#footer {
	width: 895px;
	height: 30px;
	padding: 15px; margin: 0px;
	background-color: #FFFFFF;
	clear: both;
	font-size: 10px;
	text-align: right;
	border-bottom:2px solid orange;
}

#footer a {
	padding: 0px; margin: 0px;
	color: #333333;
}

#footer p {
	padding: 0px; margin: 0px;
}

#clear {
	clear: both;
}





/* Custom Classes */

.viewDetails {
	background-image: url(../images/shell/viewdetails.gif);
	margin: 0px 0px 15px 0px; padding: 0px;
	font-size: 11px; 
	letter-spacing: 0px;
	color: #FFFFFF;
	width: 86px;
	height: 19px;
	line-height: 19px;
	text-align:center;
	text-decoration: none;
	display: block;
}