@charset "utf-8";
/* CSS Document */
/* www.asiantorontoescorts.com 2010 Allan.Yu*/


/* for firefox v-scrollbar*/
html {
overflow:-moz-scrollbars-vertical;
}
/* CSS reset */
* {
MARGIN: 0px;
padding: 0px;
}
.title h3{
padding: 50px 50px 0px 50px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:31px;
font-style:italic;
font-weight:normal;
color:#000;
}
ul{
list-style:none;
}
#girlsphotos {
padding-top:500px;
_padding-top:500px;
width:1000px;
}
#girlsphotos li{
display:block;
width:200px;
height:370px;
}
#girlsphotos li a{
display:block;
width:200px;
height:326px;
}
#girlsphotos a:hover{
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity:0.7;
}
#girlsphotos li{
margin:0px;
width:200px;
height:370px;
float:left;
}
#girlsphotos li h3{
padding-left:10px;
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:24px;
font-weight:normal;
color:#FFFFFF;
}
#girlsphotos li h5{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-weight: bold;
color:#666666;
}

#girlsphotoss {
width:1000px;
}
#girlsphotoss li a{
display:block;
width:200px;
height:300px;
}
#girlsphotoss a:hover{
opacity: 0.8;
filter:alpha(opacity=80);
-moz-opacity:0.8;
}
#girlsphotoss li{
background:url(../images/g_n.jpg) no-repeat 0px 300px;
margin:0px;
width:200px;
height:370px;
float:left;
}
#girlsphotoss li h3{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:22px;
font-style:italic;
font-weight:normal;
color:#000;
}
#girlsphotoss li h5{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:#fff;
}
img{
border:0;
}
.information{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:20px;
padding-right:20px;
}
.info{
text-align:justify;
padding: 50px 50px 0px 50px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:15px;
font-size:11px;
color:#000;
float:left;
}
.font_1{
text-align:justify;
padding: 140px 150px 0px 30px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:15px;
font-size:11px;
color:#000;
float:left;
}
.font_2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
padding:10px;
margin:0px;
}
#main{
width:1000px;
height:3500px;
margin:0 auto;
background:url(../images/top_bg.jpg) no-repeat 0px 40px #fff;
}
#mainn{
width:1000px;
height:700px;
margin:0 auto;
background:url(../images/top_bgg.jpg) no-repeat 0px 0px #000;
}
a:link {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFF66;
	text-decoration: none;
	font-weight: bolder;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

#girlsphotosss {
width:1000px;
}
#girlsphotosss li a{
display:block;
width:100px;
height:300px;
margin-bottom:10px;
}
#girlsphotosss a:hover{
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity:0.7;
}
#girlsphotosss li{
background-color: #0099FF;
margin:0px;
width:100px;
height:370px;
float:left;
}
#girlsphotosss li h3{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:15px;
font-weight:bolder;
color:#FFFFFF;
}
#girlsphotosss li h5{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:normal;
color:#fff;
}

BODY {
background:url(../images/BG.jpg) repeat-x; #fff;
}
/*   nav    */

		/**	style used for both examples **/

		.menu { 
			height: 45px;
			display: block;
		}

		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			/* width and height of the menu items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 45px;
		}

		.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 200px;
			height: 45px;
			font-size: 12px;
			font-weight: bold;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
		}

		.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 200px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -45px;
		}

		/** 1st example **/

		#menu {
			background: #EEE;
		}

		#menu ul li a {
			color: #000;
		}

		#menu ul li a span.over {
			color: #FFF;
		}

		#menu ul li span.bg {
			/* height of the menu items */  
			height: 45px;
			background: url('bg_over.gif') center center no-repeat;
		}
		
		/** 2nd example **/

		#menu2 {

			background: #33CCFF;		
		}
		
		#menu2 ul li a {

font-family:Georgia, "Times New Roman", Times, serif;
			color: #FFF;
		}

		#menu2 ul li a span.over {
			background: #FFF;
			color: #000;
		}
