/* TODO Convert all to ems for accessibility */

body, p, a, h1, h2, h3, h4, h5, ul, li, th, td {
	font-family: "Lucida Grande", Trebuchet, Helvetica, Arial, Verdana, sans-serif;
}

body {
	font-size: 11px;
	color: #6EC2BE;
	margin: 0;
	padding-left: 60px;
/*  background: #FFF url('../images/background.gif') repeat-y;*/
}

a {
	color: #6EC3BE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active, img:active, img {
  outline: none;
}

.graphic {
	display: none;
}

.enlarge { 
  color: #CCC;
  position: absolute;
}

#header {
	margin: 90px 0 12px 0;
	width: 311px;
	height: 75px;
	background: url('../images/squid_logo.gif') no-repeat;
}

#navigation ul {
	margin: 0;
	padding: 0;
	width: 688px;
	height: 20px;
	border-bottom: 1px solid #D9E2E2;
}

#navigation ul li {
	list-style-type: none;
	float: left;
	padding: 3px 0 1px 0;
	margin: 0;
	width: 80px;
}

#navigation ul li a {
	color: #FFF;
	padding: 1px 6px;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

#navigation ul li a#home { background: #FEF700; color: #957F45;}
#navigation ul li a#home:hover { background: #EEE; color: #957F45;}

#navigation ul li a#work { background: #38C5C0; }
#navigation ul li a#work:hover { background: #EEE; color: #957F45;}

#navigation ul li a#contact { background: #957F45; }
#navigation ul li a#contact:hover { background: #EEE; color: #957F45;}

#navigation ul li a#blog { background: #FF6300; }
#navigation ul li a#blog:hover { background: #EEE; color: #957F45;}

#navigation #contact-link {
	position: absolute;
	left: 680px;
	top: 168px;
}

#content {
	padding: 16px 0 0 0;
/*  width: 688px;*/
}

body>#content {
  width: 688px;
}

#content #about-us {
	width: 480px;
}

#content #about-us p {
	color: #AFAFAF;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}

#content #about-us p a {
	color: #AFAFAF;
}

#content #about-us p a:hover {
	text-decoration: none;
	color: #6EC3BE;
}

#content #divider {
	width: 472px;
	height: 12px;
	margin-bottom: 12px;
	background: url('../images/divider.gif') repeat-x;
}

#content #services-offered ul {
  margin: 0;
  padding: 0;
  list-style-image: url('../images/bullet.png');
  list-style-position: inside;
  color: #FF9148;
  font-size: 11px;
  line-height: 1.8em;
}

#content #services-offered li {
  margin: 0;
  padding: 0;
}

#content #services_nav {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

#content #services_nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

#content #services_nav li h3 {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 6px;
  margin-top: 0px;
}

#content #services_nav li h3 a {
  text-decoration: none;
}

#content #services_nav li h3 a:hover {
  color: #957F45;
}

#content #services_nav li ul a {
  text-decoration: none;
  color: #ccc;
  padding-left: 18px;
  font-size: 9.5px;
  line-height: 16px;
}

#content #services_nav li ul a:hover, #content #services_nav li ul a.active {
  color: #FF6300;
  background: url('../images/bullet.png') no-repeat 0 5px;
  padding-left: 18px;
}


#content #img_container {
  position: relative;
  text-align: center;
  margin-left: 130px;
}

#content #img_container.website {
  margin-top: 20px;
  margin-left: 160px;
}

#content #img_container.pattern {
  margin-top: 0;
  margin-left: 155px;
}

#content #img_container.info {
  margin-top: 10px;
  margin-left: 147px;
}

#content #img_container.info td {
  vertical-align: top;
  text-align: left;
  color: #AFAFAF;
}

#content #img_container table {
  position: absolute;
/*  width: 100%;*/
}

#content #img_container>table {
  width: 100%;
}

#content #img_container table td {
  height: 250px;
  vertical-align: middle;
}

.collection_image {
  background: #EEE;
  margin: 0 20px 20px 0;
	width: 84px;
	height: 90px;
	border: 1px solid #D9E2E2;
}

#lightbox-image-details-caption {
  font-family: "Lucida Grande", Trebuchet, Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
}

form * {
	display: block;
}

form #inputs {
	float: left;
	margin-right: 20px;
}

form input {
	margin: 0 0 10px 0;
	color: #666;
}

form #text {
	margin: 0 0 10px 190px;
}
