/* CSS Document */


body {
	background: #809ab3 url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Typography */

.rightimage {
	float: right;
	margin: 0 20px 0 20px;
}

.top-box {
	width: 728px;
	height: 90px;
	padding: 5px;
	background: #8fabc7;
	border-radius: 6px;
	moz-border-radius: 6px;
	webkit-border-radius: 6px;
	text-align: center;
	position: relative;
	top: 25px;
	float: right;
}

.top-box p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.button, a:visited.button {
	line-height: 18px;
	background: #e65108;
	color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 18px 5px 18px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
	}
	
a:hover.button {
	background: #ec6f09;
	cursor: pointer;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	}
	
#content a.button {
	margin-left: 30px;
}

#content .result a.button {
	margin-left: 0px;
}

#content h2.telephone {
	background: url(images/phone.jpg) no-repeat left center;
	line-height: 24px;
	padding: 0 0 0 45px;
	display: inline-block;
	height: 24px;
	margin: 50px 0 10px 30px;
}

#sidebar h2.telephone {
	background: url(images/phone.jpg) no-repeat left center;
	line-height: 24px;
	padding: 0 0 0 45px;
	display: inline-block;
	height: 24px;
	margin: 0px 0 10px 0px;
}


#video {
	display: none;
	}

.marquee {
	background: #ddd;
	color: #000;
	padding: 9px 0 9px 0;
	width: 640px;
	height: 12px;
	float: left;
	font-size: 12px;
	line-height: 12px;
	}
	
.gallery-mid {
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
	
p {
	/*color: #7f6f6f;*/
	color: #666;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 22px;
	}
	
p a, p a:visited {
	color: #369;
	text-decoration: none;
	font-style: italic;
	}
	
p a:hover {
	/*color: #930;*/
	color: #369;
	text-decoration: underline;
	font-style: italic;
	}
	
a, a:visited {
	color: #369;
	text-decoration: none;
	font-style: italic;
	}
	
a:hover {
	color: #369;
	text-decoration: underline;
	font-style: italic;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #323f4f;
	line-height: 26px;
	margin: 10px 0 20px 0;
	padding: 0;
	letter-spacing:-2px
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #323f4f;
	line-height: 18px;
	margin: 0 0 25px 0;
	padding: 0;
	letter-spacing:-1px
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #323f4f;
	line-height: 24px;
	margin: 0px 0 20px 0;
	padding: 0;
	letter-spacing:-1px
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Layout */	
	
	
#container {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}


/*------------------------------------------------------------------------------------------------------------ Header */


#header {
	width: 960px;
	height: 150px;
	}
	
#logo {
	width: 202px;
	height: 132px;
	position: relative;
	top: 35px;
	left: 0px;
	float: left;
	}
	
.lewis {
	float: right;
	margin-top: 10px;
	}
	
#login {
	width: 321px;
	height: 70px;
	position: relative;
	top: 0;
	float: right;
	background: url(images/login_bg.png) top no-repeat;
	}
	
#login p {
	/*-- font-style: italic; --*/
	font-size: 11px;
	color: #fff;
	margin: 0 0 0 8px;
	}
	
#login a, #login a:visited {
	color: #f60;
	/*-- font-style: italic; --*/
	}
	
#login a:hover {
	color: #fff;
	/*-- font-style: italic; --*/
	}
	
#username, #password {
	height:21px;
	width:100px;
	font-size: 11px;
	/*-- font-style: italic; --*/
	color: #666;
	float: left;
	background: url(images/login_input.jpg) no-repeat;
	border: solid 0 #fff;
	padding: 9px 0 0 10px;
	margin: 3px 0 5px 5px;
	}
	
.logon {
	float: left;
	margin: 3px 0 5px 5px;
	width: 80px;
	height: 30px;
	border: solid 0 #fff;
	background: url(images/login_button.jpg) no-repeat;
	color: #fff;
	cursor: pointer;
	}
	
.logon:hover span,
.logon:focus span {
	text-decoration: underline;
}


#banner {
	position: relative;
	top: 30px;
	float: right;
	width: 477px;
	height: 66px;
	border: 2px solid #fff;
	background: url(images/wp_banner.gif) no-repeat;
	text-align: right;
	padding: 5px 20px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	}
	
#banner a, #banner a:visited {
	color: #fff;
	}
	
#banner a:hover {
	color: #c30;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Navigation */
	
	
#nav {
	width: 960px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	}
	
#nav ul {
	width: 320px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	text-align: center;
	}

#nav ul li {
	padding: 0px 0px 0 5px;
	font-size: 11px;
	text-align: center;
	float: left;
	}
	
#nav ul li a, #nav ul li a:visited {
	display: block;
	width: 76px;
	height: 31px;
	color: #fff;
	text-decoration: none;
	padding: 4px 12px 0px 12px;
	font-style: normal;
	background: #8fabc7;
	border-radius: 6px 6px 0 0;
	moz-border-radius: 6px 6px 0 0;
	webkit-border-radius: 6px 6px 0 0;
	}
	
#nav ul li a:hover, #nav ul li a.active {
	color: #e65108;
	background: #fff;
	text-decoration: none;
	}
	
#nav ul.left {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 639px;
	}
	
#nav ul.left li {
	width: 163px;
	height: 35px;
	margin: 0;
	float: right;
	line-height: 35px;
	display: inline;
	padding: 0;
	}
	
#nav ul.left li a, #nav ul.left li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(images/tab.png) no-repeat;
	text-align: center;
	height: 35px;
	width: 163px;
	padding: 0;
	}
	
#nav ul.left li a.inactive {
	position: relative;
	left: 13px;
	}
	
#nav ul.left li a.active {
	color: #e65108;
	text-decoration: none;
	z-index:10;
	display: block;
	background-position: 0 -35px;
	text-align: center;
	position: relative;
	left: 0px;
	height: 35px;
	}
	
#nav ul.left li a.activeleft {
	color: #e65108;
	text-decoration: none;
	z-index:10;
	display: block;
	background-position: 0 -35px;
	text-align: center;
	position: relative;
	left: 13px;
	height: 35px;
	}
	
#nav ul.left li a:hover {
	color: #c30;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 35px;
	background-position: 0 -35px;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Main Body Home */
	
	
#main {
	width: 960px;
	clear: both;
	margin-bottom: 0px;
	background: #fff url(images/main_bg.gif) repeat-y;
	}
	
#meadow {
	float: right;
	background: #fff;
	border-left: 1px solid #e5e5e5;
	width: 319px;
	height: 246px;
	padding: 0px;
	text-align: left;
}

#intro {
	float: right;
	/*background: #e6e9e9 url(images/intro_bg.gif) repeat-x;*/
	background: #e9ecf1;
	border-top: 1px solid #fff;
	border-left: 1px solid #e5e5e5;
	width: 250px;
	height: 393px;
	padding: 25px 35px 0 34px;
	text-align: left;
	}
	
#intro h2 {
	margin-top: 30px;
	}
	
#tyh {
	float: right;
	
	}
	
.sold {
	display: block;
	float: left;
	width: 35px;
	text-align: center;
	padding: 5px 0 5px 0;
	background: #c30;
	color: #fff;
	margin: 0px 5px 5px 0;
	}
	
.av {
	display: block;
	float: left;
	width: 35px;
	text-align: center;
	padding: 5px 0 5px 0;
	/*background: #7999b7;*/
	background: #690;
	color: #fff;
	margin: 0px 5px 5px 0;
	}
	
.tbr {
	display: block;
	float: left;
	width: 35px;
	text-align: center;
	padding: 5px 0 5px 0;
	background: #eaeaea;
	color: #666;
	margin: 0px 5px 5px 0;
	}
	
.key {
	margin: 10px 30px 20px 30px;
	padding: 0px;
	clear: both;
	color: #7f6f6f;
	overflow: hidden;
	}
	
.keyitem {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height: 12px;
	}
	
#vfm {
	width: 250px;
	height: 161px;
	background: #36414c url(images/vfm_bg.gif) no-repeat;
	border-top: 1px solid #262d35;
	border-left: 1px solid #262d35;
	padding: 0px 35px 0 34px;
	text-align: justify;
	float:right;
	}
	
#vfm p {
	color: #fff;
	}
	
#vfm h2 {
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	margin-bottom: 17px;
	}
	
.link {
	
	}
	
#slider {
	width: 640px;
	height: 246px;
	float: left;
	border-bottom: 1px solid #ddd;
	}
	
ul.result {
	width: 640px;
	margin: 0px 0px 20px 0px;
	margin-left: 0px;
	list-style: none;
	padding: 0;
	}
	
ul.result li {
	list-style: none;
	width: 640px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #ccc;
	list-style: none;
	padding: 20px 0 20px 0;
	line-height: 18px;
	overflow: hidden;
}

ul.result li p {
	font-size: 12px;
}
	
ul.result h3, #slider h3 {
	margin: 25px 0 0 0;
	font-size: 18px;
	text-align: left;
	}
	
.sliderpic, .resultpic {
	margin: 5px 30px 5px 5px;
	float: left;
	}
	
.location {
	color: #666;
	font-size: 12px;
	display: block;
	letter-spacing: normal;
	font-weight: normal;
	}
	
.price {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #323f4f;
	margin: 10px 0 5px 0;
	display: block;
}

p .price {
	font-size: 24px;
}

.agreed {
	color: #c30;
}

.nosold {
	font-size: 11px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0px;
	background: url(images/red-light.jpg) no-repeat left center;
	clear: both;
	display: inline-block;
	color: #333;
}

.noav {
	font-size: 11px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 5px;
	background: url(images/green-light.jpg) no-repeat left center;
	display: inline-block;
	color: #333;
}
	
#slider p {
	margin-top: 0px;
	clear: none;
	font-size: 12px;
	margin-right: 30px;
	}
	
.info {
	float: left;
	width: 100px;
	height: 30px;
	background: url(images/info_button.jpg) no-repeat;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	z-index: 0;
	}
	
a.info, a.info:visited {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	}
	
a.info:hover {
	text-decoration: underline;
	font-style: normal;
	}
	
.message {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	background: #62407d;
	color: #fff;
	clear: left;
	width: 610px;
	height: 20px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	float: left;
	line-height: 12px;
	}
	
.message p {
	color: #fff;
	}
	
.inline_right {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 0 30px 10px 30px;
	float: right;
	}
	
.inline_left {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 0 15px 10px 30px;
	float: left;
	}
	
.inline_side {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 20px 0 30px 0;
	}
	
.inline_full {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 20px 30px 20px 30px;
	}
	
.brochure {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 20px 0 10px 0;
	}
	
.subscribe {
	height: 34px;
	padding: 6px 30px 0px 30px;
	background: #246;
	clear: both;
	color: #fff;
}

.subscribe-text {
	margin-top: 6px;
	float: left;
}

.signup {
	float: left;
}

.subscribe-name input {
	width: 150px;
	height: 18px;
	line-height: 18px;
	padding: 2px 5px 2px 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	margin: 0px 0 0 10px;
	border-top: 0px solid #999;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #999;
	font-size: 10px;
	color: #999;
	}

.subscribe-email input {
	width: 150px;
	height: 18px;
	line-height: 18px;
	padding: 2px 5px 2px 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	margin: 0px 0 0 5px;
	border-top: 0px solid #999;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #999;
	font-size: 10px;
	color: #999;
	}
	
.subscribe-button input {
	line-height: 18px;
	width: 110px;
	background: #c93b0d;
	background: -moz-linear-gradient(top,  #ef7624,  #c93b0d);
	background: -webkit-gradient(linear, left top, left bottom, from(#ef7624), to(#c93b0d));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef7624', endColorstr='#c93b0d');
	color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 4px 0px 4px 0px;
	margin: 0px 20px 0px 5px;
	border-top: 0px solid #f69;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #f69;
	font-size: 12px;
	}
	
.subscribe-button input:hover {
	background: #ef8d24;
	background: -moz-linear-gradient(top,  #ef8d24,  #c93b0d);
	background: -webkit-gradient(linear, left top, left bottom, from(#ef8d24), to(#c93b0d));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef8d24', endColorstr='#c93b0d');
	cursor: pointer;
	}
	
.subscribe-text a, .subscribe-text a:visited {
	color: #fff;
}

.subscribe-text a:hover {
	color: #f40;
}
	
/*------------------------------------------------------------------------------------------------------------ Development images */

.microsite-wellington-parks a, .microsite-wellington-parks a:visited {
	float: left;
	border: none;
	margin: 0px 0px 0px 0;
	padding: 0;
	width: 213px;
	height: 142px;
	background: url(images/qth-wellington-parks.jpg) no-repeat;
	display: inline-block;
	-webkit-transition: background-position .25s;
    transition: background-position .25s ;
	-moz-transition: background-position .25s;
	}

.microsite-wellington-parks a:hover {
	background: url(images/qth-wellington-parks.jpg) no-repeat;
	background-position: 0 -142px;
	border: 0;
	-webkit-transition: background-position .25s;
    transition: background-position .25s ;
	-moz-transition: background-position .25s;
	}

.microsite-wellington-parks span {
	display: none;
	}
	
.microsite-the-meadow a, .microsite-the-meadow a:visited {
	float: left;
	border: none;
	border-right: 1px solid #ddd;
	margin: 0px 0px 0px 0;
	padding: 0;
	width: 213px;
	height: 142px;
	background: url(images/qth-the-meadow.jpg) no-repeat;
	display: inline-block;
	-webkit-transition: background-position .25s;
    transition: background-position .25s ;
	-moz-transition: background-position .25s;
	}

.microsite-the-meadow a:hover {
	background: url(images/qth-the-meadow.jpg) no-repeat;
	background-position: 0 -142px;
	border: 0;
	border-right: 1px solid #ddd;
	-webkit-transition: background-position .25s;
    transition: background-position .25s ;
	-moz-transition: background-position .25s;
	}

.microsite-the-meadow span {
	display: none;
	}

.microsite-newberry a, .microsite-newberry a:visited {
	float: left;
	border: none;
	margin: 0px 0px 0px 0;
	padding: 0;
	width: 213px;
	height: 142px;
	background: url(images/qth-newberry.jpg) no-repeat;
	display: inline-block;
	-webkit-transition: background-position .25s;
    transition: background-position .25s ;
	-moz-transition: background-position .25s;
	}

.microsite-newberry a:hover {
	background: url(images/qth-newberry.jpg) no-repeat;
	background-position: 0 -142px;
	border: 0;
	-webkit-transition: background-position .25s;
    transition: background-position .25s ;
	-moz-transition: background-position .25s;
	}

.microsite-newberry span {
	display: none;
	}

/*------------------------------------------------------------------------------------------------------------ Main Body Internal */

#main_internal {
	width: 960px;
	background: #fff url(images/main_bg.gif) repeat-y;
	clear: both;
	border-bottom: 1px solid #ccc;
	}

#content {
	width: 640px;
	float: left;
	padding: 0px 0 50px 0;
	}
	
#content_large {
	width: 960px;
	padding: 35px 0 50px 0;
	background: #fff;
	}
	
#resultscontent {
	width: 640px;
	float: left;
	padding: 35px 0 50px 0;
	}
	
#content p, #content_large p {
	padding: 0 30px 0 30px;
	}
	
#resultscontent p {
	padding: 0 30px 0 30px;
	}
	
#content h1, #resultscontent h1, #content_large h1 {
	padding-left: 30px;
	margin: 35px 0 26px 0;
	
	font-size: 24px;
	}
	
#content h1.property {
	
	}
	
#content h2, #content_large h2 {
	padding: 20px 30px 0px 30px;
	margin: 15px 0 15px 0;
	}
	
#content h2.property {
	float: left;
	}
	
/*#content ul, #content_large ul {
	list-style: none;
	clear: both;
	margin: 0 0 0 30px;
	padding: 0;
	}
	
#content ul li, #content_large ul li {
	float: left;
	margin: 0px 5px 15px 0px;
	}
	
#content ul li a, #content ul li a:visited, #content_large ul li a, #content_large ul li a:visited {
	padding: 5px 10px 5px 10px;
	background: #7999b7;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	}
	
#content ul li a:hover, #content ul li a.active, #content_large ul li a:hover, #content_large ul li a.active {
	background: #c30;
	}*/
	
#content ul, #content_large ul {
	list-style: disc;
	line-height: 24px;
	color: #666;
	padding: 0px;
	margin-left: 0px;
	}
	
#content ol, #content_large ol {
	line-height: 22px;
	color: #666;
	padding: 0 30px 0 30px;
	margin-left: 20px;
	}
	
#content ol li {
	margin-bottom: 20px;
	}

.bronze {
	background: #f0e9e5;
	border: 1px solid #e2d7c9;
	padding: 30px 20px 15px 30px;
	overflow: hidden;
	margin: 30px;
}

.bronze h2 {
	color: #7a3d18;
}

.silver {
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 30px 20px 15px 30px;
	overflow: hidden;
	margin: 30px;
}

.silver h2 {
	color: #999;
}

.gold {
	background: #eae1d2;
	border: 1px solid #cdb9a4;
	padding: 30px 20px 15px 30px;
	overflow: hidden;
	margin: 30px;
}

.gold h2 {
	color: #988067;
}

.platinum {
	background: #e6e8ec;
	border: 1px solid #c7ccda;
	padding: 30px 20px 15px 30px;
	overflow: hidden;
	margin: 30px;
}

.platinum h2 {
	color: #99a2a5;
}

.value {
	float: left;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 0 45px 20px 0px;
	padding: 20px 10px 20px 10px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	color: #333;
}

#content .value h2 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}

.value h3 {
	font-size: 14px;
	display: block;
	margin: 0;
	padding: 0;
}

.includes {
	float :left;
	display: block;
}

.includes h3 {
	margin: 0 0 0 0px;
}

#content .includes p {
	padding: 0;
}
	
.resultblurb {
	clear: none;
	margin-top: 0px;
	font-size: 11px;
	padding: 0 30px 0 30px;
	}
	
#price {
	float: right;
	padding: 7px 30px 7px 45px;
	margin: -7px 0px 0 0;
	display: inline;
	color: #fff;
	background: #c30 url(images/priceflag.gif) no-repeat left;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	/*-- font-style: italic; --*/
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	}

#content ul.internal {
	margin-left: 45px;
}
	
.state {
	color: #c30;
	font-size: 12px;
	}
	
.status1 {
	color: #fff;
	font-size: 12px;
	position: relative;
	top: -80px;
	left: -384px;
	text-align: left;
	background: #7999B7 /*url(images/blueflag.gif)*/ no-repeat left;
	padding: 7px 20px 7px 20px;
	margin: 0px 0 0 0;
	z-index: 1000;
	display: inline;
	}

.status2 {
	color: #333;
	font-size: 12px;
	position: relative;
	top: -80px;
	left: -384px;
	text-align: left;
	background: #eaeaea /*url(images/blueflag.gif)*/ no-repeat left;
	padding: 7px 20px 7px 20px;
	margin: 0px 0 0 0;
	z-index: 1000;
	display: inline;
	}

.status3 {
	color: #fff;
	font-size: 12px;
	position: relative;
	top: -80px;
	left: -384px;
	text-align: left;
	background: #c30 /*url(images/blueflag.gif)*/ no-repeat left;
	padding: 7px 20px 7px 20px;
	margin: 0px 0 0 0;
	z-index: 1000;
	display: inline;
	}
	
.main-image {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	}
	
.description {
	clear: both;
	}
	
#sidebar {
	width: 250px;
	float: left;
	/*border-left: 1px solid #e7e6e6;*/
	padding: 30px 35px 50px 35px;
	text-align: left;
	}
	
#sidebar ul {
	padding: 0;
	margin: 0 0 30px 0;
	color: #666;
	text-align: left;
	}
	
#sidebar ul li {
	list-style: disc;
	line-height: 22px;
	/*width: 110px;
	float: left;*/
	font-size: 12px;
	padding-right: 15px;
	/*text-transform: capitalize;*/
	}
	
#sidebar ul.address li {
	list-style: none;
	line-height: 22px;
	/*width: 110px;
	float: left;*/
	font-size: 12px;
	padding-right: 15px;
	/*text-transform: capitalize;*/
	}
	
hr {
	height: 30px;
	background: #fff;
	border: 0px;
	clear: both;
	visibility: hidden;
	}
	
.smallcaps, .smallcaps p {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.customise {
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 13px 0 30px 0;
	}
	
.interest {
	float: left;
	width: 173px;
	height: 30px;
	background: url(images/interest_button.jpg) no-repeat;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin: 10px 0px 30px 30px;
	}
	
a.interest, a.interest:visited {
	color: #fff;
	text-decoration: none;
	}
	
a.interest:hover {
	text-decoration: underline;
	}
	
.clear {
	clear:both;
	}
	
.top {
	margin-top: 30px;
	text-align: center;
	clear: both;
	}
	
.flowchart {
	border: 1px solid #666;
	padding:  0px 10px 0px 10px;
	margin: 15px 0px 15px 0px;
	text-align: center;
	}
	
.flowchart h2 {
	padding-top: 10px;
	}

/*------------------------------------------------------------------------------------------------------------ Subnav */
	
#subnav {
	background: #809AB3 url(images/subnav_bg.gif) repeat-y;
	padding: 20px 0 10px 0;
	border-top: 1px solid #627c95;
	border-bottom: 1px solid #627c95;
	margin-bottom:20px;
	}
	
#subnav ul {
	list-style: none;
	clear: both;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 30px 0px;
	}
	
#subnav ul li {
	float: left;
	margin: 0px 5px 10px 5px;
	list-style: none;
	}
	
#subnav ul li a, #subnav ul li a:visited {
	padding: 5px 10px 5px 10px;
	/*background: #7999b7;*/
	background: #34516c;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	}
	
#subnav ul li a:hover, #subnav ul li a.active {
	background: #c30;
	}
	
#subnav h2 {
	background: #fff url(images/greyflag.gif) no-repeat right;
	padding: 5px 20px 5px 10px;
	color: #333;
	font-size: 14px;
	/*-- font-style: italic; --*/
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	}

/*------------------------------------------------------------------------------------------------------------ Suppliers */

.supplier {
	padding: 20px 0px 20px 30px;
	margin: 0px 0px 0px 0px;
	clear:both;
	border-top: 1px solid #e0e0e0;
	}
	
.supplier h2 {
	padding-left: 0px;
	margin-left: 0px;
	}
	
.supplier h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.supplier p {
	margin: 0px 0px 10px -30px;
	padding: 0px;
	}

img.supplier_logo {
	float: right;
	margin: 0 30px 10px 10px;
	border: 1px solid #e0e0e0;
	padding: 7px;
	/*background: #666;*/
	}
	
.supplier ul {

	}

.supplier ul li {
	list-style: none;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	}
	
.tel, .qth_contact {

	font-weight: bold;
	}
	
ul.supplier_info  li {
	list-style: disc;
	clear: both;
	margin-left: 20px;
	}

/*------------------------------------------------------------------------------------------------------------ Gallery */

.logo-block {
	float: left;
	width: 319px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.dev-header {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#gallery {
	background: #fff;
	float: left;
	width: 320px;
	border-bottom: 1px solid #ccc;
	}
	
#map {
	background: #fff;
	float: left;
	width: 320px;
	}

.largeimage {
	width: 309px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
.thumb {
	/*width: 73px;
	height: 49px;*/
	width: 69px;
	height:46px;
	border-left: 1px solid #ccc;
	/*margin: 5px 0px 5px 5px;*/
	padding: 5px;
	display: inline;
	
	}

/*------------------------------------------------------------------------------------------------------------ Dev Home */

	
.dev {
	width: 293px;
	height: 141px;
	background: #d4bb8b url(images/search_bg.gif) repeat-x;
	float: left;
	border-top: #aa966f 1px solid;
	border-right: #aa966f 1px solid;
	border-left: #e7dabf 1px solid;
	padding: 20px 5px 0 20px;
	}
	
.dev h2 {
	color: #633;
	margin-bottom: 15px;
	font-style: normal;
	font-size: 18px;
	}
	
.dev p {
	color: #633;
	}
	
.devthumb {
	float: left;
	border: 1px solid #fff;
	margin: 0px 15px 10px 0px;
	}

/*------------------------------------------------------------------------------------------------------------ dev sidebar */


.dev-sidebar {
	width: 259px;
	height: 150px;
	background: #d4bb8b url(images/search_bg.gif) top repeat-x;
	float: left;
	border-top: #f2ebdc 1px solid;
	border-left: #c1ab80 1px solid;
	border-bottom: #aa966f 1px solid;
	padding: 30px 30px 0 30px;
	}
	
*html .dev-sidebar {
	padding: 30px 30px 0px 28px;
	}
	
.dev-sidebar h2 {
	color: #fff;
	margin: 0px 0 15px 0;
	}
	
.dev-sidebar p {
	color: #633;
	}


/*------------------------------------------------------------------------------------------------------------ Search Home */

	
#search {
	width: 610px;
	height: 146px;
	background: #d4bb8b url(images/search_bg.gif) repeat-x;
	float: left;
	border-top: #aa966f 1px solid;
	/*border-right: #aa966f 1px solid;*/
	padding: 15px 0 0 30px;
	}
	
#search h2 {
	color: #fff;
	margin-bottom: 15px;
	}
	
#keywords {
	height:23px;
	width:387px;
	font-size: 11px;
	/*-- font-style: italic; --*/
	color: #666;
	float: left;
	background: url(images/search_input.jpg) no-repeat;
	border: solid 0 #fff;
	padding: 6px 10px 0 35px;
	}
	
.submit {
	float: left;
	margin-left: 18px;
	width: 130px;
	height: 32px;
	border: solid 0 #fff;
	background: url(images/search_button.jpg) no-repeat;
	color: #fff;
	cursor: pointer;
	}

.submit:hover span,
.submit:focus span {
	text-decoration: underline;
}

	
label {
	color: #fff;
	font-size: 11px;
	line-height: 24px;
	}
	
select {
	width: 130px;
	}
	
.select {
	width: 130px;
	margin-right: 20px;
	float: left;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Search Mini */


#search_mini {
	width: 254px;
	height: 204px;
	background: #d4bb8b url(images/search_bg.gif) top repeat-x;
	float: left;
	border-top: #f2ebdc 1px solid;
	border-left: #c1ab80 1px solid;
	border-bottom: #aa966f 1px solid;
	padding: 15px 30px 0 35px;
	}
	
#search_mini h2 {
	color: #fff;
	margin: 20px 0 15px 0;
	}
	
#search_mini a, #search_mini a:visited {
	margin: 0 0 0 15px;
	color: #7b4510;
	/*-- font-style: italic; --*/
	line-height: 30px;
	}
	
#search_mini a:hover {
	color: #c30;
	}
	
#keywords_mini {
	height:23px;
	width:207px;
	font-size: 11px;
	/*-- font-style: italic; --*/
	color: #666;
	float: left;
	background: url(images/search_mini_input.jpg) no-repeat;
	border: solid 0 #fff;
	padding: 6px 10px 0 35px;
	margin-bottom: 10px;
	}
	
.submit_mini {
	float: left;
	margin: 0 0 0 0;
	width: 130px;
	height: 32px;
	border: solid 0 #fff;
	background: url(images/search_button.jpg) no-repeat;
	color: #fff;
	cursor: pointer;
	display: inline;
	}

.submit_mini:hover span,
.submit_mini:focus span {
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------------------ Search Large */

	
#search_lg {
	width: 610px;
	height: 147px;
	background: #d4bb8b url(images/search_lg_bg.gif) repeat-x;
	float: left;
	padding: 15px 0 0 30px;
	}
	
#search_lg h3, .featured h3 {
	color: #633;
	margin: 0 0 10px 0;
	}
	
.featured {
	width: 270px;
	/*height: 147px;*/
	height: 190px;
	/*background: #d4bb8b url(images/search_lg_bg.gif) repeat-x;*/
	background: #d4bb8b url(images/search_bg.gif) top repeat-x;
	/*border-top: #f2ebdc 1px solid;*/
	border-bottom: #aa966f 1px solid;
	float: left;
	padding: 15px 20px 0 30px;
	font-size: 11px;
	color: #633;
	}
	
.featured p {
	color: #633;
	}
	
.featured ul, .featured ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
	}
	
/*.featured a, .featured a:visited {
	color: #7b4510;
	line-height: 17px;
	}
	
.featured a:hover {
	color: #c30;
	}*/

/*------------------------------------------------------------------------------------------------------------ Benefits Body */

p.caption {
	margin-top: 10px;
}
	
#benefits {
	width: 960px;
	background: #f7f7f7;
	/*background: #f2f6fc;*/
	clear: both;
	border-top: 1px solid #ddd;
	display: block;
	padding:0;
	padding: 20px 0 20px 0;
	}
	
.benefits-column {
	width: 280px;
	margin: 0 0 20px 30px;
	float: left;
	padding: 30px 0 0px 0;
	display: inline;
	text-align: justify;
	}
	
#benefits p {
	text-align: left;
	}
	
.benthumb {
	float: right;
	border: 1px solid  #aba89a;
	margin: 0px 0px 10px 10px;
	width: 90px;
	height: 90px;
	}
	
/*------------------------------------------------------------------------------------------------------------ Spacer */

.spacer {
	height: 60px;
	background: #fff;
	border-top: 1px solid #ddd;
	clear: both;
}
	
/*------------------------------------------------------------------------------------------------------------ Base Body */

	
#base {
	width: 960px;
	height: 294px;
	background: #fff;
	clear: both;
	padding: 10px 0 20px 0;
	overflow:hidden;
	border-radius: 0 0 10px 10px;
	moz-border-radius: 0 0 10px 10px;
	webkit-border-radius: 0 0 10px 10px;
	}
	
#base_internal {
	width: 960px;
	height: 150px;
	background: url(images/base_bg.png) bottom no-repeat;
	clear: both;
	}
	
.column {
	width: 200px;
	margin: 0 0 0 30px;
	float: left;
	padding: 30px 0 0 0;
	display: inline;
	text-align: left;
	}
	
#base_internal h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	/*-- font-style: italic; --*/
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Footer */
	
	
#footer {
	width: 950px;
	height: 100px;
	text-align: right;
	padding: 10px 10px 0 0;
	}
	
#footer p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 11px;
	}
	
#footer p.copyright {
	font-size: 9px;
	text-align: center;
	margin-top: 35px;
	}
	
#footer p.contact {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	}
	
.highlight {
	font-size: 12px;
	color: #cfd9e4;
	}
	
#solid {
	width: 99px;
	height: 56px;
	float: left;
	}
	
img {
	border : none;
	}
	
.email {
	text-transform: none;
	font-size: 16px;
	/*/*-- font-style: italic; --*/
	font-family: Arial, Helvetica, sans-serif;*/
	}
	
.email a, .email a:visited {
	color: #fff;
	font-style: normal;
	text-decoration: none;
	}
	
.email a:hover {
	color: #fff;
	font-style: normal;
	text-decoration: underline;
	}
	
/*------------------------------------------------------------------------------------------------------------ image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
/*------------------------------------------------------------------------------------------------------------ Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:639px;
		height:246px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:74px;
		position:absolute;
		left:-30px;
		top:271px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:640px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:74px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

.fbooklong {
	float: right;
	}

#facebook {
	float: right;
	margin-top: 45px;
	margin-right: 10px;
	}

#bubblebox {
	float: right;
	width: 560px;
	height: 10px;
}

#bubble {
	width: 560px;
	height: 164px;
	position: relative;
	top: 10px;
	right: 0px;
	background: url(images/bubble.png) no-repeat;
	text-align: center;
	padding: 0px;
	z-index:-1000;
	display: block;
}

#bubble h2 {
	padding: 20px 0 0 0px;
	margin: 0px;
	font-size: 22px;
}

#bubble h3 {
	padding: 5px 0 7px 0px;
	margin: 0px;
	color: #369;
	font-size: 14px;
	/*-- font-style: italic; --*/
}

p.bubblep {
	margin-left: 20px;
	width: 160px;
	font-size: 9px;
	text-align: left;
	float: left;
	line-height: 16px;
}

ul.microsite-ul {
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 20px;
	width: 160px;
	font-size: 9px;
	text-align: left;
	float: left;
	line-height: 16px;
	color: #7f6f6f;
}

ul.microsite-ul li {
	margin: 0px 0 5px 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 16px;
	list-style: disc;
}

/* ----------- stylized ----------- */

.columns {
	clear:both;
	width: 900px;
	}

.left-column {
	width: 395px;
	margin-right: 40px;
	float: left;
	}
	
.right-column {
	float: right;
	}
	
#stylized{
	clear: both;
	margin-top: 20px;
	margin-left: 30px;
}
#stylized label{
display:block;
font-size:12px;
margin: 5px 0 0px 0;
color: #7f6f6f;
}
#stylized .small{
color: #2C3C48;
display:block;
font-weight:normal;
text-shadow: none;
}
#stylized input{
font-size:12px;
padding:8px;
border:solid 1px #ccc;
width:379px;
line-height: 15px;
margin:2px 0px 0px 0px;
border-radius : 2px;
	-moz-border-radius : 2px;
	-webkit-border-radius : 2px;
}
#stylized input:focus{
border: 1px solid #369;
}
#stylized select{
font-size:12px;
padding:8px 8px 8px 8px;
width:344px;
margin:2px 0 20px 0px;
border: 0px solid #fff;
border-radius : 2px;
	-moz-border-radius : 2px;
	-webkit-border-radius : 2px;
}
#stylized textarea{
font-size:12px;
padding:8px;
width:449px;
height: 200px;
margin:2px 0 20px 0px;
border: 1px solid #ccc;
border-radius : 2px;
	-moz-border-radius : 2px;
	-webkit-border-radius : 2px;
}
#stylized textarea:focus{
border: 1px solid #369;
}
#stylized button{
display:block;
height:31px;
	background: #e65108;
	line-height:31px;
color:#FFFFFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:0px 20px 0 20px;
	font-size: 12px;
	cursor: pointer;
	border: none;
}
#stylized button:hover {
background: #ec6f09;
	cursor: pointer;
}

input:focus, textarea:focus {
  outline-width:0;
}

/*--------------------------------------------------------------------------------------------------------------------- MARQUEE */

#trends{
	width:640px;
	background: #246;
	float: left;
	}
.background .inner{
	*z-index:997;
	_z-index:997;
	position:relative;
	}

#trends{
	*z-index:996;
	_z-index:996;
	position:relative;
	zoom:1;
	}
#trends .inner{
	width:640px;
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#trends ul{
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	zoom:1;
	position:relative;
	z-index:20;
	}
#trends li{
	margin:0;
	padding:0;
	zoom:1;
	display:inline-block;
	color: #fff;
	}
#trends em{
	display:none;
	zoom:1;
	}
#trends a,#trends li.trend-label{
	padding:9px 16px;
	}
#trends li.trend-label{
	font-size:9px;
	color:#def;
	text-transform:uppercase;
	letter-spacing:.2em;
	zoom:1;
	}
#trends a{
	display:inline-block;
	color:#6ac;
	zoom:1;
	}
#trends a:hover,#trends a.active{
	color:#def;
	text-decoration:none;
	zoom:1;
	}
#trends .fade{
	background:url("images/fade-trends2.png") repeat-y 0 0;
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:60px;
	padding:8px 0;
	zoom:1;
	_visibility:hidden;
	z-index:30;
	pointer-events:none;
	}
#trends .fade-right{
	background-position:-60px 0;
	left:auto;
	/* right:240px; */
	right:0;
	
	}
#trends dl{
	margin:0;
	padding:20px 0;
	line-height:18px;
	color:#ace;
	}
#trends dt{
	display:block;
	margin-bottom:4px;
	font-size:11px;
	color:#df6;
	}
#trends dt img{
	vertical-align:middle;
	}
#trends dd{
	margin:0;
	}
#trends dd strong{
	color:#fff;
	}
#trend_description p{
	font-size:1em;
	}
.trendtip{
	background:#fff;
	position:relative;
	width:240px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	font-size:11px;
	line-height:18px;
	color:#aaa;
	display:none;
	margin-top:9px;
	}
.trendtip-content{
	background:#000;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}
.trendtip-trend{
	margin-bottom:10px;
	font:bold 15px "Helvetica Neue",Arial,Sans-serif;
	color:#fa2;
	line-height:18px;
	display:block;
	}
ul.trendscontent a:focus,ul.trendscontent a:active,.trendtip-trend:focus,.trendtip-trend:active{
	outline:0;
	-moz-outline:0;
	}
.trendtip-desc{
	display:block;
	color:#ddd;
	font-size:13px;
	line-height:18px;
	}
.trendtip-source a{
	color:#6ac;
	text-decoration:none;
	}
.trendtip-pointer{
	background:url("trendtip-pointer.gif");
	position:absolute;
	top:-9px;
	left:50%;
	width:17px;
	height:9px;
	margin-left:-8px;
	}
.aside #trend_description p{
	color:#666;
	}
.aside #what_the_trend{
	color:#999;
	font-size:11px;
	}


div.trend-description-container{
	display:block;
	}
.trend-description-container{
	display:none;
	margin:0!important;
	padding:7px 0 0 0!important;
	}
#trend_description img{
	vertical-align:middle;
	margin:1px 5px 3px;
	}
.ie8 #trend_description img{
	margin-top:-1px;
	}
.ie7 #trend_description img{
	margin-bottom:-2px;
	}
#trend_description{
	display:none;
	padding:0;
	line-height:18px;
	margin:0 0 1em;
	}
#trend_description span{
	color:#777;
	}
#trend_description p{
	margin:0;
	line-height:18px;
	font-size:1.1em;
	color:#333;
	}
#trend_description p strong{
	color:#333;
	}
