@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #000;
}

body.background {
	background-image: url(images/inkTestCrop.jpg);
	background-repeat: no-repeat;
	background-position: center 150px;
}

a img {
	border:none;
}

a,
a:link,
a:active,
a:visited
{
	color:#FFF;
}

a:hover
{
	color:#C00;
}


h1 {
	font-size:16px;
	color:#58595B;
	margin-bottom:0;
	padding-bottom:0;
}

h2 {
	font-size:16px;
	color:#58595B;
	margin-bottom:0;
	padding-bottom:0;
}

p {
	margin-top:0;
	line-height:1.6em;
}

.clear {
	clear:both;
}

ul.equip {
}

/* #############################################
Global Structure
################################################ */

#container {
	width: 965px;  
	margin: 0 auto; 
	text-align: left; 
}


#header {
	height:170px;
	position:relative;
}

#header #logo {
	position:absolute;
	top:25px;
	left:0px;
}

#header #tagline {
	position:absolute;
	top:95px;
	left:255px;
}

#header #phone {
	position:absolute;
	top:24px;
	left:777px;
	width:186px;
	font-size:24px;
	font-weight:bold;
	text-align:right;
}

#header #social_media {
	position:absolute;
	top:58px;
	right:0px;
	width:486px;
	text-align:right;
}


#menu {
	letter-spacing:0.2em;
	height:40px;
	margin-left:10px;
}



#menu a
{
	display:block;
	float:left;
	margin-right:16px;
}

#menu a,
#menu a:link,
#menu a:active,
#menu a:visited
{
	color:#fff;
	text-decoration:none;
}

#menu a:hover
{
	color:#C00;
	text-decoration:none;
}

#menu a.selected 
{
	color:#c00;
}



#menu #submenu {
	font-size:10px;
	padding-top:8px;
	letter-spacing:0em;
	clear:both;
}

#menu #submenu a
{
	display:block;
	float:left;
	margin-right:12px;
}

#menu #submenu a,
#menu #submenu a:link,
#menu #submenu a:active,
#menu #submenu a:visited
{
	color:#ccc;
	text-decoration:none;
}

#menu #submenu a:hover
{
	color:#C00;
	text-decoration:none;
}

#menu #submenu a.selected
{
	color:#fff;
	font-weight:bold;
}




#mainContent { 
	width:420px;
	margin-left:10px;
}

.split_col {
	width:470px;
	float:left;
}

.full_col
{
}

.page_img {
	border:solid 1px #fff;
}

#footer {
	padding:24px;
	font-size:9px;
	color:#999;
}
