@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/home_bg.jpg) repeat-x #dedede;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border:thick;
}

.home #container { 
	position: relative;
	width: 600px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* ↓↓↓↓↓↓↓↓ HOME ↓↓↓↓↓↓↓↓  */

.home #homecontainer { 
	position: relative;
	width: 875px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.home #main1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 875px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.home #main2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 875px;
	height: 208px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/home_main2.jpg);
}

/* ↓↓↓ Home Menu ↓↓↓  */

.home #main_menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 875px;
	height: 175px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/home_main3.jpg);
	background-repeat: no-repeat;
	background-color: #efefef;
}

.home #main_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: bold;
}
.home #main_menubar {
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 30px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #f0f0f0;
}

.home #main_menu div:hover {
	background-color: #ffffff;
}

.home #ramadminlogin a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: bold;
}.home #ramadminlogin a:hover {
	text-decoration: underline;
}
/* ↑↑↑ Home Menu ↑↑↑ */

/* ↑↑↑↑↑↑↑↑ HOME ↑↑↑↑↑↑↑↑ */



/* ↓↓↓↓↓↓↓↓ SERVICE ↓↓↓↓↓↓↓↓  */

.service #container { 
	position: relative;
	width: 600px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.service #servicebody {
	position: relative;
	width: 600px;
	padding: 20px 0px 40px 0px;
	margin: 0px auto;
	background: url(../images/service_main2.jpg) repeat-x #dedede;
	background-color: #efefef;
}

.service #servicebody h1 {
	padding: 10px 40px 10px 40px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	line-height:100%; 
	color: #333333;
}

.service #servicebody p {
	padding: 5px 80px 40px 80px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
}

/* ↑↑↑↑↑↑↑↑ SERVICE ↑↑↑↑↑↑↑↑ */



/* ↓↓↓↓↓↓↓↓ CONTACT ↓↓↓↓↓↓↓↓  */

.contact #container { 
	position: relative;
	width: 600px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.contact #contactbody {
	position: relative;
	width: 600px;
	padding: 20px 0px 40px 0px;
	margin: 0px auto;
	background: url(../images/service_main2.jpg) repeat-x #dedede;
	background-color: #efefef;
}

.contact #contactgroupbox {
	position: inherit;
	width: 500px;
	padding: 10px 0px 20px 0px;
	margin: 0px auto;
	left: 0px;	
	background-color: #f7f7f7;
}

.contact #contactbody h1 {
	padding: 20px 50px 5px 50px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	line-height:100%; 
	color: #333333;
}

.contact #contactbody h2 {
	padding: 10px 20px 5px 40px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height:100%; 
	color: #333333;
}

.contact #contactbody p {
	padding: 5px 60px 10px 60px;
	margin: 0px;
	font-size: 12px;
	color: #000000;
}

.contact #contactbody table {
	padding: 0px; 
	margin: 0px;
	font-size: 12px;
	color: #000000;
}

/* ↑↑↑↑↑↑↑↑ CONTACT ↑↑↑↑↑↑↑↑ */

#mainfooter {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	padding: 10px 0px 30px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 10px;
	color:#999999;
}		
	
