/* CSS Document */
* {
	margin:0px;
	padding:0px;
	}


body {
	background-image:url(../images/mainBack.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color: #fff;
	color:#4d4d4d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

h1{
	font-size:14px;
	margin-bottom:5px;
	background-color:#fff;
	color:#b20;
	padding:2px;
	}
h2{
	font-size:14px;
	margin-bottom:0px;
	margin-left:3px;
	color:#fff;
	}
.h2 {
	font-size:14px;
	margin-bottom:0px;
	margin-left:3px;
	font-weight:bold;
	color:#fff;
	}
h3{}
h4{}
h5{}
h6{}
p {
	margin-bottom:10px;
	}
a:link {
	color:#4d4d4d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4d4d4d;
}
a:hover {
	text-decoration: underline;
	color:#f00 ;
}
a:active {
	text-decoration: none;
	color: #4d4d4d;
}
ul, li {
	margin-left:10px;
    list-style-image:url(../images/redBullet.gif);
	margin-bottom:8px;
	}
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:153px;
	width:975px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	}
#footer {
	margin:10px;
	}
.breakOut {
	position:absolute;
	left:10px;
	bottom:-7px;
	z-index:5;
	}
#cssValidator {
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:6;
	}
#copyright {
	margin-left:10px;
	}
#topNavigation{
	position:relative;
	top:128px;
	left:400px;
	}
#topNavigation ul li{
	margin:0px;
	display:inline;
	
	}
#bottomNavigation{
	width:975px;
	
	}
#bottomNavigation ul li{
	margin:0px auto;
	display:inline;
	}
#mainContent {
	width:953px;
	margin:0 auto 0 auto;
	background-color:#fff;
	background-image:url(../images/backMainContent.jpg);
	background-repeat:repeat-y;
	padding:10px;
	border:solid #ccc;
	border-width:0 1px 1px 1px;
	overflow:hidden;
	}
#leftColumn {
	width:320px;
	}
#rightColumn {
	width:600px;
	border:0px solid #ccc;
	float:right;
	}
.boxOutHome {
	width:145px;
	background-color:#fff;
	list-style:none;
	font-size:9px;
	border:0px solid #E4E4E4;
	margin-top:4px;
	}
.boxOutHome a{
	padding:3px;
	height:18px;
	font-size:9px;
	width:139px;
	text-decoration:none;
	display:block;
	border-bottom:1px dotted #ccc;
	}
.boxOutHome a:hover{
	padding:3px;
	height:18px;
	font-size:9px;
	width:139px;
	text-decoration:none;
	display:block;
	border-bottom:1px dotted #ccc;
	background: #F2F2F2 url(../images/link_arrow.gif) no-repeat right;
	}
.noHead {
	background-image:url(../images/backNoHead2.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:3px 0px;
	text-align:center;
	font-weight:bold;
	border:1px solid #ccc;
	width:143px;
	height:30px;
	}

.copyPad {
	padding:5px;
	}
.boxOut2 {
	border-bottom:0px dotted #ccc;
	padding:5px;
	width:660px;
	margin-bottom:10px;
	line-height:17px;
	}
.boxOut2Hidden {
	border-bottom:0px dotted #ccc;
	padding:5px;
	width:660px;
	margin-bottom:10px;
	line-height:17px;
	display:block;
	}
ol {
	list-style:outside;
	list-style-type:decimal;
	}
	
.bar{
	border-top:3px solid #6699CC;
	border-bottom:3px solid #ccc;
	background-color:#8ec0d9;
	padding:3px;
	padding-left:0;
	margin-bottom:5px;
	cursor:pointer;
	width:660px;
	}
#networking, #consultancy, #configuration, #principles, #infrastructure, #implementation, #theCompany {display:none;}
#pcs, #special, #laptops, #luggable, #servers, {display:none;}

#rightColumn2 {
	float:right;
	border-left:1px dotted #ccc;
	width:250px;
	padding-left:10px;
	clear:right;
	}
.heading {
	border:1px solid #ccc;
	border-top:2px solid #b4b4b4;
	color:#333;
	padding:5px;
	background: #fff;
	font-size:12px;
	margin-bottom:4px;

	}
.imagePad2 {
	padding:4px;
	border:1px solid #ccc;
	}
.caption {
	font-size:11px;
	font-style:italic;
	margin:5px 0;
	}
.dottedDivider {
	border-bottom:1px solid #ccc;
	margin-top:3px;
	}
.clear {
	clear:right;
	margin-bottom:10px;
	}
	
#subNav {
	border:0px solid #ccc;
	padding:0px;
	height:30px;
	display:block;
	margin-bottom:5px;
	}
.subNavItem {
	border:0px solid #6699FF;
	width:30px;
	height:30px;
	}
.subHead {
	font-size:13px;
	margin-bottom:0px;
	margin-top:20px;
	color:#b20;
	font-weight:bold;
	}
#video {
	position:absolute;
	bottom:125px;
	z-index:9999;
}