/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family:  helvetica, arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: tahoma, courier, monaco, "Lucida Console", mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }


/* FORMS */
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'], input[type='password']  { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

img.left{float:left; margin:0 15px 10px 0}
img.right{float:right; margin:0 0 10px 15px}
img[align="left"]{margin:0 15px 10px 0}
img[align="right"]{margin:0 0 10px 15px}

/* BASE SIZES */
body { font-size:11px; line-height: 1.6em; background:#FCFCFC; }
h1 { font-size: 24px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1, h2, h3, h4, h5, h6{color:#F0C02E; text-align:center}

/* HR */
hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }

/* LISTS */
ul li { text-indent: -.85em; margin-left: .85em; }
ul li:before { content: "\2022\00a0\00a0"; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */
blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em}
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */
a:link { text-decoration: underline; color: #0785B6; }
a:visited { text-decoration: underline; color: #0785B6; }
a:hover { text-decoration: underline; color: #c33; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

.green{color:#6BC50B}

/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0;}
.clearfix {display: inline-block;} /* for IE/Mac */
html[xmlns] .clearfix {  display: block; }

/*          backgrounds           */
#page{background:url(../img/bg_page.jpg) left top repeat-x}
body{background:url(../img/bg_page.jpg) left top repeat-x #fff}
.page_bg{background:url(../img/bg_head.jpg) center top no-repeat}
.page_bg .page_bg{background:url(../img/bot_bg.jpg) left bottom repeat-x}
.body_bg{background:url(../img/bot_bg.jpg) left bottom repeat-x}
#footer{background:url(../img/bot_bg.jpg) left bottom repeat-x}
/*------------------------------------*/
#page{width:1000px; margin:0 auto}

#header{position:relative; height:86px; padding:15px 155px 0 195px}
	#header h1{margin:0; color:#fff; text-transform:uppercase; margin-left:70px; font-size:14px; font-weight:bold; position:relative; z-index:23; text-align:left}
	.logo{position:absolute; top:0; left:50%; margin-left:-219px; z-index:20}
	.nav{position:absolute; right:0; bottom:0; margin:0 185px 10px 0; z-index:21}
	.nav img{margin-left:10px}
	.www{position:absolute; right:0; top:0; margin:130px 177px 0 0; z-index:19}
	
	
#left_column{width:155px; float:left; padding:40px 20px 0; text-align:center}
	.f_list{list-style:none; margin:0; padding:0; text-align:left; margin-bottom:40px}
	.f_list li:before{content:""}
	.f_list li{text-indent:0; margin:0; border-top:1px solid #D0D0D0; padding:1px 0 1px 14px; background:url(../img/li_list.gif) 1px center no-repeat}
	.f_list li.first{border:none}
	.f_list a:link, .f_list a:visited{font-weight:bold; text-decoration:none}
	.f_list a:hover{text-decoration:underline}
	.partners img{margin-bottom:15px}
	
#right_column{float:right; width:155px; text-align:center}
	
#mid_column{ margin:0 156px 0 196px}
	.corners{background:url(../img/cont_bg.gif) left top repeat-x #fff}
	.corners .cor{background:url(../img/cor01.gif) left top no-repeat}
	.corners .cor .cor{background:url(../img/cor02.gif) right top no-repeat}
	.corners .cor .cor .cor{background:url(../img/cor03.gif) right bottom no-repeat}
	.corners .cor .cor .cor .cor{background:url(../img/cor04.gif) left bottom no-repeat}
	.corners .brd{background:url(../img/brd_bg.gif) left top repeat-x}
	.corners .brd .brd{background:url(../img/brd_bg.gif) left top repeat-y}
	.corners .brd .brd .brd{background:url(../img/brd_bg.gif) right top repeat-y}
	.corners .brd .brd .brd .brd{background:url(../img/brd_bg.gif) left bottom repeat-x}
	.corners .cor .cor .cor .cor{padding:115px 25px 25px}
	
.welcome{}
	.welcome h2{color:#6BC50B; margin-top:0 !important; font-size:18px; font-weight:normal; text-align:center}

.offer{vertical-align: top;}
.offer h4{text-align:left; color:#0785B6}
.offer h4 a{text-align:left; color:#0785B6;font-size: 14px;}
.offer h2{text-align:left; color:#0785B6}
.offer h2 a{text-align:left; color:#0785B6;font-size: 14px;}
.panel{color:#DDA702; text-align:left;}
	.panel img{}
	.panel span{color:#0785B6}
	.panel table{width:100%; border:none}
	.panel table td{border:none; padding:0.8em 0}
	.panel table td.rating{width:20%}
	.panel table td.clicks{width:15%}
	.panel table td.clicks span{font-weight:bold}
	.panel table td.avail{width:30%}
	.panel table td.avail img{margin:0 5px}
	.panel table td.join{text-align:center}
	.panel table td.join a{color:#fff; text-decoration:none; font-size:14px; font-weight:bold; text-transform:uppercase; padding:7px 45px; background:url(../img/a_bg.gif) center center no-repeat;white-space:nowrap }
	.panel table td.join a:hover{text-decoration:underline}
	
#footer{padding:20px; text-align:center; color:#7A7878}
	.f_menu{list-style:none; font-weight:bold; font-size:12px; margin:0 auto; text-align:center; /*display:inline;display:inline-block*/}
	.f_menu li:before{content:""}
	.f_menu li{/*float:left; */margin:0; text-indent:0; display:inline}
	.f_menu li.sep{margin:0 10px}
	.f_menu a:link, .f_menu a:visited{color:#7A7878; text-decoration:none; font-weight:bold}
	.f_menu a:hover{text-decoration:underline}
	
#ot {
text-align:left;
    min-height: 100px;
    padding: 3px;
    margin-bottom: 20px;
   }
#ot1 {
text-align:left;
    min-height: 100px;
    padding: 3px;
    margin-bottom: 50px;
   }