@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/homepage01.gif) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B1B5BD;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin-bottom: 6px;
	font-size: 12px;
	color: #FFBA00;
}

h3 {
	margin-bottom: 0px;
	font-size: 11px;
	color: #E7E8E8;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: justify;
}

a {
	color: #FFBA00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0px 7px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 7px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.hr1 {
	height: 13px;
	margin-bottom: 20px;
	background: url(images/homepage13.gif) repeat-x left top;
}

.list1 {
	line-height: 180%;
}




/** WRAPPER */

#wrapper {
	width: 732px;
	height: 100%;
	/*min-height: 100%;*/
	margin: 0px auto;
	padding: 0px 19px 0px 18px;
	background: url(images/homepage02.gif) repeat-y left top;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#header {
	height: 87px;
	margin: 0px 1px;
	padding: 8px 0px 0px 0px;
	background: url(images/homepage03.gif) repeat-x left top;
}

/** LOGO */

#logo {
	float: left;
	width: 245px;
	height: 87px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#logo h1 {
        position:relative;
        left:50px;
        top:20px;

}

#logo p {
        position:relative;
        left:55px;
        top:10px;

}

#logo a {
	display: block;
	height: 80px;
}

/** AD SPACE 1 */

#ad-space1 {
	float: left;
	padding: 6px 0px 0px 2px;
}

/** MENU */

#menu {
	height: 42px;
	background: url(images/homepage06.gif) repeat-x left top;
}

#menu ul {
	height: 42px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	background: url(images/homepage07.gif) no-repeat right top;
}

#menu li {
	float: left;
	padding-top: 10px;
	height: 32px;
}

#menu a {
	padding: 0px 12px 0px 14px;
	background: url(images/homepage08.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.first {
	padding-left: 14px;
	background: url(images/homepage09.gif) no-repeat left top;
}

#menu li.first a {
	background: none;
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
	float: left;
	width: 434px;
	padding: 5px 5px 5px 10px;


}
#content .post {
    margin: 0px 0px 10px 10px;
	font-size: 10px;
	color: #597293;
}

#single {
	padding: 0px 12px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 246px;
	padding: 0px 12px 0px 0px;
}

/** FOOTER */

#footer {
	height: 100px;
	margin: 0px 1px;
	background: url(images/homepage22.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	line-height: normal;
	text-align: center;
}

#footer .links {
	padding: 52px 0px 0px 0px;
	color: #6E7D94;
}

#footer .links a {
	padding: 0px 15px;
	color: #CFD1D4;
}

#footer .legal {
	padding: 30px 0px 0px 0px;
	color: #3A465C;
}

/** BOX1 */

#box1 {
	margin: 0px 2px;
	padding: 0px 0px 20px 0px;
	background: url(images/homepage13.gif) repeat-x left bottom;
}

/** BOX2 */

#box2 {
	float: left;
	padding: 22px 0px 0px 12px;
	width: 328px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 355px;
	padding: 22px 15px 0px 0px;
}

.item {
	margin-bottom: 15px;
}

.item .thumbnail {
	float: left;
	width: 118px;
}

.item ul {
	margin: 0px 0px 0px 118px;
	padding: 0px;
	background: #1A222E url(images/homepage18.gif) repeat-y right top;
	list-style: none;
	font-size: 9px;
	color: #FFFFFF;
}

.item li {
	padding-left: 17px;
}

.item .title {
	padding-top: 8px;
	background: url(images/homepage19.gif) no-repeat right top;
}

.item .title a {
        font-size: 12px;
	text-decoration: none;
}

.item .title a:hover {
	text-decoration: underline;
}

.item .go {
	height: 23px;
	margin: -15px 0px 0px 118px;
	background: transparent url(images/homepage20.gif) repeat-x left bottom;
}

.item .go a {
	display: block;
	height: 18px;
	padding: 5px 17px 0px 0px;
	background: url(images/homepage21.gif) no-repeat right top;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #7FBDE8;
}

.item .go a:hover {
	text-decoration: underline;
}

.item li span {
        font-size: 12px;
	color: #697990;
}

/* Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
        margin: 5px 5px 5px 5px;
    	padding: 2px 5px;
	border: 1px solid #697990;
        background: #385B88;
	color: #385B88;
}

#inputsubmit1 {
    	margin: 5px 5px 5px 5px;
        padding: 2px 2px 2px 2px;
	border: 1px solid #697990;
	background: #385B88;
	color: #FFFFFF;
}

#login p {
	font-size: .8em;
}