/*
	LeperMessiahTrading.com CSS Document
	Copyright (c) 2008 LeperMessiahTrading.com
	CSS document composed by Kat
*/

/* Overall HTML elements and page layout */

body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
    margin: 0;
    padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	min-width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#wrapper {
	text-align: left;
	width: 100%;
	background-color: #000000;
	margin: 0;
	color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #ff4545;
	text-decoration: none;
}

a:hover {
	color: #ff1414;
	text-decoration: underline;
}

.thumbnail {
	border: 4px solid #cecece;
	margin: 5px;
	vertical-align: top;
}

a img, #header img, #navigation_menu img  {
	border: 0px;
}

/* Header and top menu styles */

.header_bg {
    background: #000000 url(images/header_bg.jpg) top center repeat-x;
	height: 421px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.header_center {
    background: transparent url(images/header_center.png) top center no-repeat;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}

.header_left {
    background: transparent url(images/header_left.png) top left no-repeat;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 3;
}

.header_right {
    background: transparent url(images/header_right.png) top right no-repeat;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 4;
}

/* Content Styles */

#content {
	padding: 20px;
	width: 100%-40;
	background-color: transparent;
}

p {
	margin-top: 0;
}

h1 {
	font-size: 20px;
	color: #ff2222;
	margin-top: 0;
	margin-bottom: 3px;
	text-decoration: none;
}

h2, h2 a:hover, h2 a:visited, h2 a:active, h2 a:link {
	font-size: 17px;
	color: #ff2222;
	margin-bottom: 3px;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	color: #ff2222;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-style: italic;
	font-size: 13px;
	color: #ff2222;
	margin-top: 3px;
	margin-bottom: 3px;
}

hr {
	color: #878787;
	height: 2px;
}

/* Table styles */

table.content_table {
	background-color: #2d2d2d;
	border: #737373 1px solid;
	border-top: 0px;
	width: 100%;
	color: #FFFFFF;
}

tr.table_header {
	color: #000000;
	font-weight: bold;
	padding: 5px;
	background: #737373;
	height: 32px;
	font-size: 14px;
}

tr.first_row td {
	background-color: #2d2d2d;
	color: #FFFFFF;
	padding: 5px;
}

tr.second_row td {
	background-color: #232323;
	color: #FFFFFF;
	padding: 5px;
}

tr.first_row td a:link, tr.first_row td a:visited, tr.first_row td a:active, tr.second_row td a:link, tr.second_row td a:visited, tr.second_row td a:active {
	color: #ff4545;
	text-decoration: none;
}

tr.first_row td a:hover, tr.second_row td a:hover {
	color: #ff1414;
	text-decoration: underline;
}

tr.row_separator td {
	background: #474747;
	color: #ff4545;
	font-weight: bold;
}

tr.row_separator td a:link, tr.row_separator td a:visited, tr.row_separator td a:active, tr.row_separator td a:hover {
	color: #ff4545;
	text-decoration: none;
}

.details {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

/* Forms, labels, and buttons */

form {
	margin: 0;
	padding: 0;
}

.forms, .select_forms {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #161616;
	border: 1px solid #cecece;
	color: #767676;
	padding: 2px;
	margin: 2px;
	margin-left: 0;
}

.select_forms {
	padding: 0;
}

.button {
	font-family: Arial, Verdana, sans-serif;
	background-color: #cecece;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #8c8c8c;
	border-bottom: 1px solid #656565;
	font-weight: bold;
	color: #000000;
	margin: 2px;
}

label {
	font-weight: bold;
	margin: 2px;
	margin-left: 0;
	color: #ff2222;
}

/* Breadcrumb links */

.breadcrumb_links {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #c10000;
	margin-bottom: 10px;
}

.breadcrumb_links a:link, .breadcrumb_links a:visited, .breadcrumb_links a:active {
	color: #ff4545;
	text-decoration: none;
}

.breadcrumb_links a:hover {
	text-decoration: underline;
	color: #ff4545;
}

/* Footer styles */

#footer {
	min-height: 134px;
	margin: 20px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-left: 275px;
	color: #878787;
	font-size: 10px;
	background-color: transparent;
	background-image: url(images/footer_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	clear: both;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #878787;
	text-decoration: underline;
}

#footer a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

/* Offline page */

/*body.offline_body {
	height: 100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	margin: 0;
	background: #0D3864;
	white-space: normal;
	word-wrap: break-word;
}*/

.offline {
	border: 3px solid #c10000;
	background-color: #000000;
	padding: 10px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	font-size: 14px;
}

/* Content blocks */

.content_block {
	border: #262626 0px solid;
	background: transparent;
	padding: 8px;
	width: 100%-16;
	height: auto;
}

.inner_content_block {
	float: left;
	border: #262626 1px solid;
	background: #171717;
	padding: 5px;
	margin: 5px;
}

/* Styles for the navigation menu */

.menu {
	background: #000000 url(images/menu_bg.jpg);
	border-top: #7f7f7f 1px solid;
	border-bottom: #7f7f7f 1px solid;
	color: #cecece;
	width: 100%;
	font-size: 15px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	min-height: 29px;
	display: block;
	vertical-align: middle;
	text-align: center;
}

.menu a:link, .menu a:visited {
	color: #cecece;
	text-decoration: none;
}

.menu a:hover {
	color: #ff4545;
	text-decoration: none;
}

ul.menu {
	list-style-type: none;
}

ul.menu li {
	display: inline;
	background: transparent;
	padding-right: 2px;
	padding-left: 2px;
}