* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #1a1718;
}

body {
	color: #fff;
	font: 12px/1.4em Arial, Helvetica, Geneva, sans-serif;
}

.hide  {
	display: none;
}

	img {
	border: none;
}

a {
	text-decoration: none;
	color: #ec068d;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #ec068d;
	margin-bottom: .5em;
line-height: normal;
}

.logoHead{	
	font-size:50px; 
	color:#ec068d;
}
.logoHead_b{
	margin-top: -28px;
	padding-left: 65px;
	font-size:50px; 
	color:#ec068d;
}
.clr {
	clear: both;
	font-size: 9px;
	line-height: 1px;
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	letter-spacing: -1px;
	padding-top: 7px;
}

h2 {
font-size: 24px;
font-weight: normal;
font-style: normal;
}

p, ul, ol, table {
margin-bottom: 1em;
}

td {
vertical-align: top;
}

.devnote {
background-color: #fdff00;
color: #191919;
padding: 5px;
}

#wrapper {
width: 760px;
color: #fff;
margin-right: auto;
margin-left: auto;
border: 4px solid #ec068d;
margin-top: 80px;
background: #54075b;
/*height: 565px;*/
}

#header {
padding-bottom: 5px;
}

#logo {
padding-left: 10px;
padding-top: 10px;
}

#content {
margin: 0 20px;
clear: both;
min-height:400px;
background: #54075b url(../gfx/silhouette.gif) no-repeat right top;
}

body.home #content{

}

li {
margin-left: 16px;
}

.nobullets {
list-style-type: none;
}

.nobullets li {
margin-left: 0;
}

.hide {

}

/* @group nav1 */

#nav1 {
width: 210px;
float: left;
border-right: 2px solid #7600af;
}

/* @end */

#main {
width: 480px;
float: left;
padding-left: 0px;
margin-left: 20px;
}

#footer {
width: 760px;
margin-right: auto;
margin-left: auto;
font-size: 10px;
margin-top: 1em;
text-align: left;
}

.quote {
margin: 10px 20px 20px;
color: #f6004e;
font-weight: bold;
font-style: italic;
/*border-left: 1px solid #7600af;
padding-left: 10px;*/
}

.author {
font-style: italic;
/*display: block;*/
text-align: right;
color: #fff;
font-weight: normal;
}

/* @group layout */

.layout {
width: 100%;
}

.layout td {
padding: 6px;
text-align: left;
}

.padme {
}



/* @end */

/* @group results */

.results {
width: 100%;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
}

.results th {
background-color: #ec068d;
color: #500757;
text-transform: uppercase;
}

.results th, .results td {
padding: 6px;
text-align: left;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}



#enq_form th {background-color: #ec068d;color: #500757;text-transform: uppercase;}
.enq_form_txt{
	width: 350px;
}

.errnote {
text-align: center;
font-size: 14px;
background: #ec068d;
border: 3px solid #fff;
padding: 5px;
color: #fff;
}

.warnnote {
text-align: center;
font-size: 12px;
background: #fff url(/gfx/admin/icons/note_error.png) center left no-repeat;
border: 3px solid #ffaa24;padding: 5px;
color: #e0020f;
}

.confirmnote {
text-align: center;
background: #fff url(/gfx/admin/icons/tick.png) center left no-repeat;
font-size: 12px;padding: 5px;
border: 3px solid #0a0;
color: #e0020f;
}


/* @end */