html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, span, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

h1 {
	font-size: large;
	font-weight: bold;
}

body {
	line-height: 1.4em;
	color: #999999;
	background: #FFFFFF;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: #555555;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000000;
}

span.b {
	font-size: 11pt;
	font-style: italic;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

#contentWrapper {
	width: 900px;
	height: 750px;
	margin: 50px auto;
}

#header {
	height: 150px;
}

#header img {
	float: left;
}

#nav {
	float: right;
	margin-top: 35px;
}

#nav #navList li {
}

#nav #navList li a  {
	display: block;
	color: #999999;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	height: 25px;
}

#nav #navList li a:hover  {
	color: #555555;
}

#nav #navList li a:active  {
	color: #555555;
}

#mainContent {
	height: 553px;
	overflow: visible;
}

#mainContent.home {
	height: 450px;
	overflow: visible;
}

#leftBody {
	float: left;
}

#rightBody {
	float: right;
}

#mainContent.promotions #leftBody, 
#mainContent.details #leftBody,
#mainContent.locationContact #leftBody {
	width: 440px;	
	height: 553px;
	padding-right: 10px;
}

#mainContent.services #leftBody {
	width: 290px;	
	height: 553px;
	padding-right: 10px;
	text-align: justify;
}

#mainContent.promotions #rightBody {
	width: 450px;
	height: 553px;
	background: url(../images/promotions.jpg) top left no-repeat;
}

#mainContent.details #rightBody {
	width: 450px;
	height: 553px;
	background: url(../images/details.jpg) top left no-repeat;
}

#mainContent.services #rightBody {
	height: 553px;
	width: 600px;
	background: url(../images/services.jpg) top left no-repeat;
}

#mainContent.locationContact #rightBody {
	width: 450px;
	height: 553px;
	background: url(../images/locationContact.jpg) top left no-repeat;
}

#contactForm {
	float: left;
	width: 340px;
	height: 388px;
	margin: 20px;
	padding-right: 20px;
}

#contactForm form input,
#contactForm form textarea {
	margin-bottom: 10px;
	border: 1px solid #666666;
}

#contactForm form textarea {
	width: 340px;
}

#contactForm form #submit {
	float: right;
}

#contactForm.skype form #submit {
	float: left;
}

#thankyou {
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

#skype {
	clear: both;
	height: 25px;
	margin-top: 10px;
	border: 1px solid #999999;
	vertical-align: middle;
}

/*** hide skype div on skype page ***/
	#skype.skype {
		visibility: hidden;
	}

#skypeLogo {
	float: left;
	margin: 2px 5px 2px 125px;
}

#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

#contentWrapper.home #footer {
	margin: 10px auto 0;
	padding: 0;
}

#footer a {
    text-decoration: none;
    color: #999999;
	padding: 0 1.5px;
}

#footer a:hover {
    color: #666666;
}



 /******
 * This stylesheet is part of the Calendar Date Picker Script, downloaded from http://start.excudo.net
 *
 * See calendar_date_picker.js for license details
 *
 * Author: Martijn Korse
 * Website: http://devshed.excudo.net
 *
 * Date: 2006-09-07 07:53:21
 ***/
#calendar {
	width: 220px;
	font-family: ms sans serif, sans serif;
	font-size: 8pt;
	}

#calendarTable {
	border-style: outset;
	border-width: 1px;
	border-color: #CCC;
	background-color: #FFF;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	}
#calendarTable TD {
	text-align: center;
	font-size: 7pt;
	width: 25px;
	}
#calendarTableHead TR {
	background-color: white;
	padding-bottom: 2px;
	}
#calendarTableDays TR {
	background-color: #666;
	color: white;
	}
#selectMonth, #selectYear {
	font-family: ms sans serif, sans serif;
	font-size: 8pt;
	border-width: 0px;
	border-style: none;
	}

#calendarTable A {
	color: gray;
	text-decoration: none;
	font-size: 11pt;
	font-family: Helvetica;
	margin-top: 2px;
	}
#calendarTable A:hover {
	color: black;
	text-decoration: none;
	}
.normalDay {
	border: 1px solid black;
	cursor: pointer;
	}
.hlDay {
	border: 1px solid black;
	background-color: #444;
	color: white;
	cursor: pointer;
	}
.toDay {
	border: 1px solid teal;
	background-color: #DDD;
	color: teal;
	font-weight: bold;
	cursor: pointer;
	}
.choosenDay {
	border: 1px solid green;
	background-color: gray;
	color: white;
	font-weight: bold;
	cursor: pointer;
	}
.excludedDay {
	border-color: #CCC;
	color: #CCC;
	}
/******************
 end Calendar Script
*******************/