@charset "utf-8";
/* CSS Document */

.style1 {
	font-size: small;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	background-image:url(../Images/Circuitboard.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.MainTable {
	background-color:#EEEEEE;
	width: 100%;
	vertical-align: top;
	margin: 5px 0 5px 0;
	background-repeat:no-repeat;
	background-position:top right;
	border: 2px;
	border-color:#000000;
	border-style:solid;
}

.MainHeader {
	background-color:#EEEEEE;
	width: 100%;
	margin: 5px 0 5px 0;
	vertical-align: top;
	background-repeat:no-repeat;
	background-position:top right;
	border: 2px;
	border-color:#000000;
	border-style:solid;
}

.ServicesTable {
	height:175px;
	width:100%;
	border:0;
}

.Services {
	width: 25%;
	margin: 15px;
	vertical-align: top;

	background-color:#FFFFCC;

	background-repeat:no-repeat;
	background-position:top right;

	margin: 25px;
	border: 3px;
	border-color:#000000;
	border-style:solid;
}

#web {
	background-image:url(/Backgrounds/globe.png);
}
#store {
	background-image:url(/Backgrounds/cart.png);
}
#net {
	background-image:url(/Backgrounds/keyboard.png);
}
#app {
	background-image:url(/Backgrounds/design.png);
}

#services {
	background-image:url(../Images/70Grad.png);
	background-position:top left;
	background-position:-2px -2px;
}

.ServiceHeader {
	font-size:12px;
	font-weight:bold;
	margin: 5px;
}
.ServiceText {
	font-size:10px;
	margin: 5px;
	vertical-align:top;
}
.ServiceText a {
	text-decoration:none;
	font-weight:bold;
	color:#00A0C6;
}


.Menu {
	background-color:#666666;
	margin: 5px 0 5px 0;
	border: 1px;
	border-color:#000000;
	border-style:solid;
	text-align:center;
	font-size:13px;
}

.MenuButton {
	background-image: url(/Backgrounds/Grey2Trans.png);
	background-repeat:repeat-x;
	background-position:top right;
	background-color:#7FC31B;
	background-position:center;

	text-align:center;
	font-size:13px;
	font-weight: normal;

	width: 18%;
	color:#FFFFFF;
	margin: 0;
	border: 1px;
	border-color:#000000;
	border-style:solid;
}
.MenuButton:hover {
	background-color:#FFFFFF;
}

.BlindLink {color:#FFFFFF; text-decoration:none;}
A.BlindLink {text-decoration:none;}
A.BlindLink:visited {text-decoration:none;}
A.BlindLink:link	 {text-decoration:none;}
A.BlindLink:visited {text-decoration:none;}
A.BlindLink:hover	 {text-decoration:none;}



.InfoButton {
	background-image: url(/Backgrounds/Grey2Trans.png);
	background-repeat:repeat-x;
	background-position:top right;
	background-color:#CCCCCC;
	background-position:center;
	width: 14%;
	color:#000000;
	margin: 0;
	border: 1px;
	border-color:#000000;
	border-style:solid;
}
.InfoButton:hover {
	background-color:#FFFFFF;
}
