/* 	home_css | Generic - All Partner css file.
	Contains colour details, used with spa_css
   	IMcC 10/2007
*/

/* HTML Tags
================================================*/
a:hover {
	color: #a45c1c;
}
a {
	color: #663108;
	font-weight:bold;
}
/*	ID Classes
================================================*/
/* #contentleft {
   border-left-color: #a45c1c;
}*/

#home_bodycontainer {
	padding: 0px;
	margin: 0px;
	border: solid 3px;
	border-color: #a45c1c;
/*	 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: #e7d4c2;
	background-image:url('/images/home-top.png');
    background-repeat:no-repeat;
}
#menu_style_area {
	background: #e7d4c2;
	background-image:url('/images/home-top.png');
    background-repeat:no-repeat;
}
.style_bottom{
    background-image:url('/images/home-bottom.png');
}
.menu_l_1 a:link, .menu_l_1 a:visited {
	background: #a45c1c;
    border-left-color: #a45c1c;
    font-weight:bold;
}
.menu_l_1_highlight a:link, .menu_l_1_highlight a:visited {
	background: #6b91b9;
}
.menu_l_1  a:hover {
	background: #a45c1c;
	border-left-color: #a45c1c;
}
.menu_l_2 a:link, .menu_l_2 a:visited {
	background: #efd673;
    border-left-color: #a45c1c;
}
.menu_l_2_highlight a:link, .menu_l_2_highlight a:visited {
	color: #a45c1c;
    border-left-color: #a45c1c;
}
.menu_l_2 a:hover , .menu_l_2_highlight a:hover {
	color: #a45c1c;
	border-left-color: #a45c1c;
	background-color: #fff;
}
.menu_l_2_selected{
	border-left-color: #a45c1c;
}
.menu_l_2_note{
	border-left-color: #a45c1c;
}
.menu_l_3 a:link, .menu_l_3 a:visited {
	border-left-color: #a45c1c;
	border-bottom-color: #e4ebf2;
}
.menu_l_3 a:hover , .menu_l_2_highlight a:hover {
	color: #a45c1c;
	border-left-color: #a45c1c;
	background-color: #fff;
}
.menu_l_3_selected{
	border-left-color: #a45c1c;
}
/* Text
================================================*/
.home_headtext {
	color: #a45c1c;
}
.home-navtxtw  {
   	font-size:80%;
    color:#000000;
	line-height:120%;
   background:#a45c1c;
}
.homebutton {
	font-weight: bold;
    border-style: double;
    border-width: 3px;
    border-color: #a45c1c;
    cursor:pointer;
    font-size: 0.75em;
    background-color:#fff;
    margin:3px;
}
/* Tables
================================================*/
.homerand {
border:1px solid #a45c1c;
}
.homerand_td {
border:1px solid #a45c1c;
border-spacing:0px;
}
/* Misc
================================================*/
.home_WWWW {
 	border-width:4px;
    border-style: ridge;
    border-color: #a45c1c;
}

