@charset "utf-8";
/* fix for trans png in IE6 */
img, div, a, input, li { behavior: url(../ie6png-fix/iepngfix.htc) }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BEC09A;
	line-height: 23px;
}
p {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: justify;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: justify;
}


#wrap {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BEC09A;
	border-top-width: 0px;
	border-top-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(../images/side.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	height: 310px;
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: center -10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	background-color: #E9E5BF;
}
#logo  a:link, #logo a:visited   {
	color: #FFFFFF;
}


#logo {
	width: 870px;
	margin-top: 0px;
	margin-bottom: 5px;
	height: 140px;
}


/* main navigation elements */
#mainNav {
	margin-top: 160px;
	margin-left: 25px;
}

#mainNav li {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	height: 35px;
}
#mainNav a {
	display: block;
	width: 118px;
	height: 0px;
	padding-top: 35px;
	overflow: hidden;
}

#mainNav li.liabout {
	background-color: transparent;
	background-image: url(../images/button_about.png);
	background-repeat: no-repeat;
}

#mainNav li.libedrooms {
	background-color: transparent;
	background-image: url(../images/button_bedrooms.png);
	background-repeat: no-repeat;
}

#mainNav li.listudies {
	background-color: transparent;
	background-image: url(../images/button_studies.png);
	background-repeat: no-repeat;
}

#mainNav li.likitchens {
	background-color: transparent;
	background-image: url(../images/button_kitchens.png);
	background-repeat: no-repeat;
}

#mainNav li.licustomers {
	background-color: transparent;
	background-image: url(../images/button_customers.png);
	background-repeat: no-repeat;
}

#mainNav li.licontact {
	background-color: transparent;
	background-image: url(../images/button_contact.png);
	background-repeat: no-repeat;
}


#mainNav a#about {
	background:transparent url(../images/button_about_over.png) -130px -90px no-repeat;
}
#mainNav a#bedrooms {
	background:transparent url(../images/button_bedrooms_over.png) -130px -90px no-repeat;
}
#mainNav a#studies {
	background:transparent url(../images/button_studies_over.png) -130px -90px no-repeat;
}
#mainNav a#kitchens {
	background:transparent url(../images/button_kitchens_over.png) -130px -90px no-repeat;
}
#mainNav a#customers {
	background:transparent url(../images/button_customers_over.png) -130px -90px no-repeat;
}
#mainNav a#contact {
	background:transparent url(../images/button_contact_over.png) -130px -90px no-repeat;
}

#mainNav a#about:hover {background-position:0 0; z-index:50;}
#mainNav a#bedrooms:hover {background-position:0 0; z-index:50;}
#mainNav a#studies:hover {background-position:0 0; z-index:50;}
#mainNav a#kitchens:hover {background-position:0 0; z-index:50;}
#mainNav a#customers:hover {background-position:0 0; z-index:50;}
#mainNav a#contact:hover {background-position:0 0; z-index:50;}
/* End of main navigation css */

#main {
	clear: both;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-color: #E9E5BF;
	margin-bottom: 0px;
}
#footer {
	background-color: #999966;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	height: 35px;
}
#footerNav {
	margin-bottom: 5px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
	background-color: #999966;
}

#footerNav li {
	float: left;
	font-size: 12px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
}
#wrap #footer #footerNav .lastLink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footerNav a:link, #footerNav a:visited, #footerNav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#footerNav a:hover {
	color: #000000;
}
#nnns {
	clear: both;
	font-size: 10px;
	text-align: right;
	background-color: #BEC09A;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main img {
	border: 2px solid #FFFFFF;
}
#nnns a:link, #nnns a:visited, #nnns a:hover {
	color: #000000;
	text-decoration: none;
}

table#homePics {
	float: right;
	margin-left: 35px;
}


.leftFloat {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.rightFloat {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #999966;
}
#main a:hover {
	color: #000000;
}
#gallery td {

}
.galleryNav {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.galleryNav li {
	display: inline;
}
#wrap #main .galleryNav a:link, #wrap #main .galleryNav a:visited {
	background-color: #999966;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#wrap #main .galleryNav a:hover {
	color: #000000;
	background-color: #BEC09A;
}
#wrap   #main  .galleryNav .current a {
	color: #FFFFFF;
	background-color: #BEC09A;
}
