/* -----------------------------------
Site:       American Plumbing Inc.
CSS author: AV Web Designs Developers
Updated:	Date here
Updated by: Date here
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
	border:0;
	background:none;
}

table, tbody, tr
{
	border-collapse: collapse;
	border-spacing: 0;
	
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }



abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

/* -----------------------------------
elements
----------------------------------- */

body
{
background-color: #1c2a49;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#393b42;
	background-image:url(../images/bg-site.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 .5em;
	color: #393b42;
}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

p
{
	margin: 0 0 1.5em;
	line-height: 1.2;
}

a:link { color: #2a406e; }
a:visited { color: #2a406e; }

a:focus
{
	color: #000;
	outline: thin dotted;
}

a:hover {text-decoration:none; }
a:active {}

/* -----------------------------------
layout
----------------------------------- */

.blogList ul{
margin-left:35px;

}

.blogList ul li{
list-style:square;
margin: 10px 0 20px 0;

}

.blogLink{
padding:10px 0 10px 0;
clear:both;
}
.blogLink a:link,
.blogLink a:visited,
.blogLink a:active
{
color:#000000;
}
.blueLink a:link,
.blueLink a:visited,
.blueLink a:active{
color:#2a406e;}


.container
{
	width: 950px;
	margin: 0 auto;
}

.contentBox
{
	padding:20px 0 20px 0;
}
.pageLayout{
width:976px;
margin:0 auto;
border-left:2px solid #000000;
border-right:2px solid #000000;
background-color:#FFFFFF;
overflow-x: hidden;}

/* -----------------------------------
header
----------------------------------- */

.header
{
	height:198px;
}

/* -----------------------------------
rotator
----------------------------------- */

.rotatorOutside
{
	background-image:url(../images/bg-rotator.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.rotatorInside
{
	height:280px;
	padding:0 0 0 0;
}



/* -----------------------------------
Home Gallery Boxes
----------------------------------- */

.homeGalleryBox
{
	float:left;
	width:302px;
	margin-right:22px;
	text-align:justify;
	
}

.pageGalleryBox
{
	float:right;
	width:302px;
}

.pageGalleryBox .button
{
text-align:right;
}


.last
{
	margin-right:0px;

}

.homeGalleryBox img
{
background-color:#FFFFFF;
border:1px solid #cecece;
padding:7px;
margin-bottom:16px;
}

.homeGalleryBox .button img
{
float:right;
background-color: ;
border:none;
padding:0;
margin:0;
}

.portfolioBox img
{
background-color:#FFFFFF;
border:1px solid #cecece;
padding:7px;
margin-bottom:18px;
margin-right:18px;
}

.portfolioBox span img{
margin-right:0;
}




/* -----------------------------------
Gallery Boxes
----------------------------------- */

.GalleryBox
{
	float: right;
	
}

.last
{
	margin-right:0px;

}

.GalleryBox a img, .pageGalleryBox a img,
.pageContent img, .blog-image
{
background-color:#FFFFFF;
border:1px solid #cecece;
padding:7px;
margin-bottom:16px;
}

.blog-image {
	float:left;
	margin: 0 10px 0 0;
}

.button img {
	float:right;
 }

.pageContent {
	float: left;
	width: 626px;
	text-align:justify;
}



.GalleryBox .button
{
text-align:right;
}

.galleryInformation {
	float:left;
	width: 302px;
}



/* -----------------------------------
primary-nav
----------------------------------- */

#mainNav {
	margin:0;
	padding:0;
	width:976px;
	margin-top:-3px;

}

ul.dropmenu{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	border-spacing:0px;
	z-index:9998;
}

.dropmenu li{
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;

}
.dropmenu li a{
	padding: 0px 0px 0px 0px;
	display: block;
	cursor: auto;
	height:37px;
}

.dropmenu li ul li a{
height:auto;
}

.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}

.dropmenu li:hover ul li ul{
display:none;}

.dropmenu ul{
	position: absolute;
	display: none;
	width: 310px;
	padding: 0px;
	margin-left:-2px;
	font-size:13px;
	background-image:url(../images/bg-primary-nav.png);
	border:1px solid #000000;
	border-top:none;
	
}

.dropmenu ul li{
	border: 0;
	float: none;
	border-top:1px dotted #000000;
}
.dropmenu ul li a{
	text-transform:capitalize;
	color:#ffffff;
	line-height:30px;
	text-decoration:none;
	background-image:url(../images/icon-arrow-menu-right.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:23px;
	padding-right:5px;
	
}
.dropmenu ul li ul li a{
border-left:none;
}

.dropmenu li ul li a:hover{
background-color:#bd0006;

}
.dropmenu div ul{
	position: relative;
	display: block;
}


/* -----------------------------------
footer
----------------------------------- */

.footer
{
	position: relative;
	clear: both;

	margin: 0;
	padding-top: 20px;
	
}

.footer li
{
	display: inline;
	margin: 0 15px 0 0;
}

.footerBox3 {
	float:right;
	width:605px;
}

.footerBox1 {
	float: left;
	width: 345px;
}

.footerBox1 p {
	width:301px;
}

.footerBoxlast {
	float: left;
	width: 301px;
	
	
}

.copyright {
	padding-top:20px;
	background-color:#FFFFFF;
}

.copyright  p {
	float: left;
}
.copyright img {
	float: right;
}
.copyright a {
	color: #474747;
}


/* -----------------------------------
social 
----------------------------------- */

.social {
	float: left;
	width:305px;
	
	position: relative;

}

.social-nav span {
	position:absolute;
	right: 90px;	
}

.social-nav {
	display: block;
	position: relative;
	width: 301px;
}

.social-nav li {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.social-nav a {
	text-decoration: none;
	line-height: 25px;
	display: block;
	color: #424242;
}

.social-nav a:link {
}

.social-nav a:hover {
	text-decoration:underline;
}

.social-nav a:active{
}

.social-nav a:visited {
}



/* -----------------------------------
form
----------------------------------- */

#quote {
	width:300px;
	float: right;
	margin-top: 0px;
}

#quotePage {
	width:310px;
}

#quote input, #quotePage input, #quotePage select  {
	width:290px;
	float:right;
	padding:4px 2px;
	margin:10px 0;
	border: thin solid #989a9b;
	display: block;
}


#quote textarea, #quotePage textarea {
	width:290px;
	float:right;
	border: thin solid #989a9b;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	
}

#quotePage input, #quotePage textarea, #quotePage select {
float:none;
margin:3px 0 20px 0;
padding:5px 5px 5px 5px;
}

#quote button, #quotePage button {
	background-image:url(../images/btn-submitform.jpg);
	background-repeat:no-repeat;
	display:block;
	float:right;
	text-indent:-9999px;
	height: 39px;
	width: 166px;
	margin-top: 10px;
}


/* -----------------------------------
Global
----------------------------------- */
h1,
h2,
.homeGalleryBox h2, 
.galleryInformation h2,
.pageContent h2,
.pageGalleryBox h2, 
.footer h3
{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:3px solid #2a406e;
	padding-bottom:8px;
	margin:0px;
	margin-bottom:8px;
}

.galleryInformation h1{
	font-size:inherit;
	font-weight:inherit;
	text-transform:none;
	border-bottom:none;
	padding-bottom:0px;
	margin:0px;
	margin-bottom:10px;

}


/* -----------------------------------
footer nav
----------------------------------- */
.footerNav {
	background-image:url(../images/bg-footer-menu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:12px;
	padding-bottom:16px;
	padding-left:70px;
}

.footerNav li {
	float:left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right:20px;
	margin-left:6px;
}

.footerNav li a {
	font-size:18px;
	text-decoration:none;
	
}

.footerNav li a:link, .footerNav li a:visited{
	color:#FFFFFF;
}

.footerNav li a:hover {
	text-decoration:underline;
}


.footerNav .navfirst  {
	margin:0;
	padding-right:20px;
	margin-right:15px;
}

.footerNav .navlast  {
	border-right:none;
}

.galleryInformation ul {
	margin-left:36px;
}

.galleryInformation li {
	list-style-type: disc;
	margin-bottom: 2px;
	margin-left:10px;
	list-style-position: outside;
}
.breadCrumbs li {
	background-image: url(../images/breadcrumbs-arrows.png);
	background-repeat: no-repeat;
	background-position: right;
	float:left;
	padding-right:14px;
	padding-left:13px;
	margin-bottom:20px;
	text-align:center;
	padding-top: 1px;
}

.breadCrumbs li a {
	text-decoration:none;
}

.breadCrumbs li a:link, .breadCrumbs li a:visited {
	color:#33353b;
}

.breadCrumbs li a:hover {
	color:#2a406e;
}

.breadCrumbs li a.active {
	color:#2a406e;
}

.breadCrumbs {
	display:block;
}

.breadCrumbs .breadCrumbsfirst {
	position:relative;
	width:40px;
	display:block;
	padding-right: 12px;
	padding-left: 20px;
	
}
.breadCrumbs .breadCrumbslast {
	background-image: none;
}
.galleryInformation p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

.breadCrumbsfirst img {
	position: absolute;
	left: 0px;
}

/* -----------------------------------
blog section
----------------------------------- */

.blog, .why-choose-us {
	padding:0 20px;
}

.blog h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #393b42;
	font-size:18px;
	background-image:url(../images/blog-header-spacer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:9px;
	margin:0;
	padding-top:0;
}

.why-choose-us h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #393b42;
	font-size:18px;
	background-image:url(../images/whyus-header-spacer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:9px;
	margin-top:0;
	padding-top:0;
	
}

.blog .button img {
	float:right;
}
.bottomBoxleft {
	background-image:url(/images/blog-center-image.jpg);
	background-repeat:no-repeat;
}

.bottomBoxright {
	background-image:url(/images/whyus-center-image.jpg);
	background-repeat:no-repeat;
}

/* -----------------------------------
admin
----------------------------------- */
.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}
.thumbs li {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	width: 100px;
	height: 100px;
	border: solid 1px #000;
	background:#fff url(../images/progress.gif) no-repeat center center;
}
.thumbs img {
	/*width: 100px;*/
	margin:0;
	padding:0;
	height: 100px;
	position: absolute;
	clip: rect(0 115px 100px 15px);
	left: -15px;
}

.hr {
	border: 0;
	color: #2a406e;
	background-color: #2a406e;
	height: 1px;
}

/* -----------------------------------
never changes
----------------------------------- */
.regularList ul{
margin-left:5px;
margin-bottom:10px;

}
.regularList ul li{
padding-left:20px;
line-height:30px;
background-position:left top;
background-image:url(../images/bullet.jpg);
background-repeat:no-repeat;

}