/* CSS Document */

body {
	margin: 0px;
	padding: auto;
	
	background-color: #999999;
	
	text-align: center;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0px;

	text-align: center;
}

/* ***** Header Styles ***** */
#header {
	position: relative;
	height: 130px;
	width: 850px;
	margin: auto;
	padding: 0px;

	background-color: transparent;
	background-image: url('images/bgMain.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

#header img.logo {
	position: absolute;
	top: 10px;
	left: 65px;
}

#header ul.company {
	position: absolute;
	right: 50%;
	top: 10px;
	padding: 0px 10px 0px 0px;
	
	border-right: 1px solid #797979;
	
	text-align: right;
	list-style-type: none;
}

#header ul.company li {
	text-align: right;
	margin: 0px;
	padding: 2px 0px;
}

#header ul.services {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: 10px;
	padding: 0px;

	list-style-type: none;
}

#header ul.services li {
	text-align: left;
	margin: 0px;
	padding: 2px 0px;
}

#header ul a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	text-decoration: none;
}
#header ul a:hover { color: #0099FF; }

#header img.massageItems {
	position: absolute;
	right: 25px;
	bottom: 0px;
}

/* ***** Main Image ***** */
#mainImage {
	position: relative;
	width: 850px;
	margin: auto;

	background-image: url('images/bgMain.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}
#mainImage img { margin: 0px 25px 0px 25px; }

/* ***** Content Area ***** */
#content {
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 25px;
	height: auto;
	
	background-image: url('images/bgMain.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	text-align: left;
}

#content div.imageArea {
	position: absolute;
	left: 25px;
	bottom: 0px;
	width: 260px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#content div.imageArea img { margin: 60px 0px 0px 0px; padding: 0px; }

#content div.textArea {
	position: relative;
	margin: 0px 0px 0px 300px;
	width: 400px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
}

#content div.textArea p {
	margin: 3px 0px 10px 0px;
}

#content div.textArea ul li {
	padding-bottom: 10px;
}

#content table.pricing {
	margin: 0px;
	padding: 0px;
	
	border: 0px none #000000;
	border-collapse: collapse;
}

#content table.pricing th {
	padding-right: 10px;
	
	border-bottom: 1px solid #999999;
}

#content table.pricing td {
	padding-right: 10px;
}
#content table.pricing td.currency { text-align: right; }
#content table.pricing td.null { background-color: #dddddd; }

/* ***** Footer ***** */
#footer {
	position: relative;
	width: 850px;
	height: 35px;
	margin: 0px auto 0px auto;
	padding: 0px;

	background-image: url('images/bgFooter.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#footer p {
	padding: 14px 40px 4px 0px;
	margin: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #797979;
	text-align: right;
}

/* ***** Headings ***** */
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: The Sans, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #797979;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;

	font-family: The Sans, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #797979;
}

h3 {
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1e8a9f;
}

/* ***** Text ***** */
blockquote {
	margin: 10px 5px 10px 0px;
	padding: 0px 35px;
	
	background-image: url('images/icoQuotes.gif');
	background-position: 2px 1px;
	background-repeat: no-repeat;
}

a {
	color: #1e8a9f;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

em {
	font-size: 14px;
	font-style: normal;
	color: #444444;
}