/* define basic elements */
body {
	background: #224c92 url(../img/bg_html.png) top left repeat-x;
	font: normal 13px Arial, Tahoma, sans-serif;
	color: #505050;
	padding: 0;
	margin: 0;
}

/* ------- headings ------- */
h1, h2, h3 {
	font-family: Arial, Tahoma, sans-serif;
	margin: 0 0 10px;
}
h1 {
	color: #99000e;
	font-size: 18px;
	padding: 0 0 3px 0;
	font-weight: normal;
}
h2 {
	color: #99000e;
	font-size: 17px;
	font-weight: normal;
}
h3 {
	color: #99000e;
	font-size: 15px;
	font-weight: normal;
}
h4 {
	color: #99000e;
	font-size: 13px;
	font-weight: bold;
}
h5 {
	color: #99000e;
	font-size: 12px;
	font-weight: bold;
}

/* ------- general custom classes ------- */
p {
	margin: 0 0 10px;
	line-height: 1.4;
}
.right {
	float: right;
}
.left {
	float: left;
}
.datetext {
	color: #99988a;
}
.clear {
	clear: both;
	height: 0;
}
.hr {
	clear: both;
	height: 0;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #ddd;
}

/* ------- list styles ------- */
ul {
	list-style: square;
	margin: 5px 0 20px 20px;
	padding: 0;
}
ul li {
	padding: 0;
	margin: 0 0 8px 0;
	line-height: 1.4;
}
ul li a,
ul li a:link,
ul li a:visited {
	text-decoration: none;
	font-size: 12px;
}
ul li a:hover {
	text-decoration: underline;
}

/* ------- link styles ------- */
a img {
	border: none;
}
a, a:link, a:visited {
	color: #002a70;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ------- Layout ------- */
#container {
	position: relative;
	width: 740px;
	margin: 20px auto;
	padding: 30px 20px 20px 20px;
	background: #fff;
}

/* ------- Header ------- */
#header {
	position: relative;
	height: 75px;
	margin: 0;
	padding: 0;
}
#header #logo{
	margin:0;
	padding: 15px 0 0 0;
	float: left;
}
#header #lang{
	margin:0;
	padding:0;
	float: right;
	font-size: 11px;
}

/* ------- tabs start here ------- */
#hdrbartabs {
	float: right;
	width: 500px;
	height: 32px;
	padding: 5px 0 0 0;
}
#hdrbartabs ul {
	float: right;
	margin:0;
	padding:0;
	list-style:none;
}
#hdrbartabs li {
	display:inline;
	margin:0;
	padding:0;
}
#hdrbartabs a {
	float:left;
	background: #eee;
	margin: 0 0 0 2px;
	text-decoration:none;
	display:block;
	padding: 7px 14px 7px 14px;
	color: #515151;
	font: bold 13px Arial, Tahoma, sans-serif;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}
#hdrbartabs a:hover {	
	background: #224c92;
	color: #fff;
	border-bottom: solid 1px #002a70;
	border-top: solid 1px #002a70;
}
#hdrbartabs a.active{
	background: #002a70;
	color: #fff;
	border-bottom: solid 1px #224c92;
	border-top: solid 1px #224c92;
}
#hdrbartabs a.active:hover{
	background: #224c92;
}
/*tabs end here*/

/* ------- content ------- */
#content {
	width: 720px;
	padding: 20px 0 10px 20px;
	margin: 0;
}
#maincontent {
	width: 470px;
	float: left;
}
#maincontent img{
	max-width: 450px;
}
#promo	{
	overflow: hidden;
	position: relative;
	width: 740px;
	height: 88px;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}
#promo img {
	width: 740px;
	height: 88px;
}
#title {
	width: 720px;
	height: 21px;
	padding: 8px 0 8px 20px;
	border-bottom: 1px solid #ddd;
	background: #eee;
}
#title h1 {
	color: #002a70;
	font-size: 19px;
	padding: 0;
	font-weight: normal;
}
#title h1 a{
	color: #002a70;
	text-decoration: none;
}
#title h1 a:hover{
	text-decoration: underline;
}
#column {
	float: right;
	width: 230px;
	margin: 0 0 20px 0;
}
#column #box {
	background: #e0e0e0;
	width: 190px;
	margin: 0 0 20px 0;
	padding: 20px 20px 10px 20px;
}
#column #box h1 {
	font-size: 16px;
}
#column #box p {
	line-height: 16px;
}
.thumb{
	padding-bottom: 10px;
	margin: 0 20px 10px 0;
	float: left;
	background: #fff url(../img/thumb_shadow.gif) bottom right no-repeat;
	width: 120px;
}

/* ------- tabs start here ------- */
#categtabs {
	width: 740px;
	height: 32px;
	padding: 0 0 20px 0;
}
#categtabs ul {
	margin:0;
	padding:0;
	list-style:none;
}
#categtabs li {
	display:inline;
	margin:0;
	padding:0;
}
#categtabs a {
	float:left;
	background: #eee;
	margin: 0 0 0 2px;
	text-decoration:none;
	display:block;
	padding: 7px 9px 7px 9px;
	color: #515151;
	font: bold 13px Arial, Tahoma, sans-serif;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}
#categtabs a:hover {	
	background: #224c92;
	color: #fff;
	border-bottom: solid 1px #002a70;
	border-top: solid 1px #002a70;
}
#categtabs a.active{
	background: #002a70;
	color: #fff;
	border-bottom: solid 1px #224c92;
	border-top: solid 1px #224c92;
}
#categtabs a.active:hover{
	background: #224c92;
}
/*tabs end here*/

/* ------- footer ------- */
#footer {
	background: url(../img/bg_ftr.png) repeat-x;
	width: 740px;
	color: #999;
	clear: both;
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 11px;
	line-height: 1.4;
}
#footer a:link, 
#footer a:visited {
	color:#505050;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------- forms ------- */
fieldset {
	padding: 0 10px 10px 10px;
}
legend {
	color: #505050;
	font-size: 12px;
	padding: 5px;
}
form {
	margin: 0;
	padding: 0;
}
.form {
	border: solid 1px #cbcbcb;
	font:normal 13px Arial, Tahoma, sans-serif;
	padding: 3px;
	margin: 3px 0 5px 0;
	color: #808080;
	width: 180px;
}
.formbtn {
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	margin: 0 0 0 44px;
	width: 100px;
	border: solid 1px #bababa;
	color: #fff;
	background: #002a70;
}


/* --------- Image rotator --------- */
#rotator	{
	overflow: hidden;
	position: relative;
	width: 740px;
	height: 188px;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}
#rotator img {
	width: 740px;
	height: 188px;
	display: none;
	position: absolute;
	top:5px;
	left:0;
}
