@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "typography.css";
@import "forms.css";
@import "superfish.css";
/* layout.css */
body, html {
	text-align : center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}
/******************Mariposa Absolute Placement Fix***********************/
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align: center;
	margin : 0 auto; 
	color: #fff;
	padding: 0;
	background: #eee;
}

html>body #outer {height:auto}



/**************************************Layout**************************/
#logo{
	height: 70px;
	width: 560px;
	margin: 0 auto 20px auto;
	background: url(../images/logo.gif) center bottom no-repeat; 
}
#logo-link {
	height: 70px;
	width: 560px;

	display: block;
	text-indent: -999em;
}
#column {
	width: 961px;
	text-align: left;
	margin: 0 auto;
	

}
/******************************Navigation***********************/
#nav {
	width: 100%;
	height: auto;
	padding: 0;
}
.nav-no-a {
color:#000000;
-x-system-font:none;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:0.75em 2em;
text-decoration:none;
}

#nav a:hover, #nav a:active, .home a#nav-home, .about a#nav-about, .design a#nav-design, .process a#nav-process, .portfolio a#nav-portfolio, .contact a#nav-contact, .request a#nav-request {
	color: #BA0000;
}


#content-home {
	width: 340px;
	height: 460px;
	color: #333;
	font: Arial, Helvetica, sans-serif;
	line-height: 29px;
	text-align: left;
	float: left;
	background: #fff;
	margin: 0;
	display: block

}
#content {
	width: 525px;
	height: 459px;
	color: #333;
	font: Arial, Helvetica, sans-serif;
	line-height: 29px;
	text-align: left;
	float: left;
	background: #fff;
	margin: 0;
	padding: 0;

}

#content-home-top {
	background: url(../images/content-top.gif) no-repeat;
	height: 13px;
	width: 340px;
	float: left;
}
#content-top {
	background: url(../images/content-top-int.gif) no-repeat;
	height: 13px;
	width: 528px;
	margin: 0 0 1px 0;
	float: left;
}
#content-home-bottom {
	background: url(../images/content-bottom.gif) no-repeat;
	height: 12px;
	width: 340px;
	float: left;
	
}
#content-bottom {
	background: url(../images/content-bottom-int.gif) no-repeat;
	height: 12px;
	width: 528px;
	float: left;
	
}
#header {
	background: url(../images/header.jpg);
	height: 487px;
	width: 575px;
	float: left;
}
#header-int {
	background: #fff;
	height: 487px;
	width: 385px;
	float: left;
}

#contact-info {
	text-align: right;
	position: absolute;
	z-index: 10;
	clear: both;
	color: #fff;
	margin: 420px 0 0 0;
	
}
#header div#contact-info {
	width: 565px;
		
}
#header-int div#contact-info {
	width: 375px; 	
}
#contact-info h1 {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}
#contact-info p {
	font: 1 Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
}
#contact-info a {
	color: #fff;

}
#contact-info a:hover {
	color: #BA0000
}



#right-name {
	background: url(../images/right-bar.gif);
	width: 46px;
	height: 487px;
	float: right;
	margin: 0;
}
.flash-text {
text-indent: -999em

}
/*******************Break out of Floats evenly************************/
.cleaner {
	clear: both;
}
/**********************Footer****************************************/
#footer {
	width: 100%;
	color: #aaa;
	font-size: 16px;
	clear: both;
	height: 60px;
	margin: 0 auto;
	
}
#footer p {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaa;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #aaa;
}


/******************Gallery Layout********************/
#gallery-top {
	background: url(../images/gallery-top.gif) no-repeat;
	height: 13px;
	width: 910px;
	clear: left;
	float: left;
}
#gallery-bottom {
	background: url(../images/gallery-top.gif) no-repeat;
	height: 13px;
	width: 910px;
	float: left;
	clear: left;
}
#gallery {
	background: #fff;
	float: left;
	width: 910px;
	height: 459px;
}
.gallery-table {
	border: 0;
	padding: 0;
	margin: 0 0 0 20px;
	width: 300px;
	text-align: center;
}
.gallery-table a {
	text-decoration: none;	
}
.gallery-table td {
	text-align: center;
	line-height: 13px;
	padding: 3px;
	
}
.gallery-table img {
	border: 3px solid #eee;
	padding: 1px;
}
#mp-edit-ctrl-content {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border:10px;
}

.mp-edit-ctrl {
	clear: both;
	display: block;
}

a.mp-edit-link {
	padding: 0 0 40px;
	border-bottom: 10px solid #fff;
	display: block;
}