body { 
	background: #FFF url(../images/background.gif) repeat-x; 
	margin: 0;
	font-family: verdana, arial, helvetica, sand-serif;		
	font-size: 10px;
	color: #999;
}
h3 {
	font-weight: normal;
	font-size: 12px;
	color: #063;
	padding: 8px 0 10px 0;
	margin: 0;
}
img {
	display: inline;	
}
input.txt, select {
	font-size: 12px;
	margin-bottom: 8px;
}
p { padding: 10px 0 10px 0; margin: 0; }

/* TEXT */
.alert { color: #063; font: normal 12px monospace; }
.green { color: #063; }
.dkGrey { color: #666; }
.white { color: #FFF; }
.smallText { 
	font-size: 9px; 
	padding: 3px 0 3px 32px;
}

/*  LAYOUT */
#col1 {
	width: 250px;
	float: left;
	background: #FFF url(../images/corner.gif) no-repeat;
}
#col1commercial {
	padding-top: 27px;
	background: #FFF url(../images/tab_R.gif) no-repeat;
	padding-left: 12px;
	float: left;
	height: 292px;
}
#col1portfolio {
	padding-top: 27px;
	background: #FFF url(../images/tab_L.gif) no-repeat;
	padding-left: 12px;
	float: left;
	height: 292px;
}
#col2 {
	width: 730px;
	float: right;
}
#copyBox {
	border-left: 4px solid #b2d4c4;	
	padding: 0 0 0 10px;
	line-height: 150%;
	margin-bottom: 10px;
}
#detailBox {
	padding: 0 0 0 14px;
	line-height: 150%;
	margin-bottom: 10px;
	width: 460px;
}
.fl { float: left; }
.fr { float: right; }
#focus {
	width: 240px;
	text-align: right;
	background: #FFF url(../images/lines.gif) no-repeat bottom;
}
#focus img { border: 1px solid #CC6; }
#footer {
	border-top: 1px solid #CCC;
	clear: both;
}
#footer p {
	font-size: 9px;
	text-align: center;
	margin: 0;
	padding: 8px;
}
#header {
	height: 95px;	
	background: #FFF url(../images/rule-double.gif) 0 79px repeat-x; 
}
.imgMgn { margin-bottom: 10px; }
#nav {
	float: right;
	margin: 32px 20px 0 0;
}
#nav img {
	vertical-align: middle;
}
#offsetBox {
	margin-left: 180px;
	width: 480px;
}
#pressBox {
	border: 1px solid #CCC;
	width: 448px;
	padding: 8px;
	margin-bottom: 10px;
	float:left;
}
#pressBox p { 
	padding: 2px 0 8px 0; 
	margin: 0; 
}
#title {
	background-color: #063;
	border-bottom: 10px solid #FFF;
	height: 57px;
	font-size: 12px;
	color: #CC6;
}
#title p {
	padding: 22px 0 0 150px;
	font-size: 12px;
	color: #CC6;
}
#sidebarGr {
	background-color: #E5E5B2;
	width: 240px;
	height: 156px;
	border-left: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}
#sidebarGr img { margin-left: 10px; }
#sidebarGr p {
	padding: 10px 0 2px 10px;
	margin: 0;
}
#sidebarGrey {
	background-color: #CCC;
	width: 240px;
	height: 156px;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}
#sidebarGrey p {
	padding: 8px 5px 0 10px;
	margin: 0;
	color: #666;
	line-height: 130%;
}

#specs {
	float: right;
	padding-top: 34px;
	width: 210px;
}
#subtitle {
	background-color: #CCC;
	padding: 9px 0 9px 17px;
	color: #063;
	font-weight: bold;
	border-bottom: 10px solid #FFF;
}
#wrapper { 
	border-right: 10px solid #FFF;
	border-left: 10px solid #FFF;
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
}

/* LINKS */
#aboutPage #about, #contactPage #contact, #homePage #home, #pressPage #press, #portfolioPage #portfolio { font-weight: bold; }

a.grey { color: #999; text-decoration: underline; }
a.grey:hover { text-decoration: none; }

a { color: #063; text-decoration: none; }
a:hover { text-decoration: underline; }