/* 	red_css | Redcar specific css file.
	Contains colour details, used with spa_css
	A generic css for use when no Partner css or an error with 'MEDIA' var
	is ammended as spa_gen.
	IMcC 10/2007
*/

/* HTML Tags
================================================*/
a:hover {
	color: #7ea335;
}
a {
	color: #7e7335;
	font-weight:bold;
}
/*	ID Classes
================================================*/
/* #contentleft {
   border-left-color: #7ea335;
}*/

#red_bodycontainer {
	padding: 0px;
	margin: 0px;
	border: solid 3px;
	border-color: #7ea335;
/*	 this is a work round for IE6 # before item is accepted by IE but ignored by Mozilla and Opera*/
  width:754px;
  float:left;
  }
/* Navigation and TVC layout
================================================*/
#menu_collection_area, .menu_collection_area{
	background: #bace93;
	background-image:url('/images/red-top.png');
    background-repeat:no-repeat;
}
#menu_style_area {
	background: #bace93;
	background-image:url('/images/red-top.png');
    background-repeat:no-repeat;
}
.style_bottom{
    background-image:url('/images/red-bottom.png');
}
.menu_l_1 a:link, .menu_l_1 a:visited {
	background: #7ea335;
    border-left-color: #7ea335;
}
.menu_l_1_highlight a:link, .menu_l_1_highlight a:visited {
	background: #6b91b9;
}
.menu_l_1  a:hover {
	background: #7ea335;
	border-left-color: #7ea335;
}
.menu_l_2 a:link, .menu_l_2 a:visited {
	background: #d4e0be;
    border-left-color: #7ea335;
}
.menu_l_2_highlight a:link, .menu_l_2_highlight a:visited {
	color: #7ea335;
    border-left-color: #7ea335;
}
.menu_l_2 a:hover , .menu_l_2_highlight a:hover {
	color: #7ea335;
	border-left-color: #7ea335;
	background-color: #fff;
}
.menu_l_2_selected{
	border-left-color: #7ea335;
}
.menu_l_2_note{
	border-left-color: #7ea335;
}
.menu_l_3 a:link, .menu_l_3 a:visited {
	border-left-color: #7ea335;
	border-bottom-color: #e4ebf2;
}
.menu_l_3 a:hover , .menu_l_2_highlight a:hover {
	color: #6b91b9;
	border-left-color: #7ea335;
	background-color: #fff;
}
.menu_l_3_selected{
	border-left-color: #7ea335;
}
/* Text
================================================*/
.red_headtext {
	color: #7ea335;
}
.red-navtxtw  {
   	font-size:80%;
    color:#000000;
	line-height:120%;
   background:#7ea335;
}
.redbutton {
	font-weight: bold;
    border-style: double;
    border-width: 3px;
    border-color: #7ea335;
    cursor:pointer;
    font-size: 0.75em;
    background-color:#fff;
    margin:3px;
}
/* Tables
================================================*/
.redrand {
border:1px solid #7ea335;
}
.redrand_td {
border:1px solid #7ea335;
border-spacing:0px;
}
/* Misc
================================================*/
.red_WWWW {
 	border-width:4px;
    border-style: ridge;
    border-color: #7ea335;
}

