
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
body
{
	background: url(/images/layout/top-background.jpg) top center no-repeat #fff;
	font: normal 11px Verdana, Arial, sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

acronym
{
	cursor: help;
}

h1
{
	color: #ffffff;
	background: #002868;
	font: bold 14px Arial, sans-serif;
	padding: 5px 3px 3px 10px;
	margin: -5px 0px 7px 0px;
}

h1 a:link,
h1 a:visited
{
	color: white;
}

h1 a:hover,
h2 a:hover
{
	color: #FFC600;
}

h2
{
	color: #002868;
	font: bold 16px Arial, sans-serif;
	margin: 5px 0px 0px 5px;
}

h2 a:link,
h2 a:visited
{
	color: #002868;
}

h3
{
	color: #002868;
	font: bold 14px Arial, sans-serif;
	margin: 5px 0px 0px 5px;
}

img
{
	border: none;
	display: inline;
}

p
{
	font: normal 12px Verdana, Arial, sans-serif;
	margin: 10px 10px 10px 5px;
	line-height: 15px;
}

td
{
		font: normal 12px Verdana, Arial, sans-serif;
		vertical-align: top;
}


/* Form defaults
****************/
input, textarea
{
	border: 1px solid #ccc;
}

input[type="image"]
{
	border: none;
}


/* Classes
**********/
.block
{
	display: block;
}

.sample-basket
{
	clear: left;
	margin-top: 0px;
	background: url(/images/layout/basket-background.jpg) top right repeat-y;
	padding: 10px;
}

.sample-basket table
{
	width: 295px;
}

.sample-basket td
{
	padding: 3px;
	text-align: right;
	font-size: 11px;
	border-bottom: 1px solid #002868;
}

.sample-basket p
{
	font-size: 10px;
}

.cat-table
{
	width: 150px;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}

.cat-table div
{
	padding: 5px;
	background: #eceff5;
}

.cat-table h2
{
	margin: 0px 0px 5px 0px;
}

.cat-table h2 a
{
	font-weight: bold;
	font-size: 12px;
	color: #002868;
}

#category
{
	border-collapse: collapse;
}

#category td
{
	background: #eceff5;
	border: 1px solid white;
}

#category td h2
{
	margin-top: 15px;
	font-size: 14px;
}

#category td a.thumb img
{
	float: left;
	margin: 10px;
}

#category th.message
{
	background: #dae0ec;
	font-weight: normal;
	padding: 3px 3px 3px 10px;
	color: #002868;
	border-bottom: 5px solid white;
}

.price
{
	font: bold 14px georgia, serif;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

td.button
{
	text-align: right;
	border-bottom: none;
}

#item-full tr td
{
	background: #eceff5;
	border-bottom: 1px solid white;
	padding: 10px;
}

/* Contact
***********/

.contact
{
	float: right;
	font: bold 13px verdana, sans-serif;
	color: white;
	margin-right: 10px;
}

.product-shortview
{
	margin-top: 10px;
}

.product-image
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.subprice
{
	margin: 0px 10px;
	font-style: italic;
	font-size: 11px;
}

/* Layout defaults
******************/
#header
{
	margin: 23px auto 0px auto;
	width: 940px;
	width/**/: 955px;
}

#outer-wrap
{
	margin: 0px !important;
	margin/**/: 0px 1px 0px 0px;
	background: url(/images/layout/wrap-background.jpg) top center repeat-y #fff;
}

#middle-wrap
{
	margin: 0px 0px 0px 0px;
	background: url(/images/layout/bottom-background.jpg) bottom center no-repeat;
}

#inner-wrap
{
	margin: 0px auto 0px auto;
	padding: 5px 0px 63px 10px;
	text-align: left;
	width: 945px !important;
	width/**/: 955px;
}

#left-column
{
	float: left;
	text-align: left;
	padding: 0px;
	width: 307px;
	margin-left: 1px;
}

#featured
{
	clear: left;
	margin-top: 10px;
}

#page
{
	/*background: url(/images/layout/page-background.jpg) repeat-y;*/
	margin-left: 305px;
	padding: 5px 10px 10px 10px !important;
	padding/**/: 5px 12px 10px 10px;
}

#footer
{
	clear: both;
	margin: 0px 9px 5px 1px;
	color: #ccc;
	background: #002868;
	height: 23px !important;
	height/**/: 30px;
	padding: 7px 7px 0px 7px;
	font-size: 11px;
	border-top: 4px solid white;
}

#footer a
{
	color: #fff;
}

#homepage-img
{
}

#tips
{
	width: 252px;
	clear: left;
	padding-top: 1px;
	padding-bottom: 1px;
	background: url(/images/layout/tips-background.jpg);
	margin: 7px 0px 3px 0px;
}

#tips p
{
	margin: 11px;
}

#clear
{
	clear: both;
	height: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
}

#catalogue
{
	margin-left: -5px;
	margin-right: -5px;
}

#home
{
	float: right;
	clear: right;
	margin-top: -5px;
}

#home td a
{
	display: block;
	margin-bottom: 7px;
}

#home td a img
{
	display: block;
	margin: 0px;
}

.build-order,
.request-sample
{
	float: left;
	margin-right: 5px;
}

#orderBuilder
{
	width: 623px !important;
	width/**/: 615px;
	margin-bottom: 7px;
	padding-bottom: 5px;
	background: url(/images/layout/order-background.jpg) no-repeat;
}

#orderBuilder input,
#orderBuilder select
{
	background: #CFD8E7;
	border: 1px solid white;
	height: 17px;
	font-size: 11px;
	width: 100px;
}

#search
{
	width: 380px;
	height: 88px;
	background: url(/images/layout/search-back.gif) no-repeat;
}

#search-box
{
	text-align: right;
	width: 960px;
	margin: 12px auto 0px auto;
}

#search-box input
{
	border: 1px solid #b3c5e1;
	background: url(/images/layout/search.png) top right no-repeat white;
	width: 300px;
	color: #b3c5e1;
	padding: 5px;
}

#search td
{
	padding-top: 4px;
}

#item-full tr td table tr td.order-bar
{
	vertical-align: top;
	float: left;
	background: #c2cadf;
	padding: 5px 3px 0px 5px;
	margin-right: 2px;
	width: 157px;
	height: 60px;
	border-bottom: none;
}

.order-bar form
{
	margin: 0px;
}

td.label
{
	color: white;
	width: 200px;
	text-align: right;
	font-size: 11px;
}

/* Navigation
**************/
#navigation
{
	float: left;
	background: #002868;
	width: 173px;
	height: 255px;
	list-style: none;
	padding: 0px;
	margin: 0px 8px 0px 0px;
	text-align: center;
}

#navigation li
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid white;
}

#navigation li a:link,
#navigation li a:visited
{
	display: block;
	color: white;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

#navigation li a:hover
{
	background: #194488;
}

#sale
{
	height: 375px;
}

#slideshow
{
	float: right;
	margin-right: 0px;
}

#quote
{
	background: url(/images/layout/quote-link-ho.gif);
	width: 174px;
	height: 113px;
	margin-top: 4px;
	float: left;
} 

#residential
{
	background: url(/images/layout/residential-link-ho.gif);
	width: 305px;
	height: 113px;
	margin-top: -1px;
} 

#commercial
{
	background: url(/images/layout/commercial-link-ho.gif);
	width: 310px;
	height: 113px;
	margin-top: -1px;
} 

.rollover
{
	display: block;
	float: left;
	display: inline;
}

.rollover:hover
{
	visibility: visible;
}

.rollover img
{
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover img
{
	visibility: hidden;
}


.ordered-col
{
	border-left: 1px solid #f1f1f1;
	width: 77px;
	text-align: center;
}

#category th
{
	border-bottom: 1px solid #f1f1f1;
}

.swatch
{
	float: left;
	margin: 10px 5px 10px 5px;
}

.icons
{
	float: right;
	margin: 5px 10px 10px 5px;
	text-align: right;
}

.icons p
{
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

.title
{
	font-size: 18px;
	margin-bottom: 30px;
}

.user-form
{
	margin-top: 20px;
	margin-bottom: 15px;
	background:#f7f7f7;
	width: 620px;
	padding: 15px;
}

.user-form td
{
	padding: 3px 0px 3px 5px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 11px;
}

.user-form th
{
	padding: 3px 0px 3px 5px;
	font-size: 12px;
	background:#f1f1f1;
}

.highlight
{
	background: #feeecc;
	padding: 10px;
	width: 400px;
	font-size: 11px;
}

.page-img
{
	float: right;
	clear: right;
	margin: 30px 10px 0px 10px;
}

#spec-icon
{
	float: right;
}

#featured
{
	margin-left: -8px;
	height: 175px;
}

#featured h1
{
	background: #999999;
	color: #002868;
	margin-left: 8px;
	margin-bottom: 10px;
}

#featured div
{
	background: #cccccc;
	float: left;
	margin-left: 8px;
	padding: 7px;
}

#featured div h2
{
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

/* Quote form
***************/

#quote-form
{
	background: #eceff5;
	margin-right: 20px;
	padding: 10px;
}

#quote-form input.text
{
	width: 300px;
	height: 20px;
	font: 14px arial, sans-serif;
	padding: 4px;
	vertical-align: middle;
	margin: 5px 0px;
}

#quote-form .region
{
	width: 250px;
	height: 30px;
	font: 14px arial, sans-serif;
	padding: 4px;
	vertical-align: middle;
	margin: 5px 0px;
}

#quote-form textarea
{
	width: 300px;
	height: 60px;
	font: 14px arial, sans-serif;
	padding: 4px;
	vertical-align: top;
	margin: 5px 0px;
}

/* arrows */

.list-arrows
{
	clear: left;
	padding-left: 10px;	
}

.list-arrows form,
.list-arrows form div
{
	display: inline;
	width: 23px;	
}