/************************ General ************************/

* {
	margin: 0;
	padding: 0;
}
		
html, body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.gif) repeat-x top;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 15px 0;
	color: #929292;
}

img {
	border: none;
}

p {
	line-height: 14px;
	margin: 0 0 15px 0;
	color: #929292;
}

b, strong {
	font-weight: normal;
	color: #5bbce6; 
}

/************************ Default ************************/

.clearer {
	clear: both;
	height: 0; 
	visibility: hidden;
}

.v {
	font-size: 11px;
	font-weight: bold;
	color: #00AA00;
}

#xerrorx .errorred{
	color: #FF0000;
}

#xerrorx .errororange{
	color: #FF9900;
}

#xerrorx .errorgreen{
	color: #009933;
}

/************************ Hs ************************/

h1 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 18px; 
	color: #5bbce6; 
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	margin-bottom: 15px;
}

h2 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	color: #5bbce6; 
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
	margin-bottom: 15px;
}

h3 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #5bbce6; 
	font-weight: bold;
	margin-bottom: 15px;
}

h4 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #5bbce6; 
	font-weight: bold;
	margin-bottom: 15px;
}

/************************ Links ************************/

a {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #5bbce6; 
	font-weight: normal;
	text-decoration:none;
}
		
a:hover {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #5bbce6; 
	font-weight: normal;
	text-decoration: underline;
}
		
/*a:visited {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #5bbce6; 
	font-weight: normal;
	text-decoration:none;
}*/

/************************ Structure ************************/

#wrap {
	background: transparent;
	margin: 0 auto;
	width: 760px;
	height: 100%;
}

#side {
	float: left;
	width: 206px;
	height: auto;
}

#center{
 	background: url(../img/bgcon.gif)  repeat-y;
	height:100%;
}

.menulist{
	margin: 0;
	list-style: none;
	padding: 0 0 0 5px;
	background: url(../img/bglist.gif)  repeat-y;
}

.menulist li{
	text-align: right;
	padding: 5px 0 5px 0;
	border-top: #FFFFFF 1px solid;
	border-bottom: #e2e2e2 1px solid;
}

.menulist li a{
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #929292;
}

.menulist li a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #5bbce6;
	text-decoration: none;
}

#main{
	float: left;
	width: 554px;
}

#breadcrumbslist{
	display: block;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	width: 540px; 
	line-height: 25px;
	background: url(../img/breadback.gif)  repeat-x;
}

#content{
	margin: 25px;
}

.bigimg{
	margin:0 0 25px 25px;
	float: right;
}

#lfclogo{
	position: relative;
	bottom: 10px;
	float: right;
}

#contactitle{
	padding: 0 33px 0 0;
	line-height: 25px; 
	font-size:11px; 
	color: #5bbce6;
}

.normallist{
	list-style: url(../img/listdot.gif);
	color: #929292;
	margin: 0 0 15px 20px;
}

.nodotlist{
	color: #929292;
	margin: 0 0 15px 20px;
	list-style: none;
}

.normallist li ul li{
	list-style: circle;
}

.tablelist, .tablelisthead{
	list-style: none;
	color: #929292;
}

.tablelist li, .tablelisthead li{
	list-style: none;
	color: #929292;
	width: 158px;
	height: 25px;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
	border: 1px solid #c9e8e8;
}

.tablelisthead li{
	color: #5bbce6;
	font-weight:bold;
	font-size: 11px;
	line-height: 25px;
}

.price {
	color: #767676;
	font-size: 10px;
}

/************************ Form ************************/

	#callback{
		margin: 10px;
		padding: 0;
		line-height: 8px;
	}
	
	#callback p {
		margin: 5px 0 0 0;
		color: #929292;
		font-size: 11px;
	}
	
	label {
		margin: 3px 5px 0 0;
		width: 45px;
		float: left;
		text-align: right;
		display: block;
	}
	
	.input {
		background: url(../img/ibg.gif) repeat-x top;
		border: solid 1px #c9e8e8;
		margin: 0;
		width: 115px;
		height: 15px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		color: #929292;
		padding: 0 3px;
	}
	
	.textarea {
		background: url(../img/ibg.gif) repeat-x top;
		border: solid 1px #c9e8e8;
		margin: 0;
		width: 115px;
		height: 70px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		color: #929292;
		padding: 0 3px;
	}
	
	#submit {
		background: url(../img/breadback.gif)  repeat-x;
		color: #FFFFFF;
		border: solid 1px #c9e8e8;
		width: 123px;
		font-size: 11px;
		line-height: 15px;
		font-family: arial, helvetica, sans-serif;
	}
	
	#requiredfields {
		padding: 5px 0 0 20px;
	}
	
	#required {
		color: #990000;
	}
	
	 .redas {
		color: #CC0000;
	 }
	 
	 #requestformdiv{
		width: 270px;
	 }
	 
	 #requestformdiv label {
	 	width: 270px;
		margin: 0 0 5px 0;
		float: left;
		text-align: left;
		display: block;
	}
	
	#requestformdiv .input {
		background: url(../img/ibg.gif) repeat-x top;
		border: solid 1px #c9e8e8;
		margin: 0;
		width: 270px;
		height: 15px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		color: #929292;
		padding: 0 3px;
	}
	
	#requestformdiv select{
		background: url(../img/ibg.gif) repeat-x top;
		border: solid 1px #c9e8e8;
		margin: 0;
		width: 270px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		color: #929292;
		padding: 0 3px;
	 }
	
	#requestformdiv .option {
		background: url(../img/ibg.gif) repeat-x top;
		border-bottom: solid 1px #c9e8e8;
		margin: 0;
		width: 270px;
		height: 15px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		color: #929292;
		padding: 0 3px;
	}
	
	#requestformdiv .textarea {
		background: url(../img/ibg.gif) repeat-x top;
		border: solid 1px #c9e8e8;
		margin: 0;
		width: 270px;
		height: 70px;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		color: #929292;
		padding: 0 3px;
	}
	
	#requestformdiv #submit {
		float: right;
		background: url(../img/breadback.gif)  repeat-x;
		color: #FFFFFF;
		border: solid 1px #c9e8e8;
		width: 123px;
		font-size: 11px;
		line-height: 15px;
		font-family: arial, helvetica, sans-serif;
	}
	
	#requestformdiv #requiredfields {
		padding: 0;
	}
#linksx3footer {
margin: 0 auto;
width: 722px;
}


#footer-linkz {
margin: 0 auto;
width: 722px;
display: block;
text-decoration: none;
margin-top:20px;
margin-bottom:20px;
}

#footer-linkz ul {
list-style-type: none;
clear: left;
width: 722px;
margin-left:30px;
}

#footer-linkz li {
float: left;
width: 180px;
margin-bottom:2px;
}

.pod-finallist br {
clear: left;
}
#footer-linkz a {
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}
#footer-linkz a:hover {
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}
#footer-linkz a:visited {
text-decoration: none;
font-size: 7pt;
font-family: tahoma, verdana, arial;
}

/*************** gallery *********************/

#gallery {background:transparent; width:100%; height:100%; display:inline; vertical-align:top; padding-top:20px;}
#gallery img {width:210px; height:165px; float:left; border:0px; margin:10px;}
.detailphoto { width:800px;}
.photocontainer { width:700px; text-align:center;}
.navigaback {width:100%; margin-top:20px;}
.naviganext {width:100%;}
.photodesc { margin-top:10px;}
.prev {float:left; width:82px; height:21px;}
.back {float:left; width:82px; height:21px; text-align:center;}
.next {float:right; width:82px; height:21px;}
.photo {border:0px; width:600px; margin-top:20px; margin-bottom:20px; border: 1px solid #ffffff;}