/* ########## General Layout starts here ########## */

.services_submenu {
	font-size: smaller;
	border-left: dashed 1px #0099cc;
	border-top: dashed 1px #0099cc;
	border-bottom: dashed 1px #0099cc;
	margin: 20px -11px 10px 10px;
	padding: 5px 5px 5px 5px;
	float: right;
	white-space: nowrap;
	}

hr {
	color: #0099cc;
	background-color: #0099cc;
	width: 100%;
	height: 1px;
	border: 0px;
	}

a {
	color: #008c8c;
	}

a:visited {
	color: #0a6576;
	}

a:active {
	color: #ff0000;
	}

a:hover {
	color: #00cc66;
	}

.left {
	position: fixed;
	width: 0px;
	top: 0px;
	left: 0px;
	}

.left .logo {
	position: absolute;
	width: 250px;
	top: 20px;
	left: 23px;
	}

.left .menu {
	position: absolute;
	left: 84px;
	top: 270px;
	}
	
.right {
	width: 497px;
	position: absolute;
	left: 305px;
	top: 100px;
	padding: 0px 0px 0px 0px;
	}

.right .title {
	position: relative;
	width: 497px;
	left: 0px;
	top: 0px;
	height: 39px;
	margin-bottom: -15px;
	padding: 0px 0px 0px 0px;
	}

.right .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 15px 10px 0px 15px;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #333333;
	text-align: center;
	position: relative;
	margin: 70px 0px 30px 0px;
	}

.footer p {
	padding: 0px 0px 0px 0px;
	}

.footer .textnav {
	padding: 15px 0px 15px 0px;
	}

.footer .textnav a {
	font-weight: bold;
	}
	
.footer .representatives {
	padding: 15px 0px 15px 0px;
	}
	
.footer .representatives .company {
	font-size: large;
	padding: 15px 0px 15px 0px;
	}
	
.footer .address {
	padding: 15px 0px 15px 0px;
	}

.footer .accreditations {
	padding: 15px 0px 15px 0px;
	}
	
.footer .copyright {
	padding: 15px 0px 15px 0px;
	}

.footer .numbers {
	padding: 15px 0px 15px 0px;
	}

/* ########## General Layout ends here ########## */






