* {
	margin:0;
	padding:0;
} 

img {
	border:0;
}

.clear {
	clear:both;
}

body {
	background:#f9f9f9;
	color:#333;
  font-family:GillSans,Calibri,Trebuchet,sans-serif;
	font-size:0.8em; 
}

/* Typography */

a:link, a:visited, a:active {
	text-decoration:none;
	color:#333;
}

a:hover {
	color:#206ba0;
}

h1, h2, h3 {
	color:#206ba0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.4em; 
	margin-bottom:15px;
	}

ul {
	list-style-type:none;
}

p {
	margin:10px;
}

.toppadding {
	padding-top:10px;
	}

ul.listybits{
	list-style-type:none;
}

.listybits li { 
	padding:5px 5px 0 15px;
	height:25px;
}

ul.contactlist{
	list-style-type:none;
}

.contactlist li { 
  margin:20px 0 0 20px;
	width:250px;
	line-height:25px;
	color:#333;
}

/* ID's */

#container {
	width:100%;
	border-top:1px solid #dadada;
  border-bottom:1px solid #dadada;
  padding:40px 0 40px;
}

#title {
  height:100px;
  border-bottom:#fff;
}

#titleinside {
	width:960px;
	margin:0px auto;
}

.titlepadding {
	padding-top:50px;
	padding-left:10px;
}

#content {
	width:960px;
	margin:0px auto;
}

#left {
	width:300px;
	float:left;
}

#right {
	float:right;
	width:630px;
	padding:5px;
}

#header {
	width:960px;
	position:relative;
	margin:0 auto;
	height:80px;
	color:#fff;
}

#headercontainer {
	width:100%;
	height:85px;
	background:#1b1b1b url('images/headerback.jpg') repeat-x; 
}

#header h1 {
	display:none;
}

#services {
	width:680px;
	float:left;
	line-height:25px;
}

#services h2 {
  padding-left:10px;
}

.boxtitle {
  padding:10px 0 10px 10px;
  font-size:1.6em;
  border-bottom:1px solid #dadada;
   margin-bottom:20px;  
}

.servicestitle {
  padding:10px 0 10px 10px;
  margin-bottom:20px;
  font-size:1.6em;
  border-bottom:1px solid #dadada;   
}

.contacttitle {
  padding:10px 0 10px 10px;
  margin-bottom:20px;
  font-size:1.6em;
  border-bottom:1px solid #dadada;   
}

.boxybit {
  border-top:1px solid #fff;
}

#recentwork li {
  float:left;
  margin:5px;
}

#recentwork img {
  border:1px solid #dadada; 
  padding:10px; 
}

#updates {
	width:240px;
	height:450px;
	float:left;
  border-left:1px solid #dadada; 
}

/* Header Code */



#headermast {
	width:100%;
	height:275px;
	background:#206ba0;
}

#headermastcontent {
	width:960px;
	margin:0 auto;
	height:275px;
	position:relative;
}

.intro {
	width:430px;
	float:left;
	margin:0 auto;
	padding-top:70px;
	color:#fff;
}

/* Menu */

#menu {
	font-size:1.2em;
	float:right;
}

#menu li {
	float:left;
	background:url('images/line.jpg') no-repeat right top;
}

#menu img {
  float:left;
  }

#menu li:hover {
  background:#333;
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#fff;
	padding:30px 25px;
	line-height:85px;
}

#menu a:hover {
	color:#d3d9e0;
}

/* Banner Websites */

.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}

#myGallery {
	width: 100%;
	height: 300px;
}
#myGallery img {
	border: 2px solid #52697E;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

/* Portfolio */ 

.boxgrid {
	width: 300px;
	height: 260px;
	margin:5px;
	float:left;
	border:solid 1px #dadada;
	overflow: hidden;
	position: relative;
}

.boxgrid a {
	color:#fff;
}

.boxgrid a:hover {
	color:#206ba0;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
				
.boxcaption{ 
	position: absolute;
	background: #000; 
	padding:20px;
	height: 50px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 260px;   
	left: 0px;   
}   

.caption .boxcaption { 
	top: 260px;   
	left: 0px;   
}  

/* Footer */

#footer {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:30px 0 30px 0;
	line-height:32px;
	display:block;
}

#footercontainer {
	width:100%;
	background:#ededed; 
	clear:both;
	color:#333;
	border-top:1px solid #fff;
}

#footercontainer a {
	color:#206ca0;
}

/* tables */

table{
  margin:20px auto;
  width:100%;
}

table th{
  text-align: left;
  padding:10px 6px;
  background:#fff;
}

	

table th {
  background: #206ba0;
  color: #fff;
  font-weight: 300;
}

table td{
  padding:10px 6px;
}

table tr.odd td{
  background: #ccc;
}


/* Contact Form */

#contactcontainer {
	width:960px;
}

#contact {
	padding-top:30px;
	border-right:1px solid #dadada; 
	float:left;
	width:550px;
	height:500px;
	text-indent:20px;
	display:block;
}

#reasons {
	padding-top:30px;
	border-left:1px solid #fff; 
	float:left;
	width:300px;
	height:500px;
	display:block;
}

/* Contact Form Code */

fieldset {
	border:none;
}

legend {
	display:none;
}

.form p {
width: 340px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 180px; /*width of left column containing the label elements*/
height: 1%;
}

.form label{
float: left;
margin-left: -180px; /*width of left column*/
padding-top:5px;
width: 155px;
text-align:right; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	border:1px solid #dadada;
	background:#fff;
	padding:5px 0;
	color:#000;
	font-size:1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form textarea{
	width: 250px;
	height: 200px;
	overflow:hidden;
	border:1px solid #dadada;
	background:#fff;
	color:#000;
	font-size:1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form textarea:hover,.form input:hover {
	cursor:text;
}

* html .threepxfix {
margin-left: 3px;
}

.submitbutton {
	width:250px;
	padding:17px 0px;
	display:block;
	background:#fff;
	margin:30px 20px;
	border:1px solid #dadada;
	color :#333;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

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

/* Slider Stuff */


#slidercontainer {
	position:absolute;
	right:0px;
	top:0px;
	margin:0;
	width:600px;
}

#slider {
	width:600px;
	}

#slider {
	position:relative;
	width:800px;
	height:400px;
	}	