/* reset all used html tags */
body,div,p,a,ul,li {
	margin: 0;
	padding: 0;
}
.alignright {
  float:right;
}

/* main structure */
body {
	background: #fff url(images/body.jpg) repeat-x;
	text-align: center;
	font-family: tahoma;
}
#mainwrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
body.mceContentBody {
	text-align: left;
}

#header {
	width: 100%;
	height: 240px;
	margin: 0 0 10px 0;
	background: #fff url(images/header.jpg) no-repeat;
}
#maincontent {
	width: 100%;
	min-height: 376px;
}
#leftcolumn {
	float: left;
	width: 255px;
	margin-left:10px;
}

#cms-content {
	float: left;
	width: 673px;
	padding: 19px 0 0 14px;
	color: #371a47;
}
/* Internet Explorer * 
/*\*/ 
* html #cms-content {width: 705px;} 
/**/
#content {
  float:left;
}

#footer {
	width: 100%;
	height: 83px;
	background: #fff url(images/footer.jpg);
}

/* top menu */
#topmenu {
	position: relative;
	left: 40px;
	top: 207px;
	font-size: 14px;
}
#topmenu ul {
	list-style: none;
	float:left;
	padding-top:7px;
}
#topmenu ul li {
	display: inline;
}
#topmenu ul li a {
	padding: 0px 6px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
}
#topmenu ul li a:hover {
	padding: 0px 6px;
	color: #83C108;
	text-decoration: none;
	text-transform:uppercase;
}
#searchform {
  padding-right:50px;
	color:white;
}
#s {
  width:90px;
}

/* left side menu */
#lefttop {
	width: 100%;
	height: 19px;
	background: #fff url(images/lefttop.jpg);
}
#leftbody {
	width: 100%;
	min-height: 357px;
	background: #fff url(images/leftbody.jpg) repeat-y;
}
/* Internet Explorer * 
/*\*/ 
* html #leftbody {height: 357px;} 
/**/

#leftbody ul {
	margin: 0px 0 0 40px;
	list-style: none;
	font-size: 12px;
}
#leftbody ul li {
	width: 178px;
	padding: 3px 0 4px 12px;
	border-bottom: 1px dotted #fff;
}
#leftbody ul li a {
	color: #371a47;
	text-decoration: none;
}
#leftbody ul li a:hover {
	color: #fff;
	text-decoration: none;
}


/* footer */
#footer p {
	position: relative;
	width: 300px;
	left: 50px;
	top: 18px;
	font-size: 10px;
	color: #fff;
}
#footer #commercials {
	float: right;
	margin: 7px 23px 0 0;
	text-align: right;
}
#footer #commercials img{
	margin-left: 16px;
}


/* cms content */
#cms-content {
  font-size:12px;
	width:680px;
}
#cms-content-header, h1 {
	width: 630px;
	margin-bottom: 23px;
	font-size: 18px;
	font-style: italic;
}
#cms-content-intro, #cms-content-overview, h2 {
	margin-bottom: 20px;
	font-size: 12px;
}
#cms-content-rooms-hire {
	float: right;
	width: 221px;
	height: 45px;
	margin: 0 7px 0 7px;
	background: #fff url(images/cms-content-roundedrect.jpg);
	font-size: 22px;
	color: #fff;
	text-align: center;
}
#cms-content-overview {	
}
#cms-content ul {
	float: left;
	width: 355px;
	margin-top: 22px;
	list-style: disc;
	margin-left:15px;
}
#cms-content ul li{
	line-height: 16px;
}
#cms-content ul li a{
	color: #371a47;
}
.breadcrumb-title {
  padding-right:5px;
}