@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
a, b {
	color: #88DEFF;
}
ul {
	margin-left: 40px;
	float: left;
}
li {
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: square;
}
td {
	padding: 7px;
}



#content {
	background-image: url(images/backgroundContent.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	position: relative;
	overflow: visible;
	background-color: #2E2E2E;
}
#banner {
	background-image: url(images/backgroundBanner.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 850px;
	position: relative;
}
#logoTidy {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 24px;
	right: 15px;
}
#mainMenu {
	background-image: url(images/backgroundMenu.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 432px;
	position: absolute;
	top: 130px;
	right: 10px;
}
#menuFiller {
	display: block;
	height: 38px;
	width: 55px;
	float: left;
}

#mainMenu a {
	font:italic bold normal 16px/38px 'Trebuchet MS', 'Arial';
	color: #000000;
	text-decoration: none;
	height: 38px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#mainMenu a:hover {
	color: #3084E7;
}
#mainMenu span {
	background-color: #333333;
	text-indent: -9999px;
	float: left;
	height: 15px;
	width: 1px;
	margin-top: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
#leftContent {
	width: 142px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	float: left;
	display: inline;
}
#rightContent {
	float: right;
	width: 650px;
	margin-right: 20px;
	display: inline;
}
#rightContent p {
	line-height: 18px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 5px;
}
#titleWelcome {
	background-image: url(images/titleWelcome.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 106px;
}
#titleServices {
	background-image: url(images/titleServices.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 200px;
}
#titlePrestige {
	background-image: url(images/titlePrestige.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 187px;
}
#titleContact {
	background-image: url(images/titleContact.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 200px;
}
.optionBox {
	padding: 5px;
	width: 550px;
	margin-left: 20px;
	border: 1px solid #F4F4F4;
	margin-bottom: 15px;
	background-image: url(images/backgroundContent.jpg);
	background-repeat: no-repeat;
	background-position: -200px -200px;
}

#footer {
	height: 38px;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgroundFooter.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#footer p {
	line-height: 34px;
	color: #000000;
	height: 34px;
	margin-right: 20px;
}
#footer a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #61BAFE;
}

