@CHARSET "ISO-8859-1";
body {
	font:14px Verdana;
	line-height:1.4;
	background-image:url("img/bg_body.png");
	background-repeat:no-repeat;
	background-position:top;
	background-color:#191b2d;
	text-align:center;
}

#page {
	margin-right:auto;
	margin-left:auto;
	margin-top:34px;
	width:800px;
	background-color:#9fb5ca;
	text-align:left;
}

#banner {
	min-height:67px;
	background-color:#c0d8d8;
	background-image:url("img/bg_banner.png");
	background-repeat:no-repeat;
	background-position:left;
}
#banner h1 {
	margin:0;
	font-size:1.6em;
	color:#003e8b;
	font-weight:bold;
}

#banner h1 {
	padding-top:30px;
	margin-left:215px;
}

.img_rt {
	float:right;
	padding:5px;
}

#left {
	float:left;
	width:150px;
	min-height:300px;
	background-color:#9fb5ca;
	background-image:url("img/bg_left.png");
	background-repeat:no-repeat;
	background-position:top;
}

#menu {
	margin-top:95px;
	min-height:125px;
}

#menu ul {
	list-style-type: none;
}

#menu li a { 
	color:#191b2d;
	text-decoration:none;
	font-weight:bold;
}

#menu li a:hover {
	color:#00a2f3;
}

#menu .active a:hover {
	color:#00a2f3;
}

#menu .active a {
	color:#00a2f3;	
}

#contactbox {
	background-image:url("img/bg_contactfast.png");
	background-repeat:no-repeat;
	background-position:top;
	min-height:150px;
	text-align:center;
}

#contactbox p {
	padding:70px 5px 0px 5px;
}

#content {
	min-height:600px;
	background-color:#f0f0f0;
	margin-left:150px;
}
#content p {
	margin:0;
	padding:5px;
}
#content h2 {
	margin:0;
	padding:10px 0px 10px 5px;
	color:#565f68;
}

#content_boxes {
	font-size:.9em;
	min-height:550px;
	background-color:#f0f0f0;
}
	
#content_boxes h3 {
	padding-left:100px;
	padding-top:10px;	
	font-size:1.4em;
	color:#191b2d;
}

#content_boxes ul {
	padding-top:10px;
	list-style-type:square;
	/* list-style-image:url("img/watever.png"); */
}


#cbox_tl {
	background-image:url("img/pic_repairs.png");
	background-repeat:no-repeat;
	background-position:top-left;
	float:left;
	margin-left:5px;
	min-height:250px;
	width:48%;
	background-color:#8d9baa;
	border:1px solid black;
}

#cbox_tr {
	background-image:url("img/pic_internet.png");
	background-repeat:no-repeat;
	background-position:top-left;
	float:right;
	min-height:250px;
	width:48%;
	margin-right:5px;
	background-color:#9fb5ca;
	border:1px solid black;
}

#cbox_bl {
	clear:both;
	background-image:url("img/pic_networking.png");
	background-repeat:no-repeat;
	background-position:top-left;
	float:left;
	margin-left:5px;
	margin-top:10px;
	min-height:250px;
	width:48%;
	background-color:#a8c0d8;
	border:1px solid black;
}

#cbox_br {
	background-image:url("img/pic_other.png");
	background-repeat:no-repeat;
	background-position:top-left;
	float:right;
	min-height:250px;
	width:48%;
	margin-right:5px;
	margin-top:10px;
	background-color:#c0d8d8;
	border:1px solid black;
}

label {
	width: 125px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input, textarea {
	color:white;
	background-color:#9fb5ca;
	border:1px dashed black;
}

fieldset {
	border:0;
	padding:10px 5px 10px 5px;
	margin-right:20px;
	margin-left:20px;
}

.submit input
{
	display:block;
	float:right;
	font-weight:bold;
	margin-right:35px;
	border:1px solid black;
}

input.textinput {
	width:150px;
}

#footer {
	clear:both;
	text-align:center;
	font-size:0.75em;
}

#footer a {
	text-decoration:none;
	color:#191b2d;
}

#footer a:hover {
	color:#f0f0f0;
}
