@charset "utf-8";
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	overflow: auto;
	font-weight: normal;
	letter-spacing: 1px;
}
.thumb1 {
	float: left;
}
.thumb2 {
	float: left;
}
.thumb3 {
	float: left;
}
.thumb4 {
	float: left;
}




.client1 {
	width: 800px;

}
.mainimage {
	width: 410px;
	float: left;
}


img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}

#contactbox {
	background-color: #FFFFFF;
	width: 200px;
	margin-top: 2px;
	padding-left: 20px;
}

#clientbox {
	width: 136px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 0px none #1D1D1D;
	float: left;
}

a.client-futuredisco  {
	background-color: #9966FF;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}
a:hover.client-futuredisco {
	text-decoration: none;
	background-color: #FFFFFF;
}

a.client-needwant  {
	background-color: #99CCFF;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}
a:hover.client-needwant {
	background-color: #FFFFFF;
	text-decoration: none;
}

a.client-material  {
	background-color: #FF66FF;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}
a:hover.client-material {
	background-color: #FFFFFF;
	text-decoration: none;
}

a.client-aferrall  {
	background-color: #66CC99;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}
a:hover.client-aferrall {
	background-color: #FFFFFF;
	text-decoration: none;
}

a.client-lnt  {
	background-color: #3399FF;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}
a:hover.client-lnt {
	background-color: #FFFFFF;
	text-decoration: none;
}

a.client-cubrik  {
	background-color: #669966;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}
a:hover.client-cubrik {
	background-color: #FFFFFF;
	text-decoration: none;
}

a.client-ryandryden  {
	background-color: #FF9900;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	cursor: pointer;
}
a:hover.client-ryandryden {
	background-color: #FFFFFF;
	text-decoration: none;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1  {
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
p.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 20px;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 600px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: justify;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 3.9px;
}

.main  #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.main  #header {
	top: 15px;
	width: 100%;
	background-color: #2E292A;
	color: #FFFFFF;
	height: 39px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/logo3.png);
	background-repeat: no-repeat;
}
.main  #header  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}
.main  #mainContent {
	padding: 0;
	width: 1024px;
}
.main  #footer {
	bottom: 15px;
	width: 100%;
	background-color: #2E292A;
	position: fixed;
	height: 30px;
	padding-right: 0;
	padding-left: 0;
}
.main  #footer  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFFFFF;
}
.style1 {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

p.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 0px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 13pt;
}
p.clients {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	line-height: 13pt;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: justify;
}
h1.sectionhdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 0px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
}
.clientexamples {
	width: 700px;
	padding-top: 29px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	float: left;
}
.clientexample1 {
	width: 900px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	float: left;
}
.thumbs {
	width: 135px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.thumbs  img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.client {
	width: 800px;
}

.client2 {
	width: 800px;
}

.client3 {
	width: 800px;
}

.thumb5 {
	float: left;
}
.thumb6 {
	float: left;
}
.thumb7 {
	float: left;
}
.thumb8 {
	float: left;
}
