
/*
 * Base
 */
* {
	margin:0;
	padding:0;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font: 12px/18px "Lucida Grande","Lucida","Verdana",sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	color: #000;
	width: 100%;
}

/*
 * Utility classes
 */
.hide, hr { display: none; }
.clear { clear: both; height: 0px; display: block; visibility: hidden;}
.left { float: left; }
.right { float: right; }
.gray { color: gray; }

/*
 * Links
 */
a {
	color: navy;
	text-decoration: none;
}


/*
 * Elements
 */
ul { list-style: none; }
input, textarea {
	color: Black;
	font-family: sans-serif;
	font-size: 100%;
}
input.invalid,
textarea.invalid {
	background-color: #FCC;
}
address {
	font-weight: normal;
	font-style: normal;
}

/*
 * Headings
 */
h2 { font-size: 18px; }

/*
 * Layout
 */
#container {
	width: 100%;
	background:	#fff url('../images/main-bg.jpg') repeat-x;
}
.content {
	margin: 0 auto 0 auto;
	width: 900px;
}

#header { height: 77px; }
#featured { height: 400px; }
#body {  }
#footer {
	clear: both;
	background: #f3f3f3 url('../images/footer-bg.jpg') no-repeat 50% top;
}

/*
 * Header
 */
#logo {
	float: left;
	display: block;
	width: 244px;
	height: 77px;
	line-height: 77px;
	background: url('../images/logo.png');
	text-indent: -5000px;
}
#menu { float: right; }
#menu li {
	float: left;
	height: 77px;
}
#menu li a {
	margin: 0 0 0 40px;
	line-height: 77px;
	color: #666;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
#menu li a:hover {
	text-decoration: underline;
}

/*
 * Featured
 */
#statement {
	float: left;
	width: 422px;
	padding-top: 50px;
	color: #fff;
}
#statement h2 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
}
#statement p {
	font: 16px/26px "Lucida Grande";
}
#statement p strong {
	white-space: nowrap;
}
#featured-project {
	position: relative;
	float: right;
	background: url('../images/macbook.jpg');
	width: 478px;
	height: 350px;
}
#project-screen {
	position: absolute;
	overflow: hidden;
	top: 70px;
	left: 78px;
	width: 321px;
	height: 200px;
}

/*
 * Body
 */
#body { margin-bottom: 50px; }
#body .main {
	float: left;
	width: 600px;
}
#body p { margin-bottom: 1em; }
#body h3 { margin-bottom: 1em; }
#news {
	float: right;
	width: 180px;
	padding: 20px;
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#news h2 {
	display: block;
	padding-left: 40px;
	margin-bottom: 20px;
	height: 32px;
	line-height: 32px;
	background: url('../images/site.png') 0 -96px no-repeat;
	color: #666;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
#news .date {
	margin-bottom: .5em;
	font-weight: bold;
}
#body p#first {
  padding: 20px 0;
}
#body a.presentation {
  display: block;
  width: 320px;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  font-size: 20px;
  background: url('/images/Download.png') 0 0 no-repeat;
}

/*
 * Footer
 */
#footer .content {
	padding: 40px;
	padding-bottom: 40px;
	color: #666;
}
#footer h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
#client-login {
	float: left;
	width: 240px;
}
#client-login h2 {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 36px;
	background: url('../images/site.png') 0 -64px no-repeat;
}
#client-login .form-field,
#client-login .form-control {
	padding: 3px 0 3px 0;
}
#client-login .form-control { text-align: right; }
#client-login .form-field input {
	width: 232px;
	padding: 2px 4px 2px 4px;
	font-size: 14px;
	border-color:#8e8e8e #e1e1e1 #e1e1e1 #8e8e8e;
	border-style:solid;
	border-width:1px;
}

#contact-us { float: right; }
#contact-us .phone,
#contact-us .email,
#contact-us .twitter {
	display: block;
	height: 32px;
	margin: 0 0 8px 0;
	line-height: 32px;
	padding-left: 40px;
	font-size: 18px;
}
#contact-us .phone { background: url('../images/site.png') 0 0 no-repeat; }
#contact-us .email { background: url('../images/site.png') 0 -32px no-repeat; }
#contact-us .twitter { background: url('../images/Twitter.png') 0 0 no-repeat; }


#copyright {
	margin-top: 20px;
	float: left;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
#links {
	width: 100%;
	margin: 5px 0;
	float: right;
	text-align: center;
}
#links li {
	display: inline;
	margin-right: 10px;
}


/*
 * Contact page
 */

body.contact #body .main { width: 400px; }
body.contact .main h2,
body.contact .main h3,
body.contact .main ul,
body.contact .main address {
	margin-bottom: 1em;
}
body.contact .main h2 {
	display: block;
	padding-left: 36px;
	height: 32px;
	line-height: 32px;
	background: url('../images/site.png') 0 -128px no-repeat;
	text-transform: uppercase;
	color: #666;
}
body.contact .main h3 { color: #666; }

body.contact #form {
	float: right;
	width: 300px;
	padding: 20px;
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}
body.contact #form h2 {
	margin-bottom: 1em;
	display: block;
	padding-left: 40px;
	height: 32px;
	line-height: 32px;
	background: url('../images/site.png') 0 -160px no-repeat;
	text-transform: uppercase;
	color: #666;
}
body.contact #form .form-field {
	padding: 5px 0 5px 0;
}
body.contact #form label {
	display: block;
	float: left;
	width: 90px;
	font-size: 12px;
	font-weight: bold;
}
body.contact #form .form-field input {
	width: 200px;
	padding: 2px 4px 2px 4px;
	font-size: 14px;
	border-color:#8e8e8e #e1e1e1 #e1e1e1 #8e8e8e;
	border-style:solid;
	border-width:1px;
}
body.contact #form .form-field textarea {
	width: 290px;
	height: 200px;
	padding: 2px 4px 2px 4px;
	font-size: 14px;
	border-color:#8e8e8e #e1e1e1 #e1e1e1 #8e8e8e;
	border-style:solid;
	border-width:1px;
}
body.contact #form .form-control { text-align: right; }

body.careers h2 {
  padding: 18px 0 12px;
}

body.careers .position h2 {
  padding: 18px 0 12px;
  font-size: 16px;
}

body.careers .position h3 {
  padding: 3px 0 0;
  font-size: 12px;
  font-weight: bold;
}
body.careers .position ul {
  padding: 6px 0 12px 21px;
}

body.careers hr {
  display: block;
}