/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img {
	border: 0;
}

/*--- page layout framework ------------*/

html, body {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 70%;
	text-align: center;
	color: #666;
	background-color: #c5c5c5;
}

div#bodybg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url("/img/body_bg.jpg") center center no-repeat;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	margin: -277px 0 0 -480px;
	text-align: left;
}

div#nav {
	float: left;
	width: 150px;
	height: 500px;
	padding: 40px 0 0 40px;
	margin-bottom: 10px;
	/*background-color: #fff;*/
}

div#content {
	float: left;
	width: 710px;
	height: 500px;
	padding: 40px 0 0 20px;
	/*background-color: #fff;*/
}

div#primary {
	float: left;
	width: 350px;
}

div#secondary {
	float: right;
	width: 335px;
}

p#footer {
	clear: both;
	font-size: 0.9em;
	color: #999;
}

/*--- element defaults ------------*/

p, span, li, dd, legend, input, label, select, optgroup, textarea {
	font-size: 1.1em;
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.3em;
}

/*--- ul#nav ------------*/

#nav ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #dcdcdc;
}

#nav ul li {
	margin: 0;
	padding: 0;
	background: none;
}

#nav ul li a {
	width: 130px;
	display: block;
	padding: 4px 10px 3px 10px;
	text-decoration: none;
	color: #626262;
	border-top: 1px solid #dcdcdc;
}

#nav ul li a:hover {
	font-weight: bold;
	color: #000;
	background-color: #f7f7f7;
}

#nav ul li.on a {
	font-weight: bold;
	color: #e31818;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #888;
	text-decoration: underline;
}

a:hover {
	color: #e31818;
	text-decoration: underline;
}

a:active {
	color: #a00;
	text-decoration: none;
}

p#footer a {
	color: #999;
}

p#footer a:hover {
	color: #666;
}

/*--- paragraphs ------------*/

div#primary p {
	padding-left: 20px;
}

p#tagline {
	font-weight: bold;
}

div#slideshow p {
	padding: 20px;
}

p.intro {
	width: 45em;
}

p#thanks {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	color: #000;
}

p#resultmsg {
	font-weight: bold;
	color: #c00;
}

/*--- headings ------------*/

h1, h2, h3 {
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	font-weight: bold;
}

h1 {
	margin: 0 0 0.7em 0;  /* http://phark.typepad.com/phark/2003/08/accessible_imag.html */
	font-size: 2.5em;
	line-height: 0.8em;
	color: #e31818;
	text-indent: -300em;
}

body#home h1 {
	width: 120px;
	height: 20px;
	background: transparent url("/img/headings/welcome.gif") 0 0 no-repeat;
}

h1.sub {
	height: 25px;
	border-bottom: 1px solid #dcdcdc;
}

body#about h1 {
	background: transparent url("/img/headings/about.gif") right 0 no-repeat;
}

body#services h1 {
	background: transparent url("/img/headings/services.gif") right 0 no-repeat;
}

body#showcase h1 {
	background: transparent url("/img/headings/showcase.gif") right 0 no-repeat;
}

body#clients h1 {
	background: transparent url("/img/headings/clients.gif") right 0 no-repeat;
}

body#newsletter h1 {
	background: transparent url("/img/headings/newsletter.gif") right 0 no-repeat;
}

body#contact h1 {
	background: transparent url("/img/headings/contact.gif") right 0 no-repeat;
}

body#notfound h1 {
	background: transparent url("/img/headings/notfound.gif") right 0 no-repeat;
}

h2 {
	margin: 0 0 1em 0;
	padding-left: 15px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #000;
	border-left: 5px solid #dcdcdc;
}

body#home h2 {
	font-weight: normal;
	color: #666;
	border-left: 5px solid #e31818;
}

body#showcase h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #e31818;
	border-bottom: 1px solid #dcdcdc;
}

h3 a {
	color: #e31818 !important;
	text-decoration: none !important;
}

/*--- images ------------*/

img#logo {
	display: block;
	width: 150px;
	height: 150px;
}

img#getflash {
	width: 112px;
	height: 33px;
	margin: 10px 0;
}

/*--- about ------------*/

body#about div#primary {
	width: 405px;
}

body#about div#secondary {
	width: 260px;
}

img#dhklogo {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	width: 80px;
	height: 80px;
}

/*--- clients ------------*/

div#scroller {
	height: 370px;
	overflow: auto;
}

div.third {
	width: 30%;
}

div.third ul {
	margin: 0;
}

div.third ul li {
	padding: 0 0 0.8em 1.2em;
	list-style-type: none;
	background: transparent url("/img/bullet.gif") 0.2em 0.4em no-repeat;
}

/*--- showcase ------------*/

body#showcase .third {
	width: 34%;
	padding-right: 4em;
}

body#showcase .last {
	width: 19%;
}

body#showcase div#content ul {
	margin: 0;
}

body#showcase div#content ul li {
	padding: 0 0 0.8em 1.2em;
	list-style-type: none;
	background: transparent url("/img/bullet.gif") 0.2em 0.4em no-repeat;
}

body#showcase div#secondary a {
	display: block;
	border: 5px solid #dcdcdc;
}

body#showcase div#secondary a.full {
	width: 325px;
	height: 225px;
}

body#showcase div#secondary a.thumb {
	float: left;
	margin: 8px 0 0 8px;
	width: 96px;
	height: 70px;
}

body#showcase div#secondary a:hover {
	border: 5px solid #ccc;
}

body#showcase div#primary {
	height: 390px;
}

div#paging {
	clear: both;
	border-top: 1px solid #dcdcdc;
}

div#paging p#previous {
	width: 50%;
	float: left;
	margin: 10px 0 0 0;
}

div#paging p#next {
	width: 50%;
	float: right;
	margin: 10px 0 0 0;
}

p#next a {
	float: right;
}

div#paging a {
	display: block;
	padding: 0.3em 0.5em;
	font: 0.8em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	color: #888;
	background-color: #eee;
}

div#paging a:hover {
	color: #fff;
	background-color: #e31818;
}

div#paging p#previous a {
	width: 5.8em;
}

div#paging p#next a {
	width: 3.2em;
}

/*--- forms ------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

input, label, textarea, select {
	font-size: 1.1em;
}

input, textarea {
	margin-bottom: 5px;
	padding: 2px;
	color: #000;
	border: 1px solid #dfdfdf;
}

input:focus, textarea:focus {
	border: 1px solid #bbb;
}

textarea {
	margin: 1em 0 0 0;
	overflow: auto;
}

label {
	display: block;
	float: left;
	width: 9em;
	clear: left;
	padding-top: 3px;
}

button {
	padding: 0.2em 0.4em;
	font: bold 1em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	border: none;
}

button:hover {
	background-color: #e31818;
}

button:focus {
	background-color: #a00;
}

/*--- contact ------------*/

body#contact div#primary {
	width: 330px;
	padding-right: 20px;
}

body#contact form#contactus button {
	margin-top: 1.8em;
}

input.r, label.r {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

input.r {
	margin-top: 0.1em;
	border: none;
}

label.r {
	display: inline;
	float: none;
	padding-left: 0.3em;
	clear: none;
}

/*--- newsletter ------------*/

body#newsletter form#subscribe button {
	margin-top: 1.8em;
	margin-left: 9.9em;	
}

p#privacy {
	padding-top: 0.7em;
	margin-top: 2em;
	border-top: 1px solid #dcdcdc;
}

/*--- slideshow ------------*/

div#slideshow {
	width: 325px;
	height: 225px;
	margin-bottom: 2em;
	border: 5px solid #dcdcdc;
}

/*--- ticker ------------*/

div#tickerContainer {
	width: 380px;
	height: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}

body#showcase div#tickerContainer {
	width: 100%;
	height: 119px;
	background: transparent url("/img/sliderbg.gif") 0 0 repeat-x;
	margin-bottom: 2em;
	border-bottom: 1px solid #dedede;
}

body#about ul#TickerHorizontal {
	width: 380px;
	height: 70px;
	display: block;
	list-style: none;
	margin: 0 0 0 1.7em;
	padding: 0;
}

body#about ul#TickerHorizontal li {
	display: block;
	width: 350px;
	height: 70px;
	margin: 0;
	padding: 0 0 0.8em 1.2em;
	list-style-type: none;
	background: transparent url("/img/bullet.gif") 0.2em 0.4em no-repeat;
	float: left;
}

body#showcase ul#TickerHorizontal {
	width: 380px;
	height: 119px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

body#showcase ul#TickerHorizontal li {
	display: block;
	width: 420px;
	height: 119px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	/*border-right: 3px solid #fff;*/
	background-image: none !important;
}

body#showcase ul#TickerHorizontal li img {
	float: left;
	margin: 1em 1em 1em 0;
	border: 5px solid #dcdcdc;
}

body#showcase ul#TickerHorizontal li a.projectName {
	display: block;
	margin: 1.1em 1em 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

body#showcase ul#TickerHorizontal li a.projectName:hover {
	text-decoration: underline;
}

body#showcase ul#TickerHorizontal p {
	padding-right: 1em;
	font-size: 1em;
}

/*--- miscellaneous ------------*/

p#skip {
	display: none;
}

div.c { /* to clear a float */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.third {
	width: 31%;
	float: left;
	padding-right: 2em;
}

.last {
	padding: 0 !important;
}
