/*------------start reset styles to reduce browser inconsistency------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	background-color: #44524e;
	background-image: url(../layout-images/bgtile.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
	font-weight: bold;
	color: #fbf196;
	text-decoration: none;
}

a:hover, a:active
{
	font-weight: bold;
	color: #fbf196;
	text-decoration: underline;
}

p

{
margin-bottom: 8px;
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #FBF196;
	padding: 15px 0 10px 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FBF196;
	padding: 15px 0 3px 0;
	
}
h3
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #FBF196;
	padding: 15px 0 0px 0;
	}
h4 {
	font-size: 70%;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.wrapper 
{
	text-align: center;
	background-image: url(../layout-images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
}
.header {
	width: 850px;
	margin: 0px auto;
	border-bottom: 3px solid #FFF200;
	position: relative;
	z-index: 10;
}
.logo {
	float: left;
}

#nav {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align:left;
	color: #FFF200;
	height: 90px;
	position: relative;
	top: 60px;
	left: 10px;
}


#nav a:link  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#nav a:visited  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
#nav  a:hover {
	text-decoration: none;
	color: #FFF200;
	font-weight: normal;
}

#nav a:active {
	text-decoration: none;
	color: #FFF200;
	font-weight: normal;
}

#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	text-decoration: none;
	font-size: 80%;
	margin: -3px 14px 0 17px;
}

#nav li {
	float: left;
	margin: 0;
	background-image: url(../layout-images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 8ems;
	padding-top: 4px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 8em;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 4px 0 0 0;
	text-align:left;
	top: 12px;
}

#nav li ul li {
	width: 8em;
	text-align: left;
	border-bottom-color: #272425;
	border-top-color: #7d787a;
	border-style: solid;
	border-width: 1px 0px;
	margin: 0;
	padding: 4px;
	list-style-position: outside;
	background-color: #5b5b5b;
	background-image: none;
}

#nav li ul li a {
	width: 8em;
	font-size: 75%;
	border: 0px none;
	margin: 0;
	padding: 0;
	text-align:left;
	color: #ffffff;

}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
.breadcrumb
{
	color: #e2e2e2;
	font-size: 80%;
	display: inline;
	font-weight: bold;
}
.breadcrumb li {
	background-image: url(../layout-images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	list-style-type: none;
	margin: 5px 3px 0 5px;
}
.breadcrumb li:first-child  {
	background:none;
	margin: 5px 3px 0 -20px;
}
.breadcrumb a {
	color: #E8E8E8;
	padding: 0 0 0 20px;
}
.content {
}

#contacttab {

position: fixed;
top: 160px;
right: 0;
width: 48px;
height: 208px;
background-image: url(../layout-images/contact-tab.gif);
}

#contacttab a {
display: block;
width: 48px;
height: 208px;

}

.tophalf {
	clear: both;
	width: 850px;
	margin: 15px auto 0 auto;
	text-align: left;
}

.btmhalf {
	width: 850px;
	margin: 25px auto 0;
	text-align: left;
	clear: both;
}

.btmhalf  p {
	font-size: 80%;
	color: #FFFFFF;
	line-height: 150%;
}

.footer  {
	font-weight: normal;
	clear: both;
	color: #181717;
}
.footer p  {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 80%;
	margin: 0px;
}
/*Oh noes double margin bug! Fix is in IE 6 stylesheet*/
.roundbox {
	float: left;
	width: 280px;
	margin: 30px 2px 20px 1px;
}
.roundbox a {
	color: #153834;
	margin: 0px;
}
.roundbox  a:hover {
	color: #153834;
	text-decoration: underline;
	
}
.roundbox p{
	font-weight: bold;
	color: #181717;
}
.roundboxtop {
	width: 280px;
	background-image: url(../layout-images/roundbox-top.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.roundboxmid {
	background-image: url(../layout-images/roundbox-mid.gif);
	background-repeat: repeat;
	padding: 0px 18px;
	background-color: #AFBBB5;
}
.roundboxbtm {
	width: 280px;
	background-image: url(../layout-images/roundbox-btm.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.lroundbox {
	float: left;
	width: 564px;
	margin: 30px 2px 20px 1px;
}

.lroundboxtop {
	width: 564px;
	background-image: url(../layout-images/lroundbox-top.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.lroundboxmid {
	background-image: url(../layout-images/lroundbox-mid.gif);
	background-repeat: repeat;
	padding: 0px 18px;
	background-color: #AFBBB5;
}
.lroundboxbtm {
	width: 564px;
	background-image: url(../layout-images/lroundbox-btm.gif);
	background-repeat: no-repeat;
	height: 67px;
}

.lroundbox p{
	font-weight: bold;
	color: #181717;
}

.quoteboxbtm {
	width: 280px;
	background-image: url(../layout-images/quotebox-btm.gif);
	background-repeat: no-repeat;
	height: 61px;
}
.projectinmind   {
	margin-top: 10px;
}
.projectinmind h2 {
	font-weight: bold;
	color: #FCF21E;
	font-size: 120%;
	text-transform: none;
	margin-bottom: 5px;
}
.projectinmind h2 a {
	
	color: #FCF21E;
	
}
.address {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	padding: 4px;
}
.credit {
	text-align: center;
	font-size: 70%;
	color: #FFFFFF;
	padding: 10px;
}

div.hr {
	height: 2px;
  width: 90%
  background: #000;
	background-color: #FFFF00;
	margin: 10px 0;
}
div.hr hr {
  display: none;
}

#home     .tophalf     #addition    {
	height: 240px;
	width: 416px;
	padding: 0;
	float: left;
}
#home   .tophalf   #addition   a {
	background-image: url(../layout-images/home-pic1-off.jpg);
	height: 240px;
	width: 416px;
	display: block;
	text-decoration: none;
}
#home   .tophalf   #addition   a:hover {
	background-image: url(../layout-images/home-pic1-on.jpg);
	text-decoration: none;	
}
#home    .tophalf    #condowork  {
	height: 240px;
	width: 416px;
	padding: 0 0 17px 17px;
	float: left;
}
#home  .tophalf  #condowork  a {
	background-image: url(../layout-images/home-pic2-off.jpg);
	display: block;
	height: 240px;
	width: 416px;
	text-decoration: none;
}
#home  .tophalf  #condowork  a:hover {
	background-image: url(../layout-images/home-pic2-on.jpg);
	text-decoration: none;	
}
#home    .tophalf    #newhome  {
	height: 240px;
	width: 416px;
	padding: 0 17px 0 0;
	float: left;
}
#home   .tophalf   #newhome   a {
	background-image: url(../layout-images/home-pic3-off.jpg);
	display: block;
	height: 240px;
	width: 416px;
	text-decoration: none;
}
#home   .tophalf   #newhome   a:hover {
	background-image: url(../layout-images/home-pic3-on.jpg);
	text-decoration: none;
}
#home    .tophalf    #kitchen  {
	height: 240px;
	width: 416px;
	padding: 0;
	float: left;
}
#home    .tophalf    #kitchen    a {
	background-image: url(../layout-images/home-pic4-off.jpg);
	display: block;
	height: 240px;
	width: 416px;
	text-decoration: none;
}
#home    .tophalf    #kitchen    a:hover {
	background-image: url(../layout-images/home-pic4-on.jpg);
	text-decoration: none;
}
/*start select your project page styles*/
#demotip { 
	display:none;
	background-color: #000000;
	font-size:80%;	
	width:90px;
	padding:5px;
	color:#fff;
	
	z-index: 10;  
}


#tiptext { 
    display:none;    
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;  
	   
}
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

.selecttext{
	width: 700px;
	margin-top: 20px; 

}
/*end select your project page styles*/
/*start leader projects pages styles*/
.gallerynav-hor {
	clear: both;
	height: 100px;
	padding: 15px 0 10px 0;
	margin: 0;
}

#leaderprojects .btmhalf
{ 
	margin-top: 5px;

}

#leaderprojects .btmhalf strong
{ 
	font-size: 120%;

}
/*end leader projects pages styles*/

/*start in the media styles*/

#inthemedia p
{
	font-size: 80%;
	padding: 2px 0 5px 0;
}
#inthemedia h2
{
	margin: 15px 0 0 0;
	text-transform: none;
}

#inthemedia h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #FBF196;
	padding: 15px 0 0px 0;
	text-transform: none;	
}


#inthemedia .btmhalf a img
{ border: 1px solid #313534;
}

#inthemedia  .btmhalf a:hover img
{ border: 1px solid #ffffff;
}


/*end in the media styles*/

/*Start whyleader styles*/
#whyleader .btmhalf  li
{
	font-size: 80%;
	padding: 5px;
	margin: 15px;
	line-height: 150%;
	list-style-type: square;
}


#ihave .btmhalf  li
{
	font-size: 80%;
	padding: 5px;
	margin: 5px;
	line-height: 150%;
	list-style-type: square;
}

.listem em {
 font-size: 125%;
 font-weight: bold;
 padding-bottom: 4px;
 color: #FBF196;

}
/*start in contact us styles*/

.map
{
	float: right;
	margin-top: 20px;
}

#contact .contactinfo h2 {
	font-size: 120%;
}

#contact .contactinfo p {

font-size: 105%;
}

/*end contact us styles*/

