/** Global **/
html {
	background: #001b32;
	color: #9a9a9a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%; /* 12px */
}

body {
	background: url(../images/body-bg.png) no-repeat 0 120px;
	line-height: 1.5em;
	height:600px;
}

h2 {	
	font-size: 1.5em;
	margin: 1em 0;
	text-transform: uppercase;
}

h2 span {
	color: #fff;
}

h3 {
	color: #fff;
	font-size: 1.33em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

p {
	margin: 1em 0;
}

.wrap {
	margin: 0 auto;
	width: 850px;
}

.hr {
	background: url(../images/hr.png) no-repeat;
	height: 7px;
	margin: 3em 0;
}

/** Header **/
header {
	background: url(../images/header-bg.jpg) repeat-x;
	overflow: hidden;
	width: 100%;
}

header h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 50px;
	margin-top: 35px;
	text-indent: -9999em;
	width: 299px;
}

header ul {
	border-left: 1px solid #cecece;
	float: right;
	list-style: none;
}

header ul li {
	border-right: 1px solid #cecece;
	float: left;
}

header ul li a {
	color: #8d8d8d;
	display: block;
	line-height: 120px;
	padding: 0 25px;
	text-decoration: none;
	font-family: "Helvetica World", Helvetica, Arial, Tahoma;
	font-size: 13px;
/* 	font-weight: bold; */
}

header ul li a.active,
header ul li a:hover {
	background: url(../images/nav-arrow.png) no-repeat bottom center;
	color: #00284a;
}

/** Footer **/
footer {
	background: url(../images/footer-bg.png) no-repeat;
	clear: both;
	float: left;
	line-height: 45px;
	margin: 4em 0;
	padding: 0 20px 5px;
	width: 818px;
}

footer strong {
	color: #fff;
	font-weight: normal;
}

/*#content {
	display:none;
}*/

#loader {
	display:none;
	text-align:center;
}

/** Homepage Content **/
#welcome {
	min-height: 250px;
	padding-top: 60px;
}

#welcome .feature{
	float: right;
	position: relative;
	top: -30px;
}

#services {
	background: url(../images/aside-bg.png) no-repeat;
	float: left;
	height: 209px;
	margin-right: 45px;
	padding: 25px 15px 0;
	width: 251px;
}

#services ul {
/* 	list-style-image: url("../images/bullet.png"); */
	list-style-type: none;
	padding: 0px;
	margin: 5px 0 0 0;
}

#services ul li {
/* 	margin: 1em 1em; */
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-family: "Helvetica World", Helvetica, Arial, Tahoma;
	font-weight: normal;
	font-size: 14px;
}

/** Contact Page Content **/
#contact {
/* 	background: url(../images/contact.png) no-repeat 30px right; */
	padding: 30px 0 0 0;
}

#contact #contactImage {
      float: right;
}

#contact form {
	width: 450px;
	float: left;
}

#contact form label {
	display:block;
	width:auto;
	font-size: 11pt;
}

#contact form input:not(#submit), #contact form textarea {
	border: solid black 2px;
	background-color: white;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	font-family: Helvetica, Arial, Tahoma;
	font-size:10pt;
	padding:5px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact form input.error_field, #contact form textarea.error_field {
	background-color: #FF6060;
}

#contact form input {
	width: 300px;
}

#contact form textarea {
	width: 450px;
}

#contact form #submit {
	width: 100px;
	font-family: Helvetica, Arial, Tahoma;
	font-weight: bold;
	font-size: 12pt;
	padding: 7px 0 5px 0;
}

#contact form input:focus, #contact form textarea:focus {
	border: solid #D9D9D9 2px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#contact aside {
	border: solid black 1px;
	background-color: #FFF39F;
	width: 200px;
	padding: 3px 10px 0 10px;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	float: right;
	margin-top: 50px;
	margin-right: 40px;
	cursor: default;
}

#contact aside .heading {
	display:inline;
	font-size:13px;
	font-weight: bold;
	color: #5E5E5E;
}

#contact aside .line{
	border-bottom: solid black 1px;
}

#contact #error
{
	border: solid #9F0000 2px;
	background-color: #FF6060;
	color: white;
	font-weight: bold;
	font-size: 13pt;
	padding: 5px;
}

#contact #success
{
	border: solid #60FF48 2px;
	background-color: #CBFFC3;
	color: black;
	font-weight: bold;
	font-size: 13pt;
	padding: 5px;
}

#contact #error ul{
	margin-left: 20px;
}

#sending {
	color: white;
	font-size: 13pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	visibility: hidden;
	position: relative;
	top: -25px;
}

/** About Page content **/
#about{
	background: url(../images/tech-collage.png) no-repeat right 5px;
	padding-right: 310px;
	min-height: 315px;
}
#about p{
      font-family: "Helvetica LT Std", Arial;
      font-size: 11pt;
}

/** Portfolio page content **/
#textswap{
      background: url(../images/portfolio-textswap.png) no-repeat left 10px;
      padding: 30px 0 0 310px;
      min-height: 300px; 
}
#textswap p{
      font-family: "Helvetica LT Std", Arial;
      font-size: 11pt;
}

#textswap h3{
      border-bottom: solid #D9D9D9 1px;
      color: white;
      text-align: left;
      text-transform: none;
      font-family: "Helvetica Neue LT Com";
      font-weight: bold;
      font-size: 15pt;
}