a {
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	color: #333333;
}

a:visited {
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	color: #333333;
}

body {
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	background: #000000;
	margin-top: 0px;
}

p {
	font-size: 8pt;
	font-family: Verdana;
	color: #333333;
}

h1 {
	font-size: 8pt;
	font-family: Verdana;
	color: #333333;
}

h2 {
	font-size: 10pt;
	font-family: Verdana;
	color: #333333;
}

h3 {
	font-size: 12pt;
	font-family: Verdana;
	color: #333333;
}

.copy {
	font-size: 8pt;
	font-family: Verdana; 
}

#perftable {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #808080;
    border: solid 2px #808080;
    border-collapse: collapse;
	border-spacing: 0px;
    width: 600px;
}

#perftable td {
	background-color:#EEEEEE;
	border: solid #FFF 1px;
	height: 18px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.twobros.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.twobros.com/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:489px;	width: 1005px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 2px; right: -9px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 35px;
	background: url(http://www.twobros.com/images/slides/paging_bg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	font-weight: bold;
	background: #e7c600;
	border: 1px solid #fbf6b1;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;
}

/*--Main Page Tabs--*/

#main_page_tabs  {
    position: absolute;
    right: -1px;
    top: 100px;
    width: 37px;
    z-index: 100;
    border: none;
    color: #000;
}
.fbtab {
	margin-bottom: 0px;
	height:152px;
	top:0px;
    border: none;
}
.fbtab a {
	border: none;
	color: #000;
}
.fbtab a.active {
	border: none;
	color: #000;
}
.fbtab a:hover {
	border: none;
	color: #000;
}
.chattab {
	margin-bottom: 0px;
	height:152px;
	top:150px;
	border: none;
}
.chattab a {
	border: none;
	color: #000;
}
.chattab a.active {
	border: none;
	color: #000;
}
.chattab a:hover {
	border: none;
	color: #000;
}
.youtubetab {
	margin-bottom: 0px;
	height:152px;
	top:300px;
	border: none;
}
.youtubetab a {
	border: none;
	color: #000;
}
.youtubetab a.active {
	border: none;
	color: #000;
}
.youtubetab a:hover {
	border: none;
	color: #000;
}

/*--Topsellers--*/

#topsellers-container {
  background: #fff;
  border:#666 1px solid;
  width: 1005px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  	/* CSS3 Rounded Corners */
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:3px;
	border:1px #999;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 4px #000;
	-webkit-box-shadow:0 0 4px #000;
	box-shadow:0 0 4px #000;
}
.topsellers a:link, 
.topsellers a:visited,
.topsellers a:hover, 
.topsellers a:active  {
	color: #666;
	text-decoration: none;
	font-size: 9px;
}
