/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.jpg) #ffffff no-repeat center top;
	color: #828478;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 10px 0
}
a{
	color: #0055a6;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h1, h2{
	color: #000000;
	font: 2.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -2px
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	padding: 37px 33px 0;
	width: 862px
}
/*=== Header ===*/
#header{
	height: 78px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	margin: 0;
	text-indent: -9999px;
	width: 204px
}
#header h1 a{
	display: block;
	height: 65px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: right;
	font: 22px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 45px;
	padding: 33px 0 0
}
.nav1 li{
	float: left;
	line-height: 45px;
	margin: 0 0 0 3px
}
.nav1 li a{
	color: #999999;
	display: block;
	float: left;
	padding: 0 12px
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) repeat-x top;
	color: #666666;
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title img{
	display: block
}
/*=== Headlines ===*/
.headline, .headline2{
	border-bottom: 1px solid #bebdbc;
	margin: 0 0 15px;
	padding: 0 0 7px
}
.headline h1{
	margin: 0
}
.headline2 h2{
	font-size: 2.1em;
	margin: 0
}
.headline h2, .headline2 h3{
	color: #f0b913;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.jpg) no-repeat right bottom;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 630px;
	margin: 30px 0 0;
	min-height: 430px;
	padding: 0 0 15px
}
#columns a:hover{
	background: #0055a6;
	color: #ffffff;
	text-decoration: none
}
.col1{
	float: left;
	width: 335px
}
.col2{
	float: left;
	margin: 0 0 0 42px;
	width: 197px
}
.col3{
	float: right;
	width: 254px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul{
	margin: 0 0 1.5em;
	padding: 0 0 0 15px
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 5px;
	margin: 0 0 .3em;
	padding: 0 0 0 10px
}
/*- List2 -*/
.list2 ul{
	margin: 0 0 1.5em
}
.list2 li{
	margin: 0 0 .3em
}
.list2 li a{
	color: #828478;
	display: block;
	height: 1%;
	padding: 3px 1px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.th img{
	margin: 0 5px 15px 4px
}
#columns .th a:hover{
	text-decoration: none;
	background: #fff;
}
/*=== Footer ===*/
#footer{
	background: url(../images/page-bot.gif) no-repeat top;
	color: #292828;
	font-size: .9em;
	height: 40px;
	margin: 0 auto;
	padding: 25px 30px 0;
	text-align: right;
	width: 868px
}
#footer a{
	color: #0055a6
}
#footer a:hover{
	text-decoration: none
}
#footer li{
	border-right: 1px solid #ffffff;
	display: inline;
	line-height: 1em;
	padding: 0 .6em
}
#footer li.last{
	border: 0
}
/*- Contacts -*/
.contacts{
	color: #292828;
	font-size: .9em;
	letter-spacing: 2px;
	padding: 0 0 10px;
	text-align: right
}
.contacts a{
	color: #292828
}
.contacts a:hover{
	color: #006699;
	text-decoration: none
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

