/* @override http://preciadopools.site/styles/main.css */

@import url("reset.css");

@import url("global.css");

#mainContainer,#header,#contentContainer,#footer {
	width: 760px;
}

#mainContainer {
	text-align: left;
	background: #71abc8 url(../images/maincontainer-bkgrnd.gif) repeat-y;
	margin: 0 auto;
}

/* <<< this "text-align" overrides the text-align: center on the body element. */

#header {
	height: 145px;
	float: left;
	background: #b6dfc3 url(../images/header-bkgrnd.png) no-repeat left top;
	position: relative;
}

#logolink {
	position: absolute;
	top: 10px;
	left: 13px;
	width: 580px;
	height: 95px;
	background-color: transparent;
}

#contentContainer {
	float: left;
	position: relative;
}

#sidebar1 {
	display: inline;
	float: left;
	width: 142px;
	margin-left: 10px;
}

#mainContent {
	display: inline;
	float: right;
	width: 568px;
	margin-right: 21px;
}

/* CURRENT MENU STYLING >>> */

#indexID #indexLink a,#aboutID #aboutLink a,#servicesID #servicesLink a,#galleryID #galleryLink a.galleryLinkli,#contactID #contactLink a,#confirmID #contactLink a {
	background: #33522f;
}

#slide {
	position: absolute;
	top: 0;
	left: 152px;
}

#slide-filler {
	position: absolute;
	top: 0;
	width: 10px;
	height: 428px;
	background: url(../images/slide-filler.gif) no-repeat left top;
}

.top-curve {
	width: 760px;
	height: 36px;
	background: url(../images/top-curve.png) no-repeat left top;
}

h1.header_first {
	margin-bottom: 0;
	height: 2em;
	background: url(../images/h1-underline.gif) repeat-x 0 .99em;
}

#servicesID #mainContent ul {
	list-style-type: none;
	padding-left: 45px;
	background-image: none;
	margin: 0;
}

#servicesID #mainContent ul li ul {
	padding: 0;
}

#servicesID #mainContent ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 13px 7px;
	line-height: 1.33em;
	padding-top: 0;
	padding-left: 29px;
	font-size: 1.33em;
}

#servicesID #mainContent ul li ul li {
	background-position: 0 7px;
	font-size: 1em;
	padding: 0 0 0 14px;
}

#galleryID #mainContent a img {
	float: left;
	background: #5a88a0;
	margin: 0 0 15px 15px;
	padding: 2px;
}

#galleryID #mainContent a img:hover {
	background: #38a2d9;
}

#galleryID h3 {
	clear: left;
}

#photogallery div {
	margin-bottom: 44px;
}

#tabs {
	margin: 0 15px;
}

#contactinfo {
	padding-left: 155px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background: #d8e1e5;
}

a.backtotop:link,a.backtotop:visited,a.backtotop:hover,a.backtotop:active {
	font-size: .88em;
	color: #71abc8;
	padding-left: 15px;
	text-decoration: none;
}

a.backtotop:hover {
	text-decoration: underline;
}

#footer {
	height: 50px;
	background: #011748 url(../images/footer-bkgrnd.gif) no-repeat left top;
}

#footermenu {
	text-align: center;
	color: #e5eff4;
	padding-top: 27px;
}

#footermenu ul {
	list-style: none;
}

#footermenu li {
	display: inline;
}

#footermenu a:link,#footermenu a:visited {
	font-size: 1em;
	color: #e5eff4;
	text-decoration: none;
}

#footermenu ul li a:hover,#footermenu ul li a:focus,#footermenu ul li a:active {
	color: #fff;
	text-decoration: underline;
}

/* CURRENT FOOTER MENU STYLING >>> */

#indexID #indexLinkfoot a,#aboutID #aboutLinkfoot a,#servicesID #servicesLinkfoot a,#galleryID #galleryLinkfoot a,#contactID #contactLinkfoot a,#confirmID #contactLinkfoot a {
	color: #71abc8;
}

#copyright p {
	background: #ebf4f6;
	font-size: .66em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #7d8f94;
	margin: 0;
	padding: 3px 0 0 20px;
}
