@import url("fonts.css");
@import url("mod_header.css");
@import url("mod_portfolio.css");
@import url("mod_about.css");
@import url("mod_contact.css");
@import url("mod_footer.css");


h2, h3, #intro p
{
    font-family: "PTSansNarrowRegular", "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, geneva, sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
}

body, html 
{
	/*height: 100%;*/
}

body
{
	background: url(../images/bg_concrete.jpg) top center;
	font-size: 75%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, geneva, sans-serif;
	line-height: 1.5;
	text-align: center;
	color: #363636;
}

h2
{
    font-size: 2.75em;
}

h3
{
    font-size: 2.25em;
}

#top 
{
    height: 75px;
}

.anchor
{
    position: relative;
    width: 1px;
    height: 1px;
    top: -75px;
}

#container 
{
	width: 960px;
	margin: 0 auto 0;
	text-align: left;
}

.content 
{/*
	display: block;
	width: 940px;
	height: auto;
	margin: 20px 0 0 10px;*/
	z-index: 5;
}

.floatLeft 
{
	float: left;
}

.floatRight 
{
	float: right;
}

.left 
{
	text-align: left;
}

.right 
{
	text-align: right;
}

.cleaner 
{
	clear: both;
	line-height: 0;
	height: 0;
}

.clear {
    clear: both;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}

#contact h2, #about h2 
{
	margin: 0 10px 0 10px;
	color: #363636;
}
/*
#contact h2
{
	width: 134px;
	height: 46px;
	position: relative;
	margin: 0 10px 0 10px;
	font-size: 2.0em;
	color: #363636;
	cursor: pointer;
}

#about h2 
{
	width: 120px;
	height: 46px;
	position: relative;
	margin: 0 10px 0 10px;
	font-size: 2.0em;
	color: #363636;
	cursor: pointer;
}*/

#intro 
{
	display: block;
	border-bottom: 1px solid #D9D9D9;
	margin: 10px 0 0 0;
	padding: 0 0 15px;
}

#intro p 
{
	margin: 0 10px;
	color: #363636;
	font-size: 2.5em;
	line-height: 1.25;
}

#intro p .blue 
{
	color: #0098F1;
}

#intro p .red 
{
	color: #CE1217;
}

#intro p a 
{
    color: #CE1217;
    text-decoration: none;
}

#intro p a:hover 
{
    color: Navy;
}

.grid_1 {
	width: 60px;
}
.grid_2 {
	width: 140px;
}
.grid_3 {
	width: 220px;
}
.grid_4 {
	width: 300px;
}
.grid_5 {
	width: 380px;
}
.grid_6 {
	width: 460px;
}
.grid_7 {
	width: 540px;
}
.grid_8 {
	width: 620px;
}
.grid_9 {
	width: 700px;
}
.grid_10 {
	width: 780px;
}
.grid_11 {
	width: 860px;
}
.grid_12 {
	width: 940px;
}
