/* CSS Document */

body {
    margin: 0;
    padding: 0; 	
	background-color:#eee;
	height:100%;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #444;
	line-height: 15px;
}

#container {
	background-image: url('img/logo.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	min-height: 100%; 
	width:750px;
	background-color:#fff;
	margin: auto;
	border: 1px solid #ddd;
}

#head {
	background-image: url('img/right-head.jpg');
	background-position:right;
	background-repeat:no-repeat;
	height:131px;
}

#slogan {
	margin-left:240px;
	padding-top:109px;
	font-size:16px;
	vertical-align:bottom;
	color:#000
}

#nav {
	background-color:#9bcf50;
	height:23px;
	text-align: right;
	margin:0;
	padding-top:5px;
	padding-right:30px;
	color:#576e2d;
}

#nav a{
	color:#576e2d;
}

#nav a:hover{
	text-decoration:none;
	font-weight:bold;
}


#centre {
	background-color:#fff;
	height:auto;
	padding:15px;
}

.back-btt-about{
	background-image:url('img/bottom-left-back.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
}


p {
	font-family: arial;
	font-size:12px;
	color:#39431E;
}

h2 {
	padding-left:75px;
	padding-right:75px;
	padding-top:0px;
	margin-top:0px;
	font-family: helvetica, arial;
	line-height:22px;
	font-size:18px;
	color:#6DAA24;
}

h3 {
	font-size:13px;
	color:#666;
	padding-top:0px;
	margin-top:0px;
}

.about {
	text-align:left;
	padding-left:50px;
	width:60%;
	border-bottom:1px #DDD dashed;
	font-size:10px
}

#centre a, a:link, a:visited {
	text-decoration:none;
	color:#7dc0d8;
}


a, a:link, a:visited {
text-decoration:none;
color:#bbbdbf;
}

a:hover {
	text-decoration:underline;
}

/* contact form */

#contact-form {
	background-color:#B2E1ED;
	padding:15px;
}

input, TEXTAREA, select{
	margin-top:5px;
	background-color: #EFF9FB;
	border: 1px;
	border-style: solid;
	border-color: #ccc;
}


/* about us - style for each company */

.li-about {
	list-style-type:none;
	font-size:12px;
	color:#8D8F7D;
	font-weight:bold;
}

/* footer */

#prefooter-home{
	background-image:url('img/foot-addr.jpg');
	background-repeat:no-repeat;
	height:67px;
}

#prefooter{
	background-color:#39431e;
	height:8px;
}

.footer {
	background-color: #eeeeee;
	padding: 15px;
	margin-top: 10px;
	line-height: 1px;
}

.foot_l {
	float:left;
	width: 500px;
	text-align:left;
}

.foot_r {
	float:right;
	width: 200px;
	text-align:right;
}

/* admin menu*/

#admin-menu {
	text-align:right;
	height:10px;
	font-family: arial, helvetica;
	margin-right:10px;
	color:#fff;
}

#admin-menu a {
	font-size:12px;
	color:#666;
}

/* cmf_login */

.cmf-login {
	font-family:arial;
	font-size:12px;
}

label.error{ color:red;}



