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

* {
	margin: 0;
	padding: 0;
}

/*--BESB--*/
html {
	position: relative;

	width: 100%;
	height: auto;
	padding: 0 2% 0 2%;
	margin: 0;

	background: url(../images/interface/window.jpg) top center repeat-y #b4b9bf;
}

body {
	position: relative;
	width: 995px;
	margin: 0 auto;
}

div#page {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 250px 0 0 0;
	font-family: Verdana;
	font-size: 19px;
	color: #452c50;
	line-height: 30px;
}
/*--BESB--*/
 
/* --------------------------------------
Misc
-------------------------------------- */
div.clear { clear: both; }

p {
	margin-bottom: 10px;
}

h2 {
	color: #7f2048;
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	color: #203b7f;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
}

h1#heading {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 40px;

	font-size: 30px;
	font-weight: normal;
	font-family: Verdana;
	color: #000;
}

h1#heading span {
	display: block;
	padding-top: 40px;
	color: #000;
	font-size: 70px;
	font-family: Times;
	font-style: italic;
	font-weight: bold;
}

h2#telephone {
	position: absolute;
	z-index: 10;
	top: 140px;
	right: 40px;

	font-size: 15px;
	font-weight: bold;
	font-family: Verdana;

	color: #222;
}

h2#telephone span { font-size: 35px; }

/* Column */
div.column {
	position: relative;
	float: left;
	width: 975px;
	margin: 10px 0 20px 10px;
}

div.column img {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 2px;
}

div.column img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

/* --------------------------------------
Masthead
-------------------------------------- */
ul#masthead {
    position: absolute;
    top: 0;
	left: 0;
	width: 370px;
	height: 30px;

	padding-top: 155px;
	padding-bottom: 20px;
	padding-right: 650px;

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

ul#masthead li {
	float: right;
	margin-right: 2px;
	height: 30px;
	color: #c06;
}

ul#masthead li a {
	display: block;
	float: left;
	height: 28px;

	padding: 0 5px;

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}

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

/* --------------------------------------
Home Page
-------------------------------------- */
div#homepic {
	position: relative;
	float: right;

	width: 282px;
	height: 393px;

	margin-left: 10px;
	z-index: 10;
}

div#homepic img {
	position: absolute;
	top: 26px;
	left: 33px;

	display: block;
	width: 222px;
	height: 333px;

	margin: 0;
	padding: 0;
}

/* Home page Belles banner */
ul.links.home li img { width: 468px; }

/* Home page reciprocal banners */
div#reciprocals {
	float: left;
	clear: both;
	width: 940px;

	text-align: center;
	margin-top: 0px;
	padding-left: 35px;
}

div#reciprocals div {
	float: left;
	width: 120px;
	height: 15px;

	padding: 1px;
	margin: 2px;

	background-color: #fff;
	border: 1px solid #111;
}

div#reciprocals div a {
	float: left;
	display: block;

	width: 100%;
	height: 100%;

	color: #000;
	background-color: #fff;
	background: url(../images/interface/reciprocalBG.png) bottom left repeat-x;

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
}

/* --------------------------------------
Gallery Page
-------------------------------------- */
ul.gallery {
	float: left;
	clear: both;
	width: 975px;
	list-style-type: none;
}

ul.gallery li {
	float: left;
	width: 190px;
	height: 275px;

	margin: 2px 2px;
	color: #111;
	font-weight: bold;
	font-size: 12px;
	text-align: center;

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

ul.gallery li div {
	float: left;

	width: 170px;
	height: 225px;

	margin: 10px 0 5px 10px;
	overflow: hidden;
}

ul.gallery li img {
	display: block;
	width: 170px;
	padding: 0;
}

/* If gallery is empty */
ul.gallery li.comingSoon {
	color: #111;
	font-size: 15px;
	width: 100%;
	background: none;
}

/* --------------------------------------
Links Page
-------------------------------------- */
ul.links {
	float: left;
	clear: both;
	width: 975px;

	list-style-type: none;
	background: none;
}

ul.links li {
	float: left;
	width: 100%;

	margin: 5px 0;
	font-size: 12px;
	text-align: center;
}

ul.links li img { float: none; display: inline; border: 0; }

/* If links are empty */
ul.links li.comingSoon { font-size: 15px; }

/* Link exchange box */
div.linkXchange {
	float: left;
	width: 100%;

	padding-top: 40px;
	text-align: center;
}

div.linkXchange img {
	display: block;
	float: none;
	width: 468px;
	margin: 0 auto;
}

/* Upgraded link exchange box */
form.linkXchange {
	margin-top: 20px;
}

form.linkXchange ul {
	float: right;
	clear: both;

	width: 69%;
	height: 25px;

	margin-top: 10px;
	line-height: 25px;

	list-style-type: none;
}

form.linkXchange ul li {
	float: left;
	margin-right: 5px;
}

form.linkXchange div.tabbox {
	display: none;
	float: right;
	clear: both;
	width: 100%;
}

form.linkXchange div.tabbox.active {
	display: block;
}

/* --------------------------------------
Rates Page
-------------------------------------- */
table.rates {
	width: 973px;
	border: 1px solid #000;
	border-collapse: collapse;
	background-image: url(../images/interface/ratesbg.jpg);
	background-position: top left;
	background-repeat: repeat;
}

table.rates th.head { font-weight: normal; }
table.rates th { color: #fff; background: url(../images/interface/alpha050.png) top left repeat; }
table.rates td, table.rates th {
	text-align: right;
	padding: 5px;
}

/* If rates are all empty */
p.comingSoon { font-size: 15px; }

/* --------------------------------------
Forms
-------------------------------------- */
form {
	float: left;
	clear: both;
	width: 75%;
}

form fieldset { border: 0; }

form ol {
	float: left;
	clear: both;
	width: 100%;
	list-style-type: none;
}

form ol li {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}

form ol li label {
	float: left;
	width: 25%;
	padding-right: 1%;
	text-align: right;
}

form ol li input.text, form ol li textarea { float: right; width: 69%; }
form ol li input.button { float: right; }
form ol li textarea { width: 69.5%; }

/* --------------------------------------
Footer
-------------------------------------- */
ul#footer {
	width: 975px;
	height: 75px;
	padding: 0 10px;
	margin-top: 50px;
	list-style-type: none;
	color: #ffffff;
	background: url(../images/interface/footerBG.gif) top left no-repeat;
}

ul#footer li {
	float: left;

	font-size: 11px;
	line-height: 75px;
	text-align: left;
	margin-right: 20px;
}

ul#footer li.right {
	float: right;
	text-align: right;
	margin-right: 0;
}

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