@charset "UTF-8";
/* CSS Document */

 
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .813em;
	color: #949ca1;
	margin: 0;
	padding: 0;
	background-image:url(../images/insidebackground.gif);
	background-repeat:repeat-x;
}

/*TYPOGRAPHY LINKS LISTS*/
p {
	margin-bottom: 22px;
}

a:link, a:visited {
	color: #949ca1;
	text-decoration: underline;
}

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

h1 {
	font-size: 1.385em;
	color: #373A3C;
	margin-bottom: 7px;
}

h2 {
	font-size:1.231em;
	color: #373A3C;
	margin-bottom: 7px;
}

ul {
	padding-left: 15px;
	margin-bottom: 22px;
}

.caption {
	font-size: .769em;
	font-weight: bold;
	color: #373A3C;
}

.bluetext {
	color: #296dc0;
}

.bluetext a:link, .bluetext a:visited {
	color: #296dc0;
	text-decoration: underline;
}

.bluetext a:hover {
	color: #949ca1;
	text-decoration: underline;
}

/*TOP CONTENT*/
#topcontent {
	margin-top: 149px;
}

#header {
	height: 25px;
	margin-bottom: 22px;
}

#logo {
	float: left;
}

/*MAIN NAV*/
#mainnav {
	float: right;
	font-size: .846em;
	color: #373a3c;
	padding: 13px 31px 0 0;
}

#mainnav li {
	display: inline;
	list-style-type: none;
	letter-spacing: .5px;
	margin-left:24px;
}

#mainnav a:link, #mainnav a:visited {
	color:#373a3c;
	text-decoration: none;
}

#mainnav a:hover {
	color: #373a3c;
	text-decoration: none;
}

/*-------------------------*/

/*COLUMNS*/
#columns {
	margin-bottom: 24px;
}

/*LEFT*/
#left {
	padding-top: 67px;
	margin-right: 0;
}

#subnav {
	font-size: .923em;
	color: #3c4042;
	text-align:right;
	width: 114px;
	padding: 0 12px 18px 0;
	border-bottom: 1px solid #979ea3;
	border-right: 1px solid #979ea3;
	margin-bottom: 0;
}

#subnav li {
	list-style-type: none;
	letter-spacing: .5px;
	margin-bottom: 6px;
}

#subnav a:link, #subnav a:visited {
	color: #3c4042;
	text-decoration: none;
}

#subnav a:hover {
	color: #296dc0;
	text-decoration: none;
}

/*MIDDLE*/
#middle {
	padding-top: 28px;
}

/*RIGHT*/
#right {
	padding-top: 57px;
}

#additionalcontent {
	padding-top: 13px;
}

/*NEWS LISTING*/
#newsholder {
	width: 173px;
	padding: 23px;
	background-color:#b2bc00;
	min-height: 153px;
	_height: 153px;
	color: #fff;
}

.newsheader {
	font-size: .846em;
	color: #3c4042;
	border-bottom: 1px dotted #3c4042;
	letter-spacing: .5px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-weight: bold;
}

#newslisting {
	color: #949CA1;
	font-size: .923em;
	padding-left: 17px;
}

#newslisting li {
	list-style-image:url(../images/arrowbullet_green.gif);
	margin-bottom: 9px;
}

#newslisting a:link, #newslisting a:visited {
	color: #373A3C;
	text-decoration: none;
	border-bottom: 1px solid #c5cd40;
}

#newslisting a:hover {
	color: #373A3C;
	text-decoration: none;
	border-bottom: 1px solid #296dc0;
}

/*-------------------------*/

/*FOOTER*/
#footer {
	font-size: .769em;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #949ca1;
}

#footer a:hover {
	color: #296dc0;
}

#footer p {
	font-weight: normal;
	padding-right: 1px;
	margin-bottom: 0;
}

/*------------------------*/


/*BREAD CRUMB*/

#breadcrumb {
	font-size: .769em;
	margin: 0 0 16px 0;
}

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

.greentext {
	color: #b2bc00;
	font-weight: bold;
	font-size: .923em;
}

/*------------------------*/


/*TEMPLATE SPECIFIC STYLES*/

/*INDEX PAGE*/
body#index {
	font-size: 1em;
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
}

body#index p {
	font-weight: 200;
	line-height: 1.375em;
}

#index h1 {
	font-size: 1.125em;
}

#index h2 {
	font-size:1em;
}

#index #header {
	margin-bottom: 23px;
}

#index #right {
	padding-top: 33px;
}

#index #subnav, #index .newsheader {
	font-size: .75em;
}

#index #newslisting {
	font-size: .75em;
	color: #FFF;
}

#index #newslisting a:link, #index #newslisting a:visited {
	color: #FFF;
}

#index #newslisting a:hover {
	color: #FFF;
	border-bottom-color: #fff;
}

#index #footer {
	font-size: .625em;
}

#index #footer p {
	font-weight: normal;
	padding-right: 1px;
	margin-bottom: 0;
}

/*-----------------------*/

/*PRODUCT LISTING PAGES*/
body#productlisting, body#productdetail {
	background-image:url(../images/productbodybackground.jpg);
}

#productlisting #header, #productdetail #header {
	margin-bottom: 24px;
}

#productlisting #left {
	padding-top: 24px;
}

#productlisting #right {
	padding-top: 0;
}

#productlisting #requestquotebutton {
	margin-bottom: 25px;
}

.productlistingtable a:link {
	cursor: pointer;
}

/*PRODUCT LISTING BUTTONS*/
a.productbutton {
	display: block;
	width: 472px;
	height: 123px;
	cursor: pointer;
	padding: 0 0 0 107px;
	text-decoration: none;
	color: #8a8e91;
	font-size: .923em;
}

a.productbutton p {
	margin-bottom:15px;
	padding-top: 20px;
	font-weight: bold;
}

a.productbutton ul {
	font-size: .917em;
}

a.productbutton:hover {
	text-decoration: none;
	color: #8a8e91;
}

.productimage {
	float:right;
	padding: 9px 17px 0 0;
}

.hidden {
	display: none;
}

a.series100 {background-image:url(../images/100series.jpg);}
a.series100:hover {background-image:url(../images/100series_RO.jpg);}

a.series200 {background-image:url(../images/200series.jpg);}
a.series200:hover {background-image:url(../images/200series_RO.jpg);}

.series200 img {
	padding-top: 2px;
}

a.series300 {background-image:url(../images/300series.jpg); backgroud-repeat: none;}
a.series300:hover {background-image:url(../images/300series_RO.jpg); background-repeat: none;}

a.series700 {background-image:url(../images/700series.jpg);}
a.series700:hover {background-image:url(../images/700series_RO.jpg);}

a.series1000 {background-image:url(../images/1000series.jpg);}
a.series1000:hover {background-image:url(../images/1000series_RO.jpg);}

a.series2000 {background-image:url(../images/2000series.jpg);}
a.series2000:hover {background-image:url(../images/2000series_RO.jpg);}

a.series5100 {background-image:url(../images/5100series.jpg);}
a.series5100:hover {background-image:url(../images/5100series_RO.jpg);}

a.series5200 {background-image:url(../images/5200series.jpg);}
a.series5200:hover {background-image:url(../images/5200series_RO.jpg);}

.series5200 img {
	padding-top: 4px;
}
/*-------------------------*/

/*PRODUCT DETAIL*/
#productdetail #right {
	padding-top: 23px;
}

#childlinks {
	border-collapse: collapse;
	margin-top: 15px;
}

#childlinks td {
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #979ea3;
	border-bottom: 1px solid #979ea3;
	border-collapse: collapse;
}

#childlinks td a {
	display: block;
	width: 127px;
	height: 21px;
	background-image:url(../images/childlinkbackground.jpg);
	text-decoration: none;
	padding-top: 3px;
	color: #3c4042;
}

#childlinks td a:hover {
	background-image:url(../images/childlinkbackground_RO.jpg);
	color: #FFF;
}

/*--------------------------*/


