/* CSS Document */

/***********************************************/
/* Colors                             *//*
blue: #009FC6
dark blue: #005B6F
*/


/* Global Elements
=====================================================================*/

html { overflow-x: auto; 
		height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
p {
	line-height: 140%;
}
textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	color: #009FC6;
	margin: 0px 20px 10px 10px;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px solid #009FC6;
	text-align: left;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #009FC6;
	margin: 20px 20px 0px 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: 0px dotted #009FC6;	
}
h3 {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	margin: 0px 0 0px 10px;		
	padding: 10px 0px 10px 0px;
	text-align: left;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	margin: 5px 0px 5px 10px;		
	text-align: left;
}
.clear {
	clear: both;
	float: none;
}
a, a:link, a:visited {
	color: #009FC6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style:square;
}
li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style:square;
	list-style-position: inside;
	line-height: 140%;
}
strong { 
font-weight: bold; 
color: #009FC6;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/************** Wrapper **************/
#wrapper {
	width: 978px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #005B6F;
	border: 0px solid red;
}
#wrappertop {
	width: 978px;
	height: 39px;
	background-image: url(../images/bg_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	border: 0px solid red;
}
#wrappermain {
	width: 978px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	border: 0px solid blue;
	}
#wrapperbottom {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 39px;
	background-image: url(../images/bg_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border: 0px solid red;
}

/************** Banner **************/
div#subnav {
	display: none;
	width: auto;
	height: 0px;
	margin: 0px 60px 25px 0px;
	padding: 0;
	color: #FFF;
	text-align: right;
}
#subnav a, #subnav a:link, #subnav a:visited {
	color: #fff;
}
#subnav a:hover {
	text-decoration: none;
	color: #fff;
}
#banner {
	width: 940px;
	height: 190px;
	background-color:#005b6f;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	}
#logo {
	position: relative;
	top: -100px;
	left: 0px;
	z-index: 2;
	width: 255px;
	height: 150px;
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
}
/*********** Navbartop *************/
#navbartop {
	clear: both;
	width: 890px;
	height: 30px;
	margin: 10px auto 10px auto;
	padding: 0px 0 0 0;
	vertical-align: middle;
	text-align: center;
	border: 0px solid #fff;
}

/************ Main Content - left of sidebar right **************/
#maincontentwrapper {
	position: relative;
	top: 0;
	left: 50px;
	float: left;
	width: 650px;
	height: auto;
	margin: 0 0 0 0px;
	padding: 0;
	border: 0px solid yellow;
}

/*********** Sidebar right ***********/
#sidebarright {
	position: relative;
	top: 0;
	right: 35px;
	float: right;
	width: 233px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px dotted maroon;
	font-size: 11px;
}
.sidebarrightboxwrapper{

}
.sidebarrighttop {
	height: 14px;
	background-image: url(../images/bg_sidebarright_top.gif);
	background-repeat:no-repeat;
}
.sidebarrightmain {
	height: auto;
	background: #ffffff;
	background-image: url(../images/bg_sidebarright_main.gif);
	background-repeat:repeat-y;	
	margin: 0;
	padding: 10px 20px 20px 15px;
}
.sidebarrightmain blockquote {
	margin: 0;
}

.sidebarrightmain h1 {
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	border: 0;
}

.sidebarrightmain h2 {
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	border: 0;
}
.sidebarrightmain ul {
	margin: 0 0 0 20px;
	padding: 0;
}

.sidebarrightmain li {
	margin: 0;
	padding: 0;
}
.sidebarrightmain blockquote {
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebarrightbottom {
	margin: 0px 0px 20px 0px;
	padding: 0;
	height: 22px;
	background-image: url(../images/bg_sidebarright_bottom.gif);
	background-repeat:no-repeat;
}
/************ Large Box ************/

.boxlarge {
	width: 648px;	
	margin: 0px 0px 20px 0px;
	padding: 0;
	border: 0px solid red;
}
.boxlargetop {
	background-image: url(../images/bg_boxlarge_top.gif);
	background-repeat:no-repeat;
	height: 14px;
	margin: 0;
	padding: 0;
}
.boxlargemain {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	height: auto;
	background-color:#FFFFFF;
	background-image: url(../images/bg_boxlarge_main.gif);
	background-repeat:repeat-y;
}

.boxlargebottom {
	position: relative;
	background-image: url(../images/bg_boxlarge_bottom.gif);
	background-repeat:no-repeat;
	height: 22px;
}
.boxlarge p {
	margin: 0;
	padding: 10px;
}

/*********** Double box on homepage layout and styles ***********/
.box310left {
	width: 315px;
	height: auto;
	margin: 0px 0px 0px 0px;
	border: 0px solid red;
}
.box310right {
	float: right;
	width: 315px;
	height: auto;
	margin: 0px 0px 0px 0px;
	border: 0px solid red;
}
.box310top {
	height: 19px;
	background-image:url(../images/bg_box310.gif);
	background-position:top;
	background-repeat: no-repeat;
	border: 0px solid red;
}
.box310main{
	height: 400px;
	margin: 0;
	padding: 0 10px 0 5px;
	background-color: #fff;
	background-image:url(../images/bg_box310_main.gif);
	background-repeat: repeat-y;
	border: 0px solid red;
	overflow: hidden;
}
.smallboxpicture{
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;}

.smallboxheader {
	margin: 0px 0px 3px 10px;
	font-size: 11px;
}
.box310bottom{
	height: 19px;
	background-image:url(../images/bg_box310.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	border: 0px solid red;
	}
.box400wrapper{
	width: 400px;
	margin: 0px auto 0px auto;
	padding: 30px;
	background-color: #005B6F;
}
.box233wrapper {
	width: 233px;
	margin: 0px auto 0px auto;
	background-color: #005B6F;
}
/********************** TEXT styles *******************/


.left {
	float: left;
	margin: 0 15px 0 0;
	}
.right {
	float: right;
	width: 310px;
}
.enquiries {
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #009FC6;
	text-align: center;
}
.quote {
	text-align: center;
	color: #333;
}
.testimonials {
	font-size: 10px;
	line-height: 120%;
	color: #333;
	text-align: center;	
}
.motto {
	padding: 10px 10px 10px 10px;
	color: #009FC6;
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	font-style:normal;
	text-align: right;
	line-height: 20px;
	border-right: 1px dotted #009FC6;
}
.imageborderleft {
	float: left;
	margin: 0px 15px 20px 0px;
	padding: 1px;
	border: 1px solid #000000;
}
.imagebordercenter {
	float: none;
	margin: 0px auto 0px auto;
}
#enquirytable td{
	border: 0px solid #000;
}
a img {
	border: 0;
}
/********************* Footer *********************/
.footer {
	height: 0px;
	margin: 0 auto;
	padding: 20px 10px 20px 45px;
	color: #fff;
	font-size: 11px;
	text-align: left;
	}
.footer a, .footer a:link, .footer a:visited {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
#thumbnail {
	float: left;
	margin: 0px 10px 0px 0px;
	background-image: url(../p7ssm/img/p7ssm2_tthumbs.jpg);
	background-position: left top;
	height: 25px;
	width: 23px;
	border: 0px solid black;
	overflow:hidden;
}
#breadcrumb {
	width: 95%;
	height: 20px;
	margin: 10px;
	text-align: left;
	color: #666;
	font-size: 11px;
	border-bottom: 1px dotted #666;
}
td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;	
}
