* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

html, body  {
	background: url('images/bg.gif') repeat-x top left;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearall {
	clear: both;
}

.center {
	text-align: center;
}

#container {
	width: 905px;
	margin: 0 auto;
}

#header-top .left {
	margin-top:10px;
}

#header-top .right {
	color: #cccccc;
	font-size: 14px;
	margin-top:90px;
}

#header-top .right a {
	color: #cccccc;
	text-decoration:none;
}

#header-top .right a:hover {
	color:#ffffff;
}

#header-menu {
	background: url('images/bg-header-menu.png') repeat-x top right;
	height: 36px;
	line-height: 36px;
	font-family: 'Myriad Pro Condensed', Verdana, Arial, sans-serif;
	font-size:16px;
	border: 1px solid #8f8d8d;
	border-bottom: 0;
}

#header-menu #menu {
	float: left;
	margin-left: 0px;
	list-style: none;
}

#header-menu #menu li {
	float: left;
}

#header-menu #menu a {
	border-right: 1px solid #c5c5c5;
	display: block;
	float: left;
	padding: 0px 38px;
	color: #676767;
	
	text-decoration:none;
	
}

#header-menu #menu .last a {
	background: none;
	border: 0;
}

#header-menu #menu a:hover {
   color: #434343;
}

#content {
	border: 1px solid #8a8888;
	background: #fff;
}

#footer {
	text-align: center;
	font-size: 11px;
	padding: 20px;
}


#home {
	padding-top:40px;
	text-align: center;
}

#home p {
	width: 750px;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px solid #9a9771;
	text-align:left;
	font-size: 18px;
	color: #3b3a3a;
}

h1 {
	font-size:20px;
	border-bottom: 1px solid #9a9771;
	margin-bottom:20px;
}

#heading-domain-assets {
	color: #d43700;
	border-bottom: 1px solid #d43700;
}

#heading-healthcare-marketing {
	color: #3e7700;
	border-bottom: 1px solid #3e7700;
}

#heading-publisher-development {
	color: #0d64a4;
	border-bottom: 1px solid #0d64a4;
}

#interior {
	padding: 30px;
}

#interior p {
	margin-bottom: 20px;
}

#interior ul {
	margin-left:40px;
}

#interior li {
	margin-bottom: 20px;
}

input {
	padding: 5px;
}

textarea {
	padding: 5px;
}
