/******************************************************************/
/**                                                              **/
/** Widgets CSS                                                  **/
/**                                                              **/
/******************************************************************/

/**************************************************
	Navigation
***************************************************/

.kwicks {
	width: 500px;
	margin: 0 auto;
	position: relative;
}

.kwicks li{
	float: left;
	width: 75px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
}

#kwick1 { 
/*	background-color: #ffbd17;*/
	background-image: url(images/home.png);
}

#kwick2 {
/*	background-color: #5772b9;*/
	background-image: url(images/services.png);	
}

#kwick3 {
/*	background-color: #425bad;*/
	background-image: url(images/gallery.png);	
}

#kwick4 { 
/*	background-color: #193968;*/
	background-image: url(images/aboutus.png);	
}

.kwicks span {
	top: 18px;
	left: 80px;

	position: relative;
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: #696969 -1px -1px;
	color: #fff;
}

/**************************************************
	Contact form
***************************************************/

#contact-block {
	position: relative;
	left: 650px;
	top: 75px;
	width: 270px;
	color: #fff;
	/*z-index: 800px;*/
}

#contact-block form{
	/*background: #f4a460;*/
	height: 330px;
	font-size: .8em;
	display: none;
	padding: 10px;
	padding-right: 25px;
	text-align: center;
	background: url(images/contact-form-bg.png) no-repeat bottom;
}

#contact-block a {
	position: relative;
	left: 150px;
}

#contact-block form input, #contact-block form textarea {
	font-size: 1em;
	width: 80%;
	margin-bottom: 10px;
}

/**************************************************
	Gallery
***************************************************/

