/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	width: 100%;
}

body {
	background: #a74401 url(/images/bg_fullpage.png) center bottom no-repeat;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
	font-size: 14px;
	color: #bbb;
}

a {
	color: #ff8b00;
}

a:hover {
	color: #000;
}


#container {
	margin: 0;
	height: 100%;
	width: 100%;
}

#header {
	background: #a74401 url(/images/bg_headerstrip.png) left top repeat-x;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 99;
}

#navcontainer {
	background: transparent url(/images/bg_fullheader.png) center top no-repeat;
	height: 309px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#navcontainer h1 {
	position: absolute;
	top: 50px;
}

#navcontainer h1 a {
	display: block;
	height: 155px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 935px;
}

#nav {
	padding-top: 207px;
	position: relative;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin-top: 2px;
	position: relative;
}

#nav li {
	border-right: 1px ridge #333;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	_display: inline;
	position: relative;
	text-align: center;
}

#nav a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 5px;
	padding: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #333;
	text-transform: uppercase;
}

#nav a:hover,
#nav li.withmenu.hovered a {
	background: #000;
}

#nav ul.subnav {
	display: none;
	left: 0;
	position: absolute;
	top: 30px;
	z-index: 999;
}

#nav .subnav li {
	border: none;
	display: block;
	*height: 22px;
	_height: 22px;
	margin: 0;
	text-align: left;
}

#nav .subnav li a {
	background: #000;
	border-bottom: 1px solid #666;
	display: block;
	float: none;
	font-size: 12px;
	margin: 0;
	padding: 5px 15px;
	text-align: left;
	width: 110px;
	*width: 130px;
	_width: 130px;
}

#nav .subnav li a:hover {
	background: #333;
	color: #ff9c00;
	margin: 0;
	text-align: left;
}

/* Main Area */

#maincontainer {
	background: transparent url(/images/bg_mainshadow_top.png) left top no-repeat;
	color: #333;
	margin: -20px auto 10px;
	width: 860px;
	padding: 32px 0 0;
	position: relative;
	z-index: 1;
}

#main {
	background: transparent url(/images/bg_mainshadow_mid.png) left top repeat-y;
	padding: 10px 40px;
}

#mainfoot {
	background: transparent url(/images/bg_mainshadow_bottom.png) left bottom no-repeat;
	clear: both;
	content: " ";
	display: block;
	height: 37px;
}

h2.sectionHead {
	font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
	font-size: 28px;
	letter-spacing: -0.07em;
}

h3.serviceHead, h3.clientHead {
	color: #a74401;
	font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
	font-size: 20px;
	letter-spacing: -0.07em;
	margin-bottom: 8px;
}


/* Main Area Details */

#main a#tourbtn {
	background: url(/images/btn_tourbig.png) left top no-repeat;
	height: 138px;
	margin: 0;
	position: absolute;
	text-indent: -2000px;
	overflow: hidden;
	right: 30px;
	top: 30px;
	width: 348px;
}

#main .introcol {
	width: 430px;
}

#main .introcol p {
	font-size: 18px;
	line-height: 1.3em;
	margin-top: 20px;
}

p.giant {
	font-size: 22px;
	line-height: 1.3em;
	margin-top: 20px;
}

p.center {
	text-align: center;
}


/* CLIENT BOX */

#clientholder {
	background: #000 url(/images/bg_carbon.png) left bottom repeat-x;
	border-bottom: 1px solid #333;
	clear: both;
	color: #eee;
	margin: 30px -21px 0 -19px;
}

#clientholder h3 {
	background: #333;
	color: #ff9c00;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0 6px 10px;
	position: relative;
}

#clientholder #clients {
	font-size: 18px;
	height: 200px;
	text-align: center;
}

#clientpaging {
	position: absolute;
	right: 0;
}

#clientpaging a {
	background: transparent url(/images/bg_linkgrad.png) 0 -30px repeat-x;
	border: 1px outset #999;
	display: block;
	float: left;
	margin-top: -5px;
	padding: 4px 8px;
	text-decoration: none;
}

#clientpaging a.active {
	background-position: 0 0;
	border: 1px inset #999;
	color: #fff;
}

#clientpaging a:hover {
	background-color: #333;
}

.clientpanel {
	display: none;
}

.clientpanel.visible {
	display: block;
}

.clientbox {
	float: left;
	display: inline;
	height: 220px;
	margin: 0 0 0 15px;
	overflow: hidden;
	position: relative;
	width: 185px;
}

.clientbox a {
	border: none;
	text-decoration: none;
}

.clientbox span.frame {
	background: transparent url(/images/clientframe.png) left top no-repeat;
	height: 180px;
	left: 0;
	position: absolute;
	top: 0;
	width: 190px;
	z-index: 20;
}

.clientbox span.badge {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	left: 10px;
	line-height: 20px;
	position: absolute;
	top: 175px;
	width: 170px;
	z-index: 21;
}


/* SERVICES PAGE */

#servicecol {
	/* float: left; */
	width: 575px;
        margin: 0 auto;
}

div.service_block {
	color: #666;
	line-height: 120%;
	margin: 45px 10px;
	min-height: 150px;
	padding-left: 150px;
}

div.service_block.alt {
	padding-left: 0;
	padding-right: 150px;
}

div#hosting {
	background: url(/images/icon_hosting.png) top left no-repeat;
}

div#development {
	background: url(/images/icon_dev.png) top right no-repeat;
}

div#design {
	background: url(/images/icon_design.png) top left no-repeat;
}

div#dbservices {
	background: url(/images/icon_db.png) top right no-repeat;
}

div#seo {
	background: url(/images/icon_seo.png) top left no-repeat;
}

div#xhtml {
	background: url(/images/icon_xhtml.png) top right no-repeat;
}

/* CLIENTS PAGE */

#clientcol {
	/* float: left; */
        margin: 0 auto;
	width: 575px;
}

div.client_block {
	color: #666;
	line-height: 120%;
	margin: 45px 10px;
	min-height: 180px;
	padding-left: 215px;
}

div.client_block.alt {
	padding-left: 0;
	padding-right: 215px;
}

div.client_block img.frame {
	height: 180px;
	width: 200px;
	z-index: 200;
        float: left;
        margin-left: -215px;
        vertical-align: middle;
}

div.client_block img.frame.alt {
        float: right;
        margin-right: -215px;
}

div#clienti2net {
	background: url(/thumbs/i2net.jpg) top left no-repeat;
}

div#clientbookit {
	background: url(/thumbs/bookit.jpg) top right no-repeat;
}

div#clientaeglive {
	background: url(/thumbs/aeglive.jpg) top left no-repeat;
}

div#clientnavtones {
	background: url(/thumbs/navtones.jpg) top right no-repeat;
}

div#clientinfotec {
	background: url(/thumbs/infotec.jpg) top left no-repeat;
}


/* WHAT WE DO PAGE */

div.fulltextcol {
        padding-top: 15px;
        margin: 0 auto;
	width: 575px;
        line-height: 120%;
}

/* QUOTE PAGE */

#quoteform ol {
   margin: 0 auto;
   width: 600px;
}

#quoteform li {
   clear: both;
}

#quoteform li p.column {
   float: left;
   line-height: 30px;
}

#quoteform label {
   float: left;
   text-align: right;
   width: 150px;
   padding-right: 5px;
}

#quoteform input, #quoteform textarea, #quoteform select {
   width: 385px;
   border-top: 2px solid #888;
   border-left: 2px solid #888;
}

#quoteform textarea {
   height: 100px;
}

#quoteform li.submit_line {
   position: relative;
   text-align: center;
}

button.submitter {
   background-image: url(/images/drk_grad_small2.gif);
   background-repeat: repeat-x;
   color: #fff;
   cursor: pointer;
   border: none;
   padding: 0.5em 1.25em;
   margin: 1.25em auto 0.625em;
}

button.submitter:hover {
   background-position: 0 -36px;
   color: #F7941D;
}
/* FOOTER */

#footer {
	background: url(/images/bg_fadewhite.png);
	border-top: 1px solid #a74401;
	border-bottom: 1px solid #ce5401;
	clear: both;
	color: #333;
	margin: 80px 0 30px;
	width: 100%;
}

#innerfooter {
	margin: 10px auto 0;
	width: 300px;
}

#contactdetails {
	background: url(/images/dn_logoreflect.png) 0 0 no-repeat;
	float: left;
	height: 150px;
	padding: 10px 0 0 100px;
}

#hcard {
	line-height: 130%;
}

#hcard img {
	display: none;
}

#hcard a.url.fn {
	display: none;
}

#hcard div.org {
	font-size: 18px;
	font-weight: bold;
}

#hcard a.email {
	color: #fff;
	font-size: 14px;
}

#hcard .adr .country-name {
	display: none;
}

div.tel span.type {
	font-size: 13px;
	font-weight: bold;
}

a#vcardlink {
	background: url(/images/vcard.png) 0 5px no-repeat;
	color: #fff;
	display: block;
	padding: 3px 0 3px 20px;
}

#footer #copyright {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 5px auto;
	padding: 10px 0;
	text-align: center;
	width: 820px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
