/* file(core.css) */

/* import */
@import url("https://www.affordablelandscapingandtreellc.com/css/styles.css");
@import url("https://www.affordablelandscapingandtreellc.com/css/nav.css");
@import url("https://www.affordablelandscapingandtreellc.com/css/photo-gallery.css");
@import url("https://www.affordablelandscapingandtreellc.com/css/jquery.fancybox-1.3.4.css");
@import url("https://www.affordablelandscapingandtreellc.com/css/jquery.carousel-skin.css");




*, body { padding:0; margin:0; }

img, a img { border:none; }

body {
	background: #000;
}

.container {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

.container1 {
	width: 960px;
	height: 1000px;
	margin: 0 auto;
}

.container2 {
	width: 960px;
	height: 600px;
	margin: 0 auto;
}

#topbar {
	height: 35px;
	font-size: 11px;
	background: #000;
}

#topbar p {
	float: left;
	line-height: 35px;
	margin-bottom: 0px;
}



#topbar ul, #topbar ul li {
	float: left;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	background: none;
}

#topbar ul {
	padding-top: 10px;
}

#topbar ul li {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #333333;
}

#topbar ul li a {
	color: #c7c7c7;
	text-decoration: none;
}

#topbar ul li a:hover {
	color: #f7a11a;
}

#mast {
	height: 90px;
	background: #000 url(../images/mast-bg.png);
}

#logo {
	padding-top: 8px;
	float: left;
}

#slogan {
	float: right;
	padding-top: 30px;
}

#nav {
	height: 50px;
	background: url(../images/nav-bar.png);
	z-index: 20;
	position: relative;
}

#inner #nav {
	height: 45px;
}

#search {
	float: right;
	padding-top: 7px;
}

#search fieldset {
	float: left;
	background: url(../images/search-field.png) no-repeat;
	width: 190px;
	height: 30px;
	overflow: hidden;
}

#search input.textfield {
	border: 0px;
	width: 151px;
	padding: 0px;
	background: none;
	float: left;
	color: #bcaeab;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
#search input.button {
	border: 0px;
	width: 29px;
	height: 30px;
	padding: 0px;
	background: url(../images/search-btn.png);
	float: left;
	color: #FFF;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	text-indent: -999em;
}

#hero {
    height: 540px;
    min-width: 960px;
    overflow: hidden;
    position: absolute;
	top: 125px;
	left: 0px;
    width: 100%;
	text-align: center;
	z-index: 10;
	background: url(../images/banner-glow.png) no-repeat center bottom;
}

#hero .cycle {
    height: 540px;
    left: 50%;
    margin-left: -730px;
    overflow: hidden;
    position: absolute;
    width: 1460px;
}

#hero .cycle ul, #hero .cycle ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: none;
}

#hero .cycle ul {
	height: 540px;
	overflow: hidden;
	z-index: 100;
}

#homebanner {
	height: 490px;
	position: relative;
	
}

#homebanner .container {
	position: relative;
}

#bannertext {
	width: 285px;
	height: 225px;
	padding: 35px 75px 0 60px; 
	position: absolute;
	right: 10px;
	top: 35px;
	z-index: 200;
	
}

#bannertext h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 30px;
}

#bannertext h2 strong {
	color: #f7a11a;
}

#bannertext h2 .small {
	font-size: 24px;
}

#bannertext p {
	color: #b0b0b0;
}


#bannercarousel {
	position: absolute;
	z-index: 300;
	top: 325px;
	left: 0px;
}

#bannercarousel p {
	float: right;
	padding-right: 25px;
	margin-top: -10px;
}

#bannercarousel p a {
	color: #adadad;
	font-size: 11px;
	background: url(../images/arrow-orange.png) no-repeat 0px 2px;
	padding-left: 10px;
}

#bannercarousel p a:hover {
	color: #f7a11a;
	text-decoration: none; 
}

#content {
	background: url(../images/content-sep.png) no-repeat center top;
	padding-top: 30px;
	padding-bottom: 30px;
}

#inner #content {
	background: url(../images/inner-bg.gif) no-repeat center top;
	padding-top: 30px;
	padding-bottom: 10px;
}

#inner #content {
	min-height: 500px;
}

.breadcrumbs {
	font-size: 11px;
	padding-bottom: 0px;
	display: none;
}

.breadcrumbs a {
	color: #828282;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

#homeCTA {
	padding-bottom: 1px;
}


#home #mainContent {
	background: #0b0b0b url(../images/home-content-bg.gif) no-repeat left top;
	padding: 30px;
	position: relative;
}

#inner #mainContent {
	float: right;
	width: 730px;
	position: relative;
}

#leftCol {
	float: left;
	width: 200px;
	margin-right: 30px;
}

#inner #content.full {
	background: url(../images/content-sep.png) no-repeat center top;
}

#content.full #leftCol {
	display: none;
}

#content.full #mainContent {
	float: none;
	width: auto;
	
}

#subNav {
	/*background: url(../images/subnav-bg.png) no-repeat left top;
	position: relative;
	padding: 0 0 10px 0;*/
	padding: 10px 0 0 10px;
}

#subNav h2 {
	margin-bottom: 0px;
	font-size: 12px;
	padding: 0px 0px 15px 0px;
}

#subNav ul, #subNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

#subNav ul {
}

#subNav ul li {
}

#subNav ul li a {
	color: #CCC;
	padding: 8px 20px 8px 15px;
	background: url(../images/arrow-orange.png) no-repeat 0px 12px;
	display: block;
	text-decoration: none;
}

#subNav ul li a:hover, #subNav ul li.subPageSelected a {
	color: #f7a11a;
}

#inner .round-edges {
	display: none;
}

.round-edges {
	height: 10px;
	width: 10px;
	background-image: url(../images/round-edges.png);
	position: absolute;
}

.round-edges.tl {
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
}

.round-edges.tr {
	background-position: -950px 0px;
	top: 0px;
	right: 0px;
}

.round-edges.br {
	background-position: -950px -10px;
	bottom: 0px;
	right: 0px;
}

.round-edges.bl {
	background-position: 0px -10px;
	bottom: 0px;
	left: 0px;
}




#footer {
	color: #999;
	font-size: 11px;
	background: url(../images/footer-bg.gif) repeat-x;
}

#footer p {
	margin-bottom: 0px;
}

#footer a {
	color: #999;
}

#footer-nav {
	height: 60px;
	line-height: 60px;
}

#footer-nav a {
	margin-right: 20px;
}

#footer-logo {
	float: right;
	height: 60px;
	line-height: 60px;
	float: right;
}

#copyright {
	line-height: 40px;
}

#clue {
	float: right;
	line-height: 40px;
}

.item-list .enquiry { display: none; } 

.item-list li { float:left; margin-right:40px; margin-bottom:40px; }

.item-list li { display:block; width:138px; height:198px; border:1px solid #1e1e1e; border-radius:5px; padding:0px 30px; font-size:14px; text-align:center;  }

.item-list li .details .shortdesc { display:none; }

.item-list .details h2 a{ color:#FFFFCC; text-transform:uppercase; }
.item-list li:hover { background:#F7A31F; color:#000; }

.item-list .details h2 a:hover { color:#000; }

.item-list { width:740px; }

.item-detail { position:relative; }


#contentControl_DynamicContent table p { margin-bottom:7px;}


input[type="submit"], input[type="reset"], #banner a.btn {
    background-color: #202020;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 23px 8px 13px;
    text-transform: uppercase;
}

input.button, input.right-button {
    height: 30px;
}

input[type="submit"] {
    -moz-transition: all 0.1s linear 0s;
    background:#F59515;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    padding: 5px 10px 5px 10px;
	position:relative; top:1px;
}

input[type="submit"]:hover { color:#FFF; }

.enquiry {  right:0px; top:250px; }

.searchform select { display:none; }

#SearchResults .url-date { display:none; }

#SearchResults p { margin-bottom:10px; }

.productList td + td { padding-left:10px; }