/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/


body { 
	width: 1089px;
	margin: auto;
	font: .75em/175% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #005574;
	background-color: #ffffff;	
	text-align: left;
	}

#container {
	width: 1089px;
	margin: auto;
	}
	
/* HEADER */

#header {
	width: 1089px;
	height: 180px;	
}

/* CONTENT AREA */

#content {
	width: 1089px;
	background: url(../images/watermark.jpg) no-repeat;
	height: 100%;
	background-color: #ffffff;
}

/* NAV */

#nav {
	float: left;
	width: 200px;
	text-align: right;
	margin: 30px 0 0 -30px;
	padding: 0;
}

#navlinks {
	margin: 0;
}

#navlinks a:link, #navlinks a:visited, #navlinks a:active {
	color: #005574;
	font-weight: bold;
	margin: 1px 10px 0 0;
	text-decoration: none;
}

#navlinks a:hover {
	text-decoration: underline;
}

.blueslash {
	color: #0093e9;
	font-weight: normal;
}

/* RIGHTSIDE */

#rightside {
	margin: 30px 40px 0 auto;
	width: 200px;
	float: right;
	padding: 0 0 0 0;
}

.design {
	display: block;
	width: 199px;
	height: 72px;
	background: url(../images/nav_design.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 0 -10px 0;
	}
a.design:link, a.design:visited, a.design:active {
	background: url(../images/nav_design.jpg) no-repeat;
	}
a.design:hover {
	background-position: -199px 0;
	}

.mockups {
	display: block;
	width: 199px;
	height: 72px;
	background: url(../images/nav_mockups.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 0 -10px 0;
	}
a.mockups:link, a.mockups:visited, a.mockups:active {
	background: url(../images/nav_mockups.jpg) no-repeat;
	}
a.mockups:hover {
	background-position: -199px 0;
	}

.maintenance {
	display: block;
	width: 199px;
	height: 72px;
	background: url(../images/nav_maintenance.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 0 -10px 0;
	}
a.maintenance:link, a.maintenance:visited, a.maintenance:active {
	background: url(../images/nav_maintenance.jpg) no-repeat;
	}
a.maintenance:hover {
	background-position: -199px 0;
	}

.manufacturing {
	display: block;
	width: 199px;
	height: 72px;
	background: url(../images/nav_manufacturing.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 0 -10px 0;
	}
a.manufacturing:link, a.manufacturing:visited, a.manufacturing:active {
	background: url(../images/nav_manufacturing.jpg) no-repeat;
	}
a.manufacturing:hover {
	background-position: -199px 0;
	}

.finishing {
	display: block;
	width: 199px;
	height: 72px;
	background: url(../images/nav_finishing.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 0 -10px 0;
	}
a.finishing:link, a.finishing:visited, a.finishing:active {
	background: url(../images/nav_finishing.jpg) no-repeat;
	}
a.finishing:hover {
	background-position: -199px 0;
	}

/* COPY AREA */

#copy {
	margin: 20px 0 0 36px;
	width: 590px;
	float: left;
	padding: 0 0 0 0;
}

/* FOOTER */

#footer {
	width: 1089px;
	height: 240px;
	background: url(../images/footer.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

.clear {clear: both;}

.copyright {
	font: 10px verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode"; 
	text-align: left;
	color: #FFFFFF;
	margin: 20px 0 0 205px;
	padding: 15px 0 0 0;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	font: 10px verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode"; 
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
.copyright a:hover {
	color: #0093c9;
	}

.blueslashfooter {
	font: .8em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode"; 
	color: #0093c9;
	font-weight: normal;
	padding: 0 10px 5px 10px;
}

/* LINKS */

a:link, a:visited, a:active	{
	color: #005574; 
	font-weight: bold; 
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

.footer a:link, .footer a:visited, .footer a:active	{
	color: #c1c1c1; 
	font-weight: normal; 
	text-decoration: none;
	}

.footer a:hover {
	color: #333333;
	}


/* TITLES */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #005574;
	text-align: left;
	margin: 0;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #005574;
	text-align: left;
	margin: 0 0 5px 0;
	}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #005574;
	text-align: left;
	margin: 30px 0 0 0;
	}

/* MISC */	

.calltoaction{
	margin: 20px 0 10px 0;
	padding: 4px;
	width: 100%;	
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

a.calltoaction:link, a.calltoaction:visited, a.calltoaction:active	{
	margin: 0 0 10px 0;
	padding: 4px;
	width: 100%;	
	background-color: #000000;
	color: #9bcc14;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

a.calltoaction:hover	{
	text-decoration: none;
}



.company {
	font: .8em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode"; 
	color: #c1c1c1;
}	
	
.icon {
	margin: 10px 5px 0 4px;
}

.joinstatement {
	margin: -10px 0 0 0;
}

.bigbutton {
	margin: 10px 0 10px auto;
}

.quotes {
	margin: 10px 120px 0 auto;
}

.action {
	padding: 20px;
	background-color: #eeeeee;
	text-align: right;
	margin-right: 20px;
	width: 100%;
	color: #333333;
	font-weight: bold;
}



/* MISC */

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}

img {
	border:0;
	}
	
.quote {
	font-style: italic;
	padding: 10px 0 10px 0;
	}

/* TABLES */

/*
table {
	width: 100%;
	text-align: left;
}

tr, td {
	padding: 10px;
} */

table .registration 
{
    width: 100%;
	text-align: left;
}

.registration tr, .registration td {
	padding: 0px;
	padding-left: 10px;
}

.label {
	display: block;
	font-weight: normal;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	}
	
.boldlabel {
	display: block;
	font-weight: bold;
	padding-right: 1em;
	text-align: right;
	line-height: 1.8em;
	}

.italic {
	font-style: italic;
}

.superscript {
	font-size: 9px;
	color: #686464;
	font-weight: normal;
	line-height: 1.6em;
}

h1 + p {
	font-weight: bold;
}	

.floatleft {
	float: left;
	margin: 10px 30px 20px 0;
	}
