/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.gif) top left repeat-x #f17f27;
	padding: 0;
	margin: 0;
	color: #000000;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 12px;
	color: #363636;
}

img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	font-size: 12px;
	color: #e75700;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #2a2a2a;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: tahoma;
}

h1.commentTitle {
	color: #2a2a2a;
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: tahoma;
}

h1.articleTitle {
	color: #2a2a2a;
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: tahoma;
}

h2 {
	color: #2a2a2a;
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: tahoma;
}

h3 {
	color: #2a2a2a;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: tahoma;
}


hr {
	height:0px;
	border-top:0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0 0 25px 0;
	padding: 0 35px;
}

li {
	font-size: 12px;
	margin-top: 15px;
}


/****** GENERIC ******/

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

select.input {
	height: 20px;
	width: 257px;
	border: 1px solid #bec5cd;
	
}



input.input {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}



textarea.input {
	height: 50px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

.red {
	color: #d81313;
}

/****** CONTAINERS ******/
body div#contentContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	min-width: 965px;
}

body div#footerContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/footer_cont_bg.gif) top left repeat-x #f58229;
	min-width: 970px;
}



/******** PAGE ********/
div#page {
	width: 965px;
	background: #ffffff;
	padding: 0;
	margin: 0 auto;	
}

/** HEADER **/
div#header {
	background: url(../images/header_bg.gif) top left no-repeat;
	padding: 0;
	width: 965px;
	position: relative;
	height: 152px;
}

div#header div#navButtons {
	padding: 2px 0 0 220px;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#navButtons ul li a {
	height: 42px;
}

/** NAV **/
a#home {
	width: 54px;
	background: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	display: block;
}

a#home:hover {
	background-position: -54px 0;
}

a#about {
	width: 74px;
	background: url(../images/nav_about.gif);
	background-repeat: no-repeat;
	display: block;
}

a#about:hover {
	background-position: -74px 0;
}

a#suppliers {
	width: 76px;
	background: url(../images/nav_suppliers.gif);
	background-repeat: no-repeat;
	display: block;
}

a#suppliers:hover {
	background-position: -76px 0;
}

a#links {
	width: 55px;
	background: url(../images/nav_links.gif);
	background-repeat: no-repeat;
	display: block;
}

a#links:hover {
	background-position: -55px 0;
}

a#msds {
	width: 54px;
	background: url(../images/nav_msds.gif);
	background-repeat: no-repeat;
	display: block;
}

a#msds:hover {
	background-position: -54px 0;
}

a#contact {
	width: 87px;
	background: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	display: block;
}

a#contact:hover {
	background-position: -87px 0;
}









/******** CONTENT ********/
div#content {
	width: 965px;
	background: url(../images/content_bg.gif) top left repeat-y;
	padding: 0;
	margin: 0 auto;	
}

div#leftContent {
	width: 218px;
	float: left;
}

div#midContent {
	width: 512px;
	float: left;
	padding-left: 15px;
	_width: 511px;
}

div#rightContent {
	width: 220px;
	float: left;
}


div#productMenuRep {
	background: url(../images/prod_rep_bg.gif) top left repeat-y;
}

div#productMenu {
	background: url(../images/prod_bg.gif) top left no-repeat;
	padding: 40px 0 10px 25px;
	min-height: 250px;
	_height: 250px;
}

div#productMenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	list-style-image: none;
}

div#productMenu a {
	color: #ffffff;
}

div#productMenu ul li {
	margin: 0;
	padding: 3px 0px;
	width: 150px;
}


div#productMenu ul li a {
	color: #ffffff;
}

div#newsletterCont {
	background: url(../images/leftRest.gif) top left no-repeat;
	width: 178px;
	height: 530px;
	padding: 70px 15px 0 25px;
	color: #91a0ac;
	font-size: 10px;
}

div#priceDetail, div.priceDetail {
	color: #0355a0;
	font-size: 11px;
	font-weight: 600;
}

div#leftDetail {
	width: 270px;
	padding: 0 15px 0 0 ;
	float: left;
}

div#rightDetail {
	float: left;
	/*width: 217px;*/
	width: 205px;
	padding-right: 10px;
}

div#rightDetail img {
	border: 1px solid #9e9e9e;
}



/** RIGHT CONT **/
div#loginBox {
	background-color: #FF6600;
	background-image: url(../images/login_bg.gif);
	background-positon: left top;
	background-repeat: no-repeat;
	height: 150px;
	padding: 34px 0 0 21px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: tahoma;
}

div#loginBox a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
}

div#newsEvents {
	background: url(../images/news_bg.gif) top left repeat-y;
	padding: 0 15px 0 20px;
	
}

div.newsHomeArticle {
	padding: 0 0 15px 0;
	font-size: 11px;
}

div#newsEvents a {
	font-size: 11px;
	text-decoration: none;
}

a.articleHeading {
	color: #3d3d3d;
	font-weight: 600;
	text-decoration: none;
	font-size: 11px;
}

div.newsHomeDate {
	color: #696566;
	font-size: 11px;
	
}

div.newsHomeText {
	color: #929292;
	font-size: 11px;
}	

/******** BROWSE NAVIGATION ********/
div#browseNavigation {
	color: #f58229;
	font-size: 11px;
	padding: 0 0 12px 0px;
}

div#browseNavigation strong {
	color: #f58229;
}

div#browseNavigation a {
	color: #f58229;
	text-decoration: none;
	font-size: 11px;
}

div#browseNavigation a:hover {
	text-decoration: underline;
}

/******** PAGE BOTTOM ********/
div#pageBottom {
	margin: 0 auto;
	width: 970px;
	padding: 0;
}

/******** THUMB HOVER ********/
#imageContainer {
	width: 348px;
	height: 348px;
	padding: 0;
	margin: 0;
	float: left;
}

#imageContainer img {
	
}

#gallery {
	width: 110px;
	padding: 0 0 0px 17px;
	margin: 0;
	float: left;
	overflow:hidden;
	height: 348px;
}

#gallery img {
	border: 1px solid #d9dbdc;
}

/** SCROLL BAR **/
#scrollBar {
	width: 8px;
	height: 348px;
	margin-left: 10px;
	background: url(../images/img_scroller.gif) repeat-y center;
	float: left;
}	

#scrollHandle {
	width: 8px;
	height: 35px;
	background-image: url(../images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}
	
/**** PRODUCT LIST ****/
ul.productList {
	margin: 0;
	padding: 0;
}

ul.productList li {
	width: 157px;
	height: 300px;
	display: block;
	float: left;
	padding: 0 15px 20px 0 ;
	margin: 0;
}

ul.productList li.rightSide {
	width: 157px;
	height: 280px;
	display: block;
	float: left;
	padding: 0 0px 20px 0 ;
	margin: 0;
}

ul.productList li a {
	color: #f58229;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	padding-top: 5px;
}	

ul.productList li a:hover {
	text-decoration: underline;
}

div.listContent {
	color: #000000;
	font-size: 11px;
}

div.productShortDesc {
	height: 60px;
}


.listContent a.productTitle {
	font-size: 12px;
	text-decoration: underline;
	color: #f58229;
}

.listContent a.productTitle:hover {
	font-size: 12px;
	text-decoration: none;
}


ul.productList li p {
	padding: 5px 0;
	margin: 0;
	font-size: 11px;
	color: #0c0d0e;
	height: 115px;
}
	
img.imageProductList {
	border: 1px solid #e1e1e1;
	display: block;
	float: left;
}	

div.productListText {
	width: 150px;
	padding-left: 10px;
	float: left;
}

h2.productListInclude {
	position: relative;
	top: -5px;
}

img.imageTag {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
	
/****** FOOTER ******/
div#footer {
	width: 930px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	font-size: 11px;
	background: url(../images/footer_bg.gif) top left no-repeat;
	height: 50px;
	padding: 40px 20px 0 20px;
}

div#footerLeft {
	width: 560px;
	padding-right: 230px;
	font-size: 11px;
	float: left;
}

div#footerRight {
	width: 140px;
	float: left;
}

div#copyright {
	padding-top: 4px;
	font-size: 11px;
	color: #a4cf43;
}

div#footerLinks {
	color: #ffffff;
	padding-bottom: 6px;
}

div#footerLinks a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

div#footerLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

span#blissLink {
	position: relative;
	top: -6px;
}

span#blissLink a {
	text-decoration: none;
	font-size: 11px;
	color: #a4cf43;
}

span#blissLink a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #bee95d;
}


	
.comments {
	padding-left: 20px;
}

#contentText {
	padding-right: 25px;
}

div#footer a
{
  color: #FFFFFF;
  font-size: 11px;
}

div#footer div
{
  float: left;
}