/*
***********  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 {
	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 #F9461E; 
	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 *************/

#leftheaderbg {
	background-image:url(/images/header/header_bg_left.gif); 
	background-position:top right; 
	background-repeat:no-repeat; 
	width:50%; 
	background-color:#231F1C;
}

#rightheaderbg {
	width:50%; 
	background-color:#231F1C;
}

#middle {
	vertical-align:top;
	text-align:center;
	padding-top:14px;
	padding-bottom:14px;
}

#content {
	background-color:#373330;
	width:334px;
	height:318px;
	vertical-align:top;
}

#subfooter {
	background-color:#DEDFD7;
	height:186px;
	width:100%;
	vertical-align:top;
	text-align:center;
	padding-top:18px;
}

#content2 {
	width:100%;
	background-color:#373330;
	vertical-align:top;	
}

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

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

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

.ivorytext {
	color:#A6A994;
	font-size:12px;
	text-decoration:none;
}

.browntext {
	color:#43403B;
	font-size:12px;
	text-decoration:none;
}

.enquiry {
	color:#6A6862;
	font-size:11px;
	text-decoration:none;
}

.footerivory {
	color:#A6A994;
	font-size:10px;
	text-decoration:none;
}

.footerivory:hover {
	color:#D8313B;
	font-size:10px;
	text-decoration:none;
}

.footerbrown {
	color:#43403B;
	font-size:10px;
	text-decoration:none;
}

.footerbrown:hover {
	color:#D8313B;
	font-size:10px;
	text-decoration:none;
}

.whitetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height:17px;
}