/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black			#000
- white			#fff
- blue			#4e8abe
- light blue	#a3c3df
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background: #f1f1f1;
}
#wrap {
	background: #fff;
	padding: 0 10px;
}

div {
    padding: 0px;
	margin: 0px;
	border: 0px;
}

img {
    padding: 0px;
	margin: 0px;
	border: 0px;
}

img a {
    padding: 0px;
	margin: 0px;
	border: 0px;
}

p {
    line-height: 1.6em;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
	height: 90px;
	background: url(../img/barkman-trenching-logo.gif) 0 0 no-repeat;
}
h1 a {
	display: block;
	height: 90px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation {
	position: relative;
	height: 90px;
}
#navigation ul {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#navigation ul li {
	list-style-type: none;
	float: left;
	padding: 10px;
	margin-left: 0;
	margin-right: 0;
	background: #fff;
}
#navigation a {
	text-decoration: none;
}
#navigation ul li.active {
	background: #a3c3df;
	font-weight: bold;	
}
#navigation ul li:hover {
	background: #bdd4e8;
}
#navigation ul li.active:hover {
	background: #a3c3df;
}
#navigation ul li:hover a {
	color: #fff;
}
#navigation ul li.active a {
	color: #fff;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#showcase {
	background: url(../img/bg-01.gif) repeat-y;
}
.description {
	min-height: 7em;
}
#sidebar-nav {
	background: #eff4f8;
	margin: 0 0 1em 0;
	padding: 1em;
}
#sidebar-nav li {
	color: #4e8abe;
	font-weight: bold;
	list-style: none;
	border-bottom: 1px solid #ddd;
	margin: 0 0 0.25em 0;
	padding: 0 0 0.25em 0;
}
#sidebar-nav li a {
	font-weight: bold;
	text-decoration: none;
}
a.active {
	font-weight: bold;
	background: #a3c3df;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	line-height: 1.5;
}
.url {
	color: #999;
}
#main_image {
    padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	border: 0px;
}
.float {
    float: left;
}
#main_buttons {
    margin: 0px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#center_button {
    padding-left: 12px;
	padding-right: 12px;
	margin-left: 12px;
	margin-right: 12px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*text-align: center;
	height: 110px;*/
	float: left;
}

#products_subnav {
    text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

h3 {
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0.25em;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
}

/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

#footer p {
     padding-left: 10px;
}

#content {
    padding-top: 20px;
	min-height: 500px;
}

/* #content img {
    padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 13px;	
} */
#corporate-ad {
	float: right;
	width: 173px;
	padding: 0 0 20px 20px;
}