* { margin: 0; padding: 0; }

body {
	background: #343434;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/110% "Verdana", Arial, Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 780px;
	margin: auto;
	position: relative;
	text-align: left;
}

#leftwrapper {
	background: url(../images/header_pt1.jpg) no-repeat 0 0;
	width: 40px;
	position: absolute;
	padding-top: 150px;
}

#rightwrapper {
	background: #fff;
	width: 740px;
	float: right;
}

#contentwrap {
	float: left;
	background: #fff;
	display: block;
	font-size: 0.7em; /* Global Content Font Size */
	line-height: 1.3em;
	border-bottom: 2px solid #000;
	min-height: 313px;
	height: auto !important;
	height: 313px;
}


#product_filter .button{
	width: auto;
}

#product_filter input{
	width: 171px;
}

#product_filter select{
	width: 177px;
}

#col-left img{
	padding-bottom: 10px;
}
	
#col-left {
	float: left;
	width: 197px;
	background: url(../images/col-left_bg.jpg) no-repeat 0 0;
}
	#col-left .padding {
		border-top: 2px solid #343434;
		clear: both;
		
		padding: 20px 0 10px 10px;
	}

.colwrap-right {
	float: right;
	width: 513px;
	padding: 3px 27px 0 0;
}

	#col-center {
		float: left;
		width: 260px;
	}
	
	#col-right {
		float: right;
		width: 235px;
	}
	
.feature {
	height: 138px;
	background: #000 url(../images/feature_bg.jpg) repeat-y 0 0;
	color: #fff;
	width: 540px;
	float: right;
}

/* Header
------------------------------------------------------------------*/

#header {
	background: url(../images/header_pt2.jpg) no-repeat 0 0;
	height: 140px;
}

	#headerleft {
		float: left;
		padding: 41px 0 0 3px
	}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	font-size: 0.65em;
	background: #000;
	color: #999;
	height: 75px;
	border-top: 4px solid #ff0;
}
#footer p { margin: 0; }

	#footerleft {
		padding: 5px 0 0 10px;
	}
	
	#footercentre {
		 float: right;
		 width: 520px;
		 padding: 5px 40px 0 0;
		 text-align: center;
	}
	
	#footerright {
		 float: right;
		 padding: 5px 10px 0 0;
	}
	
	#footer #footer centre a { color: #fff; font-weight: bold; }
	#footer #footercentre #footerright a { color: #999; font-weight: normal; }
	#footer a { color: #999; text-decoration: none;	}

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	color: #777;
}
#heading2 {
	background: url(../images/h2bg.gif) repeat-x 0 0;
	height: 36px;
	padding-top: 18px;
	margin-top: 8px;
	clear: both;
}

	h2.h2-contact {
		background: url(../images/h2_contact.gif) no-repeat 0 0;
		text-indent: -9999px;
		height: 90px;
	}
	
	h2.h2-sealtite {
		background: url(../images/h2_sealtite.gif) no-repeat 0 0;
		text-indent: -9999px;
		height: 90px;
	}

	h2.h2-hotspecials {
		background: url(../images/h2_hotspecials.gif) no-repeat 0 0;
		text-indent: -9999px;
		height: 75px;
		cursor: pointer;
	}
	
	.hot-thumb {
		float: right;
	}
	
	h2.h2-newproducts {
		background: url(../images/h2_newproducts.gif) no-repeat 0 0;
		text-indent: -9999px;
		height: 50px;
		clear: both;
		cursor: pointer;
	}
	
h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	background: url(../images/link.gif) no-repeat 0 1px;
	padding: 0 0 3px 40px;
	color: #f90;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

#col-right .padding p.more {
	float: right;
	background: url(../images/link2.gif) no-repeat 0 5px;
	padding-left: 20px;
	font-weight: bold;
	margin: 1em 0 1em 0;
	clear: both;
}
#col-right .padding h3 {
	background: none;
	padding: 0;
}

/* padding */

.colwrap-right .padding { padding: 0 10px 10px 15px; }
#col-right .padding { padding-left: 0; }
#col-right .padding p { margin-right: 0px; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/
form { margin: 0; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0;
	margin-bottom: 1em;
	font-weight: bold;
	color: #666;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
	line-height: 1.8em;
}
form div.cr input {
	margin: 0 3px -3px 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { color: #D98507; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}

img#logo-print{
	display: none;
}

/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em; }
table, th, td { border: none; }
th, td { padding: 3px; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #heading2 h2 {
	visibility: hidden;
	letter-spacing: -3px;
	font-size: 20px;
	display: inline;
	line-height: 30px;
}

/* sIFR
------------------------------------------------------------------*/

.displaying {
	text-align: right;
	color: #999;
	width: 100%;
}
.productitem.pages {
	width: 98%;
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
}
.productimage {
	float: right;
	margin: 0 0 1em 2em;
}

