@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('/fonts/MyriadPro-Bold.woff') format('woff'), url('/fonts/MyriadPro-Bold.ttf') format('truetype');
  font-style:normal;
  font-weight:bold;
}

body{
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:15px 0 15px 0;
	padding:0;
	color:#222;
}
h1{
	margin:0;
	padding:15px 15px 0 15px;
	font-family:'MyriadPro-Bold', Arial, Helvetica, sans-serif;
	font-size:2.4em;
	line-height:1.2em;
	color:#333;
}
h2{
	margin:0;
	padding:15px 15px 0 15px;
	font-size:1.5em;
	line-height:1.2em;
	color:#333;
}
h3{
	margin:0 0 -5px 0;
	padding:15px 15px 0 15px;
	font-size:1.7em;
	line-height:1.2em;
	color:#333;
}
p{
	margin:0;
	padding:10px 15px 0 15px;
	font-size:1.3em;
	line-height:1.5em;
	color:#333;
}
p.small,
#footer #legal p.small{
	font-size:1.1em;
}
a img{
	border:0;
}
a{
	color:#901C1F;
	font-weight:bold;
}
a.wide,
a.normal,
a.narrow,
a.small{
	display:block;
	width:170px;
	height:24px;
	font-family:'Pragati Narrow', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	font-size:1.1em;
	line-height:22px;
	text-align:center;
	background:url(../images/button-wide-bg.png) top left no-repeat;
}
a.normal{
	float:left;
	margin:0 8px 5px 0;
	width:120px;
	background:url(../images/button-normal-bg.png) top left no-repeat;
}
a.narrow{
	width:80px;
	background:url(../images/button-narrow-bg.png) top left no-repeat;
}
a.small{
	width:55px;
	height:20px;
	background:url(../images/button-small-bg.png) top left no-repeat;
}
a.wide:hover,
a.normal:hover,
a.narrow:hover{
	-moz-opacity:0.85;
	opacity:0.85;
	-khtml-opacity: 0.85;
}
input,select{
	font-size:1.0em;
	color:#333;
}
.red{
	color:#901C1F;
	font-weight:bold;
}

/*--- container ---*/
#strozzi-palace-boutique-suites{
	position:relative;
	width:980px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

/*--- header ---*/
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:115px;
	background:url(../images/header-bg.jpg) top left no-repeat #C2CCD5;
}
#header #strozzi-palace-boutique-suites-logo{
	position:relative;
	width:680px;
	margin:-12px 0 0 0;
	padding:0;
}
#header #boutique-suites{
	position:absolute;
	width:540px;
	top:5px;
	left:153px;
}
#header #boutique-suites h1{
	height:80px;
	margin:10px 0 0 0;
	padding:0;
	font-size:5.3em;
	font-weight:normal;
	line-height:70px;
	color:#495661;
}
#header #boutique-suites h1 img{
	margin:13px 0 0 0;
}
#header #phone-menu-frm{
	display:none;
}
#tripadvisor{
	float:right;
	width:322px;
	padding:5px 5px 0 0;
	text-align:right;
}
#header #nav{
	position:absolute;
	top:80px;
	left:140px;
	height:30px;
}
#header #nav ul{
	margin:0;
	padding:0;
}
#header #nav ul li{
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:url(../images/nav-seperator.gif) center left no-repeat;
}
#header #nav ul li:first-child{
	padding:0;
	background:none;
}
#header #nav ul li a{
	display:block;
	padding:0 10px 0 12px;
	height:30px;
	line-height:30px;
	font-family:'Pragati Narrow', Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size:1.55em;
	font-weight:normal;
	color:#495661;
	text-decoration:none;
}
#header #nav ul li a.selected{
	text-decoration:underline;
}
#header #nav ul li a:hover{
	color:#975E96;
	text-decoration:underline;
}
#header #nav ul li div{
	position:absolute;
	display:none;
	top:30px;
	left:2px;
	margin:0;
	padding:0;
	z-index:2;
	background-color:#E1E6EA;
}
#header #nav ul li div ul li{
	float:none;
	padding:0;
	margin:0;
	border:1px solid #B0BAC0;
	border-top:none;
	background:none;
}
#header #nav ul li div ul li a{
	padding:0 10px 0 10px;
	height:30px;
	line-height:30px;
	font-size:1.55em;
}
#header #nav ul li div ul li:first-child{
	border-top:1px solid #C7CBCE;
}

/*--- content ---*/
#content{
	position:relative;
	float:left;
	width:548px;
	min-height:455px;
	margin:160px 0 20px 215px;
	padding:0 0 15px 0;
	background-color:#E2E7EA;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCD4DB), color-stop(1, #E2E7EA));
	background-image: -moz-linear-gradient(center bottom, #CCD4DB 0%, #E2E7EA 100%);
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow:auto;
	z-index:1;
}
#content.landing-page{
	margin-top:503px;
	min-height:inherit;
}
#content ul{
	margin:0 0 0 15px;
	padding:0;
}
#content ul li{
	clear:left;
	margin:0 0 0 15px;
	padding:10px 15px 0 0;
	font-size:1.3em;
	line-height:1.5em;
}
#content table{
	table-layout:fixed;
	margin:10px 15px 10px 15px;
}
#content table th{
	font-size:12px;
}
#content table tr:nth-child(even){
	background-color:#CDD4DA;
}
#content table td{
	font-size:12px;
	border-top:1px dotted #999;
}
#content table tr.border-bottom td{
	border-bottom:1px dotted #999;
}
#content table td select{
	width:120px;
}
/*--- messages ---*/
#messages{
	position:absolute;
	top:130px;
	left:215px;
	width:548px;
	height:30px;
	background-color:#A36AA2;
	text-align:center;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#messages a{
	font-family:'Pragati Narrow', Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size:1.6em;
	line-height:30px;
	color:#FFF;
	text-decoration:none;
}
#messages a:hover{
	text-decoration:underline;
}
#phone-buttons{
	display:none;
}

/*--- slides ---*/
#slides{
	position:absolute;
	top:160px;
	left:215px;
	width:548px;
	height:343px;
}
#slides .slide-first,
#slides .slide{
	position:absolute;
	top:0px;
	left:0px;
	width:548px;
	height:343px;
}
#slides .slide{
	display:none;
}
#slides .slide blockquote{
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1.5em;
	color:#FFF;
	background-color:#000;
	opacity:0.9;
}

/*--- side bars ---*/
#left{
	position:absolute;
	top:130px;
	left:0px;
	width:200px;
}
#right{
	position:absolute;
	top:130px;
	left:780px;
	width:200px;
}

/*--- centre ---*/
#centre .shots{
	float:right;
	margin:11px 15px 0 0;
}
#centre .shots2{
	float:right;
	margin:5px 15px 0 0;
}
#centre .suite-thumb{
	float:left;
	margin:0 0 10px 10px;
	padding:2px;
	border:1px solid #A36AA2;
}
#centre .suite-thumb.clear{
	clear:both;
}
#centre .gallery-thumb{
	margin:10px;
	padding:2px;
	border:1px solid #A36AA2;
}
#centre form ul{
	margin:15px 0 5px 15px;
	padding:0;
	list-style:none;
}
#centre form ul li{
	margin:3px 0 3px 0;
	padding:0;
}
#centre form ul li label{
	float:left;
	display:block;
	width:125px;
	margin-right:5px;
	font-size:1.0em;
	font-weight:bold;
}
#centre form ul li input,
#centre form textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#333;
}
#centre .error{
	font-weight:bold;
	color:#900;
}
#centre .expanded{
	display:none;
	clear:both;
}

/*--- side boxes ---*/
.side-box{
	position:relative;
	width:200px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	background-color:#E2E7EA;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CCD4DB), color-stop(1, #E2E7EA));
	background-image: -moz-linear-gradient(center bottom, #CCD4DB 0%, #E2E7EA 100%);
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.side-box h2{
	display:block;
	height:34px;
	width:200px;
	margin:0 0 10px 0;
	padding:0;
	font-family:'Pragati Narrow', Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size:1.5em;
	text-transform:uppercase;
	color:#FFF;
	line-height:30px;
	text-align:center;
	background:url(../images/box-header-bg.jpg) top left no-repeat #A36AA2;
}
.side-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.side-box ul li{
	margin:0;
	padding:0 15px 15px 15px;
	font-size:1.2em;
	line-height:1.3em;
}
.side-box ul li:last-child{
	padding-bottom:0;
}
.side-box ul label{
	font-weight:bold;
	line-height:1.7em;
}
#suites-from a{
	display:block;
	width:66px;
	height:82px;
	margin:0 0 15px 0;
	padding:40px 0 0 134px;
	font-family:'Pragati Narrow', Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size:4.1em;
	font-weight:normal;
	letter-spacing:-3px;
	line-height:1.3em;
	color:#EEE;
	text-decoration:none;
	text-align:center;
	background:url(../images/suites-from.jpg) top left no-repeat;
}
#suites-from a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	-khtml-opacity: 0.85;
}
#shopping-basket ul li{
	padding:0 15px 7px 15px;
	text-align:center;
}
#shopping-basket ul li:last-child{
	padding-bottom:0;
}
#reserve-a-suite li{
	padding-bottom:8px;
}
#reserve-a-suite li:last-child{
	padding-bottom:0;
}
#reserve-a-suite input{
	width:144px;
}
#reserve-a-suite select{
	width:170px;
	font-size:0.9em;
}
#reserve-a-suite select.small{
	margin-left:0;
	margin-right:0;
	width:auto;
}
#reserve-a-suite span{
	text-align:center;
	margin:0 3px 0 3px;
}

#tripadvisor-cert{
	position:relative;
	margin:0 0 15px 0;
}

/*--- testimonial ---*/
#testimonial{
	position:relative;
	margin:15px 0 0 0;
	color:#BD82B3;
}
#testimonial a{
	color:#A36AA2;
	font-weight:normal;
	text-decoration:none;
}
#testimonial a:hover{
	text-decoration:underline;
}
#testimonial blockquote{
	position:relative;
	margin:0 0 10px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:40px;
	font-size:1.4em;
	line-height:1.6em;
	color:#A36AA2;
}
#testimonial blockquote #quote-tl{
	position:absolute;
	top:-20px;
	left:-47px;
	font-size:8.0em;
	line-height:1.0em;
	color:#CCB6CD;
	z-index:0;
}
#testimonial blockquote #quote-br{
	position:absolute;
	right:0px;
	bottom:-82px;
	font-size:8em;
	line-height:1em;
	color:#CCB6CD;
}
#testimonial p{
	margin:0 0 10px 0;
	padding:0;
	font-size:1.2em;
	color:#905B87;
}

/*--- footer ---*/
#footer{
	position:relative;
	float:left;
	clear:both;
	width:950px;
	margin:0 0 10px 0;
	padding:15px;
	color:#FFF;
	background:url(../images/footer-bg.jpg) top left repeat-x #323E45;
	background-color:#E2E7EA;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #323E45), color-stop(1, #788790));
	background-image: -moz-linear-gradient(center bottom, #323E45 0%, #788790 100%);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#footer a{
	color:#FFF;
}
#footer #stay-at-the-strozzi-for{
	float:left;
	width:400px;
}
#footer #stay-at-the-strozzi-for img{
	margin-bottom:25px;
}
#footer #stay-at-the-strozzi-for p{
	float:left;
	width:350px;
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:1em;
	font-weight:bold;
	color:#FFF;
}
#footer #stay-at-the-strozzi-for ul{
	float:left;
	margin:5px 0 0 0;
	padding:0;
}
#footer #stay-at-the-strozzi-for li{
	float:left;
	list-style:none;
	color:#FFF;
	font-size:1.1em;
	line-height:1.6em;
}
#footer #stay-at-the-strozzi-for li:before{
	content:'/';
	padding:0 10px;
}
#footer #stay-at-the-strozzi-for li:first-child:before{
	content:'';
	padding:0;
}
#footer #stay-at-the-strozzi-for p.vat{
	position:absolute;
	bottom:15px;
	left:15px;
	font-size:1.2em;
	font-weight:normal;
}
#footer #stay-at-the-strozzi-for #newsletter{
	position:absolute;
	bottom:15px;
}
#footer #legal{
	float:right;
	width:400px;
	text-align:right;
}
#footer #legal p{
	margin:0 0 0.8em;
	padding:0;
	font-size:1.2em;
	line-height:1em;
	color:#FFF;
}
#footer #legal img{
	margin:7px 0 0 5px;
}

/*--- responsive design changes for tablets ---*/
@media screen and (max-width: 1024px){
	h1{
		font-size:2.9em;
	}
	h2{
		font-size:1.8em;
	}
	h3{
		font-size:2.0em;
	}
	p{
		font-size:1.6em;
	}
	p.small,
	#footer #legal p.small{
		font-size:1.3em;
	}
	.side-box ul li{
		font-size:1.3em;
	}
	a.wide,
	a.normal,
	a.narrow,
	a.small{
		height:48px;
		line-height:44px;
		-webkit-background-size: 100% 44px;
        -moz-background-size: 100% 44px;
        -o-background-size: 100% 44px;
        background-size: 100% 44px;
	}
	#centre form ul li input,
	#centre form ul li textarea{
		max-width:50%;
	}
	input,select,
	#centre form ul li input,
	#centre form textarea{
		font-size:1.5em;
	}
	#centre form ul li label{
		width:150px;
		font-size:1.2em;
		line-height:2.5em;
	}
}
@media screen and (max-width: 640px){
	#strozzi-palace-boutique-suites, #header, #header #strozzi-palace-boutique-suites-logo, #footer #legal{
		width:100%;
	}
	#header{
		height:80px;
	}
	#tripadvisor{
		display:none;
	}
	#header #strozzi-palace-boutique-suites-logo{
		margin-top:-10px;
	}
	#header #strozzi-palace-boutique-suites-logo img{
		width:100px;
		height:auto;
	}
	#header #boutique-suites{
		width:auto;
		left:115px;
	}
	#header #boutique-suites h1{
		width:70%;
		height:auto;
		margin-top:12px;
	}
	#header #boutique-suites h1 img{
		width:100%;
		height:auto;
		margin:0;
	}
	#header #phone-menu-frm{
		display:block;
		position:absolute;
		top:25px;
		margin-top:4%;
		left:115px;
	}
	#header #phone-menu-frm label{
		font-size:150%;
		font-weight:bold;
		color:#444;
	}
	#header #phone-menu{
		font-size:150%;
		margin:0;
	}
	#header #nav{
		display:none;
	}
	#left, #right{
		display:none;
	}
	#content{
		position:relative;
		top:134px;
		width:96%;
		margin:9% 2% 0 2%;
	}
	#content.landing-page{
		top:134px;
		margin-top:9%;
		padding-top:60%;
	}
	#centre .banner, #centre .divider{
		width:100%;
		height:auto;
	}
	#centre .banner.map{
		content:url(/images/shots/hotels-in-cheltenham-phone.gif);
	}
	#messages{
		top:104px;
		left:2%;
		width:96%;
		margin-top:9%;
	}
	#phone-buttons{
		display:block;
		position:absolute;
		top:92px;
		left:2%;
		width:96%;
	}
	#phone-buttons img{
		display:block;
		float:right;
		width:49%;
		height:auto;
	}
	#phone-buttons a:first-child img{
		float:left;
	}
	#slides{
		top:134px;
		left:2%;
		width:96%;
		margin-top:9%;
		z-index:10;
	}
	#slides .slide-first,
	#slides .slide,
	#slides img{
		width:100%;
		height:auto;
	}
	#footer{
		position:relative;
		top:142px;
		width:88%;
		padding:4%;
		margin-top:0;
		margin-left:2%;
	}
	#footer #stay-at-the-strozzi-for p,
	#footer #stay-at-the-strozzi-for ul{
		display:none;
	}
	#footer #stay-at-the-strozzi-for #newsletter{
		left:50%;
		margin-left:-80px;
	}
	#footer #legal{
		text-align:center;
		padding-bottom:40px;
	}
	#footer #legal p{
		line-height:1.2em;
		text-align:center;
	}
	#parking_frm input{
		width:90%;
	}
}
@media screen and (max-width: 640px) and (orientation : portrait){
	#header #boutique-suites h1{
		width:90%;
		margin-top:15px;
	}
	#header #phone-menu-frm{
		top:30px;
		margin-top:4%;
	}
	#header #phone-menu-frm label{
		display:none;
	}
	#centre form ul li label{
		width:80%;
		line-height:1.3em;
	}
	#centre form ul li input,
	#centre form input,
	#centre form textarea{
		margin-bottom:3%;
	}
	#centre .offer-code{
		display:block;
		width:100%;
	}
}