/* MAIN
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Georgia, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666;
	margin:0;
	padding:0;
	background:url(../images/bg_body.jpg);
	line-height:160%;
}

ul { list-style: none;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	background:url(../images/bullet.jpg) 0 50% no-repeat;
	padding-left:15px;
	position:relative;
}


a {
	color:#FF6600;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3 {
	font-size:28px;
	letter-spacing:-1px;
	color:#fff;
	line-height:1em;
	font-weight:bold;
	padding:20px 0 5px;
}

h2 {
	font-size:18px;
	padding:5px 0 0;
}

h3 {
	font-size:14px;
	color:#FF6600;
	padding:5px 0 0;
}



/* PAGE LAYOUT
--------------------------------------------------*/
#headerWrapper {
	background:url(../images/bg_header_wrapper.jpg) 0 0 repeat-x;
}

#wrapper {
	margin:0 auto;
	width:900px;
}

#header {
	height:180px;
	position:relative;
	background:url(../images/bg_header.jpg) 100% 0 no-repeat;
}

#content {
	padding:0 0 25px;
}

#footer {
	height:80px;
	background:#000 url(../images/bg_footer.jpg) 0 0 repeat-x;
	margin-top:0px;
	border-bottom:1px solid #fff;
}


#innerFooter {
	width:790px;
	margin:0 auto;
	background:url(../images/footer_logo.jpg) 100% 50% no-repeat;
	height:60px;
	padding-top:20px;
	line-height:40px;
	padding-left:0px;
}

/* HEADER
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:21px;
	left:17px;
}

#logo h1 {
	padding:0;
}

#logo h1 a, #logo h1 a:hover{
	background:url(../images/logo.png) 0 0 no-repeat;
	width:300px;
	height:200px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topQuote {
	position:absolute;
	top:35px;
	left:366px;
	background:url(../images/top_quote.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:550px;
	height:100px;
}

#topMenu {
	position:absolute;
	top:150px;
	left:30px;
}

#topMenu li {
	float:left;
	padding:0 20px;
	border-right:1px dotted #FF6600;
	background:none;
}

#topMenu li a {
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#topMenu li a:hover {
	color:#FF6600;
	border-bottom: 1px dotted #000;	
}

#topMenu li.selected a{
	color:#FF6600;
	border-bottom: 1px dotted #000;
}

/*CONTENT
--------------------------------------------*/

#content p {
	margin:0.7em 0;
}

#colLeft {
	float:left;
	width:850px;
	padding-right:20px;
	margin-top:15px;
	padding-left:35px;
}

.portfolioItem {
	background:url(../images/bg_horizontal_line.jpg) 0 100% repeat-x;
	padding:25px 0;
	position:relative;
	
}

.portfolioItem img {
	float:left;
	border:1px dotted #FFF;	
	background:#000;	
	padding:6px;
}

.portfolioItem .itemDetails {
	float:left;
	width:530px;
	padding-left:50px;
	padding-top:10px;
}

.portfolioItem .itemDetails a {
	float:right;
}

.portfolioItem .title {
	font-size:40px;
	font-weight:normal;
	font-style:italic;
	color:#FFF;
}

.portfolioItem .newType {
	position:absolute;
	top:170px;
	left:200px;
	width:75px;
	height:75px;
}


.web {
	background:url(../images/new_web.png) 0 0 no-repeat;
}

.logo {
	background:url(../images/new_logo.png) 0 0 no-repeat;
}

.print {
	background:url(../images/new_print.png) 0 0 no-repeat;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}
