/* @group general */

*, p {
	margin: 0;
	padding: 0;
}


a {color: #ccc; text-decoration:none;}
a:hover {color: #f39; text-decoration:underline;}
a img{
	border: none;
}

body {
	color:#333;
	background: #000;
	font-family: "Lucida Grande",Lucida, "trebuchet ms", Verdana, sans-serif;
	font-size:11px;
	line-height:17px;
}



br.clear {
	clear: both;
	height: 0px;
	line-height: 0px;	
}

/* @end */


#wrapper {
	height: 100%;
	width: 100%;
	padding: 100px 0 0 0;
	background:url(images/bg.gif) center top repeat-x #000;
}


#content {
	border: 1px solid #333333;
	width: 770px;
	height: 500px;
	margin: 0 auto;
	background:url(images/bg_logo.png) center no-repeat #000;
}

.logo {
	padding: 50px 0 0 0;
}

#foot {
	width: 100%;
	text-align:center;
	padding: 10px 0 0 0;
}


#enquiry {
	padding: 10px 0 15px 0;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 240px;
	background-color:#000;
}

#enquiry fieldset{
border:0 none;
margin:0;
padding:0 20px 0 20px;
}

#enquiry label {
display:block;
font-size:11px;
margin-top:5px;
text-transform:lowercase;
width:200px;
color: #fff;
}

#enquiry #sendBtn {
background-color:#000 !important;
border:1px solid #333;
margin-top:15px;
text-transform:lowercase;
width:150px;
color: #fff;
}



#enquiry input {
background-color:#000 !important;
color:#fff;
border:1px solid #333;
font-size:12px;
padding:2px;
width:200px;
}

#enquiry textarea {
background-color:#000 !important;
color:#fff;
border:1px solid #333;
font-size:12px;
height:100px;
padding:2px;
width:200px;
}

#menu {
	padding: 5px 0 10px 0px;
}

#menu_list li{
	display: inline;
	padding: 10px;
}


#thumb_sample {
	margin: 50px 0 0 250px;
}

#thumb_sample a{
	color: #fff;	
}

#thumb_sample a:hover{
	color: #c00;	
}



#kwicks_container { 
	
	background-color: #000;
	height: 100px;
}


#kwicks {
	
	position: relative;
}
 

#kwicks li{
	float: left;
	list-style: none;
}
 
#kwicks span{
	display:none;
}

#kwicks .kwick {
	
	display: block;
	
	width: 120px;
	
	height: 100px;
}
 

#kwicks .justt {
	background:url(images/justt.png) no-repeat;
}

#kwicks .realestate {
	background:url(images/sample1.png) no-repeat;
}

#kwicks .cardealer {
background:url(images/sample2.png) no-repeat;
}



h3 {
	color: #fff;
	margin: 0 auto;
	padding: 0 0 5px 0;
	float: right;
}

