@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clear class for substiture instead of nbsp */
.clear{
	clear:both;
}

/* align left and align right class */
.float-right{
	float:right;
}

/* align left and align left class */
.float-left{
	float:left;
}

/* clearFix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* styles  */
html, body{
	background: #000000;	
	text-align: center;
}

.center-hack{
	margin: 0 auto;
}

/* wrapper */
#wrapper{
	background: #323232 url(http://cdn1.image.tagteamtranny.com/2.0/tour/images/wrapper-bg.jpg) repeat-y;
	padding: 0 7px 10px;
    width: 986px;
}

/* banner */
#banner{
	float: left;
    padding-bottom: 125px;
    position: relative;
}

#banner img{
	float:left;
}

#banner img.mid{
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#banner img.logo{
	bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-left: 325px;
    position: absolute;
}

#banner #top-nav{
	background: transparent url(http://cdn1.image.tagteamtranny.com/2.0/tour/images/top-nav-bg.png) no-repeat;
	bottom: 0;
    height: 185px;
    margin: 0 -20px 15px 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    width: 970px;
}

#banner #top-nav a.float-left,
#banner #top-nav a.float-right{
	margin-top: 60px;
}

/* Thumbs Set */
.thumbset{

}

.thumbset .thumb-container{
	background: #323232 url(http://cdn1.image.tagteamtranny.com/2.0/tour/images/thumb-bg-shorter.jpg) no-repeat;
	float: left;
    height: 308px;
    margin: 0 0 10px 7px;
    width: 320px;
	padding-top: 10px;
	position: relative;
}

.thumbset .thumb-container span.tname{
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

.thumbset .thumb-container img{
	margin-top: 0px;
}

.thumbset .thumb-container a.btn-thumb{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 7px 7px;
}

.thumbset .thumb-container a.btn-thumb img{
	border: none;	
}

/* Mid Bar */
.mid-bar{
	background: #000000;
	height: 90px;
	width: 970px;
	margin-left: 8px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 10px;
}

.mid-bar .float-left{
	padding: 15px 0 0 15px;
}

.mid-bar .float-left h3{
	color: #ffffff;
    font-family: Impact;
    font-size: 22px;
    font-weight: normal;
    padding-left: 15px;
    text-align: left;
}

.mid-bar .float-left ul{
	color: #FFFFFF;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bold;
    list-style-type: disc;
    margin-left: 45px;
    text-align: left;
}

.mid-bar .float-left ul li{
	letter-spacing: -1px;
    margin-top: 7px;
}

.mid-bar img.float-right{
	margin-top: 10px;
	margin-right: 15px;	
}

/* Footer */
#footer{
	position: relative;
	height: 330px;
	width: 986px;
}

#footer #bottom-nav{
	background: transparent url(http://cdn1.image.tagteamtranny.com/2.0/tour/images/footer-nav-bg.png) no-repeat;
	top: 0;
    height: 102px;
    left: 0;
    position: absolute;
    width: 1026px;	
	margin-left: -20px;
	margin-top: 10px;
}

#footer #bottom-nav a.join-footer{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 245px;
    margin-top: -15px;
}

#footer #bottom-nav a.float-left{
	color: #FFFFFF;
    font-family: Impact;
    font-size: 24px;
    margin: 26px 45px;
    text-decoration: none;
    width: 160px;
}

#footer #bottom-nav a.float-right{
	color: #ffffff;
    font-family: Impact;
    font-size: 24px;
    margin: 26px 40px;
    text-decoration: none;
    width: 175px;
}

#footer #inner-footer{
	position: absolute;
	height: 200px;
	background: #000000 url(http://cdn1.image.tagteamtranny.com/2.0/tour/images/footer-bg.jpg) repeat-x;
	width: 986px;
	top: 0;
	left: 0;
	margin-top: 10px;
	padding-top: 130px;
}

#footer #inner-footer a{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 10px;
    font-weight: bold;
}

#footer #inner-footer p{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 15px;
	font-size: 12px;
}