@import "xeditor.css";

body {
    margin: 0;
/*		background: url(../images/templates/drip.jpg) no-repeat 110% 110% #97C88F;*/
		background-color: #97C88F;
}

.tablebg {
	border: 0;
	background-color: #fff;
	}

td, div {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
    font-size: 11px;
		color:  #5F5C5C;
		line-height: 1.5em;
}

a {
    color: #DD8267; /* old #666; */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#nav {
    padding: 5px 0 5px 0;
		text-align: center;
		white-space: nowrap;
}

#nav a {
		float: center;
		font-family: Arial, Verdana;
    font-size: 11px;
		color: #5F5C5C;
		padding: 5px 35px 5px 35px;
    border-left: 1px solid #ccc;
		text-transform: uppercase;
}

#nav a:hover {
    color: #31982A;
    text-decoration: none;
}

#nav #home {
    border-left: 0;
}

#line {
	font-size: 1px;
	height: 5px;
	border-top: 1px solid #ccc;
	background-color: #333;
	margin-bottom: 5px;
	}


#logo {
	padding: 10px;
	margin-right: 1px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

#searchdiv {
	white-space: nowrap;
	float: right;
	width: 461px;
	margin-top: -5px;
	}
#insidesearch {
	white-space: nowrap;
	padding: 5px 0 5px 20px;
	margin-left: 2px;
	border-bottom: 1px solid #ccc;
	}
	
#searchdiv a, #insidesearch a {
	font-size: 10px;
	color: #000;
	float: left;
	padding: 0 20px 0 23px;
	margin-top: 4px;
	}
#subscribe {
	background: url(../images/templates/icon_subscribe.jpg) no-repeat 3px 1px;
	}
#enquiry {
	background: url(../images/templates/icon_enquiry.jpg) no-repeat 0 1px;
	}
#searchdiv form, #insidesearch form {
	width: 178px;
	margin: 0;
	}
#phrase {
	font-size: 10px;
	width: 102px;
	height: 14px;
	border: 1px solid #ccc;
	}
#search {
	width: 56px;
	height: 20px;
	background: url(../images/templates/search.jpg) no-repeat 2px 1px #fff;
	border: 0;
	}
#breadcrumbs {
	padding: 3px 0 0 27px;
	font-size: 10px;
	}
.breadcrumbs {
	color: #31982A;
	}
.breadcrumbs_active {
	color: #31982A;
}
		
#pagetitle {
	position: absolute;
	font-family: Arial, Verdana;
	font-size: 24px;
	color: #31982A;
	width: 350px;
	margin: 49px 0 0 257px;
	}
	

.main {
	width: 740px;    
	border: 1px solid #ccc;
	margin: 0;
	background: url(../images/templates/home_main.jpg) no-repeat 258px top;
}
.inside .main {
	background: url(../images/templates/inside_leftbg.jpg) no-repeat left top;
	}


#left {
	padding: 10px 180px 50px 20px; 
	text-align: justify;
	}

#logosDiv {
	margin-top: 20px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.inside #logosDiv {
	margin: 265px 15px 0px 15px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#logosDiv p {
	margin: 0;
	}


#links {
	margin-top: 10px;
	}
.inside #links {
	margin-left: 12px;
	}
#links a {
	font-size: 10px;
	color: #000;
	padding: 0 5px 0 33px;
	margin: 15px 0 10px 0;
	}
#links #print {
	background: url(../images/templates/icon_print.jpg) no-repeat 12px -1px;
	}
#links #send {
	background: url(../images/templates/icon_send.jpg) no-repeat 12px 0;
	}
	

#right {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#text {
 	padding: 10px 30px 65px 30px;
	}
.inside #text {
 	padding: 10px 30px 85px 27px;
	}

#rightsmall {/*small image under main text on the right*/
	margin-top: -55px;
	padding: 0 70px 20px 0;
	background-color: #fff;
	float: right;
	}



#copyright {
    font-family: Arial, Verdana;
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

h1 {
    font-size: 18px;
    font-weight: normal;
		color: #31982A;
		margin-top: 0px;
    margin-bottom: 10px;
}

h2 {
    font-size: 14px;
    margin: 0;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

h4 {
    font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

h6 {
    font-size: 8px;
    margin: 0 0 -5px 0;
    border-top: 1px solid #ccc;
}


#topimages .xmarker {
	position: relative;
	margin-bottom: -15px;
	}
#xEditorContent #topimages {
	width: 770px;
	height: 180px;
	}
#xEditorContent #topimages img {
	float: left;
	}

#leftImage, #rightImage, #smallImage {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	}