@charset "utf-8";
/* CSS Document */

/* Default settings */
html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
	text-align: left;
	font-size: 0.84em;
	color: #666;
	line-height: 20px;
}
table, tr, td {
	margin: 0;
	padding: 0;	
	border: 0;
	}
div {
	margin: 0;
	padding: 0;
	height: auto;
	}
p {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
	}
hr {
	background: transparent url(../images/KatieLane_HR.png) no-repeat center top;
	height: 27px;
	width: 800px;
	padding: 0;
	text-align: center;
	border: 0;
	margin-top: 13px;
	margin-bottom: 20px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	}
h1 {
	clear: both;
	font-size: 1.7em;
	color: #0f4a74;
	font-weight: normal;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 3px;
	margin-left: 10px;
	}



/* Default Link settings */
a:link {
	color: #C39;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	border: 0;
}
a:visited {
	color: #C39;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	border: 0;
}
a:hover {
	color: #936;
	font-weight: bold;
	text-decoration: underline;
	background-color:transparent;
	font-style: normal;
	border: 0;
}
a:active {
	color: #C39;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	border: 0;
}



/* Containers */
#container {
	clear: both;
	width: 1020px;
	height: auto;
	overflow: hidden;
	padding-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#inner-container {
	clear: both;
	width: 980px;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#left {
	clear: both;
	float: left;
	width: 570px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-right: 1px solid #e4e4e4;
}
#right {
	float: right;
	width: 380px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.spacer {
	clear: both;
	width: 100%;
	height: 30px;
	overflow: hidden;
}




/* Header, Logo and Menu */
#header-top {
	clear: both;
	width: 980px;
	height: 17px;
	overflow: hidden;
	padding: 0;
	background: #936 url(images/LGD_TopBAR.jpg) repeat-x top left;
}
#header-bg {
	clear: both;
	width: 980px;
	height: 142px;
	overflow: hidden;
	padding: 0;
	background: #936 url(images/LGD_HeaderBG.jpg) no-repeat top left;
}
.logo {
	float: left;
	margin-left: 10px;
	padding: 0;
}
.menu-buttons {
	float: right;
	margin-top: 53px;
	margin-right: 12px;
}



/* Flash */
.flash {
	clear: both;
	width: 980px;
	height: 256px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}



/* Categories */
#categories-bg {
	clear: both;
	width: 980px;
	height: 63px;
	overflow: hidden;
	padding: 0;
	background: #993366 url(images/LGD_CategoriesBG.jpg) repeat-x top left;
}
.categories-img {
	float: left;
	border: 0;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 25px;
}
.categories-quote {
	float: right;
	border: 0;
	margin-top: 12px;
	margin-right: 10px;
}




/* Testimonials */
.speechbubble {
	clear: both;
	width: 372px;
	height: 113px;
	background: transparent url(images/LGD_TestimonialsBG.png) top left no-repeat;
	margin-top: 20px;
	margin-bottom: 11px;
}
.speechbubble p {
	clear: both;
	width: 345px;
	height: 103px;
	background: transparent;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 10px;
}
.speechbubble p span {
	clear: both;
	float: right;
	color: #666;
	font-style: normal;
}




/* Divide */
.divide {
	clear: both;
	width: 98%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #e4e4e4;
}




/* Gallery */
.gallery-photo {
	float: left;
	width: 120px;
	paddig: 0;
	margin: 0;
	}
#gallery-window {
	clear: both;
	width: 100%;
	Height: 400px;
	overflow: auto;
	}



/* Tooltip*/
a:hover {background:transparent; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left: 8px; width:150px; font-weight: normal;}
a.tooltip:hover span{display:inline; position:absolute; background: #FFF; border:1px solid #CCC; color: #999;}


/* Prices */
.price-table {
	clear: both;
	}
.price-table td {
	border-bottom: 1px solid #CCCCCC;
	}



/* Footer */
#footer {
	clear: both;
	width: 980px;
	height: 63px;
	background: #906 url(images/LGD_FooterBG.jpg) top left no-repeat;
}
#footer p {
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 10px;
	color: #C39;
}
