﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*background-color: #e5e5e5;*/
	background-color: #323232;
}

#containerOutside
{
	background-color: #e5e5e5;
}

#container
{
	margin:0px auto;
	width: 1004px;
	background-color: White;
	margin:auto;
	-box-shadow:0px 5px 15px gray;
	-webkit-box-shadow:0px 5px 15px gray;
	-moz-box-shadow: 0px 5px 15px gray;
}

#header
{
	display: block;
	background-image: url("Images/header.png");
	width: 1004px;
	height: 100px;
	margin: auto;
}

#headerOutside
{
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

#headerlink
{
	display: block;
	width: 1004px;
	height: 80px;
}

.menugoogle
{
	text-align: right;
	padding-top: 60px;
}

.clear
{
	clear: both;
}

#menuOutside
{
	background-color: #323232;
}

#menu
{
	height: 50px;
	width: 1004px;
	margin: auto;
}

.menuactive
{
	float: left;
	background-color: black;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.menuactive a
{
	text-decoration: none;
	color: white;
}

.menuactive a:hover
{
	 color: white;
}

.menudeactive
{
	float: left;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.menudeactive a
{
	text-decoration: none;
	color: white;
}

.menudeactive a:hover
{
	 color: orange;
}

.menuindustry
{
	font-size:13px;
	font-weight: bold;
}

.menuindustry a
{
	text-decoration: none;
	color: Black;
}

.menuindustry a:hover
{
	color: orange;
}

#phrase
{
	width: 1004px;
	height: 180px;
	background-image: url("Images/phrase.jpg");
	text-align: left;
	color: White;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: Black;
}

#tech
{
	width: 1004px;
	height: 180px;
	background-image: url("Images/tech.jpg");
	text-align: left;
	color: White;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: Black;
}

#business
{
	width: 1004px;
	height: 180px;
	background-image: url("Images/business.jpg");
	text-align: left;
	color: White;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: Black;
}

#clients
{
	width: 1004px;
	height: 180px;
	background-image: url("Images/clients.jpg");
	text-align: left;
	color: White;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: Black;
}

#contact
{
	width: 1004px;
	height: 180px;
	background-image: url("Images/contact2.jpg");
	text-align: left;
	color: White;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: Black;
}

#industry
{
	width: 1004px;
	height: 180px;
	background-image: url("Images/industry.jpg");
	text-align: left;
	color: White;
	padding-left: 0px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: Black;
}


#bluebar
{
	background-color: gray;
	height: 25px;
	color: white;
	margin-top: 10px;
}

.bluebartext
{
	float: left;
	text-align: left;
	width: 300px;
	padding-top: 5px;
	padding-left: 25px;
}

#graybar
{
	/*background-color: #323232;*/
	background-color: black;
	height: 10px;
}

#graybarfull
{
	/*background-color: #323232;*/
	background-color: black;
	height: 10px;
}

#presentationtextbox
{
	float: left;
	height: 160px;
	width: 559px;
	background-color: White;
	text-align: left;
}

#presentationnewsbox
{
	float:left;
	width: 421px;
	height: 160px;
	font-size: 11px;
	background-color: White;
	text-align: left;
	padding-left: 10px;
}

.title
{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.orange
{
	/*background-color: #C33800;
	background-color: #323232;
	color: White;
	padding: 0px 10px 0px 10px;
	width: 305px;*/
	color: black;
	font-weight: bold;
}

.backgroundGray
{
	width: 260px;
	padding: 0px 10px 0px 10px;
	/*background-color:rgba(50,50,50,0.5);*/
}

.title2
{
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

.text
{
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

#columnbox
{
	margin:0 auto;
	min-height:260px;
	background-color: White;
	padding: 0px 20px 30px 20px;
	color: black;
	text-align: left;
}

#columnbox2
{
	margin:0 auto;
	min-height: 250px;
	background-color: White;
	padding: 20px 25px 40px 25px;
	color: black;
	text-align: left;
}

#columnboxnews
{
	margin:0 auto;
	min-height: 300px;
	background-color: White;
	padding: 20px 25px 40px 25px;
	color: #333333;
	text-align: left;
}

.column
{
	float: left;
	text-align: left;
	margin:0 auto;
	min-height:260px;
	width: 304px;
	padding-left: 10px;
	padding-right: 10px;
}

.column1
{
	float: left;
	text-align: left;
	margin:0 auto;
	min-height:260px;
	width: 290px;
	padding-left: 10px;
	padding-right: 10px;
}


.column2
{
	float: left;
	text-align: left;
	margin:0 auto;
	min-height:350px;
	width: 290px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}

.column3
{
	float: left;
	text-align: left;
	margin:0 auto;
	min-height:260px;
	width: 290px;
	padding-left: 20px;
	padding-right: 10px;
}

.columnClients
{
	float: left;
	text-align: left;
	margin:0 auto;
	min-height:260px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
}

.columnTech
{
	float: left;
	text-align: left;
	margin:0 auto;
	min-height:260px;
	width: 450px;
	padding-left: 10px;
	padding-right: 10px;
}

#footerOutside
{
	background-color: #323232;
}

#footer
{
	width: 984px;
	text-align: left;
	font-size: 12px;
	color: gray;
	padding: 10px 0px 40px 0px;
	margin: auto;
}

#footer a
{
	color: silver;
	text-decoration: none;
}

#footer a:hover
{
	 color: orange;
}
