@import url(navigation.css);
body, html {
	behavior:url("css/csshover.htc");
  background-color: #fff;
  margin: 0 0 0 0;
  text-align: left;
  font-family: "Lucida sans unicode";
  font-size: 11px;
	line-height: 150%;
	background-color: #6b6b6b;
	height: 100%;
	color: #333;
}

#container {
	position: relative;
	width: 803px;
	margin-left:-401px;
	left:50%;
	height: auto;
	z-index:1;
	background-image: url('../images/container.jpg');
}

#geilehomo{
	position: relative;
	width: 500px;
	height: 100px;
	top: 85px;
	left: 10px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 250%;
}

#geilehomo b {
	color: #ffea00;
}

#siteinfo{
	position: absolute;
	width: 400px;
	height: 30px;
	color: #fff;
	top: 140px;
	left: 14px;
	text-transform: uppercase;
}
#login{
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 10px;
	width: 500px;
	height: 20px;
	background: #000;
	color: #FFFFFF;
}

#login input{
	height: 15px;
	margin-top: 3px; 
	border: 1px solid #FFFFFF;
	width: 80px;
}
#login input.signon{
	height: 20px;
	font-size: 11px;
}

#header {
	position: relative;
	width: 803px;
	height: 178px;
	background-image: url('../images/header.jpg');
}

#footer {
	position: relative;
	width: 803px;
	height: 50px;
	text-align: center;
}


#ad468x60{
	position: absolute;
	left: 425px;
	top: 10px;
}

#startPage{
	position: absolute;
	width: 264px;
	top: -24px;
	left: 636px;
	height: auto;
	z-index:10;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;	
}

#navigationBar{
	position: relative;
	width: 800px;
	height: auto;
	background-color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	z-index: 4;
	left: 2px;
}


#leftContainer{
	position: relative;
	width: 532px;
	height: auto;
	float: left;
	padding: 5px;
	z-index: 2;
	padding: 5px;
	left: 3px;
}

.trailerDesc{
	position: relative;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 520px;
	padding: 3px;
}

.trailerDialer{
	position: relative;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	width: 520px;
	padding: 3px;
}

.trailerContainer{
	position: relative;
	width: 520px;
	height: 160px;
	padding: 3px;
}

.trailerThumbContainer{
	position: relative;
	width: 210px;
	height: 150px;
	float: left;
}

.trailerContainer img{
	border: 1px solid #000;
}

.trailerInfoContainer{
	position: relative;
	width: 310px;
	height: auto;
	float: left;
}

.trailerBottomContainer{
	position: relative;
	width: 200px;
	height: 20px;
	left: 410px;
	top: -10px;
}

#rightContainer{
	position: relative;
	width: 250px;
	height: auto;
	float: left;
	z-index: 1;
	padding-left: 6px;
	padding-top: 3px;
}

.rightMenu{
	position: relative;
	width: 238px;
	height: auto;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #666;
	border-right: 3px solid #666;
	margin-bottom: 5px;
}

.righBanner{
	position: relative;
	width: 252px;
	height: 354px;
	background-color: #fff;
	padding-bottom: 35px;
}

p{
	margin: 0px;
	padding: 0px;
}

h1 {	
	position: relative;
	font-size: 16px;
	color: #ff00aa;
	top: 3px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h1 b {
	color: #000;
}

.divider{
	position: relative;
	width: 522px;
	height: 1px;
	border-bottom: 1px dotted #5d5d5d;
	margin-bottom: 10px;
}

.stylebox{
	position: relative;
	width: 620px;
	padding: 5px;
	background-color: #ebffe5;
	border: 2px dotted #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* trailer container */

/* thumbContainer */

.thumbContainer{
	position: relative; 
	width: 165px;
	height: 220px;
	float: left; 
	margin-right: 5px;
	margin-bottom: 5px;
}

.thumbContainer img{
	border: 1px solid #000;
}


/* webcam containers */
.webcamCnt{
	position: relative;
	width: 110px;
	height: 118px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	border: 1px solid #000;
	text-align: center;
	font-size: 10px;
}

.webcamCnt img{
	border-top: 1px solid #000;
}

.chatBtn{
	position: relative;
	width: 110px;
	top: -3px;
	height: 18px;
	background-color: #000;
	color: #ff00aa;
	text-align: center;
	text-transform: uppercase;

}

.perfContainer{
	position: relative;
	width: 110px;
	height: auto;
	float: left;
	margin-right:  6px;
	margin-bottom: 6px;
	border-top: 1px solid #000;
}

.perfContainer img{
	border: 1px solid #ccc;
}

/* webcam containers */


a:link {
	color: #ff00aa;
	text-decoration:none;
}

a:hover {
	color: #ff00aa;
	text-decoration:none;
}

a:visited {
	color: #ff00aa;
	text-decoration:none;
}

a:active {
	color: #ff00aa;
	text-decoration:none;
}

a.catLink:link { 
	color: #fff; 
	text-decoration: none; 

}
a.catLink:visited {
	color: #fff; 
	text-decoration: none; 
}
a.catLink:hover {
	color: #fff; 
	text-decoration: none; 
}
a.catLink:active {
	color: #fff; 
	text-decoration: none; 
} 




/* form styling */
.labelContainer{
	position: relative;
	width: 520px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	padding-left: 5px;
}

.websiteLink{
	padding-top: 30px;
}

.labelContainerError{
	position: relative;
	width: 445px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #ff6a71;
	padding-left: 5px;
}

.labelContainerMax{
	position: relative;
	width: 690px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background-color: #fff;

}

.formError{
	position: relative;
	top: -5px;
	width: auto;
	font-size: 10px;
	color: #FF0000;
	margin-left: 3px;
}

.default_textfield{
	position: relative;
	width: 150px;
	border: 1px solid #333;
	font-size: 11px;
}

.default_textfieldError{
	position: relative;
	width: 150px;
	border: 1px solid #ff0000;
	font-size: 11px;
}

.default_select{
	width: 236px;
	padding: 0px;
}

.auto_select{
	width: auto;
	padding: 0px;
	float: left;
	font-size: 10px;
}

.default_textarea{
	width: 350px;
	height: 75px;
	border: 1px solid #333;
	font-size: 11px;
	padding: 0px;
}

.half_textarea{
	width: 438px;
	height: 75px;
	font-size: 11px;
	padding: 0px;
	border: 1px solid #ccc;
}

.half_textareaError{
	width: 438px;
	height: 75px;
	font-size: 11px;
	padding: 0px;
	border: 1px solid #ff0000;
}

.default_textareaError{
	width: 233px;
	height: 75px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #ff0000;
}

.large_textarea{
	width: 640px;
	height: 75px;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #666;
}

.default_button{
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	height: 20px;
	border: 1px solid #000;
}

label{
	width: 150px;
	float: left;
	text-align: left;
}

.formField{
	margin: 0px;
	background-color: #fff;
	border: 1px solid #7f9db9;	
	margin-bottom: 3px;	
}

.succesbox{
	position: relative;
	width: 520px;
	padding: 5px;
	background-color: #ebffe5;
	border: 2px solid #32eb00;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}

.errorbox{
	position: relative;
	width: 520px;
	padding: 5px;
	background-color: #ffe5e5;
	border: 2px solid #e30000;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}


.sexcam{
	float: left;
	padding: 10px;
	width: 150px;
}
	.sexcam img{
		border: 0px;
	}
/* sexdate blocks */
.sexdate{
	width: 96px;
	float: left;
	padding: 2px;
	font-size: 11px;
	height: 195px;
	border: 1px dashed #CC3300;
	text-align: center;
	margin-left: 4px;
	margin-bottom: 8px;
}
	.sexdate img{
		margin-bottom: 10px;
		width: 75px;
		height: 75px;
		border: 1px solid #000000;
	}	
