/*big menu*/
* {margin:0; padding:0;}

img {border:none;}

#wrap {
	position:relative;
	margin:0 auto;
	width:760px;
}

body {
	background:#000 url(../images/SALSA_background.jpg) no-repeat top left;
	font: 1em Helvetica, Arial, sans-serif;
	color:#fff;
}

.tel {
	width: 500px;
	text-align:right;
	margin-left:260px;
	border-bottom:1px solid #fff;
	padding:42px 0 5px 0;
}

.tel a {
	text-decoration:none;
	color:#fff;
} 

.tel a:hover { color:#FF0000;}

.logo {
	float:left;
	position:absolute;
	top:0;
}

#nav {
	position:absolute;
	left:505px;
	top: 15px;
	width:100px;
}

#nav ul {
	list-style:none;
}

#nav li {
	padding:8px 0;
}

#nav ul li a{
	text-decoration:none;
	color:#fff;
}

#nav ul li a:hover{
	color:#FF0000;
}

#container {
	position:absolute;
	top:120px;
	left:150px;
}

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 20px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 97px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
	/*border-top:1px solid #fff;
	border-bottom:1px solid #fff;*/
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #9ce782 url(../images/skate.jpg) ;
}

#kwick .opt2 {
	background: #92bdfa url(../images/GREEN-AWSOME.jpg);
}

#kwick .opt3 {
	background: #faa892 url(../images/contrast-and-curves.jpg);
}

#kwick .opt4 {
	background: #e78282 url(../images/CAR-PARK-INTERIOR-1.jpg);
}

#kwick .opt5 {
	background: #000 url(../images/dog.jpg);
	border-right: 0;
}

