@charset "UTF-8";
/* CSS Document by Taste Consultancy Ltd. www.tasteconsultancy.com */

/* 
COLOURS

green	: #a3af06
grey	: #2a2a2a

*/

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, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	background-color:#442359;
	font:80% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #8b6b9f;
	height:100%;
}
body a { color:#8b6b9f; text-decoration:none }
body a:hover { color:#a3af06; text-decoration:none }
body{behavior:url(cssHoverFix.htc);}

ol, ul {
	list-style: none;
	border-collapse:collapse;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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





/* BASE LAYOUT STRUCTURE */
#homecontainer {
	width:852px;
	margin:0 auto;
	padding:30px 30px 110px 30px;
}
#leftCol {
	width:214px;
	padding:80px 60px 0px 0px;
	float:left
}
#leftCol img{ margin-bottom: 0px }
#rightCol {
	width:852px;
}
.allupper {
	text-transform:uppercase;	
}



#homeMenu {
	border-right:1px #8b6b9f solid;
	border-top:1px #8b6b9f solid;
	width:852px;
	height:280px;
}
#homeMenu .homeItem { 
	width:212px;
	height:139px;
	float:left;
	border-bottom:1px #8b6b9f solid; 
	border-left:1px #8b6b9f solid; 
}
#homeMenu .homeItem .cowley {  
	width:212px;
	height:139px;
	display:block;
	background:url(../i/cowley_home.jpg) no-repeat;
	background-position:0px -139px;
}
#homeMenu .homeItem .lhotel {  
	width:212px;
	height:139px;
	display:block;
	background:url(../i/lhotel_home.jpg) no-repeat;
	background-position:0px -139px;
}
#homeMenu .homeItem .gands {  
	width:212px;
	height:139px;
	display:block;
	background:url(../i/gands_home.jpg) no-repeat;
	background-position:0px -139px;
}
#homeMenu .homeItem .canal {  
	width:212px;
	height:139px;
	display:block;
	background:url(../i/canal_home.jpg) no-repeat;
	background-position:0px -139px;
}
#homeMenu .homeItem a:hover {
	background-position:0px 0px;
}
#menulinks {
	text-align:right;
	padding-top:70px;
	width:852px;
}
#menulinks ul {
	text-align:right;
}
#menulinks ul li{
	float:right;
	margin-left:25px;	
	text-transform:uppercase;	
}

#homeContent {
	border:	1px #8b6b9f solid; 
	width:852px;
	
	color:#FFF
}
.homeOn { color:#a3af06 }

#homeContent .textcontainer{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:1.2em;
	line-height:1.4em;
	padding:5px 30px 10px 5px;
}
#homeContent .textcontainer p{ margin-bottom:10px; }



#homeContent .contactcontainer{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size:1.2em;
	line-height:1.4em;
	padding:15px 18px;
}
#homeContent .contactcontainer p{ margin-bottom:10px; }

/* Quotes */
blockquote {
	font-size:120%;
	font-style:normal;
	line-height:130%;
	margin:18px;
	padding:0;
	color:#8b6b9f;
	width:165px;
}
.bqstart {
	font-family:Georgia, "Times New Roman", Times, serif;
     float: left;
     height: 50px;
     margin-top: -25px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 500%;
     color: #a3af06;
 }

 .bqend {
	font-family:Georgia, "Times New Roman", Times, serif;
     float: right;
     height: 12px;
     margin-top: 0px;
     padding-top: 30px;
     font-size: 500%;
     color: #a3af06;
	 line-height:0.01em;
 }

#homeFooter {
	padding:150px 0 50px 0;	
	text-align:right
}


/* GENERAL ELEMENTS*/
.clr {
	clear:both;
	line-height:0em;
	font-size:0em;
	height:0em;
	overflow:hidden;
}

.floatR { float:right }
.floatL { float:left }
