/* Global
-------------------------------------------------- */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, blockquote, ul, li, ol {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
ul, li {
	list-style-type: none;
}
body {
	color: #666;
	background: #fff;
	font: 12px sans-serif;
	text-align: center;
}
a {
	color: #666;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0;
	border-style: none;
}
.clear {
	clear: both;
}

sup {
    font-size: 12px;
	vertical-align: top;
    position: relative;
    top: 0.1em;
}

/* Layout
-------------------------------------------------- */
#wrapper {
	margin: 64px auto 100px;
	width: 930px;
	text-align: left;
}


/* Header
-------------------------------------------------- */
#header {
	width: 930px;
	height: 84px;
}
h1 {
	float: left;
	display: block;
	width: 208px;
	height: 85px;
	text-indent: -99999px;
	background: url(../img/logo_digitale.gif) no-repeat 0 0;
}
h1 a {
	display: block;
	width: 208px;
	height: 84px;
}
#aux {
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
    margin-top: 15px;
    font-size: 12px;
}
#aux a {
	color: #666;
	padding: 0 2px;
    font-variant: small-caps;
}
#aux span {
    font-size: 120%;
    padding: 0 2px;
}

/* Nav
-------------------------------------------------- */
#navContainer {
	position: relative;
	width: 930px;
	height: 57px;
	margin: 15px 0 7px 0;
	background: url(../img/bg_nav.gif) no-repeat left;
}
ul#nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 464px;
	height: 32px;
}
ul#nav li {
	display: block;
	float: left;
	text-indent: -99999px;
}
ul#nav li a {
	display: block;
	height: 32px;
	background: url(../img/navi.gif) no-repeat 0 0;
}
li#home a, li#about_us a, li#case_studies a, li#contact_us a { width: 116px; }

li#home a:link, li#home a:visited {	background-position: 0 0; }
li#home a:hover, li#home a:focus { background-position: 0 -32px; }

li#about_us a:link, li#about_us a:visited { background-position: -116px 0; }
li#about_us a:hover, li#about_us a:focus { background-position: -116px -32px; }

li#case_studies a:link, li#case_studies a:visited {	background-position: -232px 0; }
li#case_studies a:hover, li#case_studies a:focus { background-position: -232px -32px; }

li#contact_us a:link, li#contact_us a:visited {	background-position: -348px 0; }
li#contact_us a:hover, li#contact_us a:focus { background-position: -348px -32px; }

li#home a.current:link, li#home a.current:visited { background-position: 0 -32px; }
li#about_us a.current:link, li#about_us a.current:visited { background-position: -116px -32px; }
li#case_studies a.current:link, li#case_studies a.current:visited { background-position: -232px -32px; }
li#contact_us a.current:link, li#contact_us a.current:visited { background-position: -348px -32px; }

/* Home Page
-------------------------------------------------- */
.hp_title {
    width: 265px;
    height: 21px;
    margin-bottom: 20px;
    text-indent: -99999px;
    background: url(../img/title_hp_marketing.gif) no-repeat 0 0;
}
.whatwedoTitle {
    background: url(../img/title_hp_whatwedo.gif) no-repeat 0 0;
}
.accountabillingTitle {
    background: url(../img/title_hp_accountabilling.gif) no-repeat 0 0;
}

.hp_module {
    padding: 19px 27px 27px;
    margin-top: 20px;
    border: 1px solid #bcbdc0;
}
.whatwedoText {
    width: 352px;
    height: 212px;
    text-indent: -99999px;
    background: #fff url(../img/hp_text_what_we_do.gif) no-repeat 0 0;
}
.digitalemarketingText {
    width: 364px;
    height: 212px;
    text-indent: -99999px;
    background: #fff url(../img/hp_text_digitale_marketing.gif) no-repeat 0 0;
}
.accountabillingText {
    width: 360px;
    height: 212px;
    text-indent: -99999px;
    background: #fff url(../img/hp_text_accountabiling.gif) no-repeat 0 0;
}
.whatwedoGraphic { background: url(../img/hp_graphic_ourservices.gif) no-repeat 543px 26px; }
.marketingGraphic { background: #fff url(../img/hp_digitale_marketing.gif) no-repeat 602px 55px; }
.accountabillingGraphic { background: url(../img/logo_digitale_accountabilling.gif) no-repeat 568px 142px; }

a.button{
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    width: 109px;
    height: 17px;
    background: #9e9485;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 6px 0 0 0;
}
a.button:hover { background: #7b7266; }

a.rollover_onset,
a.rollover_naftin,
a.rollover_aluvea {
    display: block;
    width: 156px;
    height: 28px;
    position: absolute;
    top: 193px;
    left: 46px;
    text-indent: -999999px;
    background: url(../img/2_view_button.gif) no-repeat 0 0;
}
a.rollover_naftin {
    background: url(../img/3_view_button.gif) no-repeat 0 0;
}
a.rollover_aluvea {
    background: url(../img/4_view_button.gif) no-repeat 0 0;
}
a.rollover_onset:hover,
a.rollover_naftin:hover,
a.rollover_aluvea:hover {
    background-position: 0 -28px;
}

/* Content
-------------------------------------------------- */
.module {
    clear: both;
    padding: 16px 0 0;
    border-top: 1px solid #bcbdc0;
}

.contentLeft { float: left; width: 412px; }
.contentRight { float: right; width: 444px; margin: 5px 11px 28px 0; }

.title {
    float: left;
    position: relative;
	width: 540px;
	height: 53px;
	margin: 26px 0 30px;
    text-indent: -99999px;
}
.title a {
    display: block;
    width: 540px;
    height: 53px;
    background: url(../img/title_cs_diba.gif) no-repeat 0 0;
}
.title a.diba { background: url(../img/title_cs_diba.gif) no-repeat 0 0; }
.title a.diba:hover { background-position: 0 -53px; }

.title a.aluvea { background: url(../img/title_cs_aluvea.gif) no-repeat 0 0; }
.title a.aluvea:hover { background-position: 0 -53px; }

.title a.naftin { background: url(../img/title_cs_naftin.gif) no-repeat 0 0; }
.title a.naftin:hover { background-position: 0 -53px; }

.title a.epiceram { background: url(../img/title_cs_epiceram.gif) no-repeat 0 0; }
.title a.epiceram:hover { background-position: 0 -53px; }

.title a.golf { background: url(../img/title_cs_golf.gif) no-repeat 0 0; }
.title a.golf:hover { background-position: 0 -53px; }

.title a.yoca { background: url(../img/title_cs_yoca.gif) no-repeat 0 0; }
.title a.yoca:hover { background-position: 0 -53px; }

.title a.precision { background: url(../img/title_cs_precision_md.gif) no-repeat 0 0; }
.title a.precision:hover { background-position: 0 -53px; }

.title a.onset { background: url(../img/title_cs_onset.gif) no-repeat 0 0; }
.title a.onset:hover { background-position: 0 -53px; }

.about_us {
    background: url(../img/title_about_us.gif) no-repeat 0 0;
}
.case_studies {
    background: url(../img/title_case_studies.gif) no-repeat 0 0;
}
.contact_us {
    background: url(../img/title_contact_us.gif) no-repeat 0 0;
}
.careers {
    background: url(../img/title_careers.gif) no-repeat 0 0;
}
.subTitle {
    height: 20px;
    margin-bottom: 16px;
    text-indent: -99999px;
}
.who_we_are { background: url(../img/title_who_we_are.gif) no-repeat 0 0; }
.our_services { background: url(../img/title_our_services.gif) no-repeat 0 0; }
.degree { background: url(../img/title_360_degree.gif) no-repeat 0 0; }
.marketing_solutions { background: url(../img/title_marketing_solutions.gif) no-repeat 0 0; }

h2 {
    color: #8b8b8b;
    font: bold 20px/20px sans-serif;
}
p {
    font: normal 12px/22px sans-serif;
    margin-bottom: 14px;
}



.listTitle {
    color: #fff;
    letter-spacing: 1px;
    padding: 4px 10px;
    margin-bottom: 14px;
    background: #636466;
    line-height: 40px;
    font: bold 10px/20px sans-serif;
}
ul.list li {
    font: bold 12px sans-serif;
    padding: 7px 0 0 2px;
}
ul.list li.first {
    padding-top: 13px;
}

/*  Studies
-------------------------------------------------- */
.title {
    float: left;
    position: relative;
    width: 540px;
    height: 53px;
    margin: 26px 0 30px;
    text-indent: -99999px;
}
.title a {
    display: block;
    width: 540px;
    height: 53px;
    background: url(../img/title_cs_diba.gif) no-repeat 0 0;
}
.title a.diba { background: url(../img/title_cs_diba.gif) no-repeat 0 0; }
.title a.diba:hover { background-position: 0 -53px; }

.arrows { float: right; position: relative; margin: 26px 0 0; }
.arrows a { display: block; float: right; width: 30px; height: 32px; text-indent: -99999px; }
a.arrow_left { background: url(../img/cs_arrows_left.gif) 0 0; }
a.arrow_right { background: url(../img/cs_arrows_right.gif) 0 0; }
a.arrow_left:hover, a.arrow_right:hover { background-position: 0 -32px; }

.moduleLeftHalf {
    float: left;
    width: 458px;
    margin-bottom: 26px;
}
.moduleRightHalf {
    float: right;
    width: 458px;
    margin-bottom: 26px;
}
.moduleFull {
    float: left;
    width: 928px;
    margin-bottom: 26px;
}
.moduleInner {
    border: 1px solid #bcbdc0;
    height: 462px;
}
.description {
    margin-top: 8px;
    font: italic 12px sans-serif;

}
ul.description li {
    margin-bottom: 4px;
}
.moduleLeftHalfRollover, .moduleRightHalfRollover {
    display: block;
    float: left;
    width: 456px;
    height: 326px;
    margin-bottom: 46px;
    overflow: hidden;
    position: relative;
    border: 1px solid #b3b4b7;
}
.moduleRightHalfRollover {
    float: right;
}
.moduleLeftHalfRollover a, .moduleRightHalfRollover a {
    position: absolute;
}
.moduleLeftHalfRollover a:hover, .moduleRightHalfRollover a:hover {
    margin-top: -326px;
}

/* Contact Form
-------------------------------------------------- */
form {
    margin-top: 23px;
}
form p {
    margin-bottom: 17px;
}
input {
    color: #747373;
    width: 448px;
    padding: 2px 5px 30px 3px;
    font: 100%/100% sans-serif;
}
input.submit {
    width: auto;
    height: auto;
    padding: 0;
}
.error {
    color: #f1592a;
    font-size: 90%;
}

/* Footer
-------------------------------------------------- */
#footer {
    font: normal 12px sans-serif;
}