/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #2E2F29 url(images/homepage01.jpg) repeat-x left top;
}
th {
	color: #6DBCF4 !important;
	font-family: sans-serif;
	font-size: 140% !important;
	font-weight: bolder;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	text-align: center;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #1E1E1B;
	border-bottom: 1px solid #494B43;
	border-left: 1px solid #1E1E1B;
	background: #20211D;
	width: 153px;
}

.input2 {
	float: right;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4C7B9;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}
blockquote {
	font-size: 14px;
	padding: 5px;
	background: #101010;
}
.text1 {
	color: #FFFFFF;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #A66F23;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	font-size: 10px;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	text-align: center;
	color: #C4C7B9;
}

.style2 a {
	color: #C4C7B9;
}

.style2 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage04.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/homepage05.jpg) no-repeat left bottom;
}

.bg3 {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.bg4 {
	background: url(images/homepage09.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/homepage13.jpg) no-repeat left top;
}

.bg6 {
	background: url(images/homepage20.jpg) no-repeat left top;
}

.bg7 {
	background: url(images/subpage2_03.jpg) repeat-y left top;
}

.bg8 {
	background: url(images/subpage2_04.jpg) no-repeat left bottom;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr {  color: #6DBCF4;
	height: 1px;
	}

.hr1 {
	height: 1px;
}
.confirm{
		background:#008000;
		color:#FFFFFF;
		font-weight:bold;
		padding:4px;
		margin: 4px;
		text-align:center;
		width: 75%;
		margin-right: auto;
		margin-left: auto;
	}
.error{
		background:#CC0000;
		color:#FFFFFF;
		font-weight:bold;
		padding:4px;
		margin: 4px;
		text-align:center;
		width: 75%;
		margin-right: auto;
		margin-left: auto;
	}
.message{
		background:#444444;
		color:#FFFFFF;
		padding:4px;
		margin: 4px;
		text-align:center;
		width: 75%;
		margin-right: auto;
		margin-left: auto;
	}
/* menu */
div.menu {
	height: 215px;
}
div.menu ul {
	float: left;
	min-width: 33%
	margin: 10px 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu li#title2 {
	background: url(images/list.png) no-repeat left center;
	color: #6DBCF4;
	display: block;
	font-family: sans-serif;
	font-size: 120%;
	font-weight: bolder;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	text-align: center;
}
div.menu a {
	background: #2F3336;
	color: #FFF;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	min-width: 130px;
	text-transform: capitalize;
}
div.menu a#current {
	background: #666; color: #FFF;
	font-weight: bold;
}
div.menu a#current:hover {
	background: #2F3336;
}
div.menu a:hover {
	background: #44494C;
	color: #1569C7;	
}

div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}
div.menu ul#list2 a:hover {
	color:#C6854B;
}

div.pagination {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	background-color:#000000;
	color: #fff;
	text-align: center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#3e3e3e;
	text-decoration: none; 
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#20211D;
	color: #fff;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		font-weight: bold;
		background-color: #313131;
		color: #fff;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		background-color:#3e3e3e;
		color: #868686;
	}
form.search {
	text-align: center;
}
form.search span {
	font-size: 16px;
	color: #EEE;
	display: block;
}
.submit {
	background: url(images/submitbg.jpg) repeat;
	font-size: 10px;
	margin: 4px;
	color: #FFFFFF;
}
p.special_ad {
	width: 80%;
	margin: 5px auto 15px auto;
	padding-left: 25px;
	text-align: center;
	background: url(images/pin.png) no-repeat left top;
	font-size: 110%;
}
