@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* Page Formatting */
html { background: url(../images/interface/htmlBG.gif) top left repeat-x #030c15; }

body {
	position: relative;
	width: 995px;

	margin: 0 auto;

    color: #7caaf6;

	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.page {
	position: relative;
	width: 100%;

	margin: 0 auto;
	padding-top: 220px;
}

div.column {
	width: 845px;
	padding: 170px 60px 0 50px;
	background: url(../images/interface/pageBG.jpg) top left repeat-y;
}

div.clear { clear: both; }

/* Masthead */
ul#masthead {
    position: absolute;
    top: 0;
    left: 0;

	width: 995px;
	height: 20px;

	padding: 120px 0 80px 0;

	list-style-type: none;
	background: url(../images/interface/masthead.jpg) top left no-repeat;
}

ul#masthead li {
	float: left;
    height: 24px;
    line-height: 24px;

	margin-left: 45px;
	text-align: center;
}

ul#masthead li a {
	color: #fff;
	text-decoration: none;
}

ul#masthead li a:hover { text-decoration: underline; }

/* Page Menu */
div#pageMenu {
    position: absolute;
    top: 170px;
    left: 50px;

	width: 275px;
	height: 200px;

	z-index: 2;
	background: url(../images/interface/pageMenuBG.gif) top left no-repeat;
}

div#pageMenu h2 { color: #87ba13; font-size: 17px; }

div#pageMenu ul {
	width: 95%;
	height: 151px;
	list-style-type: none;
	overflow: auto;
	margin-left: 1%;
}

div#pageMenu ul li {
    height: 24px;
	width: 89%;
    line-height: 24px;
	text-indent: 10px;
}

div#pageMenu ul li.heading {
	text-indent: 12px;
}

div#pageMenu ul li a {
	display: block;
	width: 100%;
	height: 100%;

	color: #00578c;
	padding-left: 12px;
	text-decoration: none;
	text-transform: capitalize;
}

div#pageMenu ul li.odd a { background-color: #0e1f3b; }

div#pageMenu ul li a:hover { text-decoration: underline; }

h2 {
	clear: both;
	width: auto;
	height: 29px;
	line-height: 29px;

	color: #fff;

	font-size: 25px;
	font-weight: normal;
	text-indent: 10px;

	margin-bottom: 10px;
}

p {
	padding-bottom: 10px;
	width: 97%;
	margin: 0 auto;
	text-align: justify;
}

a { color: #97c1ed; }

/* Banner List */
ul.bannerList, ul.infoList, ul.infoList li ul { list-style-type: none; }

ul.bannerList li, ul.infoList li {
	float: left;
	width: 100%;
	height: 100px;
	margin: 0 .5% 0 .5%;
}

ul.bannerList li { padding-top: 10px; text-align: center; }

ul.bannerList li h4, ul.infoList li h4 {
	color: #87ba13;
	font-size: 12px;
	text-indent: 1px;	
}

ul.bannerList li a img { border: 0; }

/* Info List */
ul.infoList li {
	width: 30%;
	height: 220px;
	padding: 1%;
	margin-bottom: 1%;
	border: 1px dashed #00578c;
	background-color: #0a1930;
	overflow: auto;
}

ul.infoList.smaller li {
	height: 120px;
}

ul.infoList li p { padding-bottom: 10px; }

ul.infoList li ul { padding-top: 5px; }

ul.infoList li ul li {
	width: 100%;
	height: auto;
	margin: 0 0 2px 0;
	border: 0;
}

ul.infoList li ul li strong { width: 50px; }

/* Girl scroller */
div#girlScroller {
	position: absolute;
	z-index: 3;

	top: 170px;
	right: 100px;

	width: 550px;
	height: 200px;

	overflow: hidden;
}

div#girlScroller div {
	position: absolute;
	top: 0;
	left: 100%;

	width: 100%;
	height: 100%;
}

div#girlScroller img {
	position: absolute;
	display: block;
}

div#girlScroller div a {
	position: absolute;
	display: block;
	z-index: 12;

	top: 0;
	left: 0;

	width: 550px;
	height: 200px;

	margin: 0;

	color: #fff;
	font-size: 35px;
	font-weight: normal;
	text-decoration: none;
}

div#girlScroller a span {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	display: block;
}

/* Belles Escorts Link */
div#eleganceLink {
	position: absolute;
	top: 5px;
	left: 5px;

	width: 153px;
	height: 56px;

	z-index: 2;
}

div#eleganceLink a {
	display: block;
	width: 100%;
	height: 100%;
}

div#eleganceLink a:hover{ border: 4px solid #6097d0; }

/* Addthis */
div#addthis {
	position: absolute;
	width: 130px;
	top: 125px;
	right: 80px;
}

/* Back Links */
a.backLink {
	display: block;
	position: absolute;

	z-index: 3;
	top: 160px;
	right: 20px;

	width: 110px;
	height: 20px;

	color: #9d0d0d;
	font-size: 13px;

	text-align: right;
	text-decoration: none;
}

a#backLink:hover { color: #bf2f2f; }

/* Footer */
ul#footer {
	width: 896px;
	height: 20px;

	padding: 180px 50px 0 0;
	margin-bottom: 20px;
	list-style-type: none;

	background: url(../images/interface/footerBG.jpg) top left no-repeat;
}

ul#footer li {
	float: right;
	line-height: 22px;

	color: #fff;
	font-size: 11px;
	margin-right: 1%;
}

ul#footer li a { color: #fff; text-decoration: none; }
ul#footer li a:hover { text-decoration: underline; }

/* W3C Logo */
ul#footer li a.w3c {
	display: block;

	width: 26px;
	height: 14px;

	margin-top: 4px;
	padding: 0 4px 0 28px;

	color: #222;
	text-decoration: none;

	font-size: 8px;
	font-weight: bold;
	line-height: 7px;

	background: url(../images/interface/w3c.gif) top left no-repeat #ffd377;
	border: 1px solid #fff;
}

ul#footer li a.w3c#w3cCSS { background-color: #bed6e6; }

ul#footer li a.w3c#w3cXHTML:hover { color: #000; background: url(../images/interface/w3c.gif) top left no-repeat #fff599; }
ul#footer li a.w3c#w3cCSS:hover { color: #000; background: url(../images/interface/w3c.gif) top left no-repeat #dff8f8; }

h3#debug {
	position: absolute;
	z-index: 100;
	top: 140px;
	left: -50px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#headTel span { font-size: 25px; } #headTel { color: #fff; font-size: 15px; text-align: center; font-style: italic; position: absolute; top: 5px; left: 50%; margin-left: -150px; width: 300px; } .banners li, .texts { text-align: center; font-size: 12px; } .texts a { margin: 2px 10px; } .banners, .banners li { float: left; } .banners { width: 100%; list-style-type: none; } .banners li { width: 50%; margin-bottom: 5px; } .banners img { width: 280px; height: 37px; margin: 0 auto; display: block; border: 0; } .banners.large li { width: 100%; } .banners.large img { width: 430px; height: 109px; } .banners, .texts { margin-bottom: 10px; }