/*

bossus.com global layout
created: 11-09-2007 by js
modified: 11-28-2007 by js

IE hacks:

#style-name = IE6, IE7
_style-name = IE6 only

usage:

margin: 1.8em; (read by all browsers)
#margin: 12px; (read by IE6 and IE7)
_margin: 10px; (read by IE6 only)

*/

html {
	background-color: #000;
	text-align: center;
}

html, body, div, dl, dt, dd, ul, ol, li, tr, th, td, h1, pre, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	width: 900px;
	margin: 0 auto;
	color: #FFF;
	background-color: #000;
	font: 11px/15px Tahoma, "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	text-align: left;
}

p, td, li, dd, dt, input, select {
	font: 11px/15px Tahoma, "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	color: #FFF;
}

p, h2, h3, h4, h5, h6 { margin: 0 0 .8em; }

img, fieldset {	border: 0; }

ol, ul { list-style: none; }

td { vertical-align: top; }

a {
	color: #AEC6D9;
	text-decoration: none;
	outline: none;
}

a:hover { text-decoration: underline; }

h1 {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 164px;
	height: 29px;
}

h1 span { display: none; }

h1 a {
	display: block;
	width: 164px;
	height: 29px;
}

form input.textbox {
	margin: 0;
	padding: 2px 0 0 3px;
	#padding: 0px 0 1px 4px;
	height: 15px;
	color: #5C5C5C;
	border: 1px solid #A5ACB2;
}

#header { height: 109px; }

#search_box {
	position: absolute;
	top: 10px;
	right: 0;
	width: 232px;
	height: 70px;
	text-align: right;
}

#search_box h3 { display: none; }

#search_box ul { margin: 0 12px 0 0; }

#search_box ul li {
	display: inline;
	padding: 0 8px;
	border-right: #5C5C5C 1px solid;
}

#search_box ul li.last {
	border-right: none;
	padding-right: 6px;
}

#search_box form { margin-top: 36px; }

#search_box dl dt, #search_box dl dd { float: left; }
#search_box dl dt input { width: 124px; }
#search_box dl dd { margin-left: 8px; }

#footer {
	clear: left;
	width: 630px;
	margin: 0 auto;
	padding: 14px 0;
	text-align: center;
	border-top: #5C5C5C 1px solid;
}

#footer h2 { display: none; }

#footer a, #search_box a { color: #FFF; }

#footer ul li {
	display: inline;
	margin: 4px 0;
	padding: 0px 14px;
	border-left: #5C5C5C 1px solid;
}

#footer ul li.first { border-left: none; }

#footer p {
	margin-top: .8em;
	color: #808080;
	font-size: 10px;
}

.silent { display: none; }
