/*
 * Browser Reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }
 
option { padding-left: 0.4em; }
 
ul, ol, dl { margin: 1em 0; padding-left: 40px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

blockquote { margin: 0 0 1em 1.5em; }

p {	margin: 1em 0; }

td, th { padding: 1px; }
 
html {
	height: 100%;
	margin-bottom: 1px;
}
	
/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}



/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 5px;
	width: 780px;
}



div#header {
	width: auto;  
	padding: 0px 0px 0px 0px;
	background: url(../images/header_m.jpg) 0 0 repeat-x;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#header div.header-l {
	background: url(../images/header_l.jpg) 0 0 no-repeat;
}

div#header div.header-r {
	height: 67px;
	background: url(../images/header_r.jpg) 100% 0 no-repeat;
}

div#toolbar {
	width: auto;
	height: 20px;
	clear: both;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

div#date {
	margin: 2px 10px 0px 10px;
	float: left;
	font-size: 85%;
	color: #ffffff;
}

div#topmenu {
	float: left;
	padding-top: 3px;
	
}
div#swapSignIn {
/*	width: auto;
	position: relative;
	z-index: 10;
	clear: both;
	
	margin-bottom: 5px;*/
}
div#login1 {
	width: 770px;
	height: 335px;
	margin-top: 5px;
	overflow: hidden;
}
div#formsgroup {
	position: absolute;
	z-index: 20;
	width: 770px;
	height: 240px;	
}
div#sign-in{
	width: 195px;
	height: 180px;
	float: left;
	padding: 30px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#sign-in h5{
	color: #000000;
}
/*div#signBkg{
	width: 195px;
	height: 180px;
	margin: 30px;
	
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 15;
}*/
/*div#signBkg:hover {	
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
div#dummy{
	width: 190px;
	height: 180px;
	float: left;	
	margin: 30px;
	overflow: hidden;	
}
*/
div#searchForm{
	width: 195px;
	height: 180px;
	float: right;
	overflow: hidden;
	padding: 30px;
}
div#searchForm h5{
	color: #000000;
}
/*div#searchFormBkg{
	width: 195px;
	height: 180px;
	margin: 30px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	background-color: #FFFFFF;
	position: absolute;
	left: 514px;
	top: 0px;
	z-index: 15;
}*/
/*div#searchFormBkg:hover {	
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}*/
DIV#footermenu {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	clear: both;
}
div#styleswitcher {
	height: 20px;
	margin: 3px 0px 0px 10px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
	 
}

a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 -20px no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 -20px no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 -20px no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 -20px no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 -20px no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 -20px no-repeat;
}

div#search {
	height: 18px;
	margin: 3px 0px 0px 10px;
	float: right;
	
}

div#headerbar {
	width: auto;  
	height: 72px;
	padding: 0px 10px 0px 225px;
	clear: both;  
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#menu {
	position: absolute;
	top: 68px;
	left: 220px;
	height: 35px;
}

div#banner {
	position: absolute;
	top: 5px;
	right: -10px;
	width: 0px;
	z-index: 3;
}

div#top {
	width: auto;  
	margin: 10px 0px 0px 0px;
	background: url(../images/top_t.png) 0 0 repeat-x;
	clear: both;  
}

div#top .top-b {	
	background: url(../images/top_b.png) 0 100% repeat-x;
}

div#top .top-l {
	background: url(../images/top_l.png) 0 0 repeat-y;
}

div#top .top-r {
	background: url(../images/top_r.png) 100% 0 repeat-y;
}

div#top .top-tl {
	background: url(../images/top_tl.png) 0 0 no-repeat;
}

div#top .top-tr {
	background: url(../images/top_tr.png) 100% 0 no-repeat;
}

div#top .top-bl {
	background: url(../images/top_bl.png) 0 100% no-repeat;
}

div#top .top-br {
	
	background: url(../images/top_br.png) 100% 100% no-repeat;
}

/* black gallery */
DIV#gallery {
	width: auto;
	position: relative;
	z-index: 10;
	clear: both;
}
#gallery div.leftG {
	background-image: url(../images/galleryLeft.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 7px;
	float: left;
}
#gallery div.rightG {
	background-image: url(../images/galleryRight.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 7px;
	float: left;
}
#gallery div.middleG {
	background-image: url(../images/galleryMiddle.gif);
	background-repeat: repeat-x;
	height: 90px;
	width: 736px;
	float: left;
}
DIV#module-black-br {
	background: url(../images/gallery_br_bkg.gif) 100% 100% no-repeat;
}

DIV#module-black-tr {
	background: url(../images/gallery_tr_bkg.gif) 100% 0 no-repeat;
}

DIV#module-black-bl {
	background: url(../images/gallery_bl_bkg.gif) 0 100% no-repeat;
}

DIV#module-black-tl {
	padding: 10px 15px 10px 15px;
	background: url(../images/gallery_tl_bkg.gif) 0 0 no-repeat;
	color: #000000;
	overflow: hidden;
}

div#middle {
	width: auto;
	padding-top:5px;
	clear: both;  
}

div#middle .background {
	
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
}

div#left {
	width: 200px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 5px 0px;
}

div#mainmiddle {
}

.showright div#mainmiddle {  
	BACKGROUND: none transparent scroll repeat 0% 0%
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
}

 
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

 
.showright div#content {
	margin: 0px 190px 0px 0px;  
	padding: 0px 0px 10px 0px;
}

div#contenttop {
	margin: 0px 0px 10px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 10px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	background: url(../images/top_t.png) 0 0 repeat-x;
	clear: both;  
}

div#bottom .bottom-b {	
	background: url(../images/top_b.png) 0 100% repeat-x;
}

div#bottom .bottom-l {
	background: url(../images/top_l.png) 0 0 repeat-y;
}

div#bottom .bottom-r {
	background: url(../images/top_r.png) 100% 0 repeat-y;
}

div#bottom .bottom-tl {
	background: url(../images/top_tl.png) 0 0 no-repeat;
}

div#bottom .bottom-tr {
	background: url(../images/top_tr.png) 100% 0 no-repeat;
}

div#bottom .bottom-bl {
	background: url(../images/top_bl.png) 0 100% no-repeat;
}

div#bottom .bottom-br {
	
	background: url(../images/top_br.png) 100% 100% no-repeat;
}

div#footer {
	width: 780px;  
 
	padding: 0px;
	clear: both;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

/*div#footer a.anchor {
	margin: 3px 10px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}*/

/*
 * Clearing & Floating
 */
.clearfix:unknown {
	CLEAR: both; 
	DISPLAY: block; 
	VISIBILITY: hidden; 
	HEIGHT: 0px; 
}
/*
.clearfix:after {
	
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
*/

.clearfix { display: block; }
 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }

div#imgHolder{
	height: 68px;
	width: 58px;
}
div#onLine{
	height: 8px;
	width: 8px;
	
	top: -70px;
	position: relative;
	z-index: 100;
	right: -24px;
	
}
div#imageSticker {
	height: 72px;
	width: 60px;
	padding: 3px;
	left: -4px;
	position: relative;
	float: left;
	z-index: 10;
	top: -6px;
}

div#imageSticker:hover {
	background-color: #FF0000;
	z-index: 20;	
}
/*
div#imageInfo {
	height: 100px;
	width: 300px;
	padding: 0px;
	position: absolute;
	z-index: 30;
	top: 100px;
	background-color: #66CC99;
	border: medium dashed #003399;
	
	
}
div#imageInfo:hover {
	visibility: hidden;
	background-color: #0033FF;
}*/
div#arrowBack {
	height: 68px;
	width: 38px;
	background-image: url(../images/outArrowL.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 9px;
	color: #BABCC2;
	text-align: center;
}
div#arrowBack:hover {
	background-image: url(../images/overArrowL.gif);
	background-repeat: no-repeat;
	color: #C9D6DA;	
}
div#arrowBack .txtBack {
	
	padding-top: 52px;	
}
div#arrowNext {
	height: 68px;
	width: 38px;
	background-image: url(../images/outArrowR.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 9px;
	color: #BABCC2;
	text-align: center;
}
div#arrowNext:hover {
	background-image: url(../images/overArrowR.gif);
	background-repeat: no-repeat;
	color: #C9D6DA;
}
div#arrowNext .txtPages {
	position: relative;
	margin-top: -6px;	
}
div#arrowNext .txtNext {
	padding-top: 40px;
}
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 10px Verdana;
	z-index:100;
	height: auto;
	width: 300px;
	vertical-align:top;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#fixedtipdiv img {
	margin-right: 6px;
	float: left;
}

/* dating */
DIV#info, #dating, #arrowShot, #conditions, #security, #contact {
	width: 768px;
	position: absolute;
	clear: both;
	height: 148px;
	visibility: hidden;
}
DIV#window-tl {	
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl.png) 0 0 no-repeat;
	color: #ffffff;
	overflow: hidden;
}
DIV#window-tr {
	background: url(../images/middle_module_tr.png) 100% 0 no-repeat;
}

DIV#window-bl {
	background: url(../images/middle_module_bl.png) 0 100% no-repeat;
}


DIV#window-br {
	background: url(../images/middle_module_br.png) 100% 100% no-repeat;
	 
}
