html, body { 
	margin:0;
	padding:0;
	background-color: #ffffff;
	background-image: url('/images/repeating_background.png');
	background-repeat: repeat-x;
	text-align: center;
	font-family: Tahoma;
	color: #333333;
}

#container {
	position: relative;
	width: 995px;
	height: 590px;
	margin: 0 auto;
	top: 23px;
	text-align: left;
	background-image: url('/images/background-main.png');
}

#navigation img {
	border: 0;
}

.navigation-link-active {
	cursor: pointer;
}

.navigation-link-inactive {
	cursor: default;
}


#menu-aboutus {
	position: absolute;
	left: 48px;
	top: 114px;
	width: 45px;
	height: 12px;
}

#loader {
	position: absolute;
	left: 202px;
	top: 50px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}

#menu-services {
	position: absolute;
	left: 48px;
	top: 135px;
	width: 87px;
	height: 16px;
}

#menu-contact {
	position: absolute;
	left: 48px;
	top: 160px;
	width: 87px;
	height: 11px;
}

#menu-findus {
	position: absolute;
	left: 48px;
	top: 183px;
	width: 58px;
	height: 11px;
}

#main_container-aboutus {
	position: absolute;
	left: 187px;
	top: 87px;
	width: 800px;
	height: 444px;
	background-image: url('/images/main-aboutus.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#aboutus_left_paragraph {
	position: absolute;
	left: 27px;
	top: 203px;
	width: 265px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

#aboutus_right_paragraph {
	position: absolute;
	left: 340px;
	top: 203px;
	width: 265px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

.initial_image {
	float: left;
	margin-right: 4px;
	margin-top: 5px;
}

#main_container-ourservices {
	position: absolute;
	left: 187px;
	top: 87px;
	width: 800px;
	height: 444px;
	background-image: url('/images/main-ourservices.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#ourservices_top_paragraph {
	position: absolute;
	left: 25px;
	top: 24px;
	width: 305px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

#ourservices_bottom_paragraph {
	position: absolute;
	left: 25px;
	top: 139px;
	width: 255px;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

.heading {
	display: block;
	color: #97be0d;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}

#main_container-contact {
	position: absolute;
	left: 187px;
	top: 87px;
	width: 800px;
	height: 444px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}

#contact_image {
	position: absolute;
	left: 24px;
	top: 25px;
}

#contact_table {
	position: absolute;
	left: 24px;
	top: 44px;
}

#contact_table td {
	width: 255px;
	height: 184px;
	font-size: 11px;
	line-height: 16px;
}

#contact_table img {
	float: left;
	margin-right: 6px;
	width: 95px;
}

.no_image {
	padding-left: 102px;
	padding-top: 25px;
	vertical-align: top;
}

#contact_table span {
	font-weight: bold;
}

.contact_mailto {
	color: #333333;
}

#main_container-findus {
	position: absolute;
	left: 187px;
	top: 87px;
	width: 800px;
	height: 444px;
	background-image: url('/images/main-findus.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#officepic {
	position: absolute;
	left: 35px;
	top: 66px;
}

#findus-text {
	position: absolute;
	left: 471px;
	top: 66px;
	width: 180px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

#findus-text span {
	font-weight: bold;
}

#findus-text a {
	color: #333333;
}

#footer {
	position:absolute;
	left: 33px;
	top: 540px;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer span {
	font-weight: bold;
}