@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/body-bk.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

html {
	height: 100%;
	background-image: url(../images/body-bk.gif);
	background-repeat:repeat-x;
	
}
#container {
	min-height: 100%; 
	margin-bottom: -100px;   
	position: relative;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#header {
	background-image:url(../images/header_bk.jpg);
	background-repeat:repeat-x;
	height: 217px;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}

#header img {
	padding: 0;
}
#header a img {
	border: none;
	text-decoration: none;
}
#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#header a:hover {
	text-decoration: none;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 130px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
#follow {
	margin: 0;
	padding: 0;
	padding-left: 45px;
	
	
	
}

#navi {
	background-color:#fff;
	width:700px;
	margin:0;
	padding: 10px 0 0 230px;
}

a {
	text-decoration: none;
	outline: none;
	border: none;
	
}

#navi2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	height:auto;
	background-repeat:no-repeat;
	border: none;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	color:#333;
	line-height: 20px;
	font-size: 12px;
	padding:0;
	padding-top: 25px;
	padding-left: 35px;
	text-decoration: none;
}
.onPage {
	color: #333;
	
}

ul.MenuVert {
	background-image:url(../images/clipbg-dark.gif);
	background-repeat: no-repeat;
	list-style-type:none;
	color: #333;
	letter-spacing: .70px;
	cursor:default;
	width:150px;
	padding: 50px 0 60px 15px;
	margin: 0;
}



#mainServices {
	margin: 40px 125px 175px 235px; 	padding: 0;
	color: #333;
	font-family:Arial, Helvetica,     sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	list-style-type:none;
} 

#mainServices li {
	line-height: 150%;
	list-style-type:none;
	text-decoration: none;
	
	padding-top: 10px;
	
}

#mainProject {
	margin: 40px 125px 40px 230px; 	padding: 0 10px 0 10px;
	color: #333;
	font-family:Arial, Helvetica,     sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	list-style-type:none;
} 


#mainContent {
	margin: 40px 250px 2px 23px; 
	padding: 0 0 90px 0; 
	color: #333;
	font-family:Arial, Helvetica,     sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
} 
#mainContent1 {
	margin: 40px 125px 0 230px; 
	padding: 0 10px 0 10px; 
	color: #333;
	font-family:Arial, Helvetica,     sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
	list-style-type:none;
} 
 

#mainSide {
	float:right;
	width: 125px;
	margin: 40px 50px 10px 5px; 
	padding:0; 
	color: #333;
	font-family:Arial, Helvetica,     sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
} 

#wrapper {
	margin: 40px 145px 0 23px; 
	padding: 0; 
	color: #333;
	font-family:Arial, Helvetica,sans-serif;
	font-size: 14px;
	letter-spacing: 1.2px;
} 


#form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin-top:0;
	padding-top:0;
	margin-left: 215px;
	padding-left: 15px;
	margin-right:80px;
	padding-bottom: 15px;
}

#form2 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
	
	
	
}

#footer {
	width:auto;
	background-color:#E8E8E8;
	background-repeat:repeat-y;
	height: 200px;   
	position: relative;
	clear: both;
	margin-top:0;
	padding: 0;
	padding-top: 10px;
	
	
} 
#footer p {
	margin: 0; 
	text-align: center;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 1.5px;
	
}
.fltrt { 
    letter-spacing:2px;
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
    height: 100px;   
	clear:both;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	
	line-height: 150%;
	color: #333;
	text-align: justify;
	letter-spacing: 1.5px;
	
	
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #04abf2;
	text-transform: uppercase;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
h1 {
	color:#333;
	letter-spacing:2px;
	margin-bottom:-10px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted;
	border-bottom-color:#333;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}
h2 {
	color: #333;
	letter-spacing: 2px;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
}
h3 {
	color: #333;
	letter-spacing: 2px;
	margin-left: 10px;
	text-transform:capitalise;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
}

h5 {
	color:#333;
	letter-spacing:2px;
	margin-bottom:0;
	margin-top:3px;
	padding-bottom:1px;
	border-bottom:1px dotted;
	border-bottom-color:#333;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
}

a:link {
color:#ff9900;
text-decoration:none;
outline: none;
border: none;
}

a:visited {
color:#ff9900;
text-decoration:none;
outline: none;
border: none;
}

a:active {
color:#ff9900;
text-decoration:none;
outline: none;
border: none;
}

a:hover {
	color:#333;
	text-decoration:none;
	outline: none;
	border: none;
}


input {
	margin-right: 0px;
	
	
}

.texta {
	margin-left: 90px;
	
	float: left;
	
	
}


.textb {
	margin-left: 15px;
	
}



#contact .question {
	color: #333;
	letter-spacing: 1.5px;
	margin-left: 30px; 
	
	
}
#contact .email {
	letter-spacing: 1.5px;
	margin-left: 13px;
	
	
}
#contact .comments {
	letter-spacing: 1.5px;
	margin-left: 30px;
	margin-top: 20px;
	display:block;
	text-align: right;
	width: 80px;
	
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align:center;
	padding-bottom: 30px;
}
#container #mainContent table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 5px;
	color: #333;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.bullets {
	color: #333;
	font-weight: 500;
	text-align: left;
	padding-left: 0px;

}
#container #mainContent ul li {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

#container #navi2 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	border-bottom: none;
}
.termsConditions {
	font-weight: bold;
}
table tr td table tr td p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}
#form form left table tr td h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:10px;
	margin-right: 160px;
}
.required {
	font-size: 10px;
	font-style: oblique;
	font-weight: bold;
	color: #ff9900;
}

input, textarea, select {
  background-color : #f1f2f4;
  color : #333;
}

#work {
	margin: 10px 90px 8px 30px;
	padding: 0 120px 0 10px;
	border-style:solid;
	border-width:thin;
	border-color:#DEDEDE;
	font-size: 10px;
	
	
}
#proj1 {
	float: left;
	padding: 5px;
	
}


#brief1 {
	float: right;
	margin-right: 10px;
	padding: 0;
}

#proj2 {
	float: left;
	padding-top: 40px;
	padding-left: 5px;
}


#brief2 {
	width: 200px;
	float: right;
	margin-right: 10px;
	margin-left: 120px;
	margin-bottom: auto;
	padding: 5px 0px 10px 5px ;
}

#proj3 {
	float: left;
	margin: 0;
	padding-top: 90px;
	padding-left: 5px;
	
}


#brief3 {
	width: 200px;
	float: right;
	margin-right: 50px;
	padding: 0 0px 10px 5px ;
	
}


.project {
	margin: 0px 5px 0 -8px;
	padding: 0 120px 0 0;
	font-size: 12px;
	
}




.project h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-indent: 20px;
	letter-spacing:1.25px
	font-weight: bold;
	color:#464646;
	text-decoration: none;
	margin-left: 160px;
	
	
}
.project p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	letter-spacing: 1.25px;
	line-height:15px;
	
}

	
#mainProject .project ul {
	list-style-position:inside;
	margin-left: 200px;
	line-height: 150%;
	list-style-type:none;
}
#project img {
	padding-right: 40px;
	padding-top: 10px;
}
#project a img {
	border: none;
	text-decoration: none;
}
#project a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#project a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#project a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#project a:hover {
	text-decoration: none;
}

#follow {
	margin-left: 750px;
	margin-top: -150px;
}

ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4E4E4E;
	list-style-type:none;
	font-size: 100%;
	cursor: default;
	width: auto;
	margin: auto;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	
}
