@charset "utf-8";
/* CSS Document */

html, body {
   margin:0px;
   padding:0px;
   height:100%;
}
a.link_style1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCC;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	text-decoration: none;
	text-transform: none;
}
a.link_style1:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCC;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	text-transform: none;
}
a.link_style1:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0CF;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	text-decoration: underline;
	text-transform: none;
}
a.link_style2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #009;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
a.link_style2:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #009;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
}
a.link_style2:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #39F;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
}
a.link_style3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: none;
}
a.link_style3:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-indent: 50px;
}
a.link_style3:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00F;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
	text-indent: 50px;
}
a.link_style4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #A6B1D9;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
	text-decoration: none;
	text-transform: none;
}
a.link_style4:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #a6b1d9;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
	text-transform: none;
}
a.link_style4:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	font-variant: normal;
	text-align: right;
	text-decoration: underline;
	text-transform: none;
}
a.link_style5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00008B;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
	text-transform: none;
}
a.link_style5:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00008B;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
	text-transform: none;
}
a.link_style5:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #1E90FF;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
	text-transform: none;
}
.container 
{
   min-height:100%;
   position:relative;
}

.header-repeating 
{
	background-image: url(Images/header.jpg);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	min-width: 1000px;
	height: 85px;
}

.body 
{
	padding-bottom:140px;
}

.footer-repeating 
{
    position:absolute;
	bottom:0;
	width:100%;
	height:80px;			/* Height of the footer */
	background-image: url(Images/footer.jpg);
	background-repeat: repeat-x;
	min-width: 1000px;
}

.index_maincontent{
	height: 482px;
	width: 1000px;
	background-position: center center;
	margin: auto;
	background-image: url(Images/index-main.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.logo {
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 200px;
}
.header_content {
	background-position: center;
	height: 85px;
	width: 1000px;
	text-align: center;
	float: none;
	margin: auto;
}

.clearfloat {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.but-web {
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 120px;
}
.but-design {
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 120px;
}
.but-software {
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 120px;
}
.but-branding {
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 120px;
}
.but-strategy {
	
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 120px;
}
.but-guide {
	background-repeat: no-repeat;
	float: left;
	height: 85px;
	width: 200px;
}
.footer-content {
	background-position: center;
	height: 80px;
	width: 1000px;
	text-align: center;
	float: none;
	margin: auto;
	background-image: url(Images/footer-gradient.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}

.index-learnmore {
	background-repeat: no-repeat;
	height: 24px;
	width: 100px;
	float: left;
	margin-top: 458px;
	margin-left: 520px;
	}
.content_allpages {
	height: 100%;
	min-height: 400px;
	width: 1000px;
	background-position: center center;
	margin: auto;
	padding-top: 20px;
	position: relative;
	vertical-align: middle;

}
.h1 {
	height: 34px;
	width: 483px;
	float: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00C;
}

.content_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	background-image: url(Images/content_left.jpg);
	width: 195px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 100%;
}
.text_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	height: 100%;
	width: 175px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #009;
}
.centerimage {
	float: left;
	height: auto;
	width: 545px;
}
.content-right {
	float: left;
	height: auto;
	width: 260px;
}
.mainimage {
	height: 100%;
	width: 483px;
	float: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00C;
}
.text_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	height: auto;
	width: 240px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009;
	text-align: center;
}
.imageleft_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	height: auto;
	width: 175px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.header-repeating-inside {
	background-image: url(Images/header-inside.jpg);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	min-width: 1000px;
	height: 85px;
}
.content_leftweb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	background-image: url(Images/content_left.jpg);
	width: 195px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 100%;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #666;
}
.main-contact {
	height: 100%;
	width: 483px;
	float: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00C;
	padding-left: 20px;
}
.footer-repeatingtall {
	position:absolute;
	bottom:0;
	width:100%;
	height:140px;			/* Height of the footer */
	background-image: url(Images/footer-tall.jpg);
	background-repeat: repeat-x;
	min-width: 1000px;
}
.footer-contenttall {
	background-position: center;
	height: 140px;
	width: 1000px;
	text-align: center;
	float: none;
	margin: auto;
	background-image: url(Images/footer-tallcenter.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.footer-repeatingtallhome {
	position:absolute;
	bottom:0;
	width:100%;
	height:140px;			/* Height of the footer */
	background-image: url(Images/footer-tallhome.jpg);
	background-repeat: repeat-x;
	min-width: 1000px;
}
.footer-contenttallhome {
	background-position: center;
	height: 140px;
	width: 1000px;
	text-align: center;
	float: none;
	margin: auto;
	background-image: url(Images/footer-tallcenterhome.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.footer_boxes {
	height: 90px;
	width: 240px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	float: left;
	height: 20px;
	width: 500px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.footer-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}
.center-text {
	float: left;
	height: 100px;
	width: 300px;
	padding-left: 10px;
	padding-top: 0px;
}
