/*
URI: http://www.catered-chalet-holidays.co.uk
Version: Base style 1.0
Author: Matt Branthwaite
*/
@import url(/i/css/footer.css);
/*
----------------------------------------------------------------
	B A S E   S T Y L E S
---------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: 70% Verdana, sans-serif;
	color: #151515;
	min-height: 300px;
	background-color: #fff;
	}
	
	
/* headings */

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: bold;
	color: #006699;
	}
h1 {
	font-size: 1.7em;
	margin: 0 0 1ex;
	
	}
h2 {
	font-size: 1.4em;
	margin: 1.6ex 0 1ex;
	}
h3 {
	font-size: 1.2em;
	margin: 1ex 0 0.6ex;
	}
h4 {
	font-size: 1.1em;
	margin: 1ex 0 0.6ex;
	}
h5 {
	font-size: 1.1em;
	margin: 1ex 0 0.4ex;
	}
h6 {
	font-size: 1.1em;
	margin: 1ex 0 0.4ex;
	}

/* links */

a {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #000;
	}
a img {
	vertical-align: text-bottom;
	text-decoration: none;
	}
	
/* html declarations */

p, ul, ol, dl, table {
	font-size: 1em;
	line-height: 1.4em;
	}
p {
	margin: 0 0 1em;
	line-height: 135%;
	}
p small {
	color: #909090;
	font-size: 90%;
	line-height: 120%;
	}
strong, em {
	font-weight: bold;
	font-style: normal;
	}
img {
	border: 0;
	}
ul, ol {
	margin: 0.5ex 0 1em;
	padding: 0;
	}
li {
	padding: 0;
	margin: 0 0 0.1em 30px;
	}
ul li {
	list-style: square;
	}
dl {
	margin: 1em 0;
	padding: 0;
	}
dt {
	font-weight: bold;
	margin: 0 0 0.1em 0;
	padding: 0;
	}
dd {
	margin: 0 0 1em 20px;
	}
dd ul li {
	margin-left: 20px;
	}

table {
	border-collapse: collapse;
	margin: 0;
	}
td, th {
	vertical-align: top;
	padding: 0;
	line-height: 135%;
	}
address {
	font-style: normal;
	line-height: 135%;
	}
optgroup {
	font-style: normal;
	color: #CA0000;
	padding: 0;
	margin: 0;
	}

option {
	color: #151515;
	margin: 0;
	padding: 0;
	}
blockquote {
	margin: 0;
	padding: 10px 0 10px 40px;
	}
blockquote p {
	font-family: Georgia, Palatino, "Palatino Linotype Italic", "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 1ex;
	}
blockquote p.source {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: normal;
	font-weight: bold;
	}
	
.cb {
	clear: both;
	}
	
.section-divider hr {
	display: none;
	}
.section-divider {
	height: 1px;
	background-color: #d6d6d6;
	margin: 15px 0;
	}
	
	
#container {
	width: 615px;
	}

#content {
	padding: 10px 20px;
	}
	
.float-left { position: relative; float: left; margin: 0 10px 10px 0; }
.float-left { position: relative; float: right; margin: 0 0 10px 10px; }
	
/* FAQS */
#faq-list dt {  border-top: 1px dotted #bbb; font-size: 12px; background: transparent url("images/faqs-q.png") 1px 23px no-repeat; padding: 20px 0 6px 20px; }
#faq-list dd { padding-bottom: 10px; }
#faq-list dd { background: transparent url("images/faqs-a.png") 1px 3px no-repeat; margin-left: 0; padding-left: 20px; }