/* CSS Document */

/* QHotels Marketing Support - qhotels_global.css  =============================================== */
/* COPYRIGHT enjoy! Marketing 2008  =============================================== */
/* AUTHOR enjoy! Marketing  =============================================== */

/* QUICK COLOUR REFERENCE  =============================================== */
/* Purple #432662 */ 
/* Light Purple #B1A7C8 */
/* Light Blue #678197 */

/* Generic Selectors  =============================================== */

* {
	padding:0;
	margin:0;
}
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #678197;
	background: #3A1E58;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #678197;
}
a.current {
	color: #CC0000;
	text-decoration: underline;
}

		
h1 { font: 22px/24px Arial, Helvetica, sans-serif; color: #678197; margin-bottom: 25px; }
h2 { font: 17px/22px Arial, Helvetica, sans-serif; color: #678197; margin-bottom: 25px; }
h3 { font: 15px/22px Arial, Helvetica, sans-serif; color: #678197; margin-bottom: 25px; }
h4 { font: 13px/22px Arial, Helvetica, sans-serif; color: #678197; margin-bottom: 25px; }

p {
	text-align: justify;
	margin-bottom: 20px;
}	
img {
	border: 0;
}	
.smallcopy {
	font-size: 9px;
	line-height: normal;
}
.enjoyGrey  {
	color: #666666;
}	
.enjoyOrange  {
	color: #FF6600;
}	
a.LeisureLink {color:#3A1E58;} 
a.LeisureLink:hover {text-decoration: underline;}
.LeisureLinkCurrent {color:#3A1E58; text-decoration: underline;} 

a.SpaLink {color:#D09C50;} 
a.SpaLink:hover {text-decoration: underline;}
.SpaLinkCurrent {color:#D09C50; text-decoration: underline;} 

a.GolfLink {color:#A4BB8F;} 
a.GolfLink:hover {text-decoration: underline;}
.GolfLinkCurrent {color:#A4BB8F; text-decoration: underline;} 

.Red {
	color: #CC0000;
}
/* Begin Page Layout  =============================================== */

#divContainer {
	background-color: #FFFFFF;
	margin: 20px auto;
	width: 750px;
	border: 15px solid #FFFFFF;
	border-bottom: 0;
}
#divHeader {
	margin-bottom: 15px;
}	
#tblHeader {
	width: 100%;
}
#tblHeader td.class {
	padding: 10px;
	background: #00a890;
}	
#tblHeader h1 {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 0;
}	
#tblHeader h1.class {
	font-size: 28px;
	margin-top: 5px;
}	
/* Top Nav Layout  =============================================== */

#divTopNav {
	background: #432662;
	text-align: center;
	padding: 10px 5px;
	height: 11px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
	margin-bottom: 15px;
}	
#ulTopNav li {
	list-style: none;
	display: inline;
}	
#ulTopNav a {
	color: #FFF;
	text-decoration: none;
	padding: 10px 5px;
}
#ulTopNav a:hover {
	color: #FFF;
	text-decoration: none;
	background:  #B1A7C8;
}

/* Top Nav Layout End =============================================== */
	 
#divMain {
}
#divImgNav {
	margin: 0 0 15px 165px;
}

/* Home Page Layout =============================================== */

#divLeft ul {
	margin-left: 20px;
}	
#divHomeLeft {
	width: 150px;
	float: left;
	margin-bottom: 15px;
}
* html #divHomeLeft {
	display: inline;
	margin-right: -150px;
}
#divHomeLeft img {
	margin-bottom: 15px;
}	
#divLeft {
	margin-right: 330px;
}	
#divLeft ul {
	margin-bottom: 15px;
}		
#divLeftEmail, #divLeftLeisure, #divLeftGolf, #divLeftSpa {
	margin-bottom: 15px;
	padding: 5px;
}	
#divLeftGolf {
	margin-bottom: 0;
}	
#divLeftGuide {
	height: 75px;
	margin-bottom: 15px;
	padding: 5px;
}	
#divLeftGuide h1 {
	font-size: 14px;
	color:#FFFFFF;
	margin-bottom: 0;
	line-height: 16px;
}
#divLeftEmail, #divLeftLeisure, #divLeftGolf, #divLeftSpa {
	margin-bottom: 15px;
	padding: 5px;
	min-height: 130px;
}
#divLeftIdeas {
	margin-bottom: 0px;
	height: 150px;
}	
#divLeftEmail h1, #divLeftLeisure h1, #divLeftGolf h1, #divLeftSpa h1 {
	font-size: 14px;
	color:#FFFFFF;
	margin-bottom: 10px;
}	
#divLeftEmail h1 a, #divLeftGuide h1 a, #divLeftLeisure h1 a, #divLeftGolf h1 a, #divLeftSpa h1 a {
	color:#FFFFFF;
}
#divLeftEmail h1 a:hover, #divLeftGuide h1 a:hover, #divLeftLeisure h1 a:hover, #divLeftGolf h1 a:hover, #divLeftSpa h1 a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}		
#ulLeftNav {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 20px;
}	
#divLeftEmail a, #divLeftLeisure a, #divLeftGolf a, #divLeftSpa a {
	color: #FFFFFF;
	text-decoration: none;
}	
#divLeftEmail a:hover, #divLeftLeisure a:hover, #divLeftGolf a:hover, #divLeftSpa a:hover {
	text-decoration: underline;
}	
#divLeftEmail {
	background: url(../main/images/but_email_home.jpg) no-repeat #00aaad bottom right;
	background-position: 90px 140px;
}		
#divLeftGuide {
	background: url(../main/images/but_guide.jpg) no-repeat;
}	
#divLeftLeisure {
	background-color: #c57ea6;
	background-image: url(../main/images/home_img_leisure_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#divLeftGolf {
	background: #A4BB8F url(../main/images/home_img_golf_bg.jpg) bottom right no-repeat;
}		
#divLeftSpa {
	background: #D09C50 url(../main/images/home_img_spa_bg.jpg) bottom right no-repeat;
}
#divHomeMain {
	margin: 0 0 20px 165px
	/*margin: 0 0 20px 165px; padding: 0 15px 170px 0;
	width: 369px;
	border-right: 1px solid #678197;*/
}
#divHomeRight {
	width: 185px;
	float: right;
}
#divHomeRight p {
	text-align: left;
}
#divHomeRight h1 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #678197;
}
#divHomeRight h2 {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 12px;
	font-weight: bold;
	color: #678197;
}
#divHomeRight p {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 14px;
	color: #000;
}

/* Home Page Layout End =============================================== */

#divRight {
	width: 290px;
	float: right;
	padding-left: 10px
}
#imgSample {
	border: #CCCCCC 1px solid;
}
.imgSample {
	border: #CCCCCC 1px solid;
}	
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#divLogos {
	padding: 14px;
	background-color: #3A1E58;
	clear: inherit;
}	
#divLogos .fiaLogo {
	margin-left: 5px;
}
#divFooter {
	font-size: 9px;
	padding: 0;
	text-align: right;
}
#divFooter a {
	text-decoration: none;
}		
#divFooter a:hover {
	color: #678197;
}	

/* Resources Page Layout  =============================================== */


#tblResources h1 {
	font-size: 16px;
	margin-bottom: 12px;
}
#tblResources h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
#ulAdminDownloads {
	margin-bottom: 20px;
	list-style-type: none;
}
#ulAdminDownloads li {
	margin-bottom: 5px;
}	
#tblTrainingCourse td {
	padding: 5px;
}	
#ulAdminDownloads li.pdf {
	background: url(../main/images/icons/pdf_icon_small.gif) no-repeat;
	padding-left: 20px;
}
#ulAdminDownloads li.pp {
	background: url(../main/images/icons/powerpoint_icon_small.gif) no-repeat;
	padding-left: 20px;
}
#ulAdminDownloads li.word {
	background: url(../main/images/icons/word_icon_small.gif) no-repeat;
	padding-left: 20px;
}
#ulAdminDownloads li.excel {
	background: url(../main/images/icons/excel_icon_small.gif) no-repeat;
	padding-left: 20px;
}
#ulAdminDownloads li.quicktime {
	background: url(../main/images/icons/quicktime_icon_small.gif) no-repeat;
	padding-left: 20px;
}

/* Message Board Layout  =============================================== */

#tblMessageBoard {
	width: 100%;
	margin-bottom: 20px;
	font-size: 10px;
}
#tblMessageBoard th {
	padding: 4px;
	background: #432662;
	color: #FFF;
}	
#tblMessageBoard td {
	padding: 4px;
	border-bottom: 1px #999999 dashed;
}
#tblMessageBoard p {
	margin: 0px;
	text-align: left;
}
#tblEmailSelect {
	margin-bottom: 15px;
}
#tblEmailSelect h2 {
	font-size: 12px;
	margin-bottom: 5px;
}		
#tblClubDownload {
	margin-bottom: 15px;
}
#tblClubDownload  td {
		border-bottom: 1px dashed #CCC;
		padding: 5px 0;
}
#tblClubDownload h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
#tblClubDownload p {
	margin-bottom: 5px;
}

/* Additional Layout  =============================================== */

#tblFlyerLayout {
	width: 100%;
	margin-bottom: 20px;
}
#tblFlyerLayout th {
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 0 0 20px 0;
}
#tblFlyerLayout td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}	
#tblFlyerLayout td.class {
	padding: 0px;
}
#tblFlyerLayout h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	line-height: 14px;
}
#tblProducts {
	width: 100%;
	margin-bottom: 20px;
	font-size: 9px;
}
#tblProducts th {
	font-size: 12px;
	padding: 5px 4px;
	background: #432662;
	color: #FFF;
}	
#tblProducts h1 {
	font-size: 16px;
	line-height: normal;
	margin: 0;
}	
#tblProducts h2 {
	font-size: 14px;
	line-height: normal;
	margin: 0px 0 10px;
}	
#tblProducts td {
	padding: 10px 4px;
	border-bottom: 1px #432662 dashed;
}	
#tblProducts p {
	margin-bottom: 5px;
	line-height: 12px;
	text-align: left;
}
#divCurrentEmails {
	margin-bottom: 25px;
	padding: 15px;
	background: #E7E7E7;
}
#imgEmailSample {
	float: right;
}

/* Gallery Layout  =============================================== */

#tblGallery {
	width: 100%;
	font-size: 10px;
	margin-bottom: 20px;
}
#tblGallery td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}	
#tblGallery img {
	border: 1px solid  #CCCCCC;
}	

/* Order Form Layout  =============================================== */
	
#divOrderForm {
	width: 300px;
	background-color: #FFFFFF;
	border: solid 10px #FFFFFF;
	margin: 10px auto 10px  auto;
}	
#tblMainOrderForm, #tblSubOrderForm {
	width: 100%;
}	
#tblMainOrderForm td {
	margin: 0px;
	padding: 2px;
}
#tblMainOrderForm select, #tblMainOrderForm input, #tblMainOrderForm textarea {
	width: 290px;
}	
#tblMainOrderForm input.class {
	width: auto;
}
#tblSubOrderForm th {
	background-color: #432662;
	padding: 5px 0;
	color: #FFFFFF;
}
#tblSubOrderForm td {
	padding: 5px 0;
	border-bottom: 1px #CCCCCC dashed;
}	
#tblSubOrderForm select {
	width: 120px;
}		

/* Bespoke Layout  =============================================== */

#tblProjectRequest {
	margin-bottom: 20px;
}
#tblProjectRequest td {
	padding: 5px;
}
#tblProjectRequest h2 {
	margin-bottom: 5px;
}
#tblProjectRequest h2 a {
	color: #432662;
}
#tblProjectRequest h2 a:hover {
	color: #9FCE97;
}

#formRequest fieldset {
	border: 1px solid #678197;
	margin: 0 0 20px 0;
	padding: 10px 5px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f1f1f1;
}
#formRequest legend {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #678197;
	padding: 0 5px;
}
.tblProjectRequest {
}
.tblProjectRequest td {
	padding: 2px 0;
}
.tblProjectRequest input.class {
	width: 342px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #678197;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tblProjectRequest input.class2 {
	width: 220px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #678197;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tblProjectRequest input.class3 {
	width: 152px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #678197;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tblProjectRequest textarea.class {
	width: 342px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #678197;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tblProjectRequest select.class {
	width: 342px;
}	

/* Contact Layout  =============================================== */

#tblContactForm td {
	padding: 0 10px 3px 0;
}	

/* Forms CSS Layout  =============================================== */

#imageUpload input {
	display: block;
}

/* Bespoke Project Layout  =============================================== */

#tblProjectRequest {
	margin-bottom: 20px;
}
#tblProjectRequest td {
	padding: 5px;
}
#tblProjectRequest h2 {
	margin-bottom: 5px;
}
#tblProjectRequest h2 a {
	color: #678197;
}
#tblProjectRequest h2 a:hover {
	color: #CC0000;
}
/* CMS Layout  =============================================== */

.tblCMS {
	margin: 0 0 15px 0;
}
.tblCMS td {
	padding: 0 0 5px 0;
}
.tblCMS input.class {
	width: 350px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #678197;
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.tblCMS textarea.class {
	width: 350px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #678197;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.tblCMS select.class {
	width: 358px;
}
