@import url(reset.css);
@import url(side-navigation.css);
@import url(thickbox.css);

/* General CSS Formating */

body {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .04em;
}

p {margin: 5px 0 5px 0px}

h1 {
	font-size:x-large;
	margin-bottom: 10px;
}
h2 {
	font-size: large;
	padding-bottom: 5px;
	}
h3 {
	font-size: medium;
	margin-bottom: 10px; 
	padding-bottom: 7px;
	padding-top: 10px;
	}
h4 {
	font-size: small;
	}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
	border-bottom: #D6D6D6 2px solid;
	}

a:hover, a:active {
	color: #7C7C7C;
	border-bottom: #FCFCFC 2px solid;
}

/* Navigation Related CSS */

#navigation {
	color: #333;
	width: 878px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 20px;
	margin: 10px 0px 10px 0px;
	background: #D5D5D5;
	background-image: url(../img/BG.png);
	background-repeat: repeat-x;
	font-size:1.3em;
}

#navigation ul {
	float: right;
	margin-top: 5px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	border-left: #C0C0C0 1px solid;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	line-height: 21px;
}

#navigation a:link, #navigation a:visited {
	color: black;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #7C7C7C;
	border-bottom: #FFFFFF 2px solid;
}	

#navigation #first {
	border-left: 0;
	}

#navigation #active {
	background-color: #FFFFFF;
	padding: 2px 5px 1px 5px;
	border: none;
	}

#navigation img {
	float: left;
	margin-top: -5px;
	}

/* Centre Column Related CSS */
	
#centrecolumn {
	width: 100%;
	margin: auto;
	font-size:12px;
	line-height: 1.4em;
	margin-bottom: 10px;
	}

#centrecolumn .box-1 h2, #centrecolumn .box-2 h2 {
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	width: 120px;
	border-right: #D5D5D5 1px solid;
	height: 90%;
	margin-right: 10px;
	border-bottom: none;
	}
#centrecolumn .box-2 h2 {
	height: 90%;
	}
	
#centrecolumn .box-1 {
	width: 888px;
	float: left;
	border: #EBEBEB 1px solid;
	background-color: white;
	padding: 5px;
	height: 130px;
	margin-bottom: 5px;
	}
	
#centrecolumn .box-2 {
	width: 888px;
	float: left;
	border: #EBEBEB 1px solid;
	background-color: white;
	padding: 5px;
	height: 180px;
	}	
	
#centrecolumn .locations-box-1 h2, #centrecolumn .locations-box-2 h2 {
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
	}

#centrecolumn .locations-box-1 {
	width: 195px;
	float: left;
	border: #EBEBEB 1px solid;
	background-color: white;
	padding: 5px;
	margin: 0 5px 0 0;
	height: 410px;
	}

#centrecolumn .locations-box-1 div {	
	background-image: url(../img/locations-box-1-bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	height: 320px;
	}

#centrecolumn .locations-box-1 p {
	border-bottom: #EAEAEA thin solid;
	padding-bottom: 5px;
	}
	
#centrecolumn .locations-box-2 {
	width: 390px;
	float: right;
	border: #EBEBEB 1px solid;
	background-color: white;
	padding: 5px;
	height: 410px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	}
	
#centrecolumn .locations-box-3 {
	width: 269px;
	float: right;
	border: #EBEBEB 1px solid;
	background-color: white;
	padding: 5px;
	height: 410px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	float: left;
	}	

.locations 

/* Header Column Related CSS */

#header {
	color: #333;
	width: 898px;
	float: left;
	padding: 0 0 5px 0;
	}

#header img {
	border: #A7A7A7 1px solid;
	}
	

/* Left Column Related CSS */

#leftcolumn {
	color: #333;
	border: 1px solid #fff;
	padding: 2px 0 10px 0;
	width: 898px;
	float: left;
	background: #fff;
	font-size:12px;
	letter-spacing: .04em;
}

#leftcolumn p {
	line-height: 1.7em;
	}

/* Right Column Related CSS */

#rightcolumn {
	float: right;
	color: #333;
	width: 230px;
	display: inline;
	background: url(../img/shadowAlpha.png) no-repeat bottom right    !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 40px -5px 10px 10px;
	}

#rightcolumn ul {
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px 15px 15px 15px;
	margin: 0px;
}

#rightcolumn ul ul {
	border: none;
	padding: 10px 5px 0 5px;
	}

#rightcolumn ul a {
	border: none;
	}

/* Footer Related CSS */

#footer a:link,#footer a:visited {
	color: black;
	text-decoration: none;
	border-bottom: #D6D6D6 2px solid;
	}

#footer a:hover, #footer a:active {
	color: #7C7C7C;
	border-bottom: #FCFCFC 2px solid;
}

#footer #first-footer {
	border-left: 0;
	}	

#footer-main {
	width: 878px;
	color: #333;
	border: 1px solid #ccc;
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	height: 20px;
}

#footer-bread-crumb {
	width: 898px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background: white;
	margin: 0px 0px 10px 0px;
	height: 40px;
	}

#footer-bread-crumb ul {
	margin-left: 40px;
	list-style-type: none;
	}

#footer-bread-crumb li {
	display: inline;
	background-image:url(../img/bread-crumb-arrow.png);
	background-position:right;
	background-repeat: no-repeat;
	padding: 15px;
	padding-left: 5px;
	line-height: 40px;
}

.footer-last li {
	font-weight: bold;
	}
#footer-bread-crumb img {
	float: left;
	margin-left: 5px;
	margin-top: 5px; 
}

#footer-copyright {
	margin-bottom: 10px;
	text-align: center;
	}

.footer-contact {
	width: 400px;
	float: left;
	margin-top: 5px;
	}

#foot-nav {
	width: 460px;
	color: #333;
	float: right;
	font-size:12px;
	}

#foot-nav ul {
	float: right;
}

#foot-nav li {
	display: inline;
	list-style-type: none;
	border-left: #C0C0C0 1px solid;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	line-height: 21px;
}

/* Product Page Related CSS */

#product-image {
	width: 412px;
	float: right;
	}

#product-image a {
	border: none;
	}

.product-listing {
	width: 100%;
	float: left;
	padding: 15px 0 10px 0;
	border-top: #EBEBEB 1px solid;
	}

.product-listing img {
	padding: 5px;
	border:#F3F3F3 1px solid;
	float: right;
	}

.product-page-image {
	float: left;
	width: 400px;
	border: #EAEAEA 1px solid;
	height: 300px;
	margin: 5px;
	}
.product-image-box {
	width: 125px;
	float: left;
	border: #EAEAEA 1px solid;
	height: 94px;
	margin: 5px;
	}

.product-image-box-last {
	width: 125px;
	float: right;
	border: #EAEAEA 1px solid;
	height: 100px;
	}
	
.product-section table {
	width: 450px;
	border: #EAEAEA 1px solid;
	border-collapse: collapse;
	font-size: 90%;
	line-height: 1.3em;
	}
.product-section td {
	padding: 5px;
	text-align: left;
	border: #EAEAEA 1px solid;
	}
.product-section th {
	background-color: #F8F8F8;
	height: 15px;
	text-align: left;
	padding: 5px;
	}
	
.product-section #leftcolumn li {
	list-style-type: decimal;
	margin: 5px 10px 0 0;
	}
	
.product-section #leftcolumn ul {
	margin-left: 40px;
	padding-bottom: 10px;
	}	

.product-section-index #leftcolumn {
	width: 650px;
	}
	
.uses-sizes {
	width: 210px;
	border: #EAEAEA 1px solid;
	float: left;
	margin: 5px;
	padding: 5px;
	}

.employment-section #header {
	width: 402px;
	float: right;
	}	

.employment-section #leftcolumn {
	width: 480px;
	}

/* Sub Navigation Related CSS */

#sub-nav {
	width: 900px;
	}
	
ul#navlist
{
font: 12px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-bottom: 1px solid #969696;
margin: 0;
text-align: center;
margin-bottom: 10px;
}

ul#navlist li
{
float: left;
height: 21px;
background-color: #EAEAEA;
margin: 2px 2px 0 0;
border: 1px solid #C0C0C0;
border-bottom: 1px solid #969696;
width: 146px;
background-image: url(../img/sub-nav-bg.gif);
background-repeat: repeat-x;
}

ul#navlist li#sub-active
{
border: 1px solid #969696 ;
border-bottom: 1px solid #fff;
background-color: #fff;
background-image: none;
}

li#sub-active a { color: #000; border: none; }

#navlist a
{
display: block;
color: #666;
text-decoration: none;
padding: 4px;
border: none; 
margin: auto;
}

#navlist a:hover { background: #fff; }

#sub-page #wrapper #leftcolumn #sub-nav td {
	padding: 4px;
	border-bottom:#EAEAEA 1px solid;
	vertical-align: middle;
}
#sub-page #wrapper #leftcolumn th {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}

.locations #wrapper #header h2 {
	display: none;
}

.company-section #wrapper #header h2 {
	display: none;
}
