/* CSS for Dolce Design */


/* ===========================================
         GLOBAL RESETS
==============================================*/

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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }
strong { font-weight: bold; }
em { font-style: italic; }

a { color: #03c; text-decoration: none;}
a:hover { color: #f90; }

.clear { clear: both; height: 0px; font-size: 0px; }


/* --- clearfix ---- */

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

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 10px 20px 20px;
	font: 62.5%/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #36c;
	text-align: center;
	background: url(../images/dolce_bg.gif) repeat;
	}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #9ff;
	}


/* ===========================================
         HEADER
==============================================*/

#changeLanguage {
	padding-bottom: 1px;
	text-align: right;
	background-color: #036;
	}

#changeLanguage a {
	font: bold 1.2em/1.2em Helvetica, Eurostile, Arial, sans-serif;
	color: #fff;
	}

#header {
	position: relative;
	z-index: 20;
	clear: right;
	height: 121px;
	padding: 18px 0 0 40px;
	border-top-width: 3px;
	border-top-color: #cff;
	border-top-style:solid;
	}

#header h1 {
	padding-top: 22px;
	}

#header h1 img {
	_behavior: url(/images/iepngfix.htc); /* IE PNG Alpha Fix */
	}
	

/* ---- Top Nav ---- */

#header .nav {
	float: right;
	width: 136px;
	list-style: none;
	}

#header .nav li {
	margin-bottom: 0.4em;
	font: bold 1.1em/1.2em Helvetica, Eurostile, Arial, sans-serif;
	color: #03c;
	}

#header .nav li.on {
	font-size: 1.2em;
	font-style: italic;
	text-transform: lowercase;
	}

#header .nav li a {
	color: #06f;
	text-transform: uppercase;
	}

#header .nav li a:hover {
	font-style: italic;
	color: #f90;
	}
	

/* ===========================================
         CONTENT
==============================================*/

#content {
	position: relative;
	z-index: 10;
	min-height: 440px;
	_height: 440px; /* Win/IE6 */
	background-color: #fff;
	}

#content .illo {
	position: absolute;
	_behavior: url(/images/iepngfix.htc); /* IE PNG Alpha Fix */
	}
	
#content .illo2 {
	position: absolute;
	_behavior: url(/images/iepngfix.htc); /* IE PNG Alpha Fix */
	 clear:both;
	}
	
#content h2 {
	margin-bottom: 0.1em;
	font: bold 1.3em/1.4em Helvetica,Arial,Eurostile,sans-serif;
	color: #3cc;
	text-transform: uppercase;
	padding-bottom: 1.0em;
	
	}

#content h3 {
	margin-bottom: 0.1em;
	font: bold 1.3em/.8em Helvetica,Arial,Eurostile,sans-serif;
	color: #3cc;
	text-transform: uppercase;
	}

#content p {
	margin-bottom: 1em;
	font: 1.3em/1.4em Eurostile,Helvetica,Verdana,Arial,sans-serif;
	}

#content ul {
	list-style: disc;
	margin: auto auto 1.2em 0;
	padding-left: 1.3em;
	font: 1.3em/1.3em Eurostile,Helvetica,Verdana,Arial,sans-serif;
	}

#content li {
	margin-bottom: 0.2em;
	}

#content a {
	font: .96em/.84em Helvetica, Arial,Eurostile,sans-serif;
	font-weight: bold;
	}
	
#content a:hover {
	text-decoration: underline;
	}

.orangebox {
	padding: 0.2em 0.2em 0em 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9;
	background-color: #f90;
	}
	
.emphasis	{
	font: .96em/.84em Eurostile, Helvetica, Arial, sans-serif;
	color: #08b3b3;
		}
		

#share	{
		padding-top: 8px;
		float: right;

		}





/* ---- Left Col ---- */

#leftCol {
	float: left;
	width: 330px;
	margin: 30px 20px auto 40px; 
	_display: inline; /* Win/IE6 */
	}


/* ---- Right Col ---- */

#rightCol {
	float: left;
	width: 350px;
	margin: 30px auto auto 40px; 
	}

/* ===========================================
         BOTTOM NAV (NAV2)
==============================================*/

#nav2 {
	list-style: none;
	min-height: 18px;
	_height: 18px; /* Win/IE6 */
	padding: 4px 0 2px;
	background-color: #9ff;
		border-bottom-width:3px;
	border-bottom-color: #cff;
	border-bottom-style: solid;
	}

#nav2 li {
	float: left;
	width: 120px;
	text-align: center;
	color: #03c;
	}

#nav2 li.on {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	}

#nav2 a {
	color: #06f;
	font-weight: bold;
	text-transform: uppercase;
	font: bold 1.1em/1em Helvetica, Eurostile, Arial, sans-serif;
	}

#nav2 a:hover {
	font-style: italic;
	color: #f90;
	}


/* ===========================================
         FOOTER
==============================================*/
.footnote	{
			color: #06c;
			font: 1em/1.1em Helvetica, Eurostile, Arial, sans-serif;
			margin-top: 20px;
			}
			
.extratext	{color: #036;
			}

#footer 	{
			margin: 0 auto;
			padding-top: 4px;
			background-color: #036;
			text-align: center;
			}

#footer marquee {
			color: #036;
			}

#footer .nav {
			margin-top: 30px;
			}	

#footer .nav li {
			float: left;
			width: 125px;
			}

#footer .nav a {
			color: #06c;
			text-transform: lowercase;
			font: bold 1.2em/1.3em Helvetica, Eurostile, Arial, sans-serif;
			}

#footer .nav a:hover {
			color: #f90;
			}




/* ===========================================
         SERVICES
==============================================*/

#content.services .illo {
	top: -30px;
	left: 400px;
	}

#content.services #leftCol {
	margin-top: 30px;
	padding-right: 90px;
	}

#content.services .porfolioLink {
	padding: 1em 0 0 0;
	font: 1.3em;
	}
	
	
	
/* ===========================================
         PROFILE
==============================================*/
#content.profile #leftCol {
	width: 300px;
	margin-top: 40px;
	padding-right: 20px;
	}
	
#content.profile #rightCol {
width: 320px;
padding-right: 20px;
}



/* ===========================================
         CLIENTS
==============================================*/

#content.clients .illo {
	top: -150px;
	left: 285px;
	}


#content.clients #rightCol {
	margin-top: 100px;
	padding-right: 20px;
	}

#nav2 {
	padding: 4px 0 0 26px;

	}
	
	/* ===========================================
        FAQ + BLOG
==============================================*/

#content.faq .illo {
	top: -70px;
	left: 320px;
	}


#content.faq #rightCol {
	margin-top: 30px;
	padding-right: 20px;
	}


/* ===========================================
         CONTACT
==============================================*/

#content.contact .illo {
	top: 35px;
	left: 400px;
	_behavior: url(/images/iepngfix.htc); /* IE PNG Alpha Fix */
	}
