/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #c0c0c0;
	color: #777777;
	font: .8em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 15px 0
}
a{
	color: #32bdf5;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #dfdde0 1px solid;
	color: #777777;
	font-size: 10px;
	padding: 4px
}
li{
	list-style: none
}
h1, h2, h3{
	color: #32bdf5;
	font: bold 1.5em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 .8em
}
h3{
	color: #666666;
	margin: 0 0 .5em
}
h3 em{
	color: #32bdf5;
	font-style: normal;
	font-weight: normal
}
h4{
	font-size: 1em
}
h5{
	color: #32bdf5;
	font-size: 1em;
	font-weight: normal
}
p{
	padding: 0 0 1em;
}
table{
	border-collapse: collapse;
	width: 100%
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	border: 12px solid #dfdde0;
	margin: 0 auto;
	padding: 15px 13px 5px;
	width: 730px
}
/*=== Header ===*/
#header{
	height: 93px
}
#header .content{
	float: right;
	width: 175px
}
#header .content a{
	color: #666666;
	text-decoration: none
}
#header .content li{
	font-size: 11px
}
.google-translate{
	height: 55px;
	margin: 0 0 5px;
	width: 154px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	margin: 0;
	text-indent: -9999px;
	width: 455px
}
#header h1 a{
	display: block;
	height: 80px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: url(../images/nav1-bgr.gif) #dfdde0 right no-repeat;
	font-size: 10px;
	height: 19px;
	margin: 0 0 2px
}
.nav1 li{
	background: url(../images/nav1-sep.gif) right no-repeat;
	float: left;
	line-height: 19px;
	margin: 0 -23px 0 0;
	position: relative;
	text-align: center
}
.nav1 li a{
	color: #333333;
	display: block;
	float: left;
	text-decoration: none;
	width: 139px
}
.nav1 li.first a{
	width: 120px
}
.nav1 li.first.active a,
.nav1 li.first a:hover{
	background: url(../images/nav1-hover-.gif) right no-repeat
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) right no-repeat;
	color: #ffffff;
	text-decoration: none
}
.nav1 li.nlast{
	float: right
}
/*=== Title Placeholder ===*/
.title{
	clear: both;
	height: 170px;
	overflow: hidden
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y;
	height: 1%;
	margin: 10px 0 0;
	padding: 0 0 5px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 143px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 21px;
	width: 373px
}

#centercol li {
	list-style-type: disc;
	margin-left: 15px;
	}
	
#centercol ul {
	margin-top: -12px;
	padding: 0px;
	}

/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 172px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 185px
}
.col2{
	float: right;
	width: 180px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 12px;
	width: 143px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) top no-repeat;
	clear: both;
	height: 9px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) top no-repeat
}
.box .content{
	background: #dfdde0;
	height: 1%;
	padding: 0 6px
}
/*- Box2 -*/
.box2{
	margin: 0 0 7px;
	width: 172px
}
.box2 .top,.box2 .bot{
	background: url(../images/box2-top.gif) top no-repeat;
	clear: both;
	height: 6px;
	overflow: hidden
}
.box2 .top2{
	background: url(../images/box2-top2.gif) top no-repeat;
	height: 24px;
	padding: 0 0 0 5px
}
.box2 .top2 h3{
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	line-height: 24px;
	margin: 0
}
.box2 .bot{
	background: url(../images/box2-bot.gif) top no-repeat
}
.box2 .content{
	background: #dfdde0;
	height: 1%;
	padding: 0 5px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 1.5em
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 5px;
	padding: 0 0 0 9px
}
.list1 li a{
	color: #777777;
	text-decoration: none
}
.list1 li a:hover{
	color: #32bdf5
}
/*- List2 -*/
.list2 a{
	color: #777777;
	text-decoration: none
}
.list2 li{
	font-size: .9em;
	margin: 0 0 1.2em
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	height: 24px
}
.search input{
	float: left;
	width: 100px
}
.search input.btn{
	margin: 0 0 0 5px;
	width: auto
}
/*- Form1 'Newsletter' -*/
.form1{
	padding: 5px 0 0
}
.form1 div{
	float: left;
	margin: 0 0 5px
}
.form1 label{
	float: left;
	margin: 3px 0 0;
	width: 80px
}
.form1 input{
	width: 150px
}
.form1 #e-mail{
	width: 85px
}
/* Form1 Buttons */
.form1 .submit{
	margin: 0 0 0 5px;
	position: relative
}
.form1 input.btn{
	width: auto
}
/*=== Pics, Thumbs, Ads etc. ===*/
.thumbs img{
	margin: 0 9px;
	text-align: center
}
/*=== Tabular Data ===*/
/*- Tabs1 -*/
.tabs1{
	font-size: 9px
}
.tabs1 th{
	background: #ffffff;
	color: #32bdf5;
	padding: 3px 2px
}
.tabs1 td{
	padding: 3px 5px
}
/*- Tabs2 -*/
.tabs2 table{
	background: #ffffff;
	font-size: 10px;
	text-align: center
}
.tabs2 th{
	color: #32bdf5;
	font-size: 12px;
	padding: 1px 5px
}
.tabs2 td{
	padding: 1px 5px
}
.tabs2 .bb th{
	border-bottom: 2px solid #dfdde0
}
.tabs2 .br{
	border-right: 2px solid #dfdde0
}
/*=== Footer ===*/
#footer{
	font-size: .9em;
	height: 1%;
	padding: 5px 25px 5px 0;
	text-align: center
}
#footer li{
	display: inline
}
#footer li a{
	background: url(../images/footer-li-sep.gif) right no-repeat;
	color: #777777;
	padding: 0 9px 0 2px;
	text-decoration: none
}
#footer li a:hover{
	color: #32bdf5
}
#footer li.last a{
	background: none
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
hr, .hl{
	border-top: 2px solid #dfdde0;
	clear: both;
	height: 1px;
	margin: 10px 0 12px;
	overflow: hidden
}

.members a {
	color: #808080;
	}
div.goog-te-gadget, 
      a.goog-logo-link:link, 
      a.goog-logo-link:visited { 
        color:red; 
      } 

