/* Precise stuff */
h1 {
	text-indent:-9999px;
	width:150px;
	height:311px;
	position:absolute;
	top:10px;
	left:-140px;
	background-image: url(images/sax_man_logo.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	text-indent:-9999px;
	width:620px;
	height:100px;
	position:absolute;
	top:50px;
	right:0;
	background-image: url(images/TLBB_header_logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

h3 {
	margin:0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #FF9900;
}
p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

div.wrapper p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

ul.nav {
	width:620px;
	height:30px;
	position:absolute;
	top:125px;
	right:0;
	text-align:center;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: none;
}
ul.nav li {
	color:#FF9933;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
ul.nav li a {
	color:#FF9933;
	text-decoration:none
}
ul.nav li a:hover {
	color:#FFFF00
}
a.feed { display:block; text-indent:-9999px; background:url(../images/feed.png); width:134px; height:70px; position:absolute; top:-1px; right:-56px }

/* Footer */

div.footer {
	width:100%;
	height:354px;
	z-index:2;
	background-image: url(images/footer_repeater.png);
}
div.footer div.inner {
	width:400px;
	height:360px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 220px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}

div.footer div div {
	float:left;
	width:180px;
	margin-top: 120px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	left: -40px;
	clear: none;
}
div.footer div div.tree {
	float:left;
	margin:0;
	width:310px;
	height:318px;
	position:absolute;
	bottom:-23px;
	left:-130px;
	background-image: url(images/sax_man_footer_logo.png);
	background-repeat: no-repeat;
}
div.footer div.sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	z-index: 2;
	width: 380px;
	float:left;
	top: 20px;
	text-align: center;
	font-weight: bolder;
}
div.footer div.sub a {
	color:#666666;
	text-decoration:underline
}
div.footer div.sub a:hover {
	color:#FFFF00
}
div.footer br { clear:both }
div.footer a.feed { display:block; text-indent:-9999px; background:url(../images/footer_feed.png); width:134px; height:70px; position:absolute; bottom:-23px; right:-56px }
p a:hover {
	color: #FFFF00;
}
p a {
	color: #FF9900;
}

a.credit {
	display:block;
	text-indent:-9999px;
	width:380px;
	height:80px;
	position:absolute;
	bottom:80px;
	right:0;
	float: none;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(images/vie_at_home_ad.jpg);
}
ul.nav2 {
	width:620px;
	height:30px;
	position:absolute;
	top:60px;
	right:0;
	text-align:center;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: none;
}
ul.nav2 li {
	color:#FF9900;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
ul.nav2 li a {
	color:#FF9900;
	text-decoration:none
}
ul.nav2 li a:hover {
	color:#FFFF00
}
img.floatRight {
	float: right;
	margin-right: -150px;
	margin-top: -10px;
}

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }

/* Main layout blocks */
body {
	background-attachment: fixed;
	background-color: #cdcdcd;
	background-image: url(images/sax_fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div { position:relative }
div.header {
	width:100%;
	height:200px;
	z-index:2;
	background-image: url(images/repeater2.png);
	background-repeat: repeat-x;
}
div.header div {
	margin:0 auto;
	width:620px;
}
div.wrapper {
	width:560px;
	z-index:1;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: -50px;
	margin-left: auto;
	color: #FF0000;
	height: auto;
	background-image: url(images/wrapper.png);
	background-repeat: repeat;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

div.wrapper div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	z-index: 2;
	width: 500px;

}
div.wrapper div div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	z-index: 2;
	width: 560px;
	text-align: center;

}
div.wrapper div div span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	z-index: 2;
	width: 560px;
	text-align: center;
	font-weight: bold;
	font-style: normal;

}
div.wrapper div div a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
	z-index: 2;
	width: 560px;
	text-align: center;

}
div.wrapper div div a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
	z-index: 2;
	width: 560px;
	text-align: center;

}
div.mainie6 {
	width:600px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #999999;
}
div.ie6left {
	width: 147px;
	float: left;
}
div.ie6right {
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #999999;
	padding-right: 60px;
	padding-left: 20px;
	text-align: center;
	padding-top: 30px;
}
div.ie6right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
	}
div.ie6right a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
	}
