@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#CCCCCC;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
		
}
ul{
	padding:10px;
	margin:10px;
	
}
#container { 
	width:1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	
} 
#header { 

	background: #006545; 
	height:128px;
}

#logo {
	padding:1em 0 0 2.5em;
	width: 120px;
	height:110px;
	float:left;
} 

#titleHeader
{
    padding-top:1em;
    padding-left:12em;
    float:left;
}

#water{
    float:left;
	width:150px;
	height:123px;
	padding-left:12.2em;
}
 
#header h1 {
	margin: 0; 
	
}
#sidebar1 {
	float: left; 
	background-image:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
	margin-right:0px;
	width:200px;
	
}
.sidebar1 a{
	text-decoration:none;
	color:#f8ca01;
}
.nav
{
	border-bottom:1px solid #fff;
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:0px;
	padding-right:5px;
	list-style:none;
	font-weight:bold;
	color:#f8ca01;
	text-align:center;
}
.nav1
{
	
	margin-bottom:0.5em;
	padding-left:0px;
	padding-right:5px;
	list-style:none;
	line-height:10px;
	font-size:11px;
	color:#f8ca01;
	text-align:center;
	font-weight:bold;
}
.nav:hover
{
	background-image:url(../images/roll.jpg);
}
.nav a{
	text-decoration:none;
	color:#f8ca01;
}
.nav2
{
	list-style:none;
	font-size:11px;
	color:#f8ca01;
	text-align:center;
	font-weight:bold;
}
.nav3
{	
	position:relative;
	bottom:9em;
	margin-top:120px;
	list-style:none;
	font-size:12px;
	color:#f8ca01;
    border-bottom:0;
	padding-bottom:1px;
	width:155px;
}
.nav3 a{
	text-decoration:none;
	color:#f8ca01;


}

#mainimg { 

	height:300px;
	float:left;
	padding:20px 0px 0px 10px;
	top:10em;
} 
#mainImages{
	left:50em;
	width:180px;
	top: 0em;
	position:absolute;
}
#mainImages ul li{
	float:left;
	list-style:none;
}
#mainImages ul li a img{
	border:none;
	padding: 2px 2px;
}

#floorPlan{
	float:left;
}
#mainimHeader { 
	background: url(../images/mainimheader.jpg);
	height:80px;
	position:absolute;
	top:23.2em;
	right:16em;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#rightContentFloorPlan {
	width: 280px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	float:left;
	padding-left:1.5em;
}
.navFloorPlan
{
    padding:0;
 
	line-height:1.8em;
	font-size:12px;
	font-weight:bold;

}

#copy
{
    margin-top:1em;
	padding-left:1em;
}

.deliver
{
    float:left;
    width:14em;
    padding-left:3em;
}

.delivery
{
    text-align:center;
    font-size:14px;
	color:#060;
	font-weight:bold;
}

.dbcopy
{
    float:left;
    width:450px;
    font-size:12px;
    font-weight:bold;
    font-family:verdana;
    text-align:center;
}

#floorPlanPics {
	
	padding-top:1em;
	float:left;
	padding-left:1em;
	width: 240px;
	height:150px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	
}
#floorPlanPics1 {
	
	padding-top:1em;
	padding-left:2em;
	float:left;
	width:240px;
	height:150px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	
}
#floorPlanPics2 {
	
	padding-top:1em;
	padding-left:1em;
	float:left;
}
#contactUsPic {
	
	padding-top:1em;
	padding-left:1em;
	float:right;
	margin-right:2em;
}

.green, .green1
{
   
    font-size:14px;
    color:#006545;
}

/*contact us part*/

#mainContent { 
	margin: 0 30% 0 10px; 
	
} 
#mainContent p { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
} 
#newbottomright {
	float:left;
	width:49%;
	padding-left:20px;
	padding-top:0px;
} 

#newbottomright p { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.errorMessage {
	margin:10px 0;

	width:600px;
	font-size:10px;	
}


/*footer part*/

#footer { 
	padding: 0px 0px 0px 5px; 
	font-size:9px;
	width:1000px;
	
} 

#footer p
{
	float:left;
}
.copy
{
    float:left;
	padding-left: 6em;
}

.hosted
{
    float:left;
	padding-left:10em;

}
#footer  a{
	text-decoration:none;
	color:#000;
}
#footer span{
	color:#FF00FF;
}

.clear 
{
	clear:both;
}

/*java code*/

#contentContainer
{
  float:left;
  width:800px;
  margin-top:1em;
}

#slideCont
{
    float:left;
    width:600px;
    margin-left:1em;
}


#slideshow {
    position: relative; 
}
	   
#slideshow .slide {
    position: absolute;
    overflow: hidden;
}
	   
#slideshow, #slideshow .slide {
    width: 600px;
    height: 314px;
}
	   
#slideshow .slide .text, #slideshow .slide .text_underlay {
    height: 50px;
    width: 600px;
    position: absolute;
    bottom: 0;
}
	   
.slide .text {
	color: #FFF;
	text-shadow: #000 0 0 10px;
	font-size: 0.9em;
	font-family: Verdana;
}
	   
.slide .text h3, #slideshow .slide .text p {
	margin: 0;
	padding: 0;
}
	   
.slide .text_underlay {
	background-color: #000;
}
	   
#slideshow .padder {
	padding: 10px;
}

#slideshow .slide .text {
	position: absolute;
	bottom: 0;
	height: 65px;
	width:600px;
	margin: -50px 0 0 0;
	z-index: 2;
}
	   
#slideshow .slide img {
	z-index: -2;
}

#slideshow .text_underlay {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 550px;
	background-color: #CCC;
	opacity: 0.6;
	z-index: -1;
}

#thumbnails {
	float:left;
	padding-bottom:10px;
    margin-left:2em;
}

#thumbnails .thumb {
    padding: 2px 1px 0px 2px;
    margin-bottom: 1px;
    background: #006545;
}

#thumbnails .thumb.selected {
	background-color: #060;
    padding: 2px;
    padding-bottom: 0px;
    background: #F8CA01;
}

#thumbnails .thumb.selected img {
    padding: 0;
}
