/*
Site: www.PhoenixAZLandscaping.com

*/

/* ------------ Globals ------------ */

body {
	margin: 0 0;
	padding: 0 0;
	font-family: Arial, Georgia, Sans-serif;
	color: #000;
	font-size: 15px;
	background-color: #f4dca2;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0;
	padding: 0 0;
	font-family: Trebuchet MS, Arial, Verdana;
	font-weight: normal;
}	

/* ------------ Header ------------ */

#header {
	margin: 0 auto;
	padding: 0 0;
	width: 790px;
	height: 64px;
}

img.logo {
	float: left;
	margin-top: 10px;
}

img.phone {
	float: right;
	margin-top: 24px;
}

/* ------------ Menu ------------ */

#menu_container {
	height: 97px;
	background: url(images/menu_bg.png) top repeat-x;
}

#menu_container #menu_inside {
	margin: 0 auto;
	width: 790px;
}
	

ol#menu {
    height: 97px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#menu li {
    float: left;
    margin: 0 25px 0 0;
}

ol#menu a.home_nav {
    display: block;
    width: 86px;
    height: 97px;
    background: url(images/home.png) top left no-repeat;
    background-position: -86px;
}

ol#menu a.home_nav:hover {
    background-position: 0 0;
}

body#home ol#menu a.home_nav {
    background-position: 0 0;
}

ol#menu a.services_nav {
    display: block;
    width: 160px;
    height: 97px;
    background: url(images/services.png) top left no-repeat;
    background-position: -160px;
}

ol#menu a.services_nav:hover {
    background-position: 0 0;
}

body#services ol#menu a.services_nav {
    background-position: 0px 0;
}

ol#menu a.portfolio_nav {
    display: block;
    width: 111px;
    height: 97px;
    background: url(images/portfolio.png) top left no-repeat;
    background-position: -111px;
}

ol#menu a.portfolio_nav:hover {
    background-position: 0 0;
}

body#portfolio ol#menu a.portfolio_nav {
    background-position: 0px 0;
}

ol#menu a.contact_nav {
    display: block;
    width: 150px;
    height: 97px;
    background: url(images/contact.png) top left no-repeat;
    background-position: -150px;
}

ol#menu a.contact_nav:hover {
    background-position: 0 0;
}

body#contact ol#menu a.contact_nav {
    background-position: 0px 0;
}

/* ------------ Page ------------ */

#page_top {
    margin: 0 auto;
    width: 804px;
    background: url(images/page_top.png) top left no-repeat;
}

#page_middle {
    margin: 0 auto;
    margin-top: 15px;
    width: 804px;
    background: url(images/page_middle.png) top repeat-y;
}

#page_bottom {
    margin: 0 auto;
    width: 804px;
    background: url(images/page_bottom.png) bottom left no-repeat;
}

#content {
    padding: 40px 50px 40px 50px;
}

#content h1 {
    font-size: 29px;
    width: 650px;
    margin-bottom: 22px;
    padding-bottom: 9px;
    background: url(images/h1.png) bottom no-repeat;
}


#landscape {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 700px;
    height: 240px;
    border: 1px solid #333;
    background: url(images/landscape.png) top no-repeat;
}

#landscape p.landscape_text {
    position: relative;
    margin: 0;
    padding: 0;
    top: 170px;
    left: 440px;
    font-size: 17px;
    font-weight: bold;
    color: #d52e01;
}

.column {
    float: left;
    width: 310px;
    margin-left: 20px;
   margin-top: 10px;
}

.column h2 {
    text-align: center;
}

.column ul li {
    margin: 0;
    padding: 5px 0 0 0;
}

.column_cities {
    width: 100px;
    float: left;
    margin-left: 90px;
}

.column_cities ul li {
    margin: 0;
    padding: 5px 0 0 0;
}

#contact_info {
    margin: 10px 0 10px -15px;
}

#contact_info td {
    margin-left: 15px;
    padding: 2px 0 0 15px;
}

/* ------------ Sidebar & Gallery ------------ */

#sidebar {
    float: left;
    width: 150px;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

#sidebar ul li {
    margin: 0;
    padding: 2px 0 0 0;
}

#gallery_container {
    width: 450px;
    float: right;
    margin-right: 15px;
}

/* ------------ Comment Box ------------ */

#comment_top {
    margin: 0 auto;
    width: 602px;
    background: url(images/comment_top.png) top left no-repeat;
}

#comment_middle {
    margin: 0 auto;
    width: 602px;
    background: url(images/comment_middle.png) top repeat-y;
}

#comment_bottom {
    margin: 0 auto;
    width: 602px;
    background: url(images/comment_bottom.png) bottom left no-repeat;
}

#comment_table {
    margin: 0 auto;
    padding: 15px 0 15px 0;
}

#comment_table td {
    padding: 5px 0 0 0;
}

input.text {
    width: 150px;
}

#comment_bottom form textarea {
    width: 300px;
    height: 100px;
}

/* ------------ Footer ------------ */

#footer {
    margin: 0 auto;
    width: 790px;
    color: #dc3b10;
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
    margin-bottom: 5px;
}

#footer_left {
    float: left;
}

#footer_left p {
    margin: 0;
    padding: 0;
}

#footer_right {
    float: right;
text-align: right;
}

#footer_right p {
    margin: 0;
    padding: 0;
}