@charset "utf-8";
/* 
   Jonathan Ware
   23 August 2008
   Kelly Box & Packaging
   layout.css
   
   The purpose of this style sheet is to 
   define the syltes for the site layout.
*/

body {
	background: #CCCCCC;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

body hr{
	width: 95%;
	text-align: center;
}

a:link, a:visited{
	color:#444;
	text-decoration:underline;
	font-weight:bold;
}

a:hover, a:active{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

fieldset.login{
	width: 90%;
}

#outerSpacer{
	position: relative;
}

#page {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000;
	min-width: 925px;
	width: 925px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}

#header{
	background-color: #FFFFFF;
	height: 85px;
	padding-bottom: 2px;
}

#menu{
	position: relative;
	background-color: transparent;
	overflow: hidden;
}

#content{
	position: relative;
	background-color: #e5d6ab;
	width: 100%;
	text-align: center;
}

#contentTable{
	position: relative;
	min-height: 400px;
	height: 400px;
	width: 100%;
	padding: 0px 10px 0px 10px;
}

#contentTable table{
	text-align: center;
}

#footer{
	position: relative;
	background:#e5d6ab;
	background-color:#e5d6ab;
	text-align: center;
	width: 100%;
}

/*globalnav*/

#globalnav {
	background-color:transparent;
	position:relative;
	float:left;
	width: 100%;
	padding:0 0 1.5em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#e5d6ab;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#D1B86B;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	width: 100%;
	float:left;
	background:#D1B86B;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#D1B86B;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}
