/* CSS Document */
/* Tags */
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x repeat-y;
	margin: 0;
}

/* ID's */
#bPopularContainer {
	width: 736px;
	margin-left: 18px;
	margin-bottom: 30px;
}

#bMaleFemaleContainer {
	width: 736px;
	margin-left: 18px;
	margin-bottom: 30px;
}

#bFemaleMaleContainer {
	width: 736px;
	margin-left: 18px;
	margin-bottom: 30px;
}

#bFemaleFemaleContainer {
	width: 736px;
	margin-left: 18px;
	margin-bottom: 30px;
}

#bMoviesContainer {
	width: 736px;
	margin-left: 18px;
	margin-bottom: 30px;
}

#bBondageContainer {
	width: 736px;
	margin-left: 18px;
	margin-bottom: 30px;
}

#bodyContainer {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#bottomContainer {
	width: 960px;
	background-image: url(images/Background_BottomContainer.jpg);
	background-repeat: no-repeat;
	height: 182px;
}

#bottomMenu {
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
}

#bottomMenuLeft {
	float: left;
	width: 620px;
	margin-left: 8px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: orange;
}

#bottomMenuLeft a {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: orange;
	text-decoration: none;
}

#bottomMenuRight {
	float: right;
	width: 300px;
	margin-right: 8px;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: orange;
}

#categoriesContainer {
	width: 960px;
	height: 40px;
	border: 0px;
	margin: 0;
	background-image: url(images/Background_Categories.jpg);
	background-repeat: no-repeat;
}

#mainBodyContainer {
	width: 960px;
	background-image: url(images/Background_Main.jpg);
	background-repeat: repeat-y;
	border: 0px;
	margin: 0;
}

#mainBody {
	width: 960px;
	background-image: url(images/Background_Popular.jpg);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0;
}

#mainBodyLeft {
	float: left;
	width: 757px;
	margin: 0;
	border: 0px;
}

#mainBodyRight {
	float: right;
	width: 203px;
	margin-top: -20px;
	border: 0px;
}

#topContainer {
	width: 960px;
	height: 98px;
	margin-top: 20px;
	border: 0;
	background-image: url(images/Background_TopContainer.jpg);
	background-repeat: no-repeat;
}

#topContainerLeft {
	float: left;
	margin-left: 14px;
	margin-top: 18px;
	width: 650px;
}

#topContainerRight {
	float: right;
	margin-right: 8px;
	margin-top: 8px;
	width: 266px;
}

/* Classes */
.bannerContainer {
	width: 736px;
	margin-left: 18px;
	margin-bottom: 20px;
}

.bannerTitle {
	width: 736px;
	background-image: url(images/Background_Menu.gif);
	background-repeat: repeat-x;
}

.bannerTitleImage {
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	width: 630px;
}

.bannerTitleRight {
	float: right;
	width: 90px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.topListsContainer {
	text-align: center; 
	vertical-align: bottom; 
	float: left; 
	width: 25%; 
	margin-left: 20px;
}

.topListsContainer a {
	text-decoration: none;
	color: #FF9900;
}

/****************** PNG Fix ***********************/
* html img,
* html .png{
position:relative;
background: none;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

