/* css reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym,address,big,cite,code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus { outline: 0; }
ul { list-style: none; }

body {
	background: #abdcf4;
	font-size: 12px;
	font-family: "verdana", "arial";
	color: #000;
	height: 100%;
	text-align: center;
}

h1 { font-size: 20px; color: #333; font-weight: bold; line-height: 20px; padding-top: 10px; margin-bottom: 17px;}
h2 { font-size: 16px; color: #333; font-weight: bold; margin: 20px 0 10px;}
h3 { font-size: 14px; color: #333; font-weight: bold; margin: 0; padding-top: 10px;}
	
a { color: #77600b; text-decoration: none;}
a:hover {text-decoration: underline;}

.bold { font-weight: bold; }
.clear {clear: both; margin: 0; padding: 0; }
.small { font-size: 80%; }

#page {
	width: 910px;
	text-align: left;
	margin: 10px auto;
}

#container {
	width: 765px;
	float: left;	
}

#banners {
	width:120px;
	float: left;
	margin: 24px 0 0 25px;	
}

#banners div { margin-bottom: 5px; }
#header {
	height: 98px;	
}

#footer {
	font-size: 10px;
	color: #fff;
	margin: 2px 0 5px 40px;
	line-height: 12px;
}

#footer a { color: #fff; }

#logo { float: left; display: inline; padding-left: 40px;}
#hdr_banner { float: right; display: inline; margin-top: 24px;}

#content { width: 100%; background: url('../images/content_bg.jpg') no-repeat top left; }

#navi { font-size: 14px; padding: 42px 0 14px 38px; letter-spacing: -1px;}
#navi a {color: #fff; }
#navi li { float: left; display: inline; margin-right: 25px; }

.spacer1 { padding-top: 8px; }
.spacer2 { padding-top: 14px; }
.paddingB1 { padding-bottom: 10px; }


#badges { float: left; }
#badge1 {position: relative; top: 160px; left: 145px; }
#badge2 {position: relative; top: 165px; left: -35px; }
#badge3 {position: relative; top: 45px; left: 150px; }

#col { 
	width: 475px; 
	margin: 0 0 0 10px;
	float: left;
	display: inline;
}	

#col_top {
	width: 100%;
	height: 25px;
	background: url('../images/colBg_top.png') no-repeat; 	
}

#col_bottom {
	width: 100%;
	height: 27px;
	background: url('../images/colBg_bottom.png') no-repeat; 	
}

#col_middle {
	width: 100%;
	background: url('../images/colBg.png') repeat-y; 
		
}

#col_content {
	width: 412px;
	margin-left: 29px;
	min-height: 424px;
	_height: 424px;
}

.tInput { width: 350px; margin-top: 10px; font-size: 16px; color: #716900;}

table.news { font-size: 11px; }
table.news td.icon { padding: 0 10px 5px 0; }
table.news td.text { vertical-align: top;}


.blog p { padding: 0 0 18px 0; }

ul.prizes {	padding: 10px 0 10px 5px; font-size: 11px; }
ul.prizes li { margin-bottom: 4px; }

div.logos p { padding-bottom: 20px; }
