body {
	margin: 0;
	padding: 0;
	background: #ffffff url(/live/images/theme/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Blocks and Lists */

.block {
	background: #FFFFFF url(/live/images/test_theme/block_bg.png) repeat-x scroll 0 100%;
	border: 1px solid #C8C8C8;
	margin: 0px 1px 5px;
	padding: 5px;
}


.red_block {
	background: url(/live/images/test_theme/block_header_red.png) repeat-x;
}

.green_block {
	background: url(/live/images/test_theme/block_header_green.png) repeat-x;
}

.blue_block {
	background: url(/live/images/test_theme/block_header_blue.png) repeat-x;
}

.grey_block {
	background: url(/live/images/test_theme/block_header_grey.png) repeat-x;
}

.block_header a {
	text-decoration: none;
	color: white;
	border: none;
	font-size: 1.2em;
}

.block_header img {
	height: 22px;
}

.block_header {
	color: white;
	font-weight: bold;
	border: none;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px 0px 3px 7px;
	height: 22px;
}

.block_header span {
	float: right;
	margin-right: 5px;
}



.right_tail {
	text-align: right;
}



/* Sidebar Big list */

.biglist_item {
	background: #F4F4F4;
	height: auto;
	padding: 3px;
	margin-bottom: 2px;
	min-height: 36px;
}

.biglist_item img {
	width: 36px;
	height: 36px;
	vertical-align: top;
	float: left;
	margin-right: 8px;
}

.biglist_item span {
	color: red;
	display: block;
}

.biglist_item em {
	color: grey;
	display: block;
	font-style: normal;
	padding-top: 2px;
}

.biglist_note {
	color: grey;
	float: right;
}

.biglist_note a {
	color: grey;
}

/* Static pages */
.static_breads {
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: black;
	text-align: left;
}


/* Page */
#page {
	margin: 0pt auto;
	padding: 20px 0pt;
	width: 1000px;
}

h2 {
	margin: 0;
	font-weight: normal;
	color: #333333;
	font-size: 1.8em;
}

/* Header */

.main_header {
	width: 1000px;
	height: 195px;
	margin: 0 auto;
}

.main_header h1 {
	float: left;
	margin-top: 20px;
	padding: 100px 190px 0 0;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 4.4em;
}

.main_header h1 span {
	color: #CC0000;
}

.main_header h2 {
	float: left;
	margin: 5px 5px 10px 5px;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

.main_header h2 a {
	border-bottom: 0px;
	text-decoration: none;
	color: #ffffff;
}


.main_header h2 a:hover {
	background: #cccccc url(/live/images/theme/header-hover.png) repeat-x;
	color: #0000ff;
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	border-top: 10px solid #DDDDDD;
	background: #EFEFEF;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}

/* Page */
#page {
	margin: 0pt auto;
	padding: 20px 0px;
	width: 1000px;
}



/* ------------------------- */
ul#menu {
	margin: 0;
	padding: 162px 0px 0px 0px;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica,Verdana,Tahoma,sans-serif;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #919191;
}

ul#menu li {
	display: block;

	float: left;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	display: block;
	border: none;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 10px 0 10px;
	height: 24px;
	background: transparent url("/live/images/theme/menu_divider.png") no-repeat top right;
}

ul#menu li a:hover {
	color: #000077;
	background: transparent url("/live/images/theme/menu_hover.png") no-repeat top right;	
}

#menu a.header_active {
	color: #ff0000;
}
