/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}
.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}



/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#container {
	background-image: url(/media/573539/paper_background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 10px 80px 80px 80px;
}
h1 {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 76px;
	width: 120px;
}
#topbar {
	float: left;
	height: 19px;
	width: 280px;
}
#topbar li {
	float: left;
	width: auto;
}

#topbar a {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	line-height: 19px;
}
#topbar a:hover {
	text-decoration: underline;
}
#frmSearch {
	padding: 0px;
	margin: 0px;
	width: 300px;
	float: right;
}
#frmSearch li {
	float: left;
	width: auto;
}

#frmSearch label {
	text-transform: uppercase;
	color: #808080;
	font-size: 12px;
	line-height: 19px;
	padding: 0px 10px 0px 0px;
	height: 19px;
	width: 130px;
	margin: 0px;
}
#frmSearch #keyword {
	height: 17px;
	width: 80px;
	padding: 0px;
	border: 1px solid #ABADB3;
	margin: 0px;
}
#btnSearch {

}


#main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}
#nav {
	padding: 0px;
	height: 27px;
	width: 580px;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #808080;
}
#nav li {
	width: auto;
	float: left;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 27px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 27px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#nav a:hover {
	text-decoration: underline;
}
#sidebar2  {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px;
}
#sidebar2  p {
text-align: center;
color: #808080;

}
#sidebar2  img {
text-align: center;
margin-bottom: 10px;
}

#footer {
	background-image: url(images/footer-bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	font-size: 75%;
	width: 700px;
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul {
	text-align: left;
}
#footer li {
	float: left;
	width: auto;
}

#footer a {
	color: #808080;
	text-decoration: none;
	float: left;
	padding-right: 5px;
	display: block;
	background-image: url(images/footer-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a:hover {
	text-decoration: underline;
}

#footer #links
{
margin-left:auto; 
margin-right: auto; 
width: 650px;
}


/*panels*/
#panels li  {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 175px;
	background-repeat: no-repeat;
	float: left;
}
#panels {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

#panels h2 a {
	display: block;
	padding: 8px 30px 8px 5px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	text-transform: uppercase;
}
#panels h2 a:hover {
	text-decoration: underline;
}



/*banners*/
#banners li  {
	width: 155px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	color: #808080;
}
#banners .imagecaption {
	display: block;
	margin: 0px;
	padding: 0px;
}
#banners   .imagecaption a  {
	color: #0000ff;
	text-decoration: none;
}
#banners   .imagecaption a:hover  {
	text-decoration: underline;
}



/*all pages*/
#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
#content p   {
	color: #808080;
	margin-bottom: 15px;
}
#content  p  a, #content li a {
	color: #0000FF;
	text-decoration: none;
}
#content  p  a:hover, #content li a:hover {
	text-decoration: underline;
}
#content li {
	color: #808080;
	margin-bottom: 5px;
}
#content   h2    {
	font-size: 24px;
	color: #808080;
	font-weight: normal;
	padding-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
#content h3 {
	color: #808080;
	font-weight: bold;
	margin-bottom: 15px;
}

#content ul {
	padding-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
}
#content ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom: 15px;
}
#content ol ol {
	margin-bottom: 0px;
	margin-top: 5px;
}
#content table {

	color: #808080;
}
#content td {
	margin: 0px;
	padding: 0px;
}
#content blockquote {
	background-color: #F5F5F5;
	margin-bottom: 15px;
	padding: 15px;
}
#content blockquote p {
	padding: 0px;
	margin: 0px;
}
.imagecaption {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	color: #808080;
}
.fullwidthimage  {
	background-color: #FFFFFF;
	width: 700px;
	padding-bottom: 15px;
	margin-top: 0px;
}
.fullwidthimage  img  {
	width: 700px;
}
.largeimage  {



}
.largeimage  img  {
	width: 525px;
}




/*home page*/
#home-page #flasharea {
	height: 360px;
	width: 525px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#home-page #content {
	width: 700px;
	float: left;
}
#home-page #content p {
	padding-top: 10px;
	margin: 0px;
}
#home-page #content img {
	float: left;
	margin-right: 10px;
}
#home-page  #panels {
	margin: 0px !important;
	padding: 0px !important;
}

#home-page #footer {
	margin: 0px;
}







/*two-col page*/
#two-col-page #main {
	background-image: url(images/col-divider.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 15px;
	margin-top: 0px;
}
#two-col-page #content {
	width: 525px;
	float: left;
}
#two-col-page  #content  p, #two-col-page #content li, #two-col-page blockquote {
	margin-right: 15px;
}
#two-col-page #content h2 {
	margin-right: 15px;
}
#two-col-page #panels {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}


/*locations page*/
#locations-page #main {
	background-image: url(images/col-divider210.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 15px;
	margin-top: 0px;
}
#locations-page #content {
	width: 500px;
	float: left;
}
#locations-page  #content  p, #locations-page #content li, #locations-page blockquote {
	margin-right: 15px;
}
#locations-page #content h2 {
	margin-right: 15px;
}
#locations-page #panels {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

#locations-page #sidebar2  {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#locations-page #sidebar2  p {
text-align: left;
color: #808080;
margin-bottom: 10px;

}
#locations-page #sidebar2  img {
text-align: left;
margin-bottom: -10px;
}


/*two-col page clean*/
#two-col-page-clean #main {
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 15px;
	margin-top: 0px;
}
#two-col-page-clean #content {
	width: 525px;
	float: left;
}
#two-col-page-clean  #content  p, #two-col-page-clean #content li, #two-col-page-clean blockquote {
	margin-right: 15px;
}
#two-col-page-clean #content h2 {
	margin-right: 15px;
}
#two-col-page-clean #panels {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}



/*fullwidth page*/
#fullwidth-page #content {
	width: 700px;
}
#fullwidth-page #content h2 {
	margin-top: 0px !important;
}
#newsitem-page #content {
	width: 700px;
}




/*newsitem page*/
#newsitem-page .newsimage {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#news-page #content {
	width: 700px;
}
#newsitem-page #content h2  {
   clear: none !important;
}



/*news page*/
#newslist {
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}
#newslist li {
	width: 200px;
	margin-right: 25px;
	float: left;
	height: 380px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newslist img {
	height: 200px;
	width: 200px;
}
#newslist h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #808080;
}

#newslist  h3 a {
	color: #808080;
}
#newslist h3 a:hover {
	text-decoration: underline;
}
#newslist li p {
	margin: 0px;
	padding: 0px;
}
#newslist li a {
	text-transform: uppercase;
	font-size: 90%;
}




/*products page*/
#products-page #products {
	list-style-type: none !important;
	width: 700px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#products-page  #products li {
	margin: 0px;
	padding: 0px;
	float: left;
}



/*search and ranges page*/
#rangeslist {
	padding: 0px !important;
	list-style-type: none !important;
	margin: 0px;
	overflow: hidden;
	width: 525px;
	float: left;
}
#ranges-page #main {
	background-image: url(images/col-divider.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	background-position: right;
	margin-bottom: 15px;
}


.rangename {
	width: 700px;
	clear: both;
	padding-top: 15px;
}

#rangeslist li {
	height: 185px;
	width: 120px;
	padding: 0px;
	float: left;
	background-image: url(/css/images/range-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#rangeslist img {
	height: 120px;
	width: 120px;
}
#rangeslist h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rangeslist  h4  {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 90%;
}
#rangeslist p {
	margin: 0px;
	padding: 0px;
}
#rangeslist  li a {
	color: #808080;
	text-transform: uppercase;
	font-size: 90%;
}
#rangeslist li a:hover {
	text-decoration: underline;
}
#ranges-page #sidebar2 {
	float: left !important;
	margin-right: 0px !important;
	margin-left: 15px !important;
	width: 160px;
}
#ranges-page #sidebar2 h3 {
	font-size: 150%;
	font-weight: normal;
}

#advancedsearchform {
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#advancedsearchform fieldset   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#advancedsearchform ol  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/range-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
}
#advancedsearchform  li   {
	margin-bottom: 5px;
}
#advancedsearchform label  {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}
#advancedsearchform select    {
	padding: 2px;
	width: 138px;
	overflow: hidden;
	color: #808080;
}
#advancedsearchform #itemCode    {
	padding: 2px;
	width: 130px;
	color: #808080;
}
#advancedsearchform #btnSearchItem {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}







/*new products and search page*/
#new-productslist, #searchlist {
	padding: 0px !important;
	list-style-type: none !important;
	margin: 0px -30px 0px 0px !important;
	overflow: hidden;
        width: 700px;
}
#new-productslist li, #searchlist li {
	height: 185px;
	width: 120px;
	padding: 0px;
	float: left;
	background-image: url(/css/images/range-divider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#new-productslist img, #searchlist img {
	height: 120px;
	width: 120px;
}
#new-productslist h3, #searchlist h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;       
}
#new-productslist h4, #searchlist h4  {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 90%;
}
#new-productslist p, #searchlist p {
	margin: 0px;
	padding: 0px;
}
#new-productslist li a, #searchlist li a {
	color: #808080;
	text-transform: uppercase;
	font-size: 90%;
}
#new-productslist li a:hover, #searchlist li a:hover {
	text-decoration: underline;
}






/*endorsements page*/
#endorsementlist {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
}
#endorsements-page #content h2 {
	margin-top: 0px !important;
}

#endorsementlist li {
	width: 700px;
	float: left;
	margin-bottom: 15px;
}
#endorsementlist h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#endorsementlist  h4, #endorsementlist h5 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#endorsementlist p {
	margin: 0px;
	padding: 0px;
}

#endorsementlist img {
	float: left;
	margin-right: 15px;
	width: 170px;
	height: 170px;
}



/*collection page*/
#collection-page #content h2 {
	margin-top: 0px !important;
}
#collectionlist {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
}
#collectionlist li {
	width: 140px;
	float: left;
	height: 170px;
	text-align: center;
}
#collectionlist img {
	width: 140px;
	height: 140px;
}
#collectionlist h3 {
	font-weight: normal;
}


/*collection page*/
#example-page #content h2 {
	margin-top: 0px !important;
}
#examplelist {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
	width: 100%;
}
#examplelist li {
	width: 175px;
	float: left;
	height: 170px;
	text-align: center;
	margin-top: 10px;
}
#examplelist img {
	width: 150px;
	height: 150px;
}
#examplelist h3 {
	font-weight: normal;
}



/*publications page*/
#publicationslist {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
}

#publicationslist li {
	width: 700px;
	float: left;
	margin-bottom: 15px;
}
#publicationslist h3 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#publicationslist h4 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#publicationslist h5 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #97c1dd;
}
#publicationslist p {
	margin: 0px;
	padding: 0px;
}
#publicationslist img {
	float: left;
	margin-right: 15px;
	width: 100px;
}



/*examples page*/
#exampleslist {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
}
#exampleslist li {
	width: 150px;
	float: left;
	margin-right: 25px;
	height: 200px;
}
#exampleslist h3 {
	font-weight: normal;
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#exampleslist img {
	width: 150px;
	height: 150px;
}
#product-benefits-page #main {
	background-image: url(images/col-divider.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 15px;
}
#product-benefits-page #content {
	width: 525px;
	float: left;
}
#product-benefits-page #content h2 {
	margin-top: 0px !important;
}





/*product benefits page*/
#benefitslist {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
	overflow: hidden;
}

#benefitslist li {
	margin-right: 15px;
	margin-bottom: 15px;
	height: 100px;
	width: 510px;
}
#benefitslist h3 {
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
}
#benefitslist p {
	margin: 0px;
	padding: 0px;
}

#benefitslist img {
	width: 200px;
	height: 100px;
	float: left;
	margin-right: 15px;
}
#basket-page #content form {
	margin-bottom: 15px;
}
.item_table  p {
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !mportant;
	
}



/*contact page*/
#contact-page #content {
	float: left;
	width: 430px;
}
#contact-page #content h2 {
	margin-top: 0px !important;
}

#contact-page #content p {
	margin-right: 15px;
}
#contact-page #main {
	background-image: url(images/contact-col-divider.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 15px;
	overflow: hidden;
	margin-top: 15px;
}
#contact-page #sidebar2 {
	width: 255px;
	overflow: hidden;
	padding-left: 15px;
	color: #808080;
}
#contact-page #sidebar2 p {
	color: #808080;
	margin-bottom: 15px;
}
#contact-page #banners li {
	width: 255px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#contact-form label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;

}
#contact-form fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact-form li {
	margin-bottom: 10px;
}

#contact-form input.text, #contact-form textarea    {
	padding: 2px;
	width: 406px;
	font-size: 100%;
	color: #808080;
}

#contact-form {
	width: 415px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact-form ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contact-form  select {
	padding: 2px;
	font-size: 100%;
	color: #808080;
}
#brochure-form li {
	width: 100px;
	float: left;
	margin-right: 20px;
	height: 200px;
}
#brochure-form img {
	border: 1px solid #cccccc;
}
#brochure-form legend {
	font-size: 150%;
	font-weight: normal;
	color: #808080;
	margin-bottom: 15px;
}
#brochure-form fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/*worldwide page*/
#worldwide-loactions-page #main {
	background-image: url(images/locations-col-divider.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 15px;
	margin-top: 15px;
}
#worldwide-loactions-page #content h2 {
	margin-top: 0px !important;
}
#worldwide-loactions-page #content {
	width: 470px;
	margin-right: 15px;
	float: left;
}
#worldwide-loactions-page #sidebar2 {
	width: 200px;
	padding-left: 15px;
	color: #808080;
}
#locationslist img {
	margin-bottom: 5px;
}
#locationslist li {
	margin-bottom: 15px;
}



/*range page*/
#range-page #main {
	background-image: url(images/range-col-divider.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 15px;
}

#range-page #sidebar1 {
	width: 180px;
	float: left;
	margin-right: 5px;
	color: #808080;
}
#range-page h2 {
	font-size: 24px;
	color: #808080;
	font-weight: normal;
	clear: both;
	width: 700px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#rangeinfo  h3  {
	font-size: 150%;
	font-weight: normal;
	margin-right: 10px;
	text-transform: uppercase;
	color: #333333;
}
#rangeinfo h4 {
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 10px;
}
#rangeinfo p {
	margin-right: 10px;
	margin-bottom: 5px;
}
#rangethumbs  {
	overflow: hidden;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#rangethumbs li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


#requestquote {
	margin-top: 30px;
}
#requestquote h3 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 10px;
	margin-right: 10px;
}
#requestquote li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
}

#range-page #content {
	float: left;
	width: 370px;
	margin-right: 5px;
	margin-left: 5px;
}
#range-page #sidebar2 {
	width: 120px;
	margin-left: 15px;
	color: #808080;
}
#range-page #sidebar2 p {
	margin-bottom: 15px;
}

#complementlist li {
	margin-bottom: 10px;
	background-image: url(images/range-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
#complementlist li img {
	margin-bottom: 5px;
}
#complementlist h3 {
	font-weight: normal;
	text-transform: uppercase;
}
#complementlist p {
	margin: 0px !important;
	padding: 0px !important;
}

#complementlist a {
	font-size: 90%;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
}
#complementlist a:hover {
	text-decoration: underline;
}


.left-align
{padding-right: 10px; 
padding-bottom: 10px; 
float: left;}

#flash_content {
	height: 360px;
	width: 525px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#two-col-page #flash_content {
	height: 180px;
	width: 525px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#two-col-page #flash_content_tall {
	height: 360px;
	width: 525px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#range_title {
background-color:black;
margin-top:10px;
margin-bottom:10px;
padding-top: 5px;
padding-bottom: 5px;
clear:both;

}


.banner-text
{
float: right;
margin-bottom: 0px;
}

.banner-text p
{
margin-bottom: 0px;
color: #808080;

}

#endorsements-page #content h2 {
	padding-top: 0px !important;
}





div#breadcrumb-container {
margin-left:auto;
margin-right:auto;
width:700px;
}

div#breadcrumb-container ul {
background-color:#FFFFFF;
color:#666666;
float:left;
padding-left:0px;
padding-right:0px;
padding-top:4px;
padding-bottom:4px;
text-transform:lowercase;
width:700px;
}

div#breadcrumb-container ul li {
display:inline;
font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
font-size:1.1em;
}

div#breadcrumb-container ul li span {
color:#333333;
font-weight:bold;
padding-right:0.25em;
}

div#breadcrumb-container ul li a {
color:#666666;
}

div#breadcrumb-container ul li a:hover {
color:#000000;
}

#results
{
float:left;
margin:0;
overflow:hidden;
padding:0 !important;
width:525px;
}

.logoimage

{
margin-top: 10px;
}


#benefitslist #edgewarranty
{
float:none !important;
height:12px !important;
margin-right:0px !important;
width:18px !important;
}





/*news page*/
#enhancednewslist {
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}

#enhancednewslist img {
	height: 120px;
	width: 120px;
	float: left; 
	margin-right: 15px;
		
}


#newsstyle {
	width: 510px;
	margin-right: 15px !important;
	float: left;
	height: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px !important;
	margin-left: 0px;
}

#newsstyle h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #646867;
}

#newsstyle h3 a {
	color: #646867;
}
#newsstyle h3 a:hover {
	text-decoration: underline;
}
#newsstyle p {
	margin: 0px;
	padding: 0px;
	color:#828282;
}
#newsstyle p a {
	
	font-size: 90%;
	color: #003C3C;
}
#newsstyle h4 {
	color:  #828282;
}






/*products page*/
#products-page #dudsonproducts{
	list-style-type: none !important;
	width: 640px;
	padding: 0px;
	height: 165px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
text-align: center;
}
#products-page  #dudsonproducts li {
	margin: 0px;
	padding: 10px;
	float: left;
}

#products-page  #dudsonproducts img {
	margin: 0px;
	padding: 0px;
	
}


#products-page #associatedproducts{
	list-style-type: none !important;
	width: 480px;
	padding: 0px;
height: 165px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;

}
#products-page  #associatedproducts li {
	margin: 0px;
	padding: 10px;
	float: left;
}

#products-page  #associatedproducts img {
	margin: 0px;
	padding: 0px;
	
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
