/* CSS Document */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0;
}

body
{
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-y;
}
/* for internet explorer */


#page {
	height:auto;
	width: 800px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 2px;
}

#header {
	height:103px;
	background-image: url(images/header_background.gif);
	margin-top: 0px;
}

#company_name {
	height:103px;
	width:auto;
	padding-left: 40px;
	padding-top: 35px;
}

#divider {
	height: 5px;
	background-image: url(images/divider_background.gif);
}

#menu {
	height: 25px;
	background-image: url(images/menu_background.gif);
}

#menu_home {
	height:auto;
	width:200px;
	left: auto;
	right: auto;
	top: 0px;
	float: left;
	padding-top: 7px;
}

#menu_services {
	height:auto;
	width:200px;
	left: auto;
	right: auto;
	top: 0px;
	float: left;
	padding-top: 7px;
}

#menu_RW {
	height:auto;
	width:200px;
	left: auto;
	right: auto;
	top: 0px;
	float: left;
	padding-top: 7px;
}

#menu_gallery {
	height:auto;
	width:200px;
	left: auto;
	right: auto;
	top: 0px;
	float: left;
	padding-top: 7px;
}

#content {
	height:auto;
	width:780px;
	background-image: url(images/page_background.gif);
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#page_title {
	height:auto;
	width:auto;
	padding-bottom: 10px;
}

#welcome_text {
	height:auto;
	width:430px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#welcome_image {
	height:auto;
	width:330px;
	float: right;
}

#rw_text_top {
	height:auto;
	width:580px;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 14px;
	font-family: Tahoma;
}

#rw_bullets {
	height:auto;
	width:760px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}

#rw_text_bottom {
	height:auto;
	width:760px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}


#rw_image {
	height:auto;
	width:auto;
	float: left;
}

#services_text {
	height:auto;
	width:430px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#services_image {
	height:auto;
	width:330px;
	float: right;
}

#gallery_image {
	height:auto;
	width:auto;
}

p {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
}

.h1 {
	font-family: Tahoma;
	color: #000033;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.imageframe {
	border: 1px solid #91A9BD;
	padding: 3px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#Layer1 {
	position:absolute;
	left:52px;
	top:12px;
	width:610px;
	height:90px;
	z-index:1;
}

