/* CSS Document */
#kwicks_container { 
	/*background-color:#CCCCCC;*/
	height: 208px;
	width:712px;	
	background-image:url(../images/home/homemain1.jpg);
	background-repeat:no-repeat;
	/*margin:auto;*/
	margin-bottom:20px;
}
#kwicks {
	position: relative;	
	white-space: nowrap;
	
}
 
#kwicks .kwick {
	float: right;
	display: block;
	width: 60px;
	height: 206px;
	margin-top:1px;
	/*overflow:hidden;*/
	white-space: nowrap;
}

#kwicks .kwick p{
	overflow:hidden;
	white-space: nowrap;
	color:#fff;
	background:#7b6349;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:3px 3px 10px 0px;
}
#kwick_5 {background-color: #FFFFFF; background-image:url(../images/home/homemain5.jpg);background-repeat:no-repeat; background-position:right;}
#kwick_4 {background-color: #FFFFFF; background-image:url(../images/home/homemain4.jpg);background-repeat:no-repeat; background-position:right;}
#kwick_3 {background-color: #FFFFFF; background-image:url(../images/home/homemain3.jpg);background-repeat:no-repeat; background-position:right;}
#kwick_2 {background-color: #FFFFFF; background-image:url(../images/home/homemain2.jpg);background-repeat:no-repeat; background-position:right;border-left: solid #FFFFFF 3px; border-bottom:0px;}/**/


/*NAVIGATION*/
ul#navigation {
	z-index: 10;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	padding: 0;
	list-style-type: none;
	width:641px;
}

ul#navigation a {
	display : block;
	height : 25px;
	text-indent : -9999px;
	text-decoration : none;
	overflow : hidden;
}

/*BUTTONS and ROll overs*/			
li#mn1 { position : absolute; top : 0px; left : 0px; width : 64px; height : 25px; background : url(../images/buttons/home.gif) no-repeat; }
li#mn2 { position : absolute; top : 0px; left : 64px; width : 80px; height : 25px; background : url(../images/buttons/aboutus.gif) no-repeat; }
li#mn3 { position : absolute; top : 0px; left : 144px; width : 66px; height : 25px; background : url(../images/buttons/inthenews.gif) no-repeat; }
li#mn4 { position : absolute; top : 0px; left : 210px; width : 115px; height : 25px; background : url(../images/buttons/designers.gif) no-repeat; }
li#mn5 { position : absolute; top : 0px; left : 325px; width : 66px; height : 25px; background : url(../images/buttons/awards.gif) no-repeat; }
li#mn6 { position : absolute; top : 0px; left : 391px; width : 87px; height : 25px; background : url(../images/buttons/financing.gif) no-repeat; }
li#mn7 { position : absolute; top : 0px; left : 478px; width : 85px; height : 25px; background : url(../images/buttons/photogallery.gif) no-repeat; }
li#mn8 { position : absolute; top : 0px; left : 563px; width : 78px; height : 25px; background : url(../images/buttons/contact.gif) no-repeat; }
li#mn1 a:hover { background : url(../images/buttons/home_f2.gif) no-repeat; }
li#mn2 a:hover { background : url(../images/buttons/aboutus_f2.gif) no-repeat; }
li#mn3 a:hover { background : url(../images/buttons/inthenews_f2.gif) no-repeat; }
li#mn4 a:hover { background : url(../images/buttons/designers_f2.gif) no-repeat; }
li#mn5 a:hover { background : url(../images/buttons/awards_f2.gif) no-repeat; }
li#mn6 a:hover { background : url(../images/buttons/financing_f2.gif) no-repeat; }
li#mn7 a:hover { background : url(../images/buttons/photogallery_f2.gif) no-repeat; }
li#mn8 a:hover { background : url(../images/buttons/contact_f2.gif) no-repeat; }


/*Drop Down Styles*/
.dropmenudiv {
			  z-index:100;
			  position:absolute;
			  top: 0;
			  border: 1px solid #7b6449; /*THEME CHANGE HERE*/
			  border-width: 0 1px;
			  line-height:18px;
			  background-color: #5e4228;
			  width: 120px;
			  visibility: hidden;
			 }

.dropmenudiv a {
			    width: auto;
			    display: block;
			    text-indent: 2px;
			    border: solid 1px #7b6449; /*THEME CHANGE HERE*/
			    border-bottom-width: 1px;
			    padding: 2px 0;	    
			   }

* html .dropmenudiv a { /*IE only hack*/
					   width: 100%;
					  }

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
					   font-size: 10px;
					   background-color: #7b6449;
					   color: #eae6e2;
					   text-decoration: underline;
					  }
.dropmenudiv a:active { /*THEME CHANGE HERE*/
					   font-size: 10px;
					   color: #eae6e2;
					   text-decoration: underline;
					  }
					  
.dropmenudiv a:link { /*THEME CHANGE HERE*/
					   font-size: 10px;
					   color: #eae6e2;
					   text-decoration: none;
					  }
.dropmenudiv a:visited { /*THEME CHANGE HERE*/
					   font-size: 10px;
					   color: #eae6e2;
					   text-decoration: none;
					  }
					  
.bullet { font-size:8px; }
