/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body {
    min-width: 550px;
    background-color: #ffffcc;
    font-family: Arial;
    color: #000;
    font-size: 16px;
}
#main{
    padding-left: 200px;
    padding-top: 50px;
}
#header{
	width: 100%;
	text-align: center;
    margin-bottom: 20px;
    margin-top: -50px;
    font-weight: bold;
    color: #000;
}
#container {
    width: 100%;
}
#menu {
  width: 200px;          /* LC width */
  float: left;
}
/*** Menu ***/
#nav.menu{
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 16px;
}
ul.menu{
    margin: 0;
	list-style: none;
	font-weight: bold;
	width: 170px;
    border: 5px solid #ff8219;
    background-color:#ffffcc;
}
ul li.menu{
	position: relative;
	border-bottom: 2px solid #ff8219;
}
ul li.menu:hover{
	text-decoration: underline;
}
#sub_menu{
    border: 5px solid #ff8219;
}
li ul.menu{
    position: absolute;
	left: 175px;
	top: 0px;
	display: none;
    border: 0px;
    width: 170px;
    margin-left:-5px;
}
li:hover ul.menu, li.over ul { display: block; }
ul.menu li a{
    display: block;
	text-decoration: none;
	color: #000;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom: 0;
    width: 165px;
}
ul.menu li ul.menu li a{
	width: 155px;
}
ul li.menu a.active{
	background-color: #ff8219;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/***Misc***/
a{
	color: #ff8219;
}
a:hover{
	text-decoration: none;
}
h2{
	text-align: center;
}
#notification{
	border: 5px solid #ff8219; 
	text-style: italic;
	margin: 25px;
	text-align: center;
}
#item{
	width: 375px;
	min-height: 350px;
	float: left;
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
}
#main ul{
	margin-left: 25px;
}
ul.cats li{
	margin-bottom: 10px;
}
ul.cats li a{
	margin-left: 10px;
}
ul.padded li{
	margin-bottom: 10px;
}
ol{
	margin-left:25px;
}
input{
	width: 345px;
	border: 1px solid #c0c0c0;
}
.colour{
	background-color: #ff8219;
}
table.border{
	border: 1px solid #000;
}
table.border td{
	border: 1px solid #000;
}
.table_head td{
	font-weight: bold;
}