html {
  background: #000;
}

body {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background: #fff url(../img/bgpg.png) repeat-x;
	margin: 0;
}

#doc {
  width: 930px;
  padding: 0 10px;
  margin: 0 auto;
  /* Grid */
/*  background: url(../img/grid.png) repeat top left;*/
}

/* Header */
#hd {
  height: 100px;
}

#hd .logo {
	float: left;
	margin-top: 59px;
}

#hd .nav ul {
	float: right;
}

#hd .nav ul li {
	float: left;
	height: 25px;
	padding: 75px 10px 0;
	
	font-weight: bold;
	text-transform: uppercase;
}

#hd .nav ul li.selected {
  background: #000;
  border-bottom: 3px solid #ccc;
}

#hd .nav ul li.selected a {
  color: #fff;
}

#hd .nav a {
  color: #000;
  text-decoration: none;
}

#hd .nav a:hover {
  color: #aaa;
}

/* Body */
#bd {
  padding: 63px 45px 80px 90px;
}

#bd blockquote {
  font-size: 16px;
  margin-bottom: 2em;
}

#bd blockquote p {
  margin-bottom: 1em;
}

#bd .content {
  padding-left: 90px;
}

/*Footer*/
#ft {		
	color: #fff;
	border-top: 5px solid #ccc;
	background: #000;
	font-size: 12px;
}

#ft a {
	color: #fff;
}

#ft .frame {
	width: 930px;
	margin: 0 auto;
	padding: 30px 10px 0;
}

#ft .contact {
	float: left;
}

#ft .contact strong {
  font-weight: bold;
  font-size: 14px;
}

#ft .contact em {
  color: #00adff;
  font-style: normal;
  font-weight: bold;
}

#ft .contact em.ysm {
  line-height: 16px;
  vertical-align: top;
}

#ft .contact .copyright {
	margin-top: 20px;
	font-size: 11px;
	color: #ccc;
}

#ft .nav {
	float: right;
	text-align: right;
	text-transform: uppercase;
}

#ft .nav ul li {
	font-weight: bold;
	line-height: 1.5;
}

/* Common */
a {
  color: #00a6e5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 1em;
}

h1, h2, h3 {
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 18px;
	margin-bottom: 0.75em;
}

h3 {
	padding: 50px 0 0 180px;
	font-size: 16px;
}

.hide {
  display: none;
}

/* Homepage */
#home body {
	background: #fff url(../img/bgidx.png) repeat-x;
}

#home #bd {
  height: 390px;
  background: url(../img/home.png) no-repeat 90px 148px;
}

#home .twitter_box {
  position: relative;
  top: 164px;
  left: 495px;
  width: 298px;
}

#home #twitter_content {
  padding: 10px;
  height: 50px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  line-height: 1.3;
}

#home #twitter_content em {
  display: block;
  position: absolute;
  top: 50px;
  right: 10px;
  color: #ccc;
  font-size: 10px;
  font-style: normal;
}

#home #twitter_content a {
  font-style: italic;
  font-size: 11px;
}

#home .twitter_box a.follow {
  float: right;
  display: block;
  width: 124px;
  height: 11px;
  line-height: 11px;
  margin: 5px 0 0 0;
  
  background: url(../img/follow.png) no-repeat 0 0;
  text-indent: -200em;
  outline: none;
}

#home .twitter_box a.follow:hover {
  background-position: 0 -11px;
}

/*
#home {
  background: #fff;
}

#home #ft {
  background: none;
  border: 0;
  text-align: right;
  width: 930px;
  margin: 0 auto;
  font-size: 12px;
}

#home #ft .copyright {
  color: #000;
}*/

/* About Us */
.profile {
	margin-bottom: 3.5em;
}

.profile img {
  float: left;
	margin: 4px 15px 0 0;
}

.profile .bd {
  float: left;
  width: 345px;
}

.profile p {
	text-align: justify;
	margin-bottom: 1em;
}

.profile table {
  margin-top: 4px;
  width: 100%;
}

.profile th {
  border-bottom: 3px solid #000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.profile td {
  padding: 6px 0 4px 0;
  border-bottom: 1px solid #000;
}

.profile td.label {
	font-weight: bold;
} 

.profile td a.twitter {
	padding: 4px 0 0 23px;
	background: url(../img/icontc.png) no-repeat 0 0;
}

/*.service */
.service {
  width: 570px;
  margin-top: 3em;
}

.service li {
  display: block;
  margin-bottom: 3.5em;
}

.service div {
	width: 375px;
	padding-left: 75px;
}

.service .serv1 div {
  background: url(../img/iconservice.png) no-repeat -15px -24px;
  _background: url(../img/iconservice-ie.png) no-repeat -15px -24px;
}

.service .serv2 div {
  background: url(../img/iconservice.png) no-repeat -490px -24px;
  _background: url(../img/iconservice-ie.png) no-repeat -490px -24px;
}

.service .serv3 div {
  background: url(../img/iconservice.png) no-repeat -1063px -24px;
  _background: url(../img/iconservice-ie.png) no-repeat -1063px -24px;
}

.service .serv1 {
	background: url(../img/iconservice.png) no-repeat -1200px 15px;
	_background: url(../img/iconservice-ie.png) no-repeat -1200px 15px;
}

.service .serv2 {
	background: url(../img/iconservice.png) no-repeat -1805px 15px;
	_background: url(../img/iconservice-ie.png) no-repeat -1805px 15px;
}

.service .serv3 {
	background: url(../img/iconservice.png) no-repeat -2395px 15px;
	_background: url(../img/iconservice-ie.png) no-repeat -2395px 15px;
}

/* Our Work */
.portfolio {
	margin-top: 30px;
}

.portfolio .location {
	font-size: 13px;
	color: #aaa;
}

.portfolio .image {
  margin-bottom: 1.5em;
}

.portfolio .image img {
  border: 1px solid #eee;
}

.portfolio .info .desc {
	float: left;
	width: 390px;
	margin-right: 15px;
}

.portfolio .info .highlights {
	float: left;
	width: 255px;
}

.portfolio .highlights ul {
  margin-bottom: 5px;
}

.portfolio .highlights li {
	background: url(../img/icontc.png) no-repeat 13px -45px;
	padding-left: 45px;
	height: 25px;
  font-weight: bold;
}

.portfolio .highlights .visit {
	padding-left: 45px;
}

/* Contact Us */
.contact_info {
  padding-bottom: 15px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 1em;
}

.contact_info .contact_details {
  float: left;
  width: 300px;
  margin-right: 15px;
}

.contact_info #map_canvas {
  float: left;
  width: 388px;
  height: 200px;
  border: 1px solid #ddd;
}

.contact_details a.contact {
	float: left;
	display: block;
	width : 60px;
	height: 25px;
	padding: 50px 0 0 15px;
	background: url(../img/iconsc.png) no-repeat -14px -80px;
	margin: 5px 15px 0 0;
	text-indent: -10px;
	text-align: center;
}

.contact_details .details {
  float: left;
}

.contact_details .details a.ysm img {
  padding-top: 5px;
}

.contact_details .name {
  font-size: 16px;
  font-weight: bold;
}

.contact_form p {
  margin: 0 0 1.5em 90px;
}

.contact_form dt {
  padding: 5px 0 0 0;
  width: 75px;
  clear: both;
  float: left;
  text-align: right;
  font-weight: bold;
}

.contact_form dd {
  float: left;
  width: 500px;
}

.contact_form input {
  width: 255px;
  height: 26px;
  border: 1px solid #d6d6d6;
  margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	line-height: 26px;
  background: url(../img/bgfrm.png) no-repeat 0 0;
}

.contact_form textarea {
  border: 1px solid #d6d6d6;
  margin: 0 0 15px 0;
  width: 435px;
  height: 140px;
	padding: 8px 0 0 10px;
	background: url(../img/bgfrm.png) no-repeat 0 -50px;
}

.contact_form td.right {
  text-align: right/top;
}

.contact_form .send {
  margin-left: 90px;
  border: none;
  width: 99px;
  height: 37px;
  background: url(../img/iconsc.png) no-repeat 0 0;
}

/* Clear Floats */
#ft .frame, .profile, .portfolio .info, 
  .contact_info, .contact_form,
  .contact_form dl {
  zoom: 1;
}

#ft .frame:after, .profile:after, .portfolio .info:after,
  .contact_info:after, .contact_form:after,
  .contact_form dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
