/* Rare Brand Market V1 Stylesheet */
/* By Peter Wilmshurst | Website Success */
/* Copyright 2009 Website Success */

/* BODY ATTRIBUTES */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #ba006f;
	margin: 67px 0 20px 0;
}
a:link {
	color: #ba006f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ba006f;
}
a:hover {
	text-decoration: underline;
	color: #ba006f;
}
a:active {
	text-decoration: none;
	color: #ba006f;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#topBar {
	background: transparent url(../build/topBar.png);
	width: 900px;
	height: 22px;
}
#middle {
	background: #FFFFFF;
	width: 800px;
	padding: 18px 50px 0 50px;
}
#botBar {
	background: transparent url(../build/botBar.png);
	width: 900px;
	height: 22px;
}
#navigation {
	border-top: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
	padding: 0px 0 0px 2px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul {
	display: block;
	margin: 0;
	padding: 0;
}
li {
	float: left;
	list-style-type: none;
}
#logo {
    padding-bottom: 20px;
	float: right;
}
#content {
	margin: 20px 0 0 0;
}
#leftContent {
	width: 330px;
	float: left;
	margin-right: 17px;
}
#leftContentContact {
	width: 400px;
	float: left;
}
#rightContent {
 float: right;
}

#topline {
	width:800px
    float: left;
}

#rightContentContact {
	width: 400px;
    float: right;
	padding:60px 0 0 0;
}

#quoteBot {
	float: left;
    width: 800px
}

.clear {
	clear:both;
}
#bookOnline {
	padding: 6px;
	background: #f3a9d5;
}
#booking {
	float: right;
}
.norm {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	list-style-type: none;
}
p {
	text-align: justify;
}
#footer {
	margin-top: 20px;
	width: 800px;
	float:left;
	border-top: #e9e9e9 1px solid;
	padding: 4px 0 0 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.botNorm {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	list-style-type: none;
}

.float-left {
	float: left;
}
.float-right {
	float:right;
}



