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

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

.submenu {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	
}
.submenu:hover {
	/* font-weight:bold; */
	color:#F1A827;
	text-decoration:none;
}
.submenuselected{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight: bold;
}

.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 {
  	color: #333333;
}


.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; }

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

.sitemap {
	font-family:Verdana;
	font-size:9px;
	color: #CCCCCC;
}

.middlecellborder {
	border-left:1px solid #ffffff; 
	border-right:1px solid #ffffff;
}

.topcell {
	background-image:url(/images/backgrounds/top_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-top:7px solid #604B47;
	background-color:#ffffff;
	padding-left:20px; 
	padding-top:11px; 
	padding-bottom:13px;
}

.rightcell {
	background-image:url(/images/backgrounds/side_shadow_right.gif); 
	background-position:left; 
	background-repeat:repeat-y;
}

.rightcell a {
	color:#604B60;
}


.quickcontact {
	border:1px solid #000000; 
	padding-left:3px;
	padding-right:3px;
	background-image:url(/images/backgrounds/white_bg.gif);
}