/* import CSS defaults */
@import url("defaults.css");

/* links */
.theme_green a {
	text-decoration: underline;
	color: #8cc63f;
}
.theme_green a:hover {
	color: #29abe2;
}

a.more {
	padding-left: 14px;
	background: url(../img/interface/bullet_blue.gif) no-repeat 5px 5px;
	font-weight: bold;
}
a.more:hover {
	background-image: url(../img/interface/bullet_green.gif);
}
.theme_green a.more {
	background-image: url(../img/interface/bullet_green.gif);
}
.theme_green a.more:hover {
	background-image: url(../img/interface/bullet_blue.gif);
}

small a {
	color: #636363 !important;
}

.caption {
	display: block;
	margin: 1px 0 0 0;
	padding: 7px 10px 5px 10px;
	background: #e5e5e5 url(../img/interface/caption_back.gif) repeat-x left top;
	text-align: center;
	font-style: normal;
	line-height: 13px;
	font-size: 11px;
	color: #464646;
}
.imgRight,
.imgLeft {
	padding: 1px;
	border: 1px solid #b5b5b5;
}


/* pageSelector */
.pageSelector {
	clear: both;
	padding: 10px 0;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
}
.pageSelector .current,
.pageSelector .noLink,
.pageSelector a {
	display: inline-block;
	min-width: 9px;
	padding: 0 3px;
	text-align: center;
}
.pageSelector span {
	margin: 0 1px;
}
.pageSelector .current {
	border: 1px solid #00529c;
	background: white;
	color: #49404f;
}
.pageSelector .noLink {
	background: #dee0e1;
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
}
.pageSelector a {
	background: #4485c0;
	border: 1px solid #00529c;
	text-decoration: none;
	color: white;
	cursor: pointer;
}
.pageSelector a:hover {
	background: white;
	color: #00529c;
}

/* HOME */
#lpg {
	float: left; display: inline;
	width: 290px;
}
#airco {
	float: right; display: inline;
	width: 270px;
}
#lpg ul,
#airco ul {
	margin: 0 0 10px 30px;
}
#lpg li,
#airco li {
	margin: 0 0 8px 0;
	line-height: 125%;
}
#lpg strong,
#airco strong {
	font-weight: normal;
	color: #222;
}

/* CONTACT */
#frm_contact {
	width: 440px;
}
	* html #wrapper .contactImage {
		margin-top: 29px;
	}
	* +html #wrapper  .contactImage {
		margin-top: 29px;
	}
