@charset "UTF-8";
/* CSS Document */

html {
 	min-width: 1082px;
}

@font-face {
	font-family: Lato;
	src: url(/font/Lato-Bol.otf) format ('truetyoe');
	font-weight: bold;
}

@font-face {
	font-family: Lato;
	src: url(/font/Lato-Lig.otf) format ('truetyoe');
	font-weight: lighter;
}

@font-face {
	font-family: Lato;
	src: url(/font/Lato-Reg.otf) format ('truetyoe');
	font-weight: normal;
}

body {
	min-width: 1082px;
	background-image: url(/images/head.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: "Lato", Helvetica, sans-serif;
	color: #000000;
	-webkit-text-size-adjust: 100%;
}

#container {
	width: 1082px;
	position: absolute;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px;
	border-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 60pt;
	text-transform: uppercase;
	font-weight: lighter;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: lighter;
}

h5 {
	font-size: 20pt;
	text-transform: uppercase;
	color: #FFFFFF;
}

p {
	font-size: 16px;
}

#bookmark a:link {
	background-image: url(/images/bookmark.png);
	height: 202px;
	width: 99px;
	position: absolute;
	top: 0px;
	left: 102px;
	text-indent: -9999px;
}

#top-menu {
	position: absolute;
	top: 46px;
	left: 580px;
	width: 376px;
	height: 40px;
	text-align: right;
	overflow: hidden;
}

#top-menu li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}

#headline a:link {
	background-image: url(/images/headline.png);
	position: absolute;
	top: 101px;
	left: 233px;
	width: 741px;
	height: 43px;
	text-indent: -9999px;
}

#main-head {
	position: absolute;
	top: 204px;
	left: 225px;
	line-height: 17px;
	text-indent: -6px;

}

#main-menu {
	position: absolute;
	top: 275px;
	left: 225px;
	line-height: 17px;
	text-indent: -9999px;
}

#main-menu ul {
	list-style: url(/images/bullit-UP.png);
	text-indent: -6px;
}

#main-menu {
	list-style-position:inside;
}

#main-menu li {
	position: relative;
	top: -26px;
}

#main-menu ul li:hover {
	list-style: url(/images/bullit-DN.png);
}

#sub-menu {
	position: absolute;
	top: 640px;
	left: 225px;
}

#sub-menu ul {
	list-style: url(/images/bullit-UP.png);
	text-indent: -6px;
}

#sub-menu ul li:hover {
	list-style: url(/images/bullit-DN.png);
}

#sub-menu ul ul {
	list-style: url(/images/Sbullit-UP.png);
	line-height: 10px;
	position: absolute;
	left: -9999px;
	top: 38px;
	opacity: 0;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#sub-menu ul li:hover > ul {
	left: 30px;
	opacity: 1;
}

#sub-menu ul ul li:hover {
	list-style: url(/images/Sbullit-DN.png);
}

#foot {
	background-image: url(/images/bottom.png);
	height: 132px;
	width: 1082px;
	position: absolute;
	top: 1000px;
	left: 0px;
	text-indent: -9999px;
}

#sub-head {
	position: absolute;
	top: 201px;
	left: 453px;
	width: 521px;
	line-height: 26px;
}

#sub-head h2 {
	position: relative;
	top: -24px;
	
}

#top-tx {
	position: absolute;
	top: 245px;
	left: 453px;
	width: 521px;
	line-height: 22px;
}

#top-tx img {
	border: 2px groove #000000;
	float: left;
	margin-right: 10px;
}

#top-tx a {
	font-weight: bold;
}

#cover {
	position: absolute;
	top: 340px;
	left: 453px;
	width: 521px;
	height: 402px;
}

#quote {
	position: absolute;
	top: 790px;
	left: 453px;
	width: 20px;
	height: 16px;
}

#low-tx {
	position: absolute;
	top: 790px;
	left: 483px;
	width: 491px;
	height: 402px;
	line-height: 22px;
}

#low-tx p {
	position: relative;
	top: -22px;
	
}

.antispam { 
    display:none;
}