/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
a { text-decoration: none; overflow-x:hidden; }
a:focus { outline: 0; }
p { font-size: 15px; margin: 0 0 20px 0; }

/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example one */

#example-one { 
background: #000;
 padding: 0px;
 margin: 0 0 0px 0;
 width:980px; height:312px; }

#example-one .nav {
 overflow: hidden; 
margin: 0 0 10px 0; }

#example-one .nav li { 
width: 170px;
height:38px;
float: left; 
margin: 0 25px 0 0;
}

#example-one .nav li.last { margin-right: 15px; }
#example-one .nav li.first { margin-left: 15px; }

#example-one .nav li a { display: block; 
padding: 13px; 
background:#000;
height:38px; 
color: white; 
font-size: 14px;
font-family: 'Armata', sans-serif;
text-align: center; 
border: 0; }

#example-one ul { list-style: none; }

#example-one ul li a { display: block; 
padding: 4px; 
color: #666; }

#example-one ul li a:hover { background: #e7c009; font-size: 14px;
font-family: 'Armata', sans-serif;}

#example-one ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current, #example-one deluxe li a:hover { background-color: #e7c009; color:#2e2602; height:38px; }
#example-one ul li.nav-two a.current, #example-one sup_deluxe li a:hover {  background-color: #e7c009; color:#2e2602; height:38px; }
#example-one ul li.nav-three a.current, #example-one tri_deluxe li a:hover {  background-color: #e7c009; color:#2e2602; height:38px; }
#example-one ul li.nav-four a.current, #example-one honeymoon li a:hover {  background-color: #e7c009; color:#2e2602; height:38px; }

#example-one ul li.nav-five a.current, #example-one family li a:hover { background-color: #e7c009; color:#2e2602; height:38px; }


#deluxe{
	width:980px;
	height:270px;
	}
	
#one{
	width:980px;
	height:150px;
	}

#two{
	border-bottom:#666 solid 1px;
	width:980px;
	}

#column1{
	float:left;
	width:250px;
	height:130px;
	margin:10px;
	}	
	
#column2{
	float:left;
	width:350px;
	height:130px;
	margin:10px;
	}	
	

#column2 > p{
	color:#CCC;
	font-size:11px;
	font-family: 'Armata', sans-serif;
	line-height:17px;
	text-align:justify;
	}
	
#column3{
	float:left;
	width:320px;
	height:130px;
	margin:10px;
	}	
	
	
#column3 > p{
	color:#CCC;
	font-size:14px;
	font-family: 'Armata', sans-serif;
	margin-left:60px;
	}

#spl_img1{
	position:relative;
	left:224px;}
	
#three{
	width:980px;
	height:85px;
	margin-top:5px;
	}		

#three_col1{
	float:left;
	width:300px;
	height:80px;
	}
#three_col1 > ul > li{
	color:#a1a1a1;
	list-style:none;
	font-size:9px;
	font-family: 'Armata', sans-serif;
	line-height:17px;
	margin-left:20px;}	
	
#three_col2{
	float:left;
	width:240px;
	height:80px;
	margin-right:30px;
	}
	
#three_col2 > p{
	color:#a1a1a1;
	list-style:none;
	font-size:9px;
	font-family: 'Armata', sans-serif;
	line-height:15px;
	margin-left:30px;
	margin-top:5px;
	}	
	
#cancel{
	color:#a1a1a1;
	font-size:10px;
	font-family: 'Armata', sans-serif;
	margin-top:5px;
	margin-left:30px;}	
	
#three_col3{
	float:left;
	width:150px;
	height:80px;
	}	
	
#three_col3 > p{
	color:#ffffff;
	list-style:none;
	font-size:11px;
	font-family: 'Armata', sans-serif;
	line-height:19px;
	margin-left:20px;
	}
	
#three_col3_3{
	float:left;
	width:220px;
	height:80px;
	}	
	
#three_col3_3 > p{
	color:#ffffff;
	list-style:none;
	font-size:11px;
	font-family: 'Armata', sans-serif;
	line-height:19px;
	margin-left:20px;
	}	
		
	
#four_col4{
	float:left;
	width:150px;
	height:80px;
	margin-left:40px;
	}	
	
#four_col4 > p{
	color:#ffffff;
	list-style:none;
	font-size:12px;
	font-family: 'Armata', sans-serif;
	line-height:19px;
	margin-left:40px;
	}	
	
			
#four > p{
	color:#a1a1a1;
	font-family: 'Armata', sans-serif;
	font-size:11px;
	margin-left:400px;
	margin-top:0px;}
	
	

	
/*slide*/

.slide_wrp{
	width:280px;
	height:130px;
	position:relative;
	overflow:hidden;}
	
.slideshow { height:120px; width: 160px; overflow:hidden;}
.slideshow img { margin-left:30px;   background-color: #000; }
.leftarrow{ position:absolute; left:10px; top:60px; cursor:pointer; z-index:1000;}
.rightarrow{ position:absolute; left:180px; top:60px; cursor:pointer;}
	
		