/*
Template World's CSS Framework.
Developed At: Template World
http://www.templateworld.com, http://www.elegantweb.com
*/


/* [1] - Reset CSS */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, four_equalsquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, tr, th, td, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, input, textarea, blockquote
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
}

body
{
	line-height:1;
}

ol, ul
{
	list-style:none;
}

four_equalsquote, q
{
	quotes:none;
}

four_equalsquote:before, four_equalsquote:after, q:before, q:after
{
	content:'';
	content:none;
}

:focus
{
	outline:0;
}

a
{
	text-decoration:none;
}

/*********************************************************************************/

body
{
	background:url(../images/bodyBg.png) repeat-x;
}

#head
{
	width:995px;
	height:153px;
	margin:0 auto;
}

a.logo
{
	width:233px;
	height:149px;
	float:left;
	margin-top:4px;
	background:url(../images/logo.jpg) no-repeat;
}

ul.topLinks
{
	width:auto;
	float:right;
	margin:30px 25px 0 0;
}

ul.topLinks li
{
	width:auto;
	float:left;
	padding-top:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height:16px;
	background-position:center top;
	background-repeat:no-repeat;
}

ul.topLinks li a
{
	width:auto;
	float:left;
	color:#FFF;
	margin:0 10px;
	font-weight:bold;
}

ul.topLinks li a:hover
{
	color:#f8ad65;
}

ul.topLinks li
{
	background-image:url(../images/home.png);
}

ul.topLinks li + li
{
	background-image:url(../images/profile.png);
}

ul.topLinks li + li + li
{
	background-image:url(../images/contact.png);
}

#head .pic
{
	width:141px;
	height:94px;
	float:left;
	margin:3px 0 0 6px;
	overflow:hidden;
}

ul#navigation
{
	width:762px;
	height:49px;
	float:left;
	margin-top:40px;
	background:url(../images/mainNavBg.png) no-repeat;
}

ul#navigation.inner
{
	margin-top:7px;
}

ul#navigation li
{
	width:auto;
	height:49px;
	float:left;
	margin-left:19px;
}

ul#navigation li:first-child
{
	margin-left:30px;
}

ul#navigation li a
{
	width:auto;
	height:49px;
	float:left;
	font-family: 'MyriadProSemibold';
	color:#666666;
	font-size:16px;
	text-transform:uppercase;
	text-indent:35px;
	line-height:49px;
	background:url(../images/mainNavIcon.png) no-repeat;
}

ul#navigation li a:hover, ul#navigation li a.active
{
	background-position: left bottom;
	color: #086a38;
}

#continer
{
	width:1023px;
	float:left;
	background:url(../images/contentBg.png) repeat-y 1px 0;
}

.centerAlign
{
	width:1023px;
	margin:0 auto;
	position:relative;
}

.mid
{
	width:995px;
	min-height:600px;
	float:left;
	margin-left:14px;
	background:url(../images/bar.png) repeat-y 221px 0;
	position:relative;
}

#sideBar
{
	width:220px;
	float:left;
	padding-bottom:59px;
}

.sideNav
{
	width:193px;
	float:left;
	margin-left:13px;
}

.sideNav li
{
	width:100%;
	float:left;
	border-top:#e8e8e8 solid 1px;
}

.sideNav li a
{
	width:100%;
	height:44px;
	float:left;
	font-family: 'MyriadProCondensed';
	font-size:18px;
	color:#9fa0a0;
	line-height:44px;
	text-indent:6px;
	text-transform:uppercase;
	cursor:pointer;
}

.sideNav li a:hover
{
	background:url(../images/down-arrow.jpg) no-repeat right;
}

.sideNav li a.active
{
	color:#21639c;
	background:url(../images/sideNavArrow.png) no-repeat right 15px;
}

.sideNav li ul
{
	width:180px;
	float:left;
	margin-left:10px;
}

.sideNav li ul li
{
	width:100%;
	float:left;
}

.sideNav li ul li a, .sideNav li ul li a.active
{
	font-size:14px;
}

.sideNav li ul li a:hover, .sideNav li ul li a.active
{
	color:#21639c;
}

.brands
{
	width:185px;
	float:left;
	margin-left:16px;
}

.brands li
{
	width:185px;
	float:left;
}

.brands li a
{
	width:100%;
	height:77px;
	float:left;
}

.brands li a:hover, .brands li a.active
{
	background-position: left bottom;
	background-image: url(../images/logo_armex.png);
}

.brands li a.kelmar
{
	background-image:url(../images/logo_kelmer.png);
}

.brands li a.embe
{
	height:112px;
	background-image:url(../images/logo_embe.png);
}

.brands li a.embe_crete
{
	background-image:url(../images/logo_RD.png);
}

.brands li a.merdek
{
	background-image:url(../images/logo_merdek.png);
}

.brands li a.aggregates
{
	background-image: url(../images/logo_AGGREGATES.png);
}

.brands li a.poolcoating
{
	background-image:url(../images/logo_poolcoating.png);
}

.brands li a.sealmaster
{
	background-image:url(../images/logo_sealmaster.png);
}

#content
{
	width:762px;
	float:right;
	position:relative;
	left:0;
	top:0;
	background:url(../images/horzLine.png) repeat-x;
}

.slider
{
	width:762px;
	height:421px;
	float:left;
	overflow:hidden;
}

#prev
{
	width:34px;
	height:34px;
	position:absolute;
	z-index:20;
	top:198px;
	left:16px;
	cursor:pointer;
	background:url(../images/prev.png) no-repeat;
}

#next
{
	width:34px;
	height:34px;
	position:absolute;
	z-index:20;
	top:198px;
	right:16px;
	cursor:pointer;
	background:url(../images/next.png) no-repeat;
}

.slider .slide1
{
	width:762px;
	height:421px;
	float:left;
	background:url(../images/slide1.jpg) no-repeat;
}

.slider .slide2
{
	width:762px;
	height:421px;
	float:left;
	background:url(../images/slide2.jpg) no-repeat;
}

.slider .slide3
{
	width:762px;
	height:421px;
	float:left;
	background:url(../images/slide3.jpg) no-repeat;
}

.slider h1
{
	width:500px;
	float:right;
	margin:318px 24px 0 0;
	font-family: 'MyriadProBold';
	font-size:24px;
	color:#FFF;
}

.slider h1 span
{
	font-size:35px;
}

.slider p
{
	width:500px;
	float:right;
	margin:0 24px 0 0;
	font-family: 'MyriadProCondensed';
	font-size:28px;
	color:#FFF;
}

h2, h3, h4, h5
{
	width:100%;
	float:left;
	margin:15px 0 0 0;
	font-family: 'MyriadProSemibold';
	font-size:24px;
	color:#21639c;
	line-height:28px;
}

h2 span
{
	color: #086a38;
}

h3
{
	font-size:18px;
}

h4
{
	font-size:18px;
	border-bottom:#CCC 1px solid;
}

h4 span
{
	color: #086a38;
	font-size: 20px;
}

h5
{
	font-size:16px;
	color:#999;
	padding:3px 0;
	border:#CCC solid 1px;
	text-indent:10px;
	cursor:pointer;
	margin-top:3px;
	background:url(../images/down.png) no-repeat 700px;
}

h5:hover
{
	background:#ededed url(../images/down.png) no-repeat 700px;
}

h5.act
{
	color:#21639c;
	background:#ededed url(../images/up.png) no-repeat 700px;
}

.accordionContent
{
	width:700px;
	float:left;
	padding:0 20px 20px;
	border:#CCC solid 1px;
	border-top:0;
	background:#f9f9f9;
}

.accordionContent:hover
{
	background:#ededed;
}

h4 + h5
{
	margin-top:20px;
}

#content .wraper
{
	width:740px;
	float:left;
	margin-left:12px;
	padding-bottom:20px;
}

#content .wraper p
{
	width: 100%;
	float: left;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #726e6e;
	line-height: 17px;
}

#content .wraper p a
{
	color:#F8AD65;
	font-style:italic;
	font-weight:bold;
}

#content .wraper p a:hover
{
	color:#21639c;
}

#content .wraper p img.rt
{
	width:auto;
	float:right;
	margin:0 0 5px 10px;
	border:solid #CCC 1px;
	padding:5px;
}

#content .lft
{
	width:481px;
	float:left;
}

#content .pic1
{
	width:auto;
	float:right;
	margin:15px 10px 0 0;
}

#content a.more
{
	width:auto;
	float:left;
	padding:5px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	background:#f29c44;
}

#content a.more:hover
{
	background:#21639c;
}

ul.list
{
	width:100%;
	float:left;
	margin-top:10px;
}

ul.list li
{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#726e6e;
	line-height:17px;
	text-indent:15px;
	background:url(../images/list-style.png) no-repeat left center;
}

ul.list li a
{
	color:#F8AD65;
	font-style:italic;
	font-weight:bold;
}

#fotter
{
	width:1023px;
	height:146px;
	float:left;
	padding-bottom:100px;
	background:url(../images/footBg.png) no-repeat 1px 0;
}

#fotter ul
{
	width:865px;
	float:left;
	margin:44px 0 0 41px;
}

#fotter ul li
{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#105591;
	line-height:15px;
}

#fotter ul li:first-child a
{
	margin-left:0;
}

#fotter ul li a
{
	width:auto;
	float:left;
	margin:0 9px;
	color:#105591;
}

#fotter ul li a:hover
{
	color:#f8ad65;
}

#fotter p
{
	width:auto;
	float:left;
	margin:16px 0 0 41px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#525252;
	clear:left;
}

#fotter p + p
{
	float:right;
	margin-right:204px;
	clear:none;
}

#fotter p a.sitelink
{
	color:#525252;
}

.popArea
{
	width:717px;
	height:395px;
	float:left;
	z-index:100;
	background:url(../images/popBg.png) no-repeat;
	display:none;
}

.popArea .inn
{
	width:637px;
	height:315px;
	float:left;
	margin:40px;
	overflow:auto;
}

.popArea .tree
{
	width:100%;
	float:left;
	margin-top:10px;
}

.popArea .tree li
{
	width:100%;
	float:left;
	margin-top:10px;
	font-family: 'MyriadProCondensed';
	color:#9fa0a0;
	list-style:disc;
}

.popArea .tree li a
{
	width:auto;
	float:left;
	font-family: 'MyriadProCondensed';
	color:#9fa0a0;
	font-size:20px;
}

.popArea .tree li a:hover
{
	color:#21639c;
}

.popArea .tree li ul
{
	width:95%;
	margin-left:5%;
}

#backgroundPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:url(../images/pmask.png) repeat;
	border:1px solid #cecece;
	z-index:1;
}

.accCnt
{
	width:100%;
	float:left;
}

.accMain
{
	float: left;
	cursor: pointer;
	color: #086a38;
}

a.map
{
	color:#000;
}

.smallwrp
{
	width:300px;
	float:left;
	margin-right:60px;
}

#gallery
{
	width:740px;
	float:left;
	margin-left:10px;
}

.Img-gallery
{
	width:100%;
	float:left;
	margin-top:30px;
}

.Img-gallery li
{
	width:210px;
	float:left;
	margin:0 13px;
	margin-bottom:15px;
	border:2px solid #164166;
	list-style:none;
}

.Img-gallery li a
{
	float:left;
}

.Img-gallery li .content
{
	width:200px;
	float:left;
	padding:5px 10px;
	margin:0;
	background:#2C2E2C;
}

.Img-gallery li .content p
{
	color:#fff;
	margin-top:0px;
	text-align:left;
	line-height:14px;
}

.Img-gallery li h4
{
	color:#fff;
	border-bottom:0px;
	margin-top:0px;
	text-shadow:none;
}

.galleryContainer img
{
	float:left;
}

.caption
{
	font-style:italic;
	color:#2f3030;
}

.demo
{
	width:460px;
	float:left;
	margin-top:30px;
	overflow:hidden;
}

.gallery_demo
{
	width:460px;
	margin:0 auto;
}

.gallery_demo li
{
	width:65px;
	height:50px;
	margin: 20px 2px;
	float:left;
}

.gallery_demo li div
{
	left:240px;
}

.gallery_demo li div .caption
{
	font:italic 0.7em/1.4 georgia, serif;
}

ul.profile-list
{
	width:100%;
	float:left;
}

ul.profile-list li
{
	width:100%;
	float:left;
	list-style:none;
	background: url(../images/tick.png) no-repeat left;
	text-indent:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	margin-top:5px;
}

#green-soutions
{
	width:100%;
	float:left;
	background:url(../images/us-green.png) no-repeat right 6px;
}

#green-soutions h3
{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000;
	text-align:center;
	margin:50px 0 0 90px;
}

#green-soutions h4
{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-align:left;
	margin:30px 0 0 0px;
	border:none;
}

#green-soutions h5
{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	margin:0px 0 0 0px;
	border:none;
	text-indent:0px;
	font-weight:bold;
	background:none;
}

#green-soutions h6
{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	margin:0px 0 0 0px;
	border:none;
	text-indent:0px;
	font-weight:bold;
	background: url(../images/tick.png) no-repeat left;
	text-indent:15px;
}

#content .wraper #green-soutions p
{
	width:650px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	margin:10px 0 0 0px;
	line-height:24px;
}

#green-soutions img.leed
{
	width:auto;
	float:right;
	margin:-10px 30px 0 0;
}

ul.resources
{
	width:100%;
	float:left;
}

ul.resources li
{
	width:100%;
	float:left;
	list-style: none;
	margin-top:10px;
	padding-left:35px;
}

ul.resources_checklist
{
	width:740px;
	float:left;
}

ul.resources_checklist li
{
	width:320px;
	float:left;
	list-style: none;
	margin-top:10px;
	padding-left:35px;
}

#content .wraper #green-soutions p.allign
{
	text-align:center;
}

#content .formOne
{
	width:100%;
	float:left;
	margin-top:0;
}

#content .formOne input[type="text"]
{
	width:300px;
	height:30px;
	float:left;
	margin:15px 20px 0 0;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border:#CCC solid 1px;
}

#content .formOne textarea
{
	width:632px;
	height:100px;
	float:left;
	margin:15px 20px 0 0;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border:#CCC solid 1px;
}

#content .formOne select
{
	width:644px;
	float:left;
	margin:15px 20px 0 0;
	padding:10px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border:#CCC solid 1px;
}

#content .formOne input[type="submit"]
{
	width:100px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin:15px 0 0 0;
	cursor:pointer;
	background:url(../images/bodyBg.png) repeat-x;
}
