* {
	margin:0;
	padding:0;
}

html {overflow-y: scroll;}

 
body { 
		color:#ccc;
		background:#eee;
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
		width:6000px;
		font-weight:100;
		line-height:20px;
}
                       
/* Typography */

.clear {
	clear:both;
}

#arrows {
	display:none;
}

img {
	border:none;
}

p {
  margin:20px 0;
}

a {
	color:#666;
	text-decoration:none;
}

h1 {
	font-size:1.5em;
	font-weight:100;
	text-decoration:none;
	display:block;
	margin:20px 0 0 0;
}

h1 a {
  color:#fff;
}

.logo {
  float:left;
  font-size:2.2em;
  padding:15px;
  display:block;
  line-height:50px;
}

.logo a {
  color:#fff;
}

h2 {	
	padding:0px 10px 15px 20px;
	color:#333;
	font-size:1.5em;
	font-weight:100;
	text-decoration:none;
}


h3 {
	padding:10px;
	color:#ccc;
	font-weight:100;
	font-size:1.2em;
}

.bottomright {
	font-family: arial, sans-serif;
	display:block;
	font-size:1.2em;
	text-align:center;
	padding:5px 15px;
	border:1px solid #000;
	position:absolute;
	bottom:0;
	right:0;
}

#menu {
	float:right;
	width:800px;
}

#menu ul {
  list-style-type:none;
	float:left;
}
	
#menu li {
	font-size:1.2em;
	float:left;
	display:block;
}

#menu a {
  padding:30px 15px;
	display:block;
}

#menu  a:hover {
	color:#fff;
	background:#444;
}


#services {
	margin-left:15px;
	float:left;
	margin-bottom:10px;
}

#services li {
	list-style-type:square;
	width:190px;
	float:left;
	font-size:0.8em;
	background:#fff;
	padding:3px;
	margin:3px;
	display:block;
}


/* Main Containers */

#floatcontainer {
	padding:100px 0;
	display:block;
	height:500px;
	overflow:visible;
}

#servicescontainer {
	width:450px;
	height:500px;
	float:left;
	position:relative;
}


#details {
	position:fixed;
	width:100%;
	background:#333;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

#servicescontainer {
	color:#fff;
	padding:20px;
}
		
#servicescontainer a {
  color:#eee;
}

.box {
	height:500px;
	padding:5px;
	background:#fff;
	position:relative;
	border:1px solid #ddd;
	margin:0 0 0 10px;
}
	
.bigbox {
  margin:0px;
	height:550px;
	position:relative;
	overflow:visible;
	float:left;
}

.shadow {
  position:absolute;
  bottom:10px;
  left:-10px;
  z-index:-1;
}

/* Social Networking */

.contactlist {
  margin-left:-10px;  
}

.contactlist li {
  float:left;
  padding:10px;
  list-style-type:none;
}

.contactlist a {
  color:#fff;
}

/* Sliding Panel */

#panel {
	background: #222;
	height: 300px;
	display: none;
}

.btn-slide {
	color: #fff;
	text-decoration: none;
}

/* Top Boxes */

.topbox {
  width:300px;
  height:300px;
  padding:0 20px;
  float:left;  
}

.contact {
  height:300px;
  padding:0 20px;
  width:900px;
  float:left; 
  background:#444; 
}

.one {
  background:#666;
  padding-top:20px;
}

.two {
  background:#666;
  padding-top:60px;
}

.three {
  background:#555;
  padding:20px;
  position:relative;
}



/* Contact Form Code */

.form {
  position:relative;
  width:300px;
  margin-left:200px;
}

.message {
  position:relative;
  width:300px;
  margin-left:200px;
}

.enquiry {
  position:absolute;
  top:-5px;
  left:300px;
}

.submitbutton {
  position:absolute;
  top:134px;
  left:300px;
}

fieldset { border:none; }
legend { display:none; }

label {
  display:block;
  padding:5px 0;
}

input, textarea {
  background:#ccc;
  border:0;
  padding:5px;
  display:block;
  margin-bottom:8px;
  width:190px
}

.submitbutton {
  width:200px;
  height:30px;
  margin-top:16px;
}

.submitbutton:hover {
  cursor:pointer;
  cursor:hand;
}
