/*****portmellon cove guest house style sheet *****version: 1.1(Jan, 2008) main screen layout: */


body {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.8em;
	background: #72b9d7 url(../images/bg.jpg) top repeat-x;
	color: #666;
	text-align:justify;
	} /* 13px = 1.0em */

/****************************************************** global */
a {
color: #0099CC;
text-decoration:none;
font-weight:bold;
}

a:hover {
color: #900 /* #F8B401*/;
text-decoration:none;
}

a img {
border: none;
}

img {
padding:0px;
}

br{
clear: left;
}

/************************************************************ text */

h1 {
margin:0 0 12px 0px;
font-size:1.3em;
color: #333333;
font-weight:normal;
}

h2 {
margin:0 0 12px 0px;
font-size:1.2em;
color:#006699;
}

h3 {
margin:0px 0px 10px 0px;
font-size:1.1em;
color: #006699;
font-weight:bold;
}

h4 {
margin:0px 0px 10px 0px;
font-size:1.0em;
color: #333333;
}

h5 {
margin:0px 0px 10px 0px;
font-size:.9em;
color: #333333;
}

h6 {
margin:0px 0px 10px 0px;
font-size:.8em;
color: #333333;
}

p {
font-family:Geneva, Arial, Helvetica, sans-serif;
margin:0px 0px 0px 0px;
padding-bottom:10px;
text-align: justify;
}

h1, h2, h3, h4, h5, h6, p {
	padding-left:10px;
	padding-right:10px;
}

/*************************************************************** container */

#container {
margin:0px auto 0px auto;
width:960px;
background:#ffffff;
}

/************************************************************** logoheader */

#logoheader {
margin:10px 10px 20px 10px;
width:940px;
clear:both;
float:left;
display:inline;
}

#logoheader a {
border:0px;
text-decoration:none;
}

#logoheader a:hover {
border:0px;
text-decoration:none;
}

#logoheader img {
float:left;
}

/************************************************************ date */

#date {
margin:10px auto -13px auto;
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
width:960px;
}

#date p {
font-size:.9em;
text-align:right;
margin:0px 0px 10px 0px;
color: #FFFFFF;
font-weight:bold;
}

/***************************************************** mainnav menu */

#mainnavs {
clear:both;
margin:10px 10px 0px 10px;
}

.mainnav {
padding:4px 10px 4px 10px;
margin:0px 0px 0px 0px;
text-decoration:none;
background:  #cccccc url(../images/corner.gif) top right no-repeat;
color: #333;
font-weight:bold;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.mainnav:hover {
text-decoration:none;
background:#0099CC url(../images/corner.gif) top right no-repeat;
color:#ffffff;
border-bottom:1px solid #ffffff;
}

.activemainnav {
padding:4px 10px 4px 10px;
color: #FFFFFF;
font-weight:bold;
margin:0 0 4px 0px;
text-decoration:none;
background: #00aedb url(../images/corner.gif) top right no-repeat;
border-bottom:2px solid #00aedb;
border-left: 1px solid #FFFFFF; /* this to allow for overlap in ie */
}

.activemainnav:hover {
text-decoration:none;
background-color:#00aedb;
color:#ffffff;
border-bottom-color:#00aedb;
}

/************************************************ spacer for nav */
#spacernav {
height:20px;
background-color: #0099CC;
margin: 2px 10px 10px 10px;
background-image:url(../images/footerb.gif);
border-left: 1px solid #FFFFFF; /* this to allow for overlap in ie */
}

/************************************************ left main content */

#leftmaincontent {
width:700px; 
margin:0px 10px 10px 10px;
padding:0px 0px 0px 0px;
display:inline;
float:left;
}

#leftmaincontent h1 {
margin-top:10px;
}

/*********************************************** room description *****/
.description { width:440px;	float:left;}




/************************************************* global bulletlist */
.bulletlist {
margin-top:10px
}

.bulletlist ul {
margin:10px 0px 5px 35px;
list-style-type:none;
}

.bulletlist li {
background:url(../images/tick_icon.png) no-repeat left top;
color: #666666;
padding-left:20px;
padding-top:0px;
}

.block_info {
display: block;
width:90%;
margin:20px auto 10px auto;
border-bottom:#666 thin dashed;
}
	

/************************************************* top picture slideshow */

/*** set the width and height to match your images **/

#slideshow {
position:relative;
height:350px;
}

#slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}

#slideshow IMG.active {z-index:10; opacity:1.0;}

#slideshow IMG.last-active {z-index:9;}


/*********************************************************** facilities */
.roomfacilities {
float:left;
width:240px;
margin-left:10px;
margin-bottom:20px;
text-align:left;
font-style:italic;
}

.roomfacilities ul {
margin:0px 0px 5px 15px;
list-style-type:none;
}

.roomfacilities li {
background:url(../images/icon_tick.gif) no-repeat left;
color: #666666;
padding-left:20px;
padding-top:0px;
}

.roomfacilities img {
margin-bottom:0px; display:block;}

 /*********************************************************** call back form */
#callbackform {
border-bottom: 1px solid #d8d8d8;

}

.contactus {
margin-left:50px;
background-color:inherit;
color: #333333;
}

.contactdetails {
background:url(../images/mappcghc.gif) top right no-repeat;
margin:0px 0px 20px 30px;
border-bottom:#999 thin;
}

.requestcallback {
margin:30px 0px 20px 30px;
border-bottom:#999 thin;
}


/*************************************************************** forms ****/
label{
float: left;
width: 180px;
font-family:Arial, Helvetica, sans-serif;
}

input, textarea, select{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 60px;
}

.boxes{
width: 1em;
}

#submit{
margin-left: 180px;
margin-top: 5px;
width: 120px;
}



/*.red {color:#FF0000;}*/ /* for required fields in forms */


/******************************************************************* right sidebar *****/

#rightsidebar {
width:220px;
margin:0px 10px 10px 10px;
padding-left:0px;
display:inline;
float:left;
text-align:left;
}

.rightsideadvert{
background: url(../images/pcgh_ad.gif) center top no-repeat; /* change this image for advertising etc.. ******/
width:100%;
display: block;
margin-left:auto;
margin-right:auto;
height:150px;
}


/****************************************************************** sidemenu *****/
#sidemenu {
width: 210px; /*width of menu*/
margin-top:30px;
margin-bottom:20px;
}

#sidemenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; 
text-transform: uppercase;
padding: 4px 0 4px 10px; 
}

#sidemenu ul{
list-style-type: none;
margin: 0px 0px 0px 20px;
padding: 0;
margin-bottom: 8px;
}

#sidemenu ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
}

#sidemenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 20px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

/*#sidemenu ul li a:visited{
color: #A70303;
}*/

/*hover state CSS*/
#sidemenu ul li a:hover{ 
color: #A70303;
background-color: #F3F3F3;
}

/***************************************************************** quote box & quote  *****/
.quote_box {
width:90%;
margin:0px auto 0px auto;
font-size:.9em;
}

.quote {
font-style:italic;
line-height:1.6em;
color: #666666;
font-family:Georgia, "Times New Roman", Times, serif;
}

.quote a { font-size:.9em;} 

.not_itals {font-style:normal;}

/*********************************************************** various classes */

.imgright{
float:right;
margin-left:10px;
margin-top:5px;
}


.imgleft { 
float:left;
margin-right:10px;
}

.imgcenter{
margin:0px auto 10px auto;
display:block;
}

.imgright_noborder { 
float:right;
margin:0 0 0 5px;
padding:2px
}

/**************************************************** this id for trip advisor position */
#TA_rated559 {
	margin-left:20px;}


/***************************************************************************** clear */
html body div.clearall,html body span.clearall {
background:none;
border:0;
clear:both;
display:block;
float:none;
font-size:0;
margin:0;
padding:0;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}

.clearall:after{clear:both;content:'.';display:block;visibility:hidden;height:0}

.clearall{display:inline-block}

/** html .clearall{height:1px;}*/

/*.clearall{display:block}*/

/**************************************************************************  misc *****/

/* used for special breaks page adverts */
.blue { color:#039;} .green { color:#093;} .deepred { color:#900;} .purple{color:#909; color:} .red{color:#F00;} .small {font-size:.7em;}
	


/************************************************************************* sitemap & links *****/

.sitemap {
float:left;
margin-left:30px;
margin-bottom:10px;
width:300px;
}

.sitemap ul {
margin-top:20px;
padding:0;
}

.sitemap a {
font-family:Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
border-bottom:none;
}

.sitemap a:hover {
color: #990000;
}

.sitemap ul li {
padding:5px 0 0 20px;
margin:2px 5px 2px 20px;
background:url(../images/bullet_arrow.gif) no-repeat 0 50%;
}




/*********************************************************************** site tools *****/

#sitetools_box {
	margin-top:5px;
width:100%;
}

#sitetools {
text-align:right;
height:30px;
float:right;
margin-top:5px;
}

#sitetools_box a {
	float:left;}
	
/********************************************************************** how far from  *****/

.howfar_from {
	margin:0px 0px 0px 20px;
	width:300px;
	float:right;
}
	
	
/*********************************************************************** rightside contact nav links *****/

#emailUs {display: block; width: 215px; height: 35px; background: url("../images/menu1.gif") no-repeat 0 0; margin-top:10px; }

#emailUs:hover { background-position: 0 -35px; text-decoration:none; }

#emailUs span { display: none; }


#callBack { display: block; width: 220px; height: 35px; background: url("../images/menu2.gif") no-repeat 0 0; margin-top:10px; }

#callBack:hover { background-position: 0 -35px; text-decoration:none; }

#callBack span { display: none; }


#brochure { display: block; width: 220px; height: 35px; background: url("../images/menu3.gif") no-repeat 0 0; margin-top:10px; }

#brochure:hover { background-position: 0 -35px; text-decoration:none; }

#brochure span { display: none; }


#tariff { display: block; width: 220px; height: 35px; background: url("../images/menu4.gif") no-repeat 0 0; margin-top:10px; }

#tariff:hover { background-position: 0 -35px; text-decoration:none; }

#tariff span { display: none; }  
  
  
#enquiry {display: block; width: 215px; height: 30px; background:  url(../images/enquireroom.gif) no-repeat 0 0; }

#enquiry:hover { background-position: 0 -30px; text-decoration:none; }

#enquiry span { display: none; }

#enquiryhere {display: block; width: 215px; height: 30px; background:  url(../images/enquirehere.gif) no-repeat 0 0; }

#enquiryhere:hover { background-position: 0 -30px; text-decoration:none; }

#enquiryhere span { display: none; }

/*********************************************************************** bottom content *****/
.bottomcontent {
float:left;
display:inline;
width:940px;
margin:0px 10px 10px 10px;
}

.bottomcontent p {
margin:0px 0px 5px 10px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.4em;
font-size:.9em;
text-align: justify;
color: #666;
}
.bottomcontent img { margin:0px 10px 10px 10px;}

.bottomcontent h2 {font-size:.8em;}

.bottomcontent h3 {font-size:.9em;}

.bottomcontent li {font-size:.8em;}

.bottomcontent h4 { margin-bottom:0px; color: #006699;}


.bottomcontent_three {
width:33%;
float:left;
}

.bottomcontent_two {
width:50%;
float:left;
}

.bottomcontent_560 {
width:560px;
float:left;
margin-right:10px;
}

.bottomcontent a {
/*text-decoration:none;*/
/*font-weight:bold;*/
/*color:#0099cc;*/
font-size:.9em;
}

.bottomcontent a:hover {
color: #900;
text-decoration:none;
}


/************************************************************************************** footer *****/

#footer_wrapper {
margin:0px auto 0px auto;
width:960px;
background:#ffffff;
font-size:0.9em;
color:#FFF;
text-align:left;
}

#footer {
width:940px;
height:150px;
margin:0 auto 0px auto;
background: url(../images/pcghfooterc.png) no-repeat;
}

#footer_wrapper a {
color: #fff;
}

#footer_wrapper a:hover {
color:#f8b401;
}

.address {
width:300px;
float:left;
margin:35px 0px 0px 0px;
padding-left:5px;
}

.legal {
float:right;
width:600px;
margin:105px 0px 0px 0px;
text-align:right;
padding-right:10px;
}
	
/************************************************************************************** subfooter content */
	
#subfooter {
width:960px;
margin:0px auto 10px auto;
padding-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
text-align:center;
color:#FFF;
}

#subfooter a {
color: #FFF;
}

#subfooter a:hover {
color: #900;
}

