/*
***********  Custom css ************
*/

/* overwrite padding in  editor_style */
img{ border:0px; }

.errorText{ color: #FF0000; }

.nextprevdisabled{
	color: #cccccc;
}
.nextprevlink{
	color: #33597e;
	text-decoration: none;
}
.nextprevlink:hover{
	color: orange;
	text-decoration: none;
}
.nextprevcurrentpage{
	color: #33597e;
	text-decoration: underline;
}

/** used in send to a freind **/
.input {
	font-family: verdana;
  	font-size: 10px; 
  	color: #333333;
	padding:0px; margin:0px;
	border:1px solid #C7C7C7;
	padding-left:3px;
	padding-right:3px; 
}

.textinput {
	border:1px solid #BCBEAF; 
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	background-image:url(/images/spacers/white_input.gif);
	background-repeat:repeat-x;
}

.textinputhover {
	border:1px solid #FDE22B; 
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	background-image:url(/images/spacers/white_input.gif);
	background-repeat:repeat-x;
}

.button { color: #FFFFFF; background-color: #C31F41; border-bottom: 1px solid #CB3C5A; border-top: 1px solid #D6647C; border-right: 1px solid #CB3C5A; border-left: 1px solid #D6647C; height: 20px; font-weight: bold; }

/************  Layout *************/

.bg { background-image:url(/images/backgrounds/bg.gif); background-repeat:repeat-x; background-position:top; background-color:#D4EAF3; text-align:center; width:100%; }

.main { border-left:5px solid #FFFFFF; border-right:5px solid #FFFFFF; border-bottom:5px solid #FFFFFF; text-align:center; width:750px; background-color:#FFFFFF; vertical-align:text-top; }

.header { background-image:url(/images/backgrounds/header_bg.gif); background-repeat:no-repeat; background-position:top center; width:740px; height:163px; text-align:left; padding-left:16px; }

.menu { background-image:url(/images/backgrounds/menu_bg.gif); background-position:top left; background-repeat:repeat-x; width:740px; height:31px; vertical-align:middle; text-align:center; }

.banner { width:740px; vertical-align:top; }

.middleleftcol {
	background-color:#68B6D6;
	width:198px;
	height:100%;
	background-image:url(/images/backgrounds/left_col_bg.jpg);
	background-position:top; 
	background-repeat:repeat-x;
	float:left;
	vertical-align:top;
}

.requestquotehome {
	height:100%;
	padding-top:22px; 
	padding-left:12px; 
	width:156px;
	vertical-align:top;
}

.content { width:502px; height:100%; background-color:#FFFFFF; padding:20px; vertical-align:top; }

/************  Custom - Site specific *************/

.product { background-color:#EDEDED; max-width:160px; width:160px; height:100px; vertical-align:top; }

.sitemap { font-family: Arial, Helvetica, sans-serif; text-decoration:none; }

.footerdarkblue { color:#0486BA; text-decoration:none; font-size:10px; }

.footerdarkblue:hover { text-decoration:underline; font-size:10px; }

.footerlightblue { color:#6DB9D7; text-decoration:none; font-size:10px; }

.required { font-weight:bold; font-size:10px; color:#0A50A1; }

.sitemaplinks { text-decoration:none; }

.sitemaplinks:hover { text-decoration:none; }


/* Products */

.catTitle {
	background:url(images/backgrounds/cat_title_bg.gif) no-repeat 0 40px;
	padding:19px 0 25px 0;
}

.catTitle h2 {
	text-transform:none;
}

.catTitle h2 a, .catTitle h2 {
	color:#0A50A1;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}