/*-----------------------------------------------------------------------------
Primary Style Sheet

version:   1.0
author:    Peter Ong
email:     peter@designbyinstinct.com
website:   http://www.designbyinstinct.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
	}

/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background: #2d2b2c url(media/bg.jpg) repeat-y center;
}

/* =Layout
-----------------------------------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
	width: 615px;
	text-align: center;
	margin-top: 30px;
}

a {
	text-decoration: none;
}

a:link {
	color: #f47a2a;
	font-weight: bold;
}

#header {
}

#mastimage {
	width: 610px;
	float: left;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: -10px;
	background-color: black;
	margin-left: 2px;
}

#primaryContent {
	width: 300px;
	text-align: justify;
	padding-left: 50px;
	float: left;
}

#primaryContent a img {
	margin-right: 4px;
}

#secondaryContent {
float: right;
width: 180px;
text-align: left;
	padding-right: 50px;
}

#footer {
	clear: both;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/

ul {
	margin-left: 16px;
}

ul li {
	
}

/* @group =navigation */

ul#nav {
	position: relative;
	padding: 0 0 0 0;
	height: 29px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: left;
	margin-left: 2px;
}

ul#nav li {
	margin: 0; 
	padding: 0;
 list-style: none;
	display: inline;
	}

ul#nav a {
	float: left;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:29px; /* for IE5/Win only */
	}
	
ul#nav a:hover {
	background-position: 0 -29px;
	}

ul#nav a:active, ul#nav a.selected {
	background-position: 0 -58px;
	}

#taboutus a  {
	width: 152px;
	background: #000 url(media/b_aboutus.gif) no-repeat left top; }

#tportfolio a  {
	width: 145px;
	background: #000 url(media/b_portfolio.gif) no-repeat left top; }

#tcontactus a  {
	width: 156px;
	background: #000 url(media/b_contact.gif) no-repeat left top; }

#tservices a  {
	width: 157px;
	background: #000 url(media/b_ourservices.gif) no-repeat left top; }

/* @end */

/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

.label {
	float: left;
	width: 55px;
}

#ajaxcontentarea {
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

input {
	margin-bottom: 2px;
	margin-top: 2px;
}

fieldset {
	border-style: none;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/