/*  
Premier Builders Interior Page | Site by PrimalMedia

*/
body { 
margin : 0; 
padding : 0; 
background-color: white;
text-align: center;
font-family : Verdana; 
font-size: x-small; /* for IE5/Win */
voice-family: "\"}\"";
voice-family: inherit;
font-size : small; 
background-image: url(../images/page-background.gif) !important;
background-repeat: repeat-x; 
}
html>body { font-size : small; margin: 0; padding: 0; }

img {
border : none;
}

a:link, a:visited {
	color : #00a0d0;
	text-decoration: underline;
}

a:hover, a:active {
	color : #00a0d0;
	text-decoration: none;
}

p { color: #666; font-size: 95%; font-family: Verdana; line-height: 1.5; text-align: left; margin-top: 0; }
p.foot { color: #dbd4c5; margin-left: 15px; }
p.top { color: #3f3f3f; line-height: 1.25em; margin-bottom: 2px; }
p.ital { color: #3f3f3f; font-size: 100%; font-family: "times new roman"; font-weight: bold; font-style: italic; line-height: 1.3; text-align: left; }

p.small { color: #3f3f3f; font-size: 80%; font-family: Verdana; font-weight: normal; line-height: 1.5; text-align: left; width: 180px; margin-left: 15px; }
h1 { color: #cb690e; font-size: 140%; font-family: "times new roman"; font-weight: bold; line-height: 1.3; text-align: left; margin-top: 0; margin-bottom: 1.25em; }
h2 { color: #666; font-size: 120%; font-family: "times new roman"; font-weight: bold; line-height: 1.4; text-transform: capitalize; text-align: left; margin-bottom: 0; }
h3 { color: #666; font-size: 95%; font-weight: bold; line-height: 1; text-align: left; margin-top: 10px; margin-bottom: 0.25em; }

.wrap { background-image: url(../images/main_bg.gif); background-repeat: no-repeat; background-position: 0 107px; width : 740px; margin : 0 auto; }
#header { height: 135px; margin: 0; padding: 0; }
.logo { float: left; margin-top: 20px; margin-left: 30px; }
.logo2 { float: left; margin-top: 20px; }
.phone { color: white; font-size: 110%; font-family: "times new roman"; line-height: 29px; background-color: #cb690e; height: 30px; float: right; margin-right: 30px; padding: 2px 15px; }
#mainNav { color: white; background-color: #5d4e39; float: right; margin: 13px 28px 0 0; padding: 0; list-style-type: none; }
#mainNav a { color: #fff; font-size: 90%; font-family: Verdana; line-height: 2.1em; display: block; text-decoration: none; float: left; margin: 0; padding: 0.5em 12px; border-left: 1px solid #ada596; }
#mainNav li { float: left; display: block; }
#mainNav a:hover, #mainNav a:active { color: #fff; text-decoration: underline; }
#mainNav a.first { border-left-style: none; }
.on { background-image: url(../images/selected.gif); background-repeat: repeat-x; background-position: left top; }
#page { background-color: white; width: 680px; height: 780px; margin-left: 30px; }
#leftCol { background-image: url(../images/left_gradient.gif); background-repeat: repeat-x; width: 214px; height: 600px; float: left; margin-top: 5px; margin-left: 5px; }
	#leftCol h3 { color: #cb690e; font-size: 120%; font-family: "times new roman"; font-weight: bold; line-height: 1.3; text-align: left; margin-top: 10px; margin-bottom: 0.25em; margin-left: 15px; }
#leftCol a:link, #leftCol a:visited { color: #cb690e; font-size: 85%; font-family: Verdana; font-weight: normal; line-height: 1.5; text-decoration: none; text-align: left; margin-left: 15px; }
#leftCol a:hover, #leftCol a:active { color: #cb690e; font-size: 85%; font-family: Verdana; font-weight: normal; line-height: 1.5; text-decoration: underline; text-align: left; margin-left: 15px; }
#leftCol p.linkinc a:link, #leftCol a:visited { font-size: 100%; margin-left: 0; }
#leftCol p.linkinc a:hover, #leftCol a:active { font-size: 100%; margin-left: 0; }
.hammer { float: right; margin: 0; padding: 10px 10px 0 5px; }
#rightCol { width: 433px; float: right; margin: 15px 13px 30px 15px; }
.right { float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; }
.left { float: left; margin: 10px 20px 15px -3px; }

.beegin { margin-top: 10px; padding-bottom: 10px; border-top: 1px dotted #dbd4c5; }
.vendor { clear: left; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px dotted #dbd4c5; }
	.vendor img { float: left; margin-top: 0; margin-right: 20px; margin-bottom: 15px; }
	.begin img { float: left; margin-top: 15px; margin-right: 20px; margin-bottom: 15px; }
.floatRight { width: 250px; margin-top: 0; margin-left: 150px; }
.clear { clear: left; }

#footer { color: #dbd4c5 !important; font-size: 80%; font-family: Verdana; width: 680px; clear: both; margin-bottom: 20px; margin-left: 40px; }
#footer a:link, #footer a:visited { color : #dbd4c5; font-size: 100%; text-decoration: none; }
#footer a:hover, #footer a:active { color : #d9d4c5; font-size: 100%; text-decoration: underline; }
/* for popup*/
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
}
.thumbnail span img{ /*CSS for enlarged image*/
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.thumbnail2 {
position: relative;
z-index: 0;
}
.thumbnail2:hover {
background-color: transparent;
z-index: 50;
}
.thumbnail2 span { /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
}
.thumbnail2 span img { /*CSS for enlarged image*/
padding: 2px;
}
.thumbnail2:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -350px; /*position where enlarged image should offset horizontally */

}
