
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	color:#4F677F;
	font-size:13px;
	line-height:25px;
	margin:0px;
}

a {
	color: #6292E4;
	text-decoration: none;
}

div#onTop {
	width:auto;
	padding:0px 20px;
	height:30px;
	line-height:30px;
	color:#4F677F;
	font-size:13px;
	text-align:left;
	background:#FFFFFF;
	opacity:0.8;
	filter: alpha(opacity = 80);
}
	
h1 {
	font-size:17px;
	font-weight: normal;
	margin:5px 0px 13px 0px;
}

div#mainContainer {
	width:800px;
	background:red;
	margin:50px auto;
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#top {
	width:auto;
	height:120px;
	padding:0px 15px;
	margin:15px 0px;
}

div#topLogoCon {
	width:100%;
	text-align:left;
}

div#logo {
	width:100px;
	height:100px;
	float:left;
}

div#welcome {
	width:650px;
	float:right;
}

div.mess {
	border:1px solid #FFAA24;
	width:700px;
	padding:10px;
	margin:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#FFEDCF;
}

span#back_to {
	border:1px solid #FFAA24;
	width:auto;
	padding:10px;
	margin:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span#back_to:hover {
	background:#FFEDCF;
}

div.b {
	height:30px;
	padding-top:0px;
	width:80px;
	background:url(/images/button_book.png);
	text-align: center;
	cursor:pointer;
}

div#services {
	margin:0px 15px 30px 15px;
	width:auto;
	text-align: left;
}

div#services table {
	border-collapse: collapse;
	font-size:12px;
	width:100%;
}

div#services td {
	padding:7px;
	vertical-align: top;
	border-width: 1px 1px 0 0;
}

div#services td.price {
	color:#5F9154;
}

div#services tr.head td {
	padding-top:35px;
	font-size:14px;
	font-weight:bold;
}

div#link {
	width:auto;
	margin:0px 15px;
	text-align:left;
}

div#copyright {
	width:auto;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.b {
	background:transparent url(/images/button_.gif) repeat scroll 0 0;
	color:#555555;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
	text-align: left;
}

a.b:hover {
	color:#0066CC;
}

.delete {
	background:transparent url(/images/delete.gif) no-repeat scroll 10px 8px;
display:block;
text-indent:30px;
}

.add {
	background:transparent url(/images/add.gif) no-repeat scroll 10px 8px;
display:block;
text-indent:30px;
}

table#checkTable {
	width:650px;
}

table#checkTable td {
	padding:5px;
}

table#checkTable td.left {
	width:50%;
	text-align:right;
	padding-right:20px;
	font-weight:bold;
}

table#checkTable td.right {
	width:50%;
	text-align:left;
	padding-right:20px;
}

div#noServices {
	width:100%;
}

div#noServices div#pic {
	float:left;
	width:300px;
	text-align:right;
}

div#noServices div#content {
	float:right;
	width:400px;
}

div#noServices div#content ul li {
	margin-bottom:10px;
}


