/* ====================================================== 
	Latin Lounge style sheet, version 1.0
	Original Author: Gor Vardanyan [www.gorvard.net]
====================================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: small;
	background-color: #eaeaea;
	margin: 0px;
	
} a, a:visited{color: #C00; text-decoration: none; outline:none;} a:hover {color: #F60; text-decoration: underline;} .hide {display: none;} p{line-height: 1.5em; margin-top: 0; margin-right: 0; margin-bottom: 0.8em; margin-left: 0px;} /* Removing borders from linked images */  a img {border:none;} /* removing extra margin from form elements */ form {
	margin:0px;
	padding:0px;
}
#outer-wrapper {
	background-image: url(../images/bg.jpg);
}
#outer-inner {
	background: url(../images/cont-bg.jpg) no-repeat center 150px;
}
#header-wrapper {
	background: #FFF url(../images/head-bg.gif) repeat-x;
	height: 150px;
}
#header {
	width: 774px;
	margin: 0 auto;
	height: 149px;
	background: url(../images/m-bg.gif) no-repeat center bottom;
	position: relative;
}
h1#logo {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -15px;
	top: 1px;
	background-image: url(../images/logo.gif);
	height: 98px;
	width: 410px;
	background-repeat: no-repeat;
}
h1#logo a, h1#logo a:visited, h1#logo a:hover {
	height: 80px;
	width: 390px;
	text-indent: -50000px;
	display: block;
	background-repeat: no-repeat;
}
span#beta {
	position: absolute;
	height: 54px;
	width: 54px;
	top: 25px;
	right: 10px;
	background-image: url(../images/beta.gif);
	background-repeat: no-repeat;
	text-indent: -50000px;
}
ul#nav {
	position: absolute;
	bottom: -1px;
	height: 34px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	left: 9px;
}
* html ul#nav {
	bottom: -2px;
}
ul#nav li {
	display: inline;
}
ul#nav li a, ul#nav li a:visited {
	height: 34px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: left -34px;
	text-indent: -50000px;
}
ul#nav li a:hover {
	background-position: left 0px;
}
ul#nav #m1 {
	background-image: url(../images/content-owner.gif);
	width: 134px;
}
ul#nav #m2 {
	background-image: url(../images/affiliate.gif);
	width: 92px;
}
ul#nav #m3 {
	background-image: url(../images/blog.gif);
	width: 61px;
}
ul#nav #m4 {
	background-image: url(../images/about.gif);
	width: 94px;
}
span#skip {
	position: absolute;
	bottom: 13px;
	right: 20px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
}
span#skip a, span#skip a:visited {
	color: #999;
	margin: 0 5px;
}
span#skip a:hover {
	color: #666;
}
#content {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/bot.png);
	width: 774px;
	margin:10px auto;
}
* html .top,
* html .mid,
* html .bot, 
* html #slogan { behavior: url('iepngfix.htc'); }
#slogan {
	width: 774px;
	margin: 0px auto;
	background-image: url(../images/head-bot.png);
	background-repeat: no-repeat;
	height: 89px;
	text-indent: -50000px;
}
#content .top {
	background-image: url(../images/cont-top.png);
	background-repeat: no-repeat;
	height: 17px;
}
#content .bot {
	background-image: url(../images/cont-bot.png);
	background-repeat: no-repeat;
	height: 17px;
}
#content .mid {
	background-image: url(../images/cont-mid.png);
	background-repeat: repeat-y;
}
.inner {
	padding: 11px 26px;
}
.two-cols {
	margin: 10px auto 18px auto;
	height: 98px;
	width: 774px;
	list-style-type: none;
	padding: 0px;
}
.two-cols .ban1 {
	float: left;
}
.two-cols .ban2 {
	float: right;
}
a.own, a.own:visited, a.own:hover {
	background-image: url(../images/aff-banner.png);
	background-repeat: no-repeat;
	text-indent: -50000px;
	height: 98px;
	width: 386px;
	display:block;
	behavior: url('iepngfix.htc');
	cursor: pointer;
}
a.aff, a.aff:visited, a.aff:hover {
	background-image: url(../images/reg-banner.png);
	background-repeat: no-repeat;
	text-indent: -50000px;
	height: 98px;
	width: 386px;
	display:block;
	behavior: url('iepngfix.htc');
	cursor: pointer;
}
#bot-nav {
	height: 26px;
	background-image: url(../images/bot-nav-bg.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
}
#bot-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bot-nav ul li {
	display: inline;
	padding: 0 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#bot-nav ul li a, #bot-nav ul li a:visited {
	color: #333;
	text-decoration: none;
}
#bot-nav ul li a:hover {
	color: #000;
	text-decoration: none;
}
#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer #copyright {
	height: 90px;
	background-image: url(../images/copyright-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999;
}
.inner-inside {

	padding: 0px 7px;
}
h2.pagetitle {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	display: block;
}
h2.affiliates {
	height: 23px;
	width: 136px;
	background-image: url(../images/affiliates-title.gif);
	background-repeat: no-repeat;
	text-indent: -50000px;
	padding-top: 15px;
	padding-left: 20px;
	background-position: right bottom;
}
h2.content-owners {
	height: 23px;
	width: 248px;
	background-image: url(../images/content-owners-title.gif);
	background-repeat: no-repeat;
	text-indent: -50000px;
	padding-top: 15px;
	padding-left: 20px;
	background-position: right bottom;
}
h2.about {
	height: 23px;
	width: 142px;
	background-image: url(../images/about-title.gif);
	background-repeat: no-repeat;
	text-indent: -50000px;
	background-position: right bottom;
	padding-top: 3px;
	padding-left: 3px;
}
h2.blog {
	height: 29px;
	width: 62px;
	background-image: url(../images/blog-title.gif);
	background-repeat: no-repeat;
	text-indent: -50000px;
	padding-top: 15px;
	padding-left: 20px;
	background-position: right bottom;
}
.col-horizontal {
	background-color: #d9d6d4;
	background-image: url(../images/box1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.col-h-close {
	background-color: #d9d6d4;
	background-image: url(../images/box2.gif);
	background-repeat: repeat-x;
	height: 23px;
	background-position: bottom;
}
#col1 {
	float: left;
	position:relative;
	width: 340px;
	border-right: 1px solid #ccc;
	margin-right: -1px;
	padding:20px;
}
#col2 {
	float: right;
	position:relative;
	width: 339px;
	border-left: 1px solid #ccc;
	padding:20px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #FF9900;
	background-image: url(../images/h3-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 10px;
}
#col1 h3, #col2 h3 {
	margin: 0px -10px 10px -10px;
}

.step {
	padding-left: 35px;
	margin: 35px 0px;
}
.n1 {
	background: url(../images/1.gif) no-repeat left top;
}
.n2 {
	background: url(../images/2.gif) no-repeat left top;
}
.n3 {
	background: url(../images/3.gif) no-repeat left top;
}
.na {
	background: url(../images/a.gif) no-repeat left top;
}
.nb {
	background: url(../images/b.gif) no-repeat left top;
}
.form-element-width {
	width: 280px;
}
textarea {
	height: 100px;
}
.enjoy {
	font-weight: bold;
	text-align: center;
	background-image: url(../images/enjoy.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 10px 0px;
}
.wide {
	width: 774px;
	margin: 0 auto;
}
a#gorvard, a#gorvard:visited {
	float: right;
	color: #666666;
	padding-right: 15px;
	font-size: 11px;
	padding-top: 2px;
}
a#gorvard:hover {
	float: right;
	color: #333333;
	text-decoration: none;
}
#preload {
	position: absolute;
	overflow: hidden;
	top: -500px;
	height: 10px;
}
form.widget {
	position: relative;
	width: 330px;
}
