body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #333333;
	height:100%;
	font-family:Lucida Sans, Lucida Grande, Helvetica, Arial, sans-serif;
	size:12px;
}
img { border: none; }
p,form { font-size: 12px;}
table { border-collapse:collapse;}
td { font-size: 12px; padding:3px; vertical-align:top;}



#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	/* background: #000000;*/
	height:100%;
	background: url('../images/wrapper-bg2.gif') top left no-repeat; 
}
#container {
	margin-left: auto;
	margin-right: auto;
	width:800px;
	height:100%;
	background: white;
}
#header {
	width:800px;
	height:160px;
	background: #ffffff url('../images/header/bg.jpg') bottom left repeat-x;
	/* position: absolute; */
	margin:0;
	padding:0;
	/* border: 1px solid #e9e9e9;*/
}

#logo {
	width:121px;
	height:121px;
	margin-top:20px;
	margin-left:50px;
	float:left;
	background: white;
	/* position:relative; */
}
#logo a {
	display:block;
}

#hdr-message {
	width: 500px;
	height: 88px; /* 98px when hidden */
	/* position: relative;*/
	margin-right: 35px;
	margin-top: 20px; /* 20px when hidden */
	text-align:right;
	float: right;
	/* border: 1px solid #e9e9e9; */
}

#banner {
}

/*** MAIN NAVBAR ***/

#mainnav {
	height:49px;
	width:359px;
	background: #FFF;
	/* margin-left:314px;*/
	margin-right:15px;
	margin-top:0px; /* 110px when #hdr-message is hidden */
	/* position:relative;*/
	float:right;
}
#mainnav ul {
	margin: 0;
	padding:0;
}
#mainnav ul li {
	list-style:none;
	display:inline;
	float: right;
}
#linkAbout a { background: url('../images/header/about.gif') top left no-repeat; height: 49px; width: 120px; display: inline-block;}
#linkNews a { background: url('../images/header/news.gif') top left no-repeat; height: 49px; width: 103px; display: inline-block;}
#linkStore a { background: url('../images/header/store.gif') top left no-repeat; height: 49px; width: 112px; display: inline-block;}
#linkContact a { background: url('../images/header/contact.gif') top left no-repeat; height: 49px; width: 136px; display: inline-block;}
#linkAbout a:hover {background-position: -120px 0; }
#linkNews a:hover {background-position: -103px 0; }
#linkStore a:hover {background-position: -112px 0; }
#linkContact a:hover {background-position: -136px 0; }

/*** MAIN NAVBAR END ***/

/*** SUBNAV BAR ***/

#submenu {
	width: 800px;
	background: url('../images/subnav/sub-bg.gif') top left repeat-x;
	height:50px;
	overflow: hidden;
}
#dept_logo a {
	width: 230px;
	background: url('../images/subnav/time-subnav.gif') no-repeat;
	height: 30px;
	margin-left: 53px;
	margin-right: 8px;
	float:left;
	margin-top: 11px;
	display:block;
}
#subnav {
	width: 480px;
	float:left;
	margin-top: 17px;
}

#subnav ul, #subnav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav ul {
 	text-align: right;
}
#subnav ul li {
	display: inline;
	margin-right: .75em;
	font-family: Lucida sans;
	font-size: 12px;
	color: white;
	font-weight: bold;
}
#subnav ul li.last {
	margin-right: 8px;
}
#subnav li a {
	color: white;
	text-decoration:none;
	padding: 4px;
}
#subnav li a:hover {
	background: #550000; 
}

#a800 {
	width: 800px;
	height: 3px;
	background-color:#cccccc;
}

/*** SUBNAV BAR END ***/

#content {
	width:800px;
	height:auto;
	/* min-height: 450px;*/
	background: white;
}

#footer {
	width:800px;
	height:40px;
	/* background: url('../images/footer4.gif') repeat-x;*/
	background: #000000;
	margin:0;
	padding:0;
	/* border: 1px solid #e9e9e9;*/
	position: relative;
}
#home-footer {
	text-align:center;
	top: 13px;
	left: 50px;
	width: 720px;
	height: auto;
	display:block;
	position: absolute;
	font-size: 10px;
	color: #666666;
}

.gray {
	color:#333333;
}

.ctr {
	text-align: center;
}

.clr { clear:both;}

#main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/*** FORM STYLES ****/

fieldset {
	margin: 1em 0;
	padding: 1em;
	font-size: 100%;
} 
fieldset select, input {
	line-height: 13px;
	font-size: 11px;
}
fieldset textarea {
	font-size: 11px;
}
legend {
	font-weight: bold;
}
label {
	float: left;
	width: 11em; 
	padding-right: 8px;
}
.fieldnote {
	padding-left: 13em;
	font-size: 11px;
	color: #333333; 
	margin-bottom: 7px;
}
