/*
Design by Vesh Studios
http://www.veshstudios.com
Copyright 2009. All Rights Reserved.
For use on www.pedrocontracting.com only.
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF url(images/woodbg.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #A33000;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.9em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #A33000;
	color: #333333;
      text-decoration: none;
}

a:visited {
	border-bottom: 1px dotted #A33000;
	color: #333333;
      text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #A33000;
}

li a:link {
	border-bottom: 1px dotted #A33000;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #A33000;
}

li a:visited {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #666666;
}

img.float {
	float: left;
	margin: 0px 15px 0px 0px;
      background: transparent
}

/* Header */

#top {
	width: 780px;
	height: 65px;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	background: transparent;
}

#logo {
	width: 226px;
	height: 56px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#header {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	border: 5px solid #FFF;
	background: #000;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	padding: 128px 0 0 18px;
	font-weight: bold;
}

#header h2 {
	padding: 128px 0 0 0;
}


/* Menu in div "top" */

#menuholder {
	width: 500px;
	height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(images/menubg.png);
}

#button_home {
	width: 70px; 
	height: 28px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    border-right: 1px solid #836857;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: transparent;
    border-bottom: 0px solid #FFF;
}
#button_home a { color: #FFFFFF; border-bottom: 0px solid #FFF; }
#button_home a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: 0px solid #FFF; }
#button_home a:visited { text-decoration: none; border-bottom: 0px solid #FFF; }

#button_about {
	width: 75px; 
	height: 28px;
    padding-left: 5px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    border-right: 1px solid #836857;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: transparent;
    border-bottom: 0px solid #FFF;
}

#button_about a { color: #FFFFFF; border-bottom: 0px solid #FFF; }
#button_about a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: 0px solid #FFF; }
#button_about a:visited { text-decoration: none; border-bottom: 0px solid #FFF; }

#button_services {
	width: 75px; 
	height: 28px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    border-right: 1px solid #836857;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: transparent;
    border-bottom: 0px solid #FFF;
}

#button_services a { color: #FFFFFF; border-bottom: 0px solid #FFF; }
#button_services a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: 0px solid #FFF; }
#button_services a:visited { text-decoration: none; border-bottom: 0px solid #FFF; }

#button_portfolio {
	width: 75px; 
	height: 28px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    border-right: 1px solid #836857;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: transparent;
    border-bottom: 0px solid #FFF;
}

#button_portfolio a { color: #FFFFFF; border-bottom: 0px solid #FFF; }
#button_portfolio a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: 0px solid #FFF; }
#button_portfolio a:visited { text-decoration: none; border-bottom: 0px solid #FFF; }

#button_testimonials {
	width: 100px; 
	height: 28px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    border-right: 1px solid #836857;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: transparent;
    border-bottom: hidden;
}

#button_testimonials a { color: #FFFFFF; border-bottom: 0px solid #FFF; }
#button_testimonials a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: 0px solid #FFF; }
#button_testimonials a:visited { text-decoration: none; border-bottom: 0px solid #FFF; }

#button_contact {
	width: 90px; 
	height: 28px;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 29px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: transparent;
    border-bottom: 0px solid #FFF;
}

#button_contact a { color: #FFFFFF; border-bottom: 0px solid #FFF; }
#button_contact a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: 0px solid #FFF; }
#button_contact a:visited { text-decoration: none; border-bottom: 0px solid #FFF; }


/* Content */

#content {
	width: 770px;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
	background: #f0ebe8;
	border: 5px solid #FFF;
}


#leftcol {
	float: left;
	width: 480px;
      height: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 25px;
      background: #f4ede9;
}

#leftcolphotos {
	float: left;
	width: 500px;
	padding: 10px 10px;
      background: #f4ede9;
}

#leftcolphotos a {
      border-bottom: none;
}

#leftcolphotos img {
      text-align: center;
	padding: 5px;
      background: #ddd3cd;
      margin: 5px;
      border-bottom: 0px solid #FFF;
}

#leftcolphotos img:hover {
	opacity: 0.4;
      filter: alpha(opacity=40)
      border-bottom: 0px solid #FFF;
}

#portfolio {
	float: left;
	width: 500px;
	padding: 10px 10px;
      background: #f4ede9;
}

#portfolio img {
	padding: 5px;
      border-bottom: 0px solid #FFF;
}

#portfolio img:hover {
	opacity: 0.6;
      filter: alpha(opacity=60)
      border-bottom: 0px solid #FFF;
}

#rightcol {
	float: left;
	width: 229px;
      height: 100%;
	padding: 8px 10px;
    background: #e8e1dd;
    border-left: 1px solid #FFF;
}

#rightcol ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #D6947A;
}