﻿/* -------------------------------------------------------------- 
  
   Putasexy.com CSS Main layout Styles
   * Version:   1.1 (11.12.2009)
   * Website:   http://www.putasexy.com
   
-------------------------------------------------------------- */


body {
	background: url(../images/bg.jpg)
	repeat-x #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: white;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}

/* HEADER */
.header {background: url(../bg_navigation.gif) repeat-x #191919; color: #fff; padding:0; margin: 0 auto; height: 0px; width: 990px;  position: relative;}

.header h1 a {display: block; width: 490px; height: 20px;}
.header a {color: #cccccc; font-weight: bold; }
.header a:hover {color: #fff; }

.topMenu {margin: 0; padding: 6px 0 0 0; list-style-type: none; }
.topMenu li {display: inline; border-right: solid 1px #343434; padding: 0 0.5em; }
.topMenu li.intro {border: none; padding-right: 0; color: #696969;} 
.topMenu li.last {border: none; }

#topMenus {clear: both; height: 27px; font-size: 1em; margin-right: 5px; }
#networksites {float: left; clear: left; }
#basiclinks {float: right; clear: right; }

li#joinnowLink a{background: url(../images/rss.jpg) no-repeat; padding-left: 18px; color: #CC0000; }

#middleheader {padding: 0; clear: both;}

.s_table {
	width:500px;
	height:20px;
	background-image:url(../images/bck.jpg);
	background-repeat:repeat-y;
	text-indent:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	}



/* FOOTER */

.clearboth {clear: both; }

#footer {clear: both;  color: #4c4c4c; padding: 18px 20px 18px 20px; margin-top: 18px; text-align: center; line-height:  1.8em;}
#footer ul {clear: both; margin: 0; }
#footer ul li {display: inline; border-right: solid 1px #4c4c4c; padding: 0 5px; }
#footer ul li.lastmenu {display: inline; border-right: none; padding-right: 0; }
#footer a {color: #4c4c4c; }
#footer p {clear: both; }
/* FLOATING FIX */
/* float clearing for IE6 */
* html .clearfix { height: 1%; overflow: visible;}

/* float clearing for IE7 */
*+html .clearfix {min-height: 1%;}

/* float clearing for everyone else */
.clearfix:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}

.bttopo {
 width:38px;
 height:15px;
 float:right;
}

/* OUTROS */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.p2{ FILTER: alpha(Opacity=50); border: 1px black solid; }
.p1{ border: 1px black solid; }
.p3{ border: 1px black solid;  FILTER: alpha(Opacity=50); }
function po(o){o.className=='p1'?o.className='p2': o.className=o.className; }
function px(o){o.className=='p2'?o.className='p1': o.className=o.className; }
function pc(o){o.className='p3'; }
.centraliza {
	text-align: center;
}
