/* 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:#333;
	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:10px;
}

#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:358px;
	background:url(../images/top_quote.png) 0 0 no-repeat;
	text-indent:-9999px;
	width:550px;
	height:100px;
}

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

#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:540px;
	padding-right:20px;
	background:url(../images/bg_vertical_line.jpg) 100% 0 repeat-y;
	margin-top:15px;
	padding-left:25px;
}

#colRight {
	float:left;
	width:270px;
	margin-left:20px;
	margin-top:15px;
	
}

#colRight p.line {
	background:url(../images/bg_horizontal_line.jpg) 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

#colRight p img {
	vertical-align:middle;
	padding-right:5px;
}

#colRight .featured {
	margin:10px 0;
}

#colRight .featured img{
	background:#fff;
	padding:6px;
	border:none;
}

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

.portfolioItem img {
	float:left;
	background:#fff;
	padding:6px;
	border:none;
}

.portfolioItem .itemDetails {
	float:left;
	width:290px;
	padding-left:20px;
}

.portfolioItem .title {
	font-size:24px;
	font-weight:bold;
	color:#FF6600;
}

.portfolioItem .newType {
	position:absolute;
	top:14px;
	left:223px;
	width:45px;
	height:43px;
}

.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;
}


/* FORMS
-------------------------------------------------*/
form label {
	display:block;
	padding:15px 0 5px;
	font-weight:bold;
	font-size:16px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-style:italic;	
	color:#999;	
}

form input, form textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:420px;
}

form textarea {
	width:420px;
}

form input.submit {
	border:none;
	width:310px;
	height:30px;
	text-align:center;
	padding-top:4px;
	margin-bottom:50px;
	color:#fff;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;	
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(../images/bg_submit.jpg) 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;
}
