@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	/* background-color: #0740fa; background for lighter gradient*/
	background-color: #000144;
	color: #0a1860;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

#header {
	display: block;
	background-image: url(../images/layout/clouds2.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	}

#nav {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	float: left; /* contain floated list items */
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; 
}
#nav a {
	float: left;
	width: 80px;
	margin: 5px;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 2.5;
	background: url(../images/layout/btn_nav_small.jpg) no-repeat;
}

.pp_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
	font-variant: normal;
	color: #0a1860;
	text-decoration: none;
}
.pp_text_uline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bolder;
	font-variant: normal;
	color: #0a1860;
	text-decoration: underline;
}
.pp_text_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #0a1860;
	text-decoration: none;
}
.btn_addtocart {
	margin:0;
	padding:0;
	 }
.btn_addtocart a {
	display:block;
	line-height: 2.0;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background: url(../images/layout/btn_add_to_cart.png) no-repeat;
	width:80px;
	height:19px;
	padding: 0 0 0 0;
	overflow: hidden;
	}
.btn_addtocart a:hover {
	background-position: -82px;
	}
.btn_delete {
	margin:0;
	padding:0;
	 }
.btn_delete a {
	display:block;
	line-height: 2.0;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background: url(../images/layout/btn_delete.png) no-repeat;
	width:50px;
	height:19px;
	padding: 0 0 0 0;
	overflow: hidden;
	}
.btn_delete a:hover {
	background-position: -50px;
	}
	
#nav_employ a {
	width: 92px;
	background: url(../images/layout/btn_nav_employ.jpg) no-repeat;
}
#nav_employ a:hover {
	background-position: -92px 0;
}
#nav_events a {
	width: 118px;
	background: url(../images/layout/btn_nav_events.jpg) no-repeat;
}
#nav_events a:hover {
	background-position: -118px 0;
}
#nav_small a:hover {
	background-position: -80px 0;
}

#wrapperouter {
	position: absolute;
	top: 5px;
	left: 20px;
	right: 20px;
	bottom: 0px;
	padding: 0px;
	margin-right: 20px;
}

#wrapper {
	border-style: none;
	padding: 0 20px 20px 20px;
}

#main {
	position: relative;
	background-color: white;
	width: 100%;
	padding: 0 0 6px 0;
	}

#content {
	margin: 0 0 0 0px;
	border: 0;
	}
#content .inner {
	display: block;
	width: 33%;
	padding: 0 0 0 0;
	}
#content .inner .featuredpic img {
	display: block;
	padding: 5px 0 20px 20px;
	margin-left: auto;
	margin-right: auto;
	}
	
#sidebar {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	width: 58%;
	border: 0;
	}
#sidebar .orangebox1 {
	width: 100%;
	border-style: none;
	}

#sidebar .orangebox1 tr.orange {
	background: url(../images/layout/orange_cloud_background.jpg) no-repeat;
	}

#sidebar .orangebox1 tr.orangestretch {
	background: url(../images/layout/orange_cloud_background_stretch.jpg) no-repeat;
	overflow: hidden;
	}


#sidebar .orangebox1 a:link {
	text-decoration: none;
	color: #0a1860;
	}
#sidebar .orangebox1 a:visited {
	text-decoration: none;
	color: #0a1860;
	}
#sidebar .orangebox1 a:hover {
	text-decoration: none;
	color: #9f1f05;
	}
#sidebar .orangebox1 .titlebold {
	padding: 0 .4em 0 .4em;
	font-size: 145%;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	}

#sidebar .orangebox1 .titleboldtop {
	padding: 0 .4em 0 .4em;
	font-size: 145%;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
	}

	
#sidebar .orangebox1 .boxtext {
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
	line-height: 140%;
	padding: .5em 1em .5em 0;
	vertical-align: middle;
	}

#sidebar .orangebox1 .boxtext .emphasis1 {
	font-weight: bolder;
	text-decoration: none;
	font-size: 100%;
	font-style: italic;
	}

#leftsidebar {
	float: left;
	width: 150px;
	border: 1px solid green;
	margin: 0;
	padding: 0;
	}
#rightsidebar {
	float: right;
	width: 150px;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	}
#middlecontent {
	border: 1px solid blue;
	margin: 0 155px 0 155px;
	}
#leftsidebar_aboutus {
	position: relative;
	float: left;
	width: 175px;
	border: none;
	margin: 0;
	padding: 0;
	}
#leftsidebar_aboutus .leftsidebar_menu {
	border: 1px solid #949db5;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	}

#leftsidebar_aboutus h4 {
	background-color: transparent;
	width: 140px;
	height: 15px;
	text-decoration: none;
	font-size: 90%;
	background: url(../images/layout/orange_cloud_background.jpg) no-repeat;
	background-repeat: no-repeat;
	margin: 0;
	color: #0a1860;
	padding: 0.2em 0 0.2em 10px;
	font-weight: bold;
	}

#leftsidebar_aboutus_nav {
	margin: 0;
	padding: 0 0 0.5em 2.0em;
	}
#leftsidebar_aboutus_nav li {
	text-decoration: none;
	border-bottom: 1px solid #949db5;
	padding: 0.4em 0 0.2em 0.5em;
	font-size: 80%;
	}
#leftsidebar_aboutus_nav li a:link  {
	text-decoration: none;
	color: #0a1860;
	font-weight: normal;
	}
#leftsidebar_aboutus_nav li a:visited {
	text-decoration: none;
	color: #0a1860;
	font-weight: normal;
	}
#leftsidebar_aboutus_nav li a:hover {
	text-decoration: none;
	color: #abc8d1;
	font-weight: normal;
	}
#leftsidebar_aboutus_nav li a:active {
	text-decoration: none;
	color: #abc8d1;
	font-weight: normal;
	}


#leftsidebar_products {
	zoom: 1;
	float: left;
	width: 240px;
	padding: 0 4px 0 0;
	border-right: 1px solid #0a1860;
	margin: 0;

	}
#leftsidebar_products .pleftsidebar_menu {
	border: 1px solid #949db5;
	width: 235px;
	margin-left: auto;
	margin-right: auto;
	}

#leftsidebar_products h4 {
	background-color: transparent;
	width: 225px;
	height: 15px;
	text-decoration: none;
	font-size: 90%;
	background: url(../images/layout/orange_cloud_background.jpg) no-repeat;
	background-repeat: no-repeat;
	margin: 0;
	color: #0a1860;
	padding: 0 0 0 10px;
	font-weight: bold;
	}
#leftsidebar_products .enquirybar {
	background-color: transparent;
	width: 225px;
	height: 15px;
	text-decoration: none;
	font-size: 90%;
	background: url(../images/layout/orange_cloud_background.jpg) no-repeat;
	background-repeat: no-repeat;
	margin: 0;
	color: #0a1860;
	padding: 0 0 0 10px;
	font-weight: bold;
	}

#leftsidebar_products .enquirybar a:link {
	color: #0a1860;
	text-decoration: none;
	}
	
#leftsidebar_products .enquirybar a:hover {
	color: #3333FF;
	text-decoration: none;
	}
#leftsidebar_products .enquirybar a:visited {
	color: #0a1860;
	text-decoration: none;
	}
	

.shoppingcart a:link {
	position: relative;
	background-color: transparent;
	width: 225px;
	height: 15px;
	text-decoration: none;
	font-size: 90%;
	background: url(../images/layout/orange_cloud_background.jpg) no-repeat;
	background-repeat: no-repeat;
	margin: 0;
	color: #0a1860;
	padding: 0 0 0 10px;
	font-weight: bold;
	}

.shoppingcart a:hover {
	color: #abc8d1;
	}

.shoppingcart a:active {
	color: #0a1860;
	}

.leftsidebar_products_nav {
	margin: 0;
	padding: 0 0 0.5em 2.0em;
	}
.leftsidebar_products_nav li {
	text-decoration: none;

	padding: 0.2em 0 0.1em 0.5em;
	font-size: 80%;
	}
.leftsidebar_products_nav li a:link  {
	text-decoration: none;
	color: #0a1860;
	font-weight: normal;
	}
.leftsidebar_products_nav li a:visited {
	text-decoration: none;
	color: #0a1860;
	font-weight: normal;
	}
.leftsidebar_products_nav li a:hover {
	text-decoration: none;
	color: #abc8d1;
	font-weight: normal;
	}
.leftsidebar_products_nav li a:active {
	text-decoration: none;
	color: #abc8d1;
	font-weight: normal;
	}
		
.galleries a:link  {
	color: #0a1860;
	}
.galleries a:visited {
	color: #0a1860;
	}
.galleries a:hover {
	color: #abc8d1;
	}
.galleries a:active {
	color: #abc8d1;
	}



#middlecontent_aboutus {
	border-left: 1px solid #0a1860;
	margin: 0 0 0 175px;
	padding: 0 0 0 10px;
	}
	
#middlecontent_galleries {
	position: relative;
	border-left: 1px solid #0a1860;
	margin: 0 0 0 175px;
	padding: 0 0 0 10px;
	}
#middlecontent_galleries .boldheader1 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	}
#middlecontent_galleries .boldheader2 {
	font-size: 175%;
	font-style: italic;
	font-weight: bold;
	color:#FF9900;
	}

.boldheader_orange_175 {
	font-size: 175%;
	font-style: italic;
	font-weight: bold;
	color:#FF9900;
	}
	
#middlecontent_galleries .boldheader3 {
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color:#FF9900;
	}

#middlecontent_galleries .boldheader4 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color:#FF9900;
	}

#middlecontent_galleries .productlist {
	list-style-type: none;
	}
	
#middlecontent_galleries .productlist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 100%;
	color: #717d9d;
	}
#middlecontent_galleries .productlist img {
	display: block;
	border: 1px solid #717d9d;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	/* margin: 0 0 5px 0; */
	}
#middlecontent_galleries .productlist .box {
	position: relative;
	font-weight: normal;
	border: 1px solid #949db5;
	height: 152px;
	width: 135px;
	font-size: 71%;
	padding: 5px; 
	text-align: center;
	}
#middlecontent_galleries .productlist a:link {
	text-decoration: none;
	color: #717d9d;
	}	
#middlecontent_galleries .productlist a:visited {
	text-decoration: none;
	color: #717d9d;
	}	
#middlecontent_galleries .productlist a:hover {
	text-decoration: none;
	color: #abc8d1;
	}	
	
#orangeborder {
	border: none;
	border-color: #f8a20d;
	padding: 6px;
	position: relative;
	}
.smalltextred {
	color: red;
	font-size: 100%;
	}
.smalltextredindent {
	margin-left: 10px;
	color: red;
	font-size: 100%;
	}	
.smalltextred2 {
	color: red;
	font-size: 80%;
	font-weight: normal;
	}	

#contactus .smalltextred {
	color: red;
	font-size: 100%;
	}
#contactus .smalltextredindent {
	margin-left: 10px;
	color: red;
	font-size: 100%;
	}	
.thanksforemail {
	margin-left: 10px;
	color:#FF6600;
	font-size: 120%;
	}	
#contactus  h2 {
	font-size: 200%;
	font-weight: bold;
	}

#contactus .boxsmall {
	display: inline;
	vertical-align: middle;
	line-height: 30px;
	background-color: white;
	font-weight: normal;
	border: 1px solid #949db5;
	height: 30px;
	width: 425px;
	font-size: 71%;
	padding: 2px; 
	}
#contactus .boxsmall img {
	position: relative;
	}
	
#contactus #mapimage a {
	float: left;
	width: 80px;
	height: 75px;
	margin: 5px;
	text-align: center;
	color: #000;
	text-decoration: none;

	background: url(../images/layout/map_directions2.gif) no-repeat;
}
#contactus #mapimage a:hover {
	background-position: 0 -77px;
}

#middlecontent_galleries #mapimage a {
	float: left;
	width: 80px;
	height: 75px;
	margin: 5px;
	text-align: center;
	color: #000;
	text-decoration: none;

	background: url(../images/layout/map_directions2.gif) no-repeat;
}
#middlecontent_galleries #mapimage a:hover {
	background-position: 0 -77px;
}

#mapanddirections {
	padding: 20px;
	}
#boldheader1{
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	}
#italemphasis {
	font-style: italic;
	font-weight: bold;
	}
div.figureleft {
  position: relative;
  float: left;
  border: none;
  margin: 0 0.5em 0.5em 0.5em;
  padding: 0 0.5em 0.5em 0;
}
div.figureleft p {
  position: relative;
  text-align: center;
  font-style: italic;
  font-size: 90%;
  text-indent: 0;
}
div.figureright {
  position: relative;
  float: right;
  margin: 0 0.5em 0.5em 0.5em;
  padding: 0 0.5em 0.5em 0;
}
div.figureright p {
  position: relative;
  text-align: center;
  font-style: italic;
  font-size: 90%;
  text-indent: 0;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

	
#mastermaintenance a:link {
	text-decoration: none;
	color: white;
	}
#mastermaintenance a:visited {
	text-decoration: none;
	color: white;
	}
#mastermaintenance a:hover {
	text-decoration: none;
	color:#FFFF33;
	}


.blueborder {
border: 1px solid #0a1860;
}


.clearboth {
	display: block;
	_height: 0;
	min-height: 0;
	min-width:0;
	clear: both;
	}
.clearleft {
	clear: left;
	}

.indentfromleft {
	padding: 0 0 0 20px;
	}
.indentfromleft2 {
	margin: 0 0 0 40px;
	}

.boldheader4 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color:#FF9900;
	}
.boldheader5 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color:#0a1860;
	}


#popup {
	padding: 10px;
	}

#middlecontent_products {
	position: relative;
	border-left: 1px solid #0a1860;
	margin: 0 0 0 244px;
	padding: 0 0 0 10px;
	}

#middlecontent_products h1 {
	padding: 0;
	margin: 0;
	font-size: 175%;
	}
#middlecontent_products h3 {
	padding: 30px 0 20px 10px;
	margin: 0;
	font-size: 150%;
	font-style: italic;
	}
#middlecontent_products h4 {
	color: #FF6600;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	}
#middlecontent_products h4 a:link {
	text-decoration: none;
	color: #ff6600;
	}
#middlecontent_products h4 a:visited {
	text-decoration: none;
	color: #ff6600;
	}
#middlecontent_products h4 a:hover {
	text-decoration: underline;
	color: #ff6600;
	}
	
.product_text {
	margin-left: 20px;
	}

.orangelink_uhover a:link {
	text-decoration: none;
	color: #ff6600;
	}
.orangelink_uhover a:visited {
	text-decoration: none;
	color: #ff6600;
	}
.orangelink_uhover a:hover {
	text-decoration: underline;
	color: #FF3300;
	}
.orangecolour {
	color: #ff6600;
	}
	
.product_title h1 {
	text-align: center;
	color: #FF9900;
	}
.product_shortdesc {
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	}
.product_image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.specifications td {
	padding: 0 8px 0 8px;
	font-weight: normal;
	}
.specifications td.title {
	font-size: 120%;
	font-weight: bold;
	line-height: 110%;
	padding: 5px 0 5px 0;
	}

.product_table {
	border: 0;
	border-collapse: collapse;
	}
.product_table tr {
	background-color: white;
	}
.product_table tr.grey {
	background-color:#f0f0f0;
	}
.product_table tr.white {
	background-color:#fff;
	}

.featurebullet {
	font-size: 120%;
	}
	
.centred  {
	margin-left: auto;
	margin-right: auto;
	}
	


#loginform {
	background-color: #fff;
	border: 3px groove #949db5;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	width: 42%;
	float: left;
	height: 160px;
	}
#loginform .text {
	font-size: 75%;
	font-weight: normal;
	}
#forgotform {
	background-color: #fff;
	border: 3px groove #949db5;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	width: 42%;
	float: left;
	}

#createacctform {
	background-color: #fff;
	border: 3px groove #949db5;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	width: 42%;
	float: left;
	}
#createacctform .text {
	font-size: 75%;
	font-weight: normal;
	}

#mauvebox {
	background-color: #fff;
	border: 3px  #949db5;
	border-style: groove;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	width: 90%;
	}
#mauvebox .text {
	font-size: 75%;
	font-weight: normal;
	}





#bottomlinks {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
#bottomlinks .orangebox2 {
	background: url(../images/layout/orange_cloud_background.jpg);
	margin: 0 10px 0px 10px;
	height: 95px;
	}
#bottomlinks .orangebox2 .titlebold {
	padding: 0 .4em 0 .4em;
	font-size: 145%;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	}

.centre {
	margin-left: auto;
	margin-right: auto;
	}

#copyright {
	clear: both;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 2px;
	font-size: 75%;
	color: white;
	}
#copyright a:link {
	text-decoration: none;
	color: white;
	}
#copyright a:visited {
	text-decoration: none;
	color: white;
	}
#copyright a:hover {
	text-decoration: underline;
	color: #00CCFF;
	}
			
