/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
	background-image:url('iamges/stripyback.gif');
}

#mainsite {
	width:780px;
	height:780px;
	border: 2px solid #f00;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#000;
}

#designedby {
	width:782px;
	margin-top:5px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}

#designedby a { color:#f00;text-decoration:none; }
#designedby a:hover { color:#fff;text-decoration:none; }

#menubox {
	height:72px;
	background-image:url('images/menuback.gif');
}

#topbox {
	height:92px;
}

.menuitem {
	height:21px;
	width:88px;
	float:left;
	border-right:1px solid #000;
	margin-top:22px;
	font-size:10px;
	padding-top:11px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;	
	display:block;
	color:#000;
	background-image:url('images/greyback.jpg');
}

.menuitem:hover {
	background-image:url('images/redback.jpg');
}

#menusele {
	background-image:url('images/redback.jpg');
}

#itdesklogo {
	float:left;
	position:relative;
	top:0px;
	left:18px;
	width:198px;
	height:64px;
	border:4px solid #000;
}

#contentbox {
	width:500px;
	height:534px;
	float:left;
	padding:10px 20px 0px 20px;
}

#redbar {
	height:24px;
	width:772px;
	background-color:#f00;
	float:left;
	padding-top:8px;
	padding-left:8px;
}

#rightimgs {
	width:240px;
	float:right;
	height:544px;

}

#contentbox h1 {
	color:#f00;
	font-size:25px;
	line-height:27px;
}

#contentbox h2 {
	color:#f00;
	font-size:17px;
	line-height:19px;
}

#redbar h2 {
	color:#fff;
	font-size:13px;
}

#contentbox p {
	color:#fff;
	font-size:13px;
	line-height:16px;
}

#contentbox a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

#contentbox a:hover {
	color:#f00;
}

.imagebox {
	width:196px;
	height:128px;
	position:relative;
	left:18px;
	background-color:#fff;
	border:1px solid #f00;
}

#serverinstall {
	background-image:url('images/serverinstall.jpg');
	top:0px;
}

#desktop {
	background-image:url('images/desktop.jpg');
	top:6px;
}

#support {
	background-image:url('images/support.jpg');
	top:12px;
}

#network {
	background-image:url('images/network.jpg');
	top:18px;
}

.imagebox h3 {
	display:block;
	color:#fff;
	width:170px;
	height:21px;
	padding-top:10px;
	padding-left:10px;
	font-size:11px;
	background-color:#f00;
	position:relative;
	top:97px;
}

#testimonialsleft {
	margin-top:30px;
	width:180px;
	height:440px;
	background-color:#fff;
	border:2px solid #f00;
	float:left;
	overflow:auto;
}

#testimonialsleft a {
	color:#000;
	display:block;
	font-size:13px;
	height:22px;
	width:173px;
	border-bottom:1px solid #f00;
	padding-top:8px;
	padding-left:6px;
}

#testimonialsright {
	margin-top:30px;
	width:280px;
	height:440px;
	background-color:#fff;
	border:2px solid #f00;
	float:right;
	overflow:auto;
}

#testimonialsright h4 {
	display:block;
	font-size:15px;
	padding-top:10px;
	height:30px;
	text-align:center;
	margin:0;
}

#testimonialsright img {
	width:280px;
	height:120px;
	border-bottom:1px solid #f00;
	border-top:1px solid #f00;
	background-color:#fff;
	margin:0;
}

#testimonialsright h5 {
	display:block;
	height:22px;
	font-size:14px;
	border-bottom:1px solid #f00;
	width:280px;
	text-align:center;
	margin:0;
}

#testimonialsright a {
	color:#000;
}

#testimonialsright p {
	color:#000;
	font-size:14px;
	display:block;
	height:241px;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	text-align:left;
	margin:0;
	overflow:auto;
}

.nodisp {
	display:none;
}