/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

body {
	text-align : center;
	font: 12px Verdana, Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #780033;
}

/* 780033 */

a {
	font-weight: normal;
	font-style: normal;
	color: #732f00;
	text-decoration: none;
}

#wrapper {
	background-color: #fff; 
	/* border: 1px solid #000; */
	margin : 0 auto;
	text-align : left;
	width: 800px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(L2.gif);
	background-position-x: 95%;
	background-position-y: 95%;
}

#main_content {

	margin: 10px;
	width: 55%;
	float: left;
}

#main_content_full {
	margin: 10px;
	float: left;
	width: 780px;
}

.featured {
	padding: 10px;
	border: 1px solid #000;
	background-color: #cccccc;
	
}

#sub_content {
	margin: 10px;
	width: 35%;
	float: right;
	border-left: 2px solid #ff062a;
	padding-left: 15px;
}

.clear_both {
	clear: both;
}

.view_property {
	padding-top: 10px;	
	margin-bottom: 15px;
	overflow: auto;
}

#tabs {
	margin-bottom: 100px;
}

#tabs ul {
	width: 775px;
}

.tabContent {
	width: 775px;
}

.view_property_letting {
	margin-bottom: 15px;
	overflow: auto;
}

.view_property h2 {
	color: #732f00;	
}

.view_property_letting h2 {
	color: #732f00;	
}

.propertysummary {
	margin-bottom: 35px;
}

em {
	font-weight: bold;
	color: #000;
}

.entry {
	margin-bottom: 1.2em;
}

.entry p {
	margin-bottom: 0.5em;
	color: #666;
	font-size: 12px;
}

.entry em {
	font-weight: bold;
	color: #000;
}

.entry h2 {
	margin-bottom: 3px;
}

.entry img {
	margin-right:5px;
	margin-bottom:3px;
	width: 250px;
}

#moreinfo {
	background-color: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
}

#moreinfo p {
float: left;
margin-left: 640px;

}

#moreinfo img {
border: 0;
padding: 0;
margin: 0 10px;
float: right;
}

#holiday_description {
	 min-height:75px;
  height:auto !important;
  height:75px;
	
	
}

/* @group typography */

p {
	margin-bottom: 1em;
}

h1 {
	font: 160% Verdana;
	margin-bottom: 1.2em;
	color: #a42d4d;
}

h1.h1sub {
	margin-top: 2em;
}

h2 {
	font: 135% Verdana;
	margin-bottom: 0.8em;
}

h3 {
	margin-top: 15px;
	margin-bottom: 1.2em;
	font: 125% Verdana;	
}

.gal{
	padding-right: 2px;
	padding-left: 2px;	
	padding-bottom: 4px;
}



/* @end */



/* @group navigation */

#slideshow {
	background: url(http://www.life-styleholidaylets.co.uk/images/imagebg.png) no-repeat;	
	width: 800px;
	height: 400px;
	position: relative;
	float: left;
}

#branding_main {
	background-color: #780033;
	background-repeat: no-repeat;
	background-image: url(http://www.life-stylelettings.co.uk/logo4.jpg);
	width: 800px;
	height: 145px;
	
}

#branding_main #tagline {

	left: 180px;
	font-style: italic;
	top: 35px;
	font-size: 16px;
	position: absolute;

}

#contact_info {
top: 5px;
right: 5px;
position: absolute;

}

#branding_main p {
	color: #fff;
}

#navigation {
	width: 800px;
	float: right;
	padding-bottom: 1px;
	background-color: #4F2024;
	padding-left: 0;
}

img {
	margin: 0;
	padding: 0;
}

#navigation ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 25px;		
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0 12px;

}

#navigation li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;

}

#navigation li:before {
	content: "";
}

#navigation li a:hover {
	color: #ff0080;
}

#navigation li a:first-letter {
	color: #ff0080;
}


/* @end */

#branding_sub {
	font-size: 90%;
	color: #999;
	text-align: center;
	border-bottom: 2px solid #f0608d;	
}

.right {
	float: right;
}



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


fieldset {
margin-left: 0px;
margin-bottom: 1em;
margin-right: 0px;
margin-top: 1em;
padding: 1em;
border: 1px solid #ccc;
background: #f8f8f8;
}

label {
float: left;
width: 10em;
}

li {
	margin-bottom: 0.8em;
}

/*ul li:before {
	content: "\00BB \0020";
	}
*/
hr {
margin-top: 1em;
margin-bottom: 1em;
}

ul {

	list-style-image: url(images/diamond.gif);

	margin-left: 1em;
	padding-left: 0.8em;

}

.calendarBG th, .calendarBG td {
	padding: 10px;
}

.calendarHeading {
	padding-left: 10px;
}

tr.calendarHeader th{
	background-color: #ccc;
}

.calendarDayHeading {
	background-color: #ccc;
}

.booked {
	background-color: #b02800;
}

.red {
	color: #b02800;
}

.headerl {
	margin-left: -5px;
	width: 200px;
	height: 51px;
	position: relative;
}

.headerl span {
	background: url(http://www.life-styleholidaylets.co.uk/images/L-icon2.gif) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}
