*
{
	margin:0;
	padding:0;
}

body
{
	background:url(img/bg.gif) repeat-y top center #252525;
	color: #bfb6b6;
	font-family: Tahoma, arial;
	font-size: 12px;
}

.component
{
	margin-bottom:10px;
	padding:10px;
	background: #260101;
	margin:0 10px 10px;
	overflow: auto;
}

h1, h2
{
	font-family: Georgia, "Times New Roman", Times, arial;
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	padding:0 0 10px;
}

h1
{
	padding-bottom: 0px;
}

p 
{
	padding:4px 0 8px;
}

td
{
	padding: 8px;
}

input, textarea
{
	margin-top:4px;
}

input[type=text], input[type=password], textarea
{
	width: 190px;
	padding:2px;
}

a:link, a:visited
{
	color: #FFF;
}

a:hover, a:active
{
	text-decoration:none;
	color: #bfb6b6;
}

.faded 
{
	opacity: 0.4;
	filter: alpha(opcaity=40);
}

.button
{
	background:#620505;
	border:#620505 outset 1px;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}

/* * * * * *
 STRUCTURE
* * * * * * */
div#top_container
{
	background:url(img/main_bg.gif) repeat-y top center #3d3d3d;
	overflow:auto;
}

div#breaker
{
	height:15px;
	background:#cbcbcb;
	clear:both;
	opacity:0.1;
	filter: alpha(opacity=10);
}

div.page_wrapper
{
	width:841px;
	margin:0 auto;
}

/*
* Header
*/
div#header
{
	overflow: auto;
	margin-bottom: 10px;
}

img#logo
{
	float:left;
}

div#status
{
	float: right;
	padding:25px 8px 0 0;
}

#header .component
{
	background: none;
	padding:0;
	margin:0;
}

/*
* Navigation
*/ 
ul#topnavigation
{
	clear:both;
	width: 100%;
	border-top:#4a2222 solid 2px;
	list-style-type: none;
	overflow:auto;
	background: url(img/navi_bg.gif) repeat-x #000;
}

ul#topnavigation li 
{
	float:left;
	display:inline;
}

ul#topnavigation li a
{
	display:block;
	float:left;
	padding:8px 16px 10px;
	background: url(img/navi_bg.gif) repeat-x;	
	font-weight:bold;
	color:#bfb6b6;
	border-left:#4a2222 solid 1px;
	border-right:#0e0505 solid 1px;
}

ul#topnavigation li a.current
{
	color:white;
	text-decoration:none;
}

ul#topnavigation li a:FIRST-CHILD
{
	border-left: none;
}

ul#topnavigation li a.last
{
	border-right: none;
}

/*
* Footer
*/
div#footer
{
	padding-top:4px;
}

#footer a, #footer .component
{
	color: #bfb6b6 !important;
	background: none !important;
	text-decoration:none !important;
	padding-bottom:0px !important;
}

#footer ol, #footer ul
{
	list-style-type: none;
	float:left;
	padding:0 0 12px 1%;
	width:24%;
}

#footer li
{
	padding-bottom: 4px;
}

#footer span
{
	margin-left:1%;
}

.puff
{
 background-image: url('/templates/default/img/puff.jpg');
 background-repeat: no-repeat;
 background:position: top center;
 text-align:center;
 padding:40px 220px 10px 140px;
 height: 200px;
 overflow: hidden;
}
