/* CSS Document */
/* copyright 2008 dolcedesign.com */

/* ===========================================
         GLOBAL DEFINITIONS              
==============================================*/

* { margin: 0; padding: 0; }


a { color:#CC9900; text-decoration: none; }
a:hover { color:#6666CC; }

a img { border: none; }

p { margin-bottom: 20px; }



/* ===========================================
         MAIN LAYOUT
==============================================*/
body    {
	color: #999999; 
	font-size: 12px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
	background-color: #f1ce2d;
	text-align: center;
	background: url(images/bg_chloe_baroque_jungle.gif) repeat;
	}
	
#page     {
	width: 900px;
	vertical-align: top;
	min-height: 502px;
	text-align: left;
	margin: 20px auto 0px auto;
	z-index: 2;	
}

#content	{
	width: 898px;
	min-height: 502px;
	background-color: #ffffff;
	border-left: 1px;
	border-left-color:#000000;
	border-right: 1px;
	border-right-color:#000000;
	border-right-style: solid;
	border-top-color: #000000;
	border-left-style: solid;
		}
		
#leftCol	{
		width: 260px;
		padding: 30px 0px 0px 30px;
		float:left;
		text-align: left;
		}
#cases #leftCol p {
		margin-bottom: 10px;
		}

		
#rightCol	{
		width: 600px;
		text-align: right;
		vertical-align: top;
		float:right;
		padding:0;
		}
		

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

/* ------ nav - common ------ */
#header	{
	width: 900px;
	height: 30px;
	background-color: #000000;
	text-transform: uppercase;
	line-height: 0px;
	font-family: Helvetica, Arial, sans-serif;
	}


#header ul {
	list-style: none;
	padding-top: 16px;
	_padding-top: 8px; /* Win/IE6 */
}

#header li {
	float: left;
	width: 110px;
	height: 1.3em;
	margin: 0 20px;
	color: #ffffff;
}

#header li a:link, #header li a:visited {
    color:#FFFFFF;
}
	
#header li a:hover, #header li a:active, #header li a.on {
	color: #ffff33;
	font-style: italic;	
	font-weight: bold;	
	}

#header li a:current {
	color: #ffff33;
	font-weight: bold;
	}

#header .first {
	margin-left: 40px;
}

/* ===========================================
         TEXT
==============================================*/

h1	{
	font-family: Helvetica Neue, Arial, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 14px;
	padding-bottom: 10px;
		}


h2  {
	color: #555555;
	line-height: 14px;
}


.highlight	{color: #333333;
			font-weight:bold;	
		} 

.red	{color: #FF0000;
		}

/* ===========================================
         FOOTER
==============================================*/

 
 #footer {
 	background-color: #000000;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
 	padding: 10px 20px 20px 20px;
	width: 860px; 
	_width: 900px; /* Win/IE6 */ 
	height:40px;
	overflow: visible;
	z-index: 42;
}

#footer ul {
	list-style: none;
		}

#footer li {
	display: inline;

		}

/* ===========================================
         FOOTER LINKS
==============================================*/	

#footerlinks	{
	color: #f1ce2d;
	font-size: 12px;
	text-align: center;
 	padding: 0px;
	width: 860px; 
	_width: 900px; /* Win/IE6 */ 
	height:16px;
	overflow: visible;
	}
	
#footerlinks ul {
	list-style: none;
		}

#footerlinks li {
	display: inline;
		}
		
#footerlinks a { color: #f1ce2d;
 }

#footerlinks a:hover {
	text-decoration: underline;
}

/* ===========================================
        CREDITS
==============================================*/
#credits	{
	color: #000000;
	font-size: 12px;
	text-align: center;
 	padding: 20px 20px 0px 20px;
	width: 860px; 
	_width: 900px; /* Win/IE6 */ 
	height:20px;
	overflow: visible;
	z-index: 43;
		}
		
#credits ul {
	list-style: none;
		}

#credits li {
	display: inline;
		}

#credits a { color: #000000;
 }

#credits a:hover {
	text-decoration: underline;
}

