/*
CSS - SITE_NAME_HERE
*/

/* layout styles */

@import "ldl-contact_form.css";
@import "ldl-voucher.css";


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

img {
	border: 0;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;
}/* apply this to the div that contains 2 or more floating elements */ 

div#container {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 750px;
}


/*--------------------------------
		HEADER
--------------------------------*/
div#header {
	width: 750px;
	background: url(../images/core/header-background.jpg) top left no-repeat;
	height: 86px;
	margin-bottom: 20px;
}

div#header img {
	margin-left: 175px;
}


/*--------------------------------
		CONTENT-CONTAINER
--------------------------------*/
div#content-container {
	width: 750px;
	border: 1px solid #d8d8d8;
	background: #f2f2f2;
	padding-bottom: 20px;
}

div#content-container div#feature_img {
	width: 536px;
	height: 244px;
	float: left;
}

div#content-container div#feature_img img {
	margin: 10px 0 0 13px;
}


/*--------------------------------
		NAVIGATION
--------------------------------*/
div#navigation {
	float: right;
	width: 188px;
	margin: 10px 0 0 0;
	padding: 0 13px 0 0;
	height: 244px;
	background: url(../images/core/nav-background.jpg) top left no-repeat;
}

#nav {
	list-style: none;
	width: 166px;
	margin: 0 0 0 5px;
}

#nav li {
	display: block;
    list-style: none;
	height: 27px;
	width: 166px;
	margin-top: 16px;
}

#nav a {
	overflow: hidden;
	display: block;
	width: 166px;
	height: 27px;
	height /**/:27px; /* for IE5/Win only */
	text-indent: -9999px;
}

#nav a:hover {background-position: 0 -27px;}

#nav-home a {width: 166px; background: url(../images/nav/nav-home.jpg) top left no-repeat;}
#nav-profile a {width: 166px; background: url(../images/nav/nav-profile.jpg) top left no-repeat;}
#nav-services a {width: 166px; background: url(../images/nav/nav-services.jpg) top left no-repeat;}
#nav-discount a {width: 166px; background: url(../images/nav/nav-discount.jpg) top left no-repeat;}
#nav-contact a {width: 166px; background: url(../images/nav/nav-contact.jpg) top left no-repeat;}


/*--------------------------------
		CONTENT LEFT
--------------------------------*/
div#content-left {
	width: 496px;
	float: left;
	margin: 33px 0 0 13px;
}

div#content-left h1 {
	display: block;
	width: 496px;
	background: #e6e6e6;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #454a4c;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
}

div#content-left p {
	width: 474px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #454a4c;
	line-height: 18px;
	margin: 10px 0 10px 10px;
}

#content-left a, #content-left a:visited {color: #46718c; border-bottom: 1px solid #46718c; text-decoration: none;}
#content-left a:hover {border-bottom: 1px solid #c6c6c6; text-decoration: none;}

div#content-left ul#list {list-style: none;}
div#content-left ul#list li {
	background:url(../images/core/bullet.jpg) 0 2px no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #454a4c;
	line-height: 16px;
	margin-left: 20px;
	padding-left: 15px;	
	}

div#content-left hr {
	width: 300px;
	margin: 10px auto;
	height: 1px;
	color: #dedede;
	background-color: #dedede;
	border: none;
}

/*--------------------------------
		CONTENT RIGHT
--------------------------------*/
div#content-right {
	background: #e6e6e6;
	float: right;
	width: 188px;
	margin: 22px 13px 0 0;
}

div#content-right img {
	margin: 20px 0 0 13px;
}

div#content-right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #454a4c;
	line-height: 16px;
	text-align: center;
	margin: 10px 0 15px 0;
}

#content-right a, #content-right a:visited {color: #454a4c; border-bottom: 1px solid #454a4c; text-decoration: none;}
#content-right a:hover {border-bottom: 1px dashed #454a4c; text-decoration: none;}


/*--------------------------------
		FOOTER
--------------------------------*/
div#footer {
	width: 750px;
	clear: both;
	margin: 5px auto;
}

div#footer p {
	color: #534640;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0 0 13px;
	float: left;
}

div#footer img {
	float: right;
	margin: 0 13px 0 0;
}

#footer a, #footer a:visited {color: #534640; text-decoration: none;}
#footer a:hover {text-decoration: underline;}


/*--------------------------------
		MISC
--------------------------------*/
.type {
	display: none;
}

label {
	color: #454a4c;
	font-size: 11pt;
}

table.contactform td {
  vertical-align: top;
}