/* CSS Document */
/* BODY ATTRIBUTES */
body {
	border: 0px;
	padding: 0px;
	margin: 10px;
	background-image: url(../images/bgGrad.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
/* TAG ATTRIBUTES */
a:link img {
	border:1px solid #0099FF;
	padding:0;
	margin:0;
}
a:visited img {
	border:1px solid #0099FF;
	padding:0;
	margin:0;
}
a:hover img{
	border:1px solid #990000;
	}
.lightbox_link:hover {
	color:#990000;
	text-decoration:underline;
}
a {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	}
a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	}
a:hover {
	color: #937747;
	background-color: transparent;
	text-decoration: none;
	}
/* MAIN CONTAINER SURROUNDING ALL DIVS */	
#container {
	width: 770px;
	background-color: #937747;
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	}
/* HEADER - HAS TWO SUB DIVS: headerTL and headerTR */
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 64px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
#headerTL {
	float: left;
	background-image: url(../images/headerTL.jpg);
	background-repeat: no-repeat;
	width: 361px;
	height: 64px;
	position:absolute;
	}
#headerTR {
	float: right;
	background-image: url(../images/headerTR.jpg);
	background-repeat: no-repeat;
	width: 409px;
	height: 64px;
	}
#holdMainFloats {
	width: 770px;
	}
/* LEFT CONTAINER - HAS SIX SUB DIVS: subHeaderL, nav1, nav2, nav3, nav4, and subNavBlades */
#leftContainer {
	float: left;
	width: 361px;
	height: 485px;
	}
#subHeaderL {
	position: relative;
	top: 0px;
	left: 0px;
	width: 361px;
	height: 78px;
	background-image: url(../images/subHeaderL.jpg);
	background-repeat: no-repeat;
	}
#nav1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 361px;
	height: 41px;
	background-image: url(../images/nav1.jpg);
	background-repeat: no-repeat;
	}
#nav2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 361px;
	height: 36px;
	background-image: url(../images/nav2.jpg);
	background-repeat: no-repeat;
	}
#nav3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 361px;
	height: 36px;
	background-image: url(../images/nav3.jpg);
	background-repeat: no-repeat;
	}
#nav4 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 361px;
	height: 36px;
	background-image: url(../images/nav4.jpg);
	background-repeat: no-repeat;
	}
#nav1 span, #nav2 span, #nav3 span, #nav4 span {
	position: relative;
	top: 8px;
	left: 145px;
	font-size: 18px;
	}
#nav1 span {
	position: relative;
	top: 13px;
	left: 145px;
	}
#subNavBlades {
	position: relative;
	top: 0px;
	left: 0px;
	width: 361px;
	height: 258px;
	background-image: url(../images/subNavBlades.jpg);
	background-repeat: no-repeat;
	}
/* RIGHT CONTAINER DIV HOLDS EIGHT DIVS: subHeaderR, subHeaderRAbout, subHeaderRCatalogue, subHeaderRContact, bodyContentSlice, subBodyContent, imageBox, and contactForm */
#rightContainer {
	float: right;
	width: 409px;
	}
#subHeaderR {
	position: relative;
	top: 0px;
	left: 0px;
	width: 409px;
	height: 119px;
	background-image: url(../images/subHeaderR.jpg);
	background-repeat: no-repeat;
	}
#subHeaderRAbout {
	position: relative;
	top: 0px;
	left: 0px;
	width: 409px;
	height: 119px;
	background-image: url(../images/subHeaderRAbout.jpg);
	background-repeat: no-repeat;
	}
#subHeaderRCatalogue {
	position: relative;
	top: 0px;
	left: 0px;
	width: 409px;
	height: 119px;
	background-image: url(../images/subHeaderRCatalogue.jpg);
	background-repeat: no-repeat;
	}
#subHeaderRContact {
	position: relative;
	top: 0px;
	left: 0px;
	width: 409px;
	height: 119px;
	background-image: url(../images/subHeaderRContact.jpg);
	background-repeat: no-repeat;
	}
#bodyContentSlice {
	position: relative;
	top: 0px;
	left: 0px;
	width: 409px;
	background-color: #937747;
	}
#textBox {
	position: relative;
	top: 0px;
	left: 0px;
	width: 400px;
	padding: 0px 0px 15px 0px;
	}
.title {
	font-weight: bold;
	}
#imageBox {
	position: relative;
	top: 20px;
	left: 0px;
	width: 400px;
	}
#contactForm {
	border: 1px solid black;
	background-color: #7d653c;
	padding: 15px 0px 0px 10px;
	}
.imageBoxPic {
	padding: 0px 5px 0px 5px;
	}
#subBodyContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 409px;
	height: 64px;
	background-color: #937747;
	}
/* FOOTER CONTAINS 1 DIV: footerText */
#footer {
	clear: both;
	width: 770px;
	height: 51px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	}
#footerText {
	position: relative;
	top: 6px;
	left: 85px;
	width: 600px;
	text-align: center;
	font-size: 12px;
	}
#footerText a:hover {
	color: #990000;
	}
	
/* Catalogue Style */
.cat_items {
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	width:420px;
	border:1px solid #0e69be;
	height:85px;
	position:relative;
	left:-20px;
}
.message {
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	height:20px;
}
.cat_items_over {
	border: 1px solid #c24733;
	cursor: pointer;
}
.thumb {
	float:left;
	height:80px;
	position:absolute;
}
.cat_details {
	padding-left:90px;
}
.cat_flItiems {
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	width:420px;
	border:1px solid #0e69be;	
	position:relative;
	left:-20px;
	
}
.catflThumb {
	float:left;
	height:135px;
	position:absolute;
	padding:5px;
}
.cat_flDetails {
	padding-left:140px;
	height:140px;
}
.cat_flSpec {
	width:400px;
	
}
/* paginate style */
.pageinate {
	clear:both;
	padding:20px 5px 5px 5px;
	font-size:12px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;		
}
.pageinate a {
	padding: 2px 5px 1px 5px;
	text-decoration:none; 
}
.pageinate a:link    {
	color : #FFFFFF;	
}
.pageinate a:active  {
	color : #FFFFFF;
}
.pageinate a:visited {
	color : #FFFFFF;
}
.pageinate a:hover   {
	color : #333;
	background-color: #f1e8e6;
}
.pageinate p{
	display:inline;
	padding: 2px 5px 1px 5px;
	text-decoration:none;
	}
/* search form style */
.field-label {
	float: left;
}
.field-widget {
	padding-left: 120px;
}
.field-widget2 {
	padding-left: 80px;
}
#form_select {
	width:420px;
	position:relative;
	left:-20px;
}
.form-row {
	margin-bottom: 10px;
}

#content {
	padding: 5px;
	min-height: 450px;
}
fieldset {
	padding:10px;
}
#hintbox { /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hint {
	width:30px;
	display:inline;
	cursor:hand;
	vertical-align:top;
}
.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}
