/*
Carbis Bay Hotel

Author:	Russell Jones | Slightly Different Ltd
Date:	26/6/06
*/



/* GLOBAL STUFF_______________________________________________*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #4E4E4E;
	}

p {
	margin: 0;
	margin-bottom:15px;
	padding:0;
	}	

a img {
	border: none;
	}	

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

a:hover {
	color: #FF7200;
	font-weight:bold;
	text-decoration: underline;
	}
	
#skiplinks{
	display:none;
	}
	
.hide {
	display: none; 
	} 

div.clearme { 
	height: 1px;
	line-height: 1px;
	clear: both;
	overflow: hidden;
}

blockquote {
	background:#FFFEDA;
	margin:0;
	padding:15px 10px 15px 10px;
	width:400px !important;
	}
	
blockquote p{
	color:#C3C197;
	margin:0 !important;
	padding: 0 !important;
	}
	
blockquote strong, blockquote strong a{
	color:#D8C62D;
	font-weight:bold;
	font-size:11px;
	}
	
blockquote img{
	float:left;
	padding-right:15px;
	}
	
code{
	font-size:12px;
	color:#999;
	}
	
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #EAEAEA;
}

cite{
	background:#F8F3E9;
	font-style:normal;
	}

/* IMAGE TREATMENTS_______________________________________________*/

img.left{
	float:left;
	padding:11px 11px 20px 0
	}
	
img.left-main{
	float:left;
	padding:4px;
	background:#F5F5ED;
	border:1px solid #E7E7DF;
	margin:0 10px 0 0;
	}
	
img.right{
	float:right;
	padding:0 11px 0 11px 
	}
	
img.right-main{
	float:right;
	padding:4px;
	background:#F5F5ED;
	border:1px solid #E7E7DF;
	margin:0  0 0 10px;
	clear:both;
	}
	
img.headings{
	margin-bottom:10px;
	}

/* LAYOUT_______________________________________________*/

#container{
	margin:0 auto;
	width:846px;
	}
	
.container{
	margin:0 auto;
	width:846px;
	text-align:left;
	}

#skiplinks{
	display:none;
	}
		
#top{
	width:100%;
	height:26px;
	background-color:#869962;
	border-bottom:1px solid #BAC5A5;
	}
		
.stars{
	margin:0 auto;
	height:26px;
	width:120px;
	background:url(/images/generic/3stars.gif) top no-repeat;
	}
		
#damask{
	width:100%;
	height:92px;
	background:url(/images/bgs/damask2.gif) #596C45 repeat-x top;
	}
		
#header{
	height:92px;
		}
		
		
#header h1, #header h1 a{
	background:url(/images/generic/logo.gif) no-repeat top transparent;
	text-indent:-9999px;
	width:133px;
	height:92px;
	display:block;
	margin:0;
	}
		
#navwrapper{
	width:100%;
	height:27px;
	background:url(/images/bgs/navwrap.gif) repeat-x top;
	}


/*SUB NAVIGATION_____________________________________________________________*/		
#subnavwrapper{
	width:100%;
	height:32px;
	background:url(/images/bgs/subnavwrap.gif) repeat-x top;
	}
	
#subnav{
	width:846px;
	height:18px;
	padding-top:5px;
	}
	
#subnav ul{
	list-style-image:none;
	margin:0;
	padding:0;
	}
	
#subnav li{
	display:inline;
	color:#D55F07;
	padding-right:15px;
	}
	
#subnav li a:link, #subnav li a:visited{
	color:#D55F07;
	text-decoration:none;
	background:url(/images/navigation/sub-arrow.gif) no-repeat 0 3px;
	padding-left:14px;
	font-weight:normal;
	}
	
#subnav li a:hover{
	color:#7B4924;
	text-decoration:underline;
	background:url(/images/navigation/sub-arrow-over.gif) no-repeat 0 3px;
	padding-left:14px;
	font-weight:normal;
	}

	
#subnav ul.aboutsub{
	width:600px;
	margin-left:62px;
	}
	
#subnav ul.hotelsub{
	width:600px;
	margin-left:133px;
	}
	
	
#subnav ul.scsub{
	width:800px;
	margin-left:10px;
	}
	
	
#subnav ul.sosub{
	width:400px;
	margin-left:480px;
	}

#subnav ul.weddingsub{
	width:200px;
	margin-left:500px;
	}
	
	
#subnav ul.gicsub{
	width:100px;
	float:right;
	margin-left:40px;
	}

#bookonlinewrapper{
	width:100%;
	height:44px;
	background:url(/images/bgs/bookonlinewrap.gif) repeat-x top;
	text-align: center;
	}


/*FIRST NAVIGATION LINKS_________________________________________________________*/
#firstnav{
	margin-top:20px;
	height:20px;
	text-align:right;
	width:500px;
	position:absolute;
	margin-left:348px;
	}
	
#firstnav ul{
	list-style-image:none;
	margin:0;
	padding:0;
	}
	
#firstnav li{
	display:inline;
	color:#F5EACA;
	padding-right:5px;
	font-size:10px;
	}
	
#firstnav li a{
	color:#C1A951;
	text-decoration:none;
	font-weight:normal;
	}	
	
/*INTERNAL LAYOUT__________________________________________________*/
#content{
	margin-top:35px;
	}
	
#internal-left{
	width:551px;
	float:left;
	margin-right:54px;
	}
	
#internal-left h3{
	font-size:14px;
	font-weight:bold;
	margin: 10px 0 0 0;
	}
	
#internal-left li{
	color:#8A856A;
	}
	
#internal-right{
	width:240px;
	float:left;
	margin-top:29px;
	}
	
.internal-right-box{
	width:220px;
	padding:7px 11px 11px 10px;
	margin-bottom:16px;
	}
	
.internal-right-box p {
	color:#908F81;
	}

.internal-right-box input {
	color:#908F81;
	border: 1px solid #D9D2AA;
	font-size: 12px;
	padding: 1px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}

.internal-right-box select {
	color:#908F81;
	border: 1px solid #D9D2AA;
	font-size: 12px;
	padding: 1px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}

.internal-right-box textarea {
	color:#908F81;
	border: 1px solid #D9D2AA;
	font-size: 12px;
	padding: 1px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}

.internal-right-box textarea {
	color:#908F81;
	border: 1px solid #D9D2AA;
	font-size: 12px;
	padding: 1px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}

.internal-right-box button {
	color:#7A756A;
	border: 1px solid #D9D2AA;
	background: #E8E2BE;
	font-size: 12px;
	padding: 2px 4px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}
	
#irb1{background:#f5f3e7;}
#irb3{background:#faf8eb;}
#irb2{background:#faf9f2;}

#irbtop {background:#eee9cc;}
#irbtop strong {color: #7a756a;}
#irbtop img {border: 3px solid #eae2d5;}

#photo-area{
	background:url(/images/bgs/photo-area.jpg) repeat-y #FBFBF8;
	border:1px solid #F0F0EA;
	}
	
#photo-area img{
	float:left;
	margin:7px 7px 15px 7px;
	border: 4px solid #E1E1D7;
}

/*FOOTER________________________________________________________*/
#footer{
	background:url(/images/bgs/footer.gif) top center no-repeat;
	height:90px;
	clear:both;
	}
	
#footer p{
	text-align:center;
	font-size:10px !important;
	line-height: 12px !important;
	color:#B0B4AD;
	padding-top:10px;
	}
	
#footerlinks{
	margin:0 auto;
	text-align:center;
	padding-top:30px;
	background:url(/images/bgs/aa.gif) bottom no-repeat;
	height:60px;
	}
	
#footerlinks ul{
	list-style-image:none;
	margin:0;
	padding:0;
	text-align:center;
}

#footerlinks li, #footerlinks a{
	display:inline;
	color:#808679;
	font-size:10px;
	font-weight:normal;
	padding-right:10px;
}
	
	
	
/* MAIN NAVIGATION_______________________________________________*/	

#main-nav {
    margin:0 auto;
    width: 846px;
    height: 27px;
    background: #B1C580 url(/images/navigation/main.gif) no-repeat;
}

#main-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*clear: left;*/
    height: 27px;
}
#main-nav ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    border: none;
}
#main-nav ul li a {
    display: block;
    height: 27px;
    padding: 0;
    margin: 0;
}

li#nav_uno a{ width: 78px; }
li#nav_due a { width: 94px; }
li#nav_tre a { width: 97px; }
li#nav_quattro {width:124px}
li#nav_cinque a {width:114px}
li#nav_sei a {width:150px}
li#nav_sette a {width:76px}
li#nav_otto a {width:113px}

li#nav_uno a:hover { background: transparent url(/images/navigation/main-over.gif) 0px 0px no-repeat; }
li#nav_due a:hover { background: transparent url(/images/navigation/main-over.gif) -78px 0px no-repeat; }
li#nav_tre a:hover { background: transparent url(/images/navigation/main-over.gif) -172px 0px no-repeat; }
li#nav_quattro a:hover { background: transparent url(/images/navigation/main-over.gif) -269px 0px no-repeat; }
li#nav_cinque a:hover { background: transparent url(/images/navigation/main-over.gif) -393px 0px no-repeat; }
li#nav_sei a:hover { background: transparent url(/images/navigation/main-over.gif) -507px 0px no-repeat; }
li#nav_sette a:hover { background: transparent url(/images/navigation/main-over.gif) -657px 0px no-repeat; }
li#nav_otto a:hover { background: transparent url(/images/navigation/main-over.gif) -733px 0px no-repeat; }

#main-nav ul li strong { display:none; }

.active2 { background: transparent url(/images/navigation/main-over.gif) -78px 0px no-repeat; }
.active3 { background: transparent url(/images/navigation/main-over.gif) -172px 0px no-repeat; }
.active4 { background: transparent url(/images/navigation/main-over.gif) -269px 0px no-repeat; }
.active5 { background: transparent url(/images/navigation/main-over.gif) -393px 0px no-repeat; }
.active6 { background: transparent url(/images/navigation/main-over.gif) -507px 0px no-repeat; }
.active7 { background: transparent url(/images/navigation/main-over.gif) -657px 0px no-repeat; }
.active8 { background: transparent url(/images/navigation/main-over.gif) -733px 0px no-repeat; }





/* _______________ NEW START ________________ */


#main-nav-a {
    margin:0 auto;
    width: 846px;
    height: 29px;
    background: #B1C580 url(/images/navigation/main-2.gif) no-repeat;
}

#main-nav-a ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*clear: left;*/
    height: 29px;
}
#main-nav-a ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    border: none;
}
#main-nav-a ul li a {
    display: block;
    height: 29px;
    padding: 0;
    margin: 0;
}

#main-nav-a ul li strong { display: none; }

.active1a { background: transparent url(/images/navigation/main-2-over.gif) 0px 0px no-repeat; }

li#nav_one a{ width: 62px; }
li#nav_two a{ width: 71px; }
li#nav_three a{ width: 75px; }
li#nav_four a{ width: 110px; }
li#nav_five a{ width: 100px; }
li#nav_six a{ width: 81px; }
li#nav_seven a{ width: 79px; }
li#nav_eight a{ width: 104px; }
li#nav_nine a{ width: 58px; }
li#nav_ten a{ width: 106px; }

li#nav_one a:hover { background: transparent url(/images/navigation/main-2-over.gif) 0px 0px no-repeat; }
li#nav_two a:hover { background: transparent url(/images/navigation/main-2-over.gif) -62px 0px no-repeat; }
li#nav_three a:hover { background: transparent url(/images/navigation/main-2-over.gif) -133px 0px no-repeat; }
li#nav_four a:hover { background: transparent url(/images/navigation/main-2-over.gif) -208px 0px no-repeat; }
li#nav_five a:hover { background: transparent url(/images/navigation/main-2-over.gif) -318px 0px no-repeat; }
li#nav_six a:hover { background: transparent url(/images/navigation/main-2-over.gif) -418px 0px no-repeat; }
li#nav_seven a:hover { background: transparent url(/images/navigation/main-2-over.gif) -499px 0px no-repeat; }
li#nav_eight a:hover { background: transparent url(/images/navigation/main-2-over.gif) -578px 0px no-repeat; }
li#nav_nine a:hover { background: transparent url(/images/navigation/main-2-over.gif) -682px 0px no-repeat; }
li#nav_ten a:hover { background: transparent url(/images/navigation/main-2-over.gif) -740px 0px no-repeat; }

#main-nav ul li strong { display: none; }

.active2a { background: transparent url(/images/navigation/main-2-over.gif) -62px 0px no-repeat; }
.active3a { background: transparent url(/images/navigation/main-2-over.gif) -133px 0px no-repeat; }
.active4a { background: transparent url(/images/navigation/main-2-over.gif) -208px 0px no-repeat; }
.active5a { background: transparent url(/images/navigation/main-2-over.gif) -318px 0px no-repeat; }
.active6a { background: transparent url(/images/navigation/main-2-over.gif) -418px 0px no-repeat; }
.active7a { background: transparent url(/images/navigation/main-2-over.gif) -499px 0px no-repeat; }
.active8a { background: transparent url(/images/navigation/main-2-over.gif) -578px 0px no-repeat; }
.active9a { background: transparent url(/images/navigation/main-2-over.gif) -682px 0px no-repeat; }
.active10a { background: transparent url(/images/navigation/main-2-over.gif) -740px 0px no-repeat; }

/* _______________ NEW END ________________ */





/* ?:@:L@LKI{OIPOIWANK SPECIFIC_______________________________________________*/	

.divider{
	background:url(/images/generic/divider.gif) center no-repeat;
	height:13px;
	width:550px;
	margin-top:10px;
	margin-bottom:10px;
	}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


