/* Blueleaf screen css file, written by RIchard Clark http://www.rclark.co.uk */


/* ****************

General Styles 

*******************   */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.5;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
}
	
* {
	margin:0;
	padding:0;
	list-style-type:none;
}

img {
	border:0;
}
	
.floatLeft {
	float:left;
	}

.floatRight {
	float:right;
	}		

.clearBoth {
	clear:both;
}

.textLeft {
	text-align:left;
}

.marginRight {
margin:0 10px 10px 0;
}	


.marginLeft {
margin:0 0 10px 10px;
}	
	
a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#ff9b24;
	font-weight:bold;	
}
	
/* ****************

Containers

*******************   */

#pageContainer {
	width:750px;
	margin:0 auto;
	font-size:1.1em;
}

#menuContainer {
	margin:10px 0 0 0;
	width:100%;
	height:auto;
}

#contentContainer {
	clear:both;
	width:auto;
	text-align:left;
}

#leftColContainer {
	float:left;
	width:495px; /* 500px inc margins */
	margin:0 5px 10px 0;
	
}

#rightColContainer {
	float:right;
	width:245px; /* 250px inc margins */
	margin:0 0 10px 5px;
}

#footerContainer {
	clear:both;
	width:100%;
	padding-top:5px;
}

#bannerContainer {
	margin:10px 0 0 0;
	width:auto;
	height:50px;
}

h1#bannerContainer, h2#bannerContainer {
	position:relative;
	border-bottom:0;
	font-size:1.4em;
}

h1#bannerContainer img, h2#bannerContainer img {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

h1#bannerContainer span, h2#bannerContainer span {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
}

/* ****************

Accessibility

*******************   */

#skipNav {
	display:none;
	text-align:left;
	padding:0 0 0 10px;
}

/* ****************

Content Boxes Round Corners

*******************   */

#contentBox h1, #contentBox h2, #contentBox h3, #contentBox p {
	margin:0 10px; 
	letter-spacing:1px;
}

#contentBox h1 {
	font-size:1.3em; 
	border-bottom:1px solid;
}

#contentBox h2 {
	font-size:1.2em;
	border-bottom:1px solid;
	padding-top:0.5em;	
}

#contentBox h3 {
	font-size:1.1em;
	padding-top:0.5em;	
}


#contentBox p {
	font-size:1em;
	padding-bottom:0.5em;
	padding-top:1em;
}

#contentBox {
	background: transparent; 
	margin:10px 0 0 0;
}

#contentBox ul {
	list-style-type:square;
	list-style-position:outside;
	margin:10px 0 10px 50px;
}

#contentBox li {
	list-style-type:square;
	list-style-position:outside;
	margin:3px 0;	
}

#relatedProducts ul {
	margin:0 0 0 25px;
	padding:10px 0 10px 0;
}

#relatedProducts li {
	list-style-type:square;
	list-style-position:outside;
	margin:3px 0;	
}

#relatedProducts a, #back a, #contentBox #back p a  {
	border-bottom:1px solid;
}

#back {
}

#back h1{
background:url(../img/back_heading.gif) left center no-repeat;
padding:1px 0 0px 20px;
}

#contentBox #back a {
text-decoration:none;
border-bottom:0px;
color:#000;
}

#productImage {
}

#productImage img, #productImage p {
margin:0 auto;
text-align:center;
}

.boxTop, .boxBottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}

.boxb1, .boxb2, .boxb3, .boxb4 {
	display:block; 
	overflow:hidden;
}

.boxb1, .boxb2, .boxb3 {
	height:1px;
}

.boxb2, .boxb3, .boxb4 {
	border-left:1px solid #cccccc; 
	border-right:1px solid #cccccc;
}

.boxb1 {
	margin:0 5px; 
	background:#cccccc;
}

.boxb2 {
	margin:0 3px; 
	border-width:0 2px;
}

.boxb3 {
	margin:0 2px;
}

.boxb4 {
	height:2px; 
	margin:0 1px;
}

.boxBoxContent {
	display:block; 
	border:0 solid #cccccc; 
	border-width:0 1px;
}

/* ========================================*/
/* Classes for bkgd colours on content boxes - must be applied to boxContentBox and boxb2, boxb3 and boxb4 */
/* ========================================*/

.white {
	background:#ffffff;
	color:#999999;
	border-bottom-color:#999999;
}

.lightBlue {
	background:#bfdfff;
	color:#0066cc;
	border-bottom:#0066cc;	
}

.lightPurple {
	background:#ccccff;
	color:#0066cc;
	border-bottom:#0066cc;
}

.darkPurple {
	background:#9999ff;
	color:#FFFFFF;
	border-bottom-color:#ffffff;	
}

.grey {
	background:#999999;
	color:#ffffff;
	border-bottom-color:#ffffff;
}

.lightGrey {
	background:#f8f8f8;
	color:#000;
	border-bottom-color:#000;
}

.darkBlue {
	background:#0066cc;
	color:#ffffff;
	border-bottom-color:#ffffff;	
}	


/* ****************

Footer Menu

*******************   */

#footerLinks {
	display:block;
	float:left;
	padding:10px 0 10px 10px;
}

#footerContainer ul {
	margin:0;
}

#footerLinks li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#subFooter {
	width:100%;
	clear:both;
	float:right;
	padding:5px 0 0 0;
	margin:0 0 20px 0;
}

.subFooterLeft {
width:45%;
float:left;
text-align:left;
padding-left:10px;
}

.subFooterRight {
width:45%;
float:right;
text-align:right;
padding-right:10px;
}

.copyRightPadding {
	padding:0 5px 0 0;
	float:left;
	}


/* ****************

Menu

*******************   */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:0 auto; padding:0; position:relative; width:750px; height:25px; z-index:100; text-align:center; }

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block; width:186.5px; font-size:11px; color:#666666; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #cccccc; border-width:0 0 0 1px; font-weight:normal;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 0 1px; font-weight:normal;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:0 1px 0 1px; font-weight:normal;}

/* Set up the list items */
#pmenu li {float:left; background:url(../img/menuBkgd.gif) repeat-x;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:url(../img/menuBkgd_over.gif) repeat-x; color:#db0000; font-weight:normal;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:186.5px; text-align:left; font-weight:normal;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}


#pmenu > li:hover > ul ul {padding: 10px 30px 30px 90px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}


/*for left and right links to give them the round edges */
#pmenu .leftNavItem, #pmenu .leftNavItem a {
background:url(../img/leftNavItem.gif) no-repeat left center;
border:0 0 0 0;
border-width: 0;
}

#pmenu .leftNavItem a:hover, #pmenu .leftNavItem a:active  {
background:url(../img/leftNavItem_over.gif) no-repeat left center;
border:0 0 0 0;
border-width: 0;
}

#pmenu .rightNavItem {
background:url(../img/rightNavItem.gif) no-repeat right center;
border:0 0 0 0;
border-width: 0;
}

#pmenu .rightNavItem a:hover, #pmenu .rightNavItem a:active  {
background:url(../img/rightNavItem_over.gif) no-repeat right center;
border:0 0 0 0;
border-width: 0;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:url(../img/menuBkgd_over.gif) repeat-x; color:#c00; font-weight:normal;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:url(../img/menuBkgd_over.gif) repeat-x; color:#c00; font-weight:normal;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:url(../img/flyMenu.gif) no-repeat left center;}
#pmenu li.drop {background:url(../img/dropMenu.gif) no-repeat left center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


/* ****************

HomePage Div's

*******************   */

#homeLeftCol {
	width:245px;
	margin:0 5px 0 0;
	float:left;
}

#homeMiddleCol {
	width:240px;
	margin:0 5px 0 5px;
	float:left;
}

#homeRightCol {
	width:245px;
	margin:0 0 0 5px;
	float:right;
}


/* ****************

Contact Us Div's

*******************   */

form {
	width:470px;
	margin:10px 0 20px 10px;
	clear:both;
	display:block;
}

form p {
	float:left;
	clear:both;
	display:block;
}

form span {
	color:#FF0000;
	font-weight:bold;
}

form div {
	/*display:block;
	float:left;*/
}

fieldset {
	width:420px;
	padding:10px 20px 20px 20px;
	float:left;
	height:290px;
}

fieldset.enquiry {
	height:190px;
}

legend {
	font-size:1.2em;
	font-weight:bold;
	padding:0 5px;
}


input {
	width:200px;
	vertical-align:middle;
	float:left;
}

input.btn {
	width:150px;
	margin:10px 20px;
	clear:both;
}

label {
	margin:5px 0;
	display:block;
	width:200px;
	float:left;
	clear:both;
}


select {
}

textarea {
	height:150px;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size:1em;
}

.register {
	width:100%; 
	clear:both; 
	text-align:right;
}