body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}

.leftMargin {
	padding-left: 15px;
}


.leftMarginMiddle {
	margin-left: 15px;
	padding-top: 15px;
}

.mainText {
	padding-left: 15px;
	padding-top: 30px;
}

#nav {
	display: block;
	
}

#nav ul {
	list-style-image:none;
	display: block;
	list-style-type:none;
}

#nav li,  #nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	font-weight: normal;
	list-style-image:url(i/bullet_nav.gif);
	display: list-item;
	/*line-height: 25px;*/
	margin-top: 0px;
	padding-bottom: 5px;
}

#nav a:hover {
	text-decoration: underline;
}

.topBorder {
	border: 2px solid #fff;
}

p, td, tr, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;

}

#content p, #content td, #content tr, #content table {
	/*text-align: justify;*/
	/*vertical-align: top;*/
	margin: 0px 0px 12px 0px;
}

#content ul {
	padding-left: 10px;
	margin-left: 10px;
}

#content li {
	display: list-item;
	margin-top: 10px;
	list-style-type:diamond;
	position: 1px;
}

.date {
	font-weight: bold;
	color: #930;
	border-right: 1px solid #DADADA;
}

.date2 {
	font-weight: bold;
	vertical-align: top;
	color: #930;
}

#latest a{
	font-weight: bold;
	color: #930;
	font-size: 11px;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:0px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin-top:0px;
}


/* Image Replacement Calls */

h1#welcome {
    padding: 60px 0 0 0;
    overflow: hidden;
    background-image: url("i/welcome_to.gif");
	width: 265px;
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:60px;
	margin: 0px 0px 14px 0px;
}

h1#news {
    padding: 16px 0 0 0;
    overflow: hidden;
    background-image: url("i/latest_news.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:16px;
	margin: 0px 0px 14px 0px;
}

h1#profile {
    padding: 19px 0 0 0;
    overflow: hidden;
    background-image: url("i/profile.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:19px;
	margin: 0px 0px 14px 0px;
}

h1#health {
    padding: 19px 0 0 0;
    overflow: hidden;
    background-image: url("i/health.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:19px;
	margin: 0px 0px 14px 0px;
}

h1#trade {
    padding: 19px 0 0 0;
    overflow: hidden;
    background-image: url("i/trade.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:19px;
	margin: 0px 0px 14px 0px;
}

h1#contact {
    padding: 16px 0 0 0;
    overflow: hidden;
    background-image: url("i/contact.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:16px;
	margin: 0px 0px 14px 0px;
}

h1#news {
    padding: 16px 0 0 0;
    overflow: hidden;
    background-image: url("i/news.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:16px;
	margin: 0px 0px 14px 0px;
}

h1#offer {
    padding: 16px 0 0 0;
    overflow: hidden;
    background-image: url("i/offer.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:16px;
	margin: 0px 0px 14px 0px;
}

h1#projects {
    padding: 19px 0 0 0;
    overflow: hidden;
    background-image: url("i/projects.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:19px;
	margin: 0px 0px 14px 0px;
}

h1#testimonials {
    padding: 19px 0 0 0;
    overflow: hidden;
    background-image: url("i/testimonials.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:19px;
	margin: 0px 0px 14px 0px;
}

h1#directions {
    padding: 16px 0 0 0;
    overflow: hidden;
    background-image: url("i/directions.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:16px;
	margin: 0px 0px 14px 0px;
}

/* forms */

.contact {
	margin: 1px;
	width: 100%;
	height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
}

.contactBrowse {
	margin: 1px;
	width: 100%;
	height: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
}


.contactMain {
	margin: 1px;
	width: 100%;
	height: 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaa;
	background-color: #fff;
}

.projectsBox {
	border: 1px solid #d7d7d7;
	margin: 4px;
}

.projectsBoxHeader {
	border-bottom: 1px solid #d7d7d7;
	background-color: #d7d7d7;
	height: 18px;
	vertical-align: bottom;
	padding: 4px;
}

.projectsBoxContent {
	padding: 4px;
}


/*
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
	text-decoration: none;
	font-weight: bold;
	line-height: 10px;
	margin-top: 0px;
}

h2 {
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	border-bottom-width: 1px;
}*/


/* CUSTOM */
/*
.footer {
	color: #AEAEAE;
}

.quickNav {
	color: #FFFFFF;
}

#content {
	text-align: justify;
}*/

/* SIDE DETAIL */
/*
.sideDetail {
	color: #777777;
}


a.sideDetail:link, a.sideDetail:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

a.sideDetail:hover, a.sideDetail:active {
	text-decoration: underline;
}
*/
/* LINKS */

/* Nav */
/*
a.nav:link, a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	
}

a.nav:active, a.nav:hover {
	text-decoration: underline;
}
*/
/* Nav minor */
/*
a.navMinor:link, a.navMinor:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	
}

a.navMinor:active, a.navMinor:hover {
	text-decoration: underline;
}
*/
/* Footer */
/*
a.footer:link, a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #AEAEAE;
	font-size: 10px;
	font-weight: normal;
}

a.footer:hover, a.footer:active {
	text-decoration: underline;
}
*/
/* Generic */

a:link, a:visited, a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #777;
	font-weight: none;
}

a:hover {
	text-decoration: underline;
}

/* FORMS */

.box {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #616161;
}

.formBox1 {
	width: 100%;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #616161;
	font-size: 10px;
	margin: 2px;
}

.addressBox {
	width: 100%;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #616161;
	font-size: 10px;
	margin: 2px;
}

.enquiryBox {
	width: 100%;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #616161;
	font-size: 10px;
	margin: 2px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #a00;
	background-color: #B22222;
	color: #FFFFFF;
	height: 16px;
}


