body {
	background: transparent url('/images/bg_header.png') repeat-x 0 40px;
	font: 80% verdana, tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #095aa6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #095aa6;
	text-decoration: underline;
}
img {
  border:none;
}
h1 {
	color: #008d84;
	font: bold 200% verdana, tahoma, sans-serif;
	margin-top: 0;
	padding-top: 18px;
}
h2 {
  color:#01A1AF;
	border-bottom: 1px solid #01A1AF;
  font: bold 110% verdana, tahoma, sans-serif;
  padding: 2px 0 2px 2px;
  margin: 18px 0 12px 0;
  width: 100%;
}
h2.home {
  border-bottom:none;
}
h3 {
  color: #01A1AF;
  font: bold 110% verdana, tahoma, sans-serif;
}
ul {
	list-style-type: square;
}
/*** APPLICATION LAYOUT*/
#wrapper {
  background-image: url('/images/bg_body.png');
  background-repeat: no-repeat;
  background-position: 0 200px;
	margin: 0;
	text-align: center;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 140px;
	text-align: right;
}
#logo {
	float: left;
	display: inline;
	width: 300px;
	text-align: left;
  margin: 18px 0 0 0;
}
#logo img {
	border: none;
}
#nav {
	float: right;
  display: inline;
	font-weight: bold;
	width: 424px;
}
#nav .menu {
	margin: 0;
	padding: 10px 0 0 0;
}
#nav .menu li {
  float: left;
 	display: inline;
  margin: 0;
  padding: 0;
}

#nav .menu .home a { margin: 0 5px 0 0; background-image: url('/images/menu/logo.jpg'); }  
#nav .menu .portfolio a { margin: 0 5px 0 0; background-image: url('/images/menu/portfolio.jpg'); }
#nav .menu .about a { margin: 0 5px 0 0; background-image: url('/images/menu/stooges.jpg'); }
#nav .menu .contact a { background-image: url('/images/menu/spam.jpg'); }

#nav .menu a {
	display: block;
	padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  width: 100px;
  height: 100px;  
 	text-align: right;
  border: 1px solid #008D8E;
  background-position: bottom center;
  background-color: #fff;
  background-repeat: no-repeat;
  text-decoration:none;
}
#nav .menu a span {
  display: block;
  color: #fff;
	background-color: #095aa6;
	text-decoration: none;
	text-align: center;
	height: 25px;
	margin: -3px 0 0 0;
}
#nav .menu a:hover span,
#nav .menu a.active span {
	color: #fff;
	background-color: #008D8E;
  text-decoration: none;
}

#main {
	/*background-image: url('/images/bg_side.png');*/
	background-repeat: repeat-y;
  background-position: top right;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
#content {
  /*width: 540px;*/
}
#content h2.home {
  float:left; display:inline; clear:left;
}
#content h2.home, #content h1 {
  background-repeat:no-repeat;
  margin:0; padding:0;
  width: 258px;
  height: 38px;
}
#content h1 {
  margin-top:12px;
  margin-bottom:12px;
}
#content h2 span, #content h1 span {
  display:none;
}
#content h2#websites {
  background-image: url('/images/h2/creative_websites.gif');
}
#content h2#events {
  background-image: url('/images/h2/creative_events.gif');
}
#content h2#training {
  background-image: url('/images/h2/creative_training.gif');
}
#content h1.portfolio { background-image: url('/images/h1/portfolio.gif'); }
#content h1.about { background-image: url('/images/h1/about.gif'); }
#content h1.contact { background-image: url('/images/h1/contact.gif'); }
#content h1.events { background-image: url('/images/h1/events.gif'); }
#content h1.training { background-image: url('/images/h1/training.gif'); }
#content .info {
  margin-left: 270px;
  padding-top:3px;
  height: 170px;
}
#content p,
#content ul,
#content ol {
	margin-right: 12px;
	margin-left: 22px;
}
#casestudy {
	float: right;
	display: inline;

	margin-top:-1px;
	width: 320px;
	height: 550px;
	overflow: auto;
}
#casestudy p, #casestudy h2 {
	margin-left: 12px;
}
#casestudy img {
	border: 1px solid #0959a5;
}
#casestudy .label {
	color: #999;
	font-weight: bold;
}
#footer {
	clear: both;
	background: transparent url(../../images/bg_footer.png) repeat-x;
	color: #666;
	font-weight: bold;
	padding-top: 18px;
	margin-top:-2px;
}
#footer p {
	text-align: center;
}
/*** CONTACT PAGE*/
#contact ul li {
	margin-bottom: 18px;
}
.sample {
	clear: left;
	border-top: 2px dotted #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sample img {
	float: left;
	display: inline;
	border: none;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.web img {
	border: 1px solid #999;
}
.sample p.title {
	margin-bottom: 5px;
}
.sample p.description {
	font-size: 95%;
	margin-top: 5px;
}
.sample p.tools {
	margin-top: 90px;
}
.sample .tools span {
	color: #999;
	font-weight: bold;
}
.sample .title span {
	color: #333;
	font-weight: bold;
}
.sample p.design {
	margin-top: 10px;
}

form p {
  clear: left;
}

label {
  float: left;
  display: inline;
  padding-right: 6px;
  text-align: right;
  width: 165px;
}

.checkboxes label {
  width: 465px;
  text-align: left;
  float: right;
}

.section2 label {
  width: 320px;
}
.section2 p {
  margin-bottom: 12px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 18px;
}

.submit {
  color: #fff;
  background-color: #0F5EA8;
  font-weight: bold;
}