/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for standards compliant browsers */
}

html>body { /* be nice to Opera declaration */
	font-size: small;
}

a {
	outline: none;
}

body#contactform a#contactlink,
body#home a#home,
body#about a#about,
body#community a#community,
body#clients a#clients,
body#sitemap a#sitemap,
body#employment a#employment {
	color:#FFFFFF;
	background:#003366;
	margin:0;
}

body#cinemaPlanning a#cinemaPlanning,
body#homeCinema a#homeCinema,
body#businessCinema a#businessCinema,
body#brands a#brands,
body#serverNet a#serverNet,
body#consultPlan a#consultPlan,
body#supportPlan a#supportPlan,
body#repairUpgrade a#repairUpgrade, 
body#virusMalware a#virusMalware,
body#broadband a#broadband,
body#hardware a#hardware,
body#securityCam a#securityCam,
body#businessSoft a#businessSoft,
body#ruralSupport a#ruralSupport,
body#partnerships a#partnerships, 
body#websiteDev a#websiteDev,
body#hosting a#hosting,
body#softwareDev a#softwareDev,
body#domainNames a#domainNames, 
body#portfolio a#portfolio{
	color:#cc9900;
	background: url(../images/nav_arrow.gif) no-repeat left center;
}

.imageleft {
	float:left;
	display:inline;
	margin:5px 8px 5px 0;
	padding:2px;
	border:solid #666 1px;
}

.imageright {
	float:right;
	display:inline;
	margin:5px 0 5px 8px;
	padding:2px;
	border:solid #666 1px;
}
	

h1 {
	margin: 0;
	position:absolute;
	top:0px;
	left:1%;
	z-index:5;
	height:82px;
	width:300px;
	text-indent: -9000px;
}

h1.weblogo a {
	display: block;
	height:100px;
	width:300px;
	background:url(../images/web_logo.jpg) no-repeat top left;
}

h1.computerlogo a {
	display: block;
	height:100px;
	width:300px;
	background:url(../images/computer_logo.jpg) no-repeat top left;
}

h1.cinemalogo a {
	display: block;
	height:100px;
	width:300px;
	background:url(../images/cinema_logo.jpg) no-repeat top left;
}

h1.generic {
	margin: 0;
	position:absolute;
	top:12px;
	left:1%;
	z-index:5;
	height:79px;
	width:341px;
	text-indent: -9000px;
}

h1.generic a {
	display: block;
	height:82px;
	width:354px;
	background:url(../images/ss_logo.jpg) no-repeat top left;
}

#wrapper {
	position:relative;
	width: 100%;
	min-width:950px;
	margin:0;
	padding:0;
	background: #ffffff;
}

#computermasthead {
	position:relative;
	height: 110px;
	width:100%;
	background:url(../images/computer_header.jpg) repeat-x right bottom;
}

#webmasthead {
	position:relative;
	height: 110px;
	width:100%;
	background: #006699 url(../images/home_header.jpg) repeat-x right bottom;
}

#cinemamasthead {
	position:relative;
	height: 110px;
	width:100%;
	background:#660000 url(../images/cinema_masthead.jpg) repeat-x right bottom;
}

#login {
	z-index:6;
	position:absolute;
	top:87px;
	right:1%;	
	width:100px;
	margin:0;
	padding:0;
}

#login h4 {
	margin:0 0 2px 0;
}

#login h4 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	padding: 1px 15px 1px 0;
	line-height:14px;
	margin:0;
	background:url(../images/padlock_white.gif) no-repeat right center;
}

#login h4 a:hover {
	color:#cc9900;
	background: url(../images/padlock_yellow.gif) no-repeat right center;
}

#navbar {
	position:relative;
	float:left;
	width:23%;
	background:#fff;
	padding-bottom:10px;
	margin:1px 0 0 0;
}

#navbar a{
	font-weight:bold;
	text-decoration:none;
	width:95%;
	font-size:100%;
	color:#003366;
	padding-left: 12px;
}

#navbar a:hover {
	color:#cc9900;
	background: url(../images/nav_arrow.gif) no-repeat left center;
}

#navbar ul {
	margin:0px 0 0px 18px;
	padding:3px 0 2px 0;
	width:90%;
	list-style:none;
	background:url(../images/subpage_navline.gif) repeat-x bottom left;	
}

#navbar li{
	padding:5px 0 5px 0;
	width:100%;
	background:url(../images/subpage_navline.gif) repeat-x bottom left;
}

#subnav {
	font-size:80%;
	color:#999;
	padding:10px 0 0 20px;
	width:95%;
}

#subnav a{
	display:block;
	color:#003366;
	background:#Eeeeee;
	margin:0;
	padding:4px 0 4px 12px;
}

#subnav a:hover{
	color:#FFFFFF;
	background:#003366;
	margin:0;
}

#subnav ul {
	margin-left:20px;
	background:#ffffff;
	width:100%;
}

#subnav li{
	margin:0 0 1px 0;
	padding: 0;
	width:100%;
	background:#eeeeee;
}

/*Code to make the tabs */
#tabs {
	position: absolute;
	top:75px;
	right: 0;
	z-index:4;
	margin:0;
	padding:0;
	list-style: none;
	height: 35px;
	width:62%;
	display: inline;

	}

#tabs li {
	margin:0; 
	padding:0;
	display: inline;
	list-style-type: none;
	}

#tabs a {
	float: left;
	padding: 35px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:35px; /* for IE5/Win */
	}
	
#tabs a:hover {
	background-position: 0 -35px;
	}

#tabs a:active, #tabs a.selected {
	background-position: 0 -70px;
	}
	
/*Nav bar elements*/
#tcomputer a  {
	width: 125px;
	background: url(../images/computer_tab_new.png) top left no-repeat;
	}

#tweb a  {
	width: 125px;
	background: url(../images/web_tab_new.png) top left no-repeat;
	}

#tcinema a  {
	width: 125px;
	background: url(../images/cinema_tab_new.png) top left no-repeat;
	}

#tlogin a  {
	position:absolute;
	top:0px;
	right:0;	
	width: 125px;
	background: url(../images/login_tab.png) top left no-repeat;
}

#content {
	float:left;
	width:76%;
	margin:1px 0 1px 5px;
	padding-bottom:10px;
}

#content p {
	font-size:90%;
	color:#999;
	padding:5px 5px;
}

#content a {
	color:#003366;
	text-decoration:underline;
}

#content a:hover {
	color:#cc9900;
	text-decoration:underline;
}

#mainContent {
	float:left;
	position:relative;
	width:76%;
}

#mainContent p {
	color:#666;
	font-size:89%;
	margin:0 0 5px 0;
	padding:2px 0 5px 0;
	line-height:1.4em;
}

#mainContent p.contact {
	color:#666;
	font-size:89%;
	margin:0 0 0px 0;
	padding:.3em 0 0px 0;
	line-height:1em;
}

#mainContent h3 {
	padding:0;
	margin:0 0 5px 0;
}

.computerpic h2 {
	display:block;
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	height:100px;
	background:url(../images/computer_professionals.jpg) no-repeat left top;
	border:solid 1px #003366;
	text-indent:-9000px;
}

.webpic h2 {
	display:block;
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	height:100px;
	background:url(../images/blue_computers.jpg) no-repeat left top;
	border:solid 1px #003366;
	text-indent:-9000px;
}

.cinemapic h2 {
	display:block;
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	height:100px;
	background:url(../images/red_cinema.jpg) no-repeat left top;
	border:solid 1px #003366;
	text-indent:-9000px;
}

#mainContent h3 {
	font-size:170%;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0 0 0 0;
	margin: 10px 0 0px 0px;
}

#secondaryContent {
	float:left;
	width:22%;
	margin-left:8px;
}

#tips {
	border-bottom:solid 1px #999;
}

#tips p {
	font-size:83%;
	padding:0 0 0 0;
	line-height:1.3em;
	margin:5px 0 7px 0;
	color:#666;
}

#tips h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:115%;
	font-weight:normal;
	color:#000;
	padding:7px 0 0 0;
	margin:0;
}

#tips a {
	padding:0;
	margin:0;
	color:#003366;
	text-decoration:underline;
}

.computer h3 {
	font-size:100%;
	margin:5px 0 0 0px;
	padding:.2em 0 .2em 10px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #006666;
}

.web h3 {
	font-size:100%;
	margin:5px 0 0 0px;
	padding:.2em 0 .2em 10px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #006699;
}

.cinema h3 {
	font-size:100%;
	margin:5px 0 0 0px;
	padding:.2em 0 .2em 10px;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #660000;
}

 h4 {
 	padding:0;
	margin:10px 0 5px 0;
}

#secondaryContent img {
	float:left;
	margin:0px 5px 0 5px;
	border:solid 1px #999;
}

#footer {
	clear: both;
	height:100px;
	width:100%;
	background: #ffffff url(../images/footer_bg.jpg) repeat-x top left;
	border-top:solid #999 1px;
}

#details {
	float:left;
	width:27%;
	margin-top:28px;
	padding-right:5px;
}

#details p {
	font-size:75%;
	color:#003366;
	padding:0 5px 0 7px;
	margin: 0 0 0 0;
}

#logos {
	float:left;
	width: 70%;
	padding-left: 1%;
	margin: 5px 0 5px 0;
}

#logos p {
	font-size:75%;
	color:#003366;
	padding:0 2% 0 2%;
	margin: 15px 0 0 0;
}
	

#logos ul {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}

#logos li {
	float: left;
	padding:0;
	text-indent:-9000px;
}
	
	
#logos li.trend {
	display:block;
	height:41px;
	width:96px;
	background:url(../images/trend-micro-logo.jpg) no-repeat;
	text-indent:-9000px;
	margin:5px 0 0 2%;
}

#logos li.microsoft {
	float:left;
	display:block;
	height:49px;
	width:119px;
	background:url(../images/mspart.gif) no-repeat;
	text-indent:-9000px;
	padding:0;
	margin:8px 2% 0 2%;
}

#logos li.westnet {
	float:left;
	display:block;
	height:44px;
	width:152px;
	background:url(../images/WNAgent.gif) no-repeat;
	text-indent:-9000px;
	margin:7px 0 0 0;
}

#logos li.westnet a {
	display:block;
	height:44px;
	width:152px;
}

#logos li.hp {
	float:left;
	display:block;
	height:67px;
	width:82px;
	background:url(../images/hp_logo.gif) no-repeat;
	text-indent:-9000px;
	margin:0px 0 0 2%;
}

#logos li.toshiba{
	float:left;
	display:block;
	height:43px;
	width:150px;
	background:url(../images/tosh_reseller_logo.gif) no-repeat;
	text-indent:-9000px;
	margin:0px 0 0 2%;
}

#contact {
	margin-top:7px;
	border-top:solid #666 1px;
}

#map {
	float:left;
	display:inline;
	width:55%;
	padding:5px;
	margin: 10px 0px 10px 0;
	border:solid #666 1px;
}

#map iframe {
	width:100%;
}

#form {
	float:right;
	padding-left:10px;
	margin: 0 0 5px 5px;
	width:40%
}

#form h4 {
	font-size:140%;
	font-weight:normal;
	color:#003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:5px 0 0 10px;
}
	
#form label.text {
	display:block;
	color:#003366;
	margin-left:10px;
}

#form input {
	width:92%;
	margin:0 0 0 10px;
}

#form input.checkbox, #form input.submit {
	width:auto;
}

#form textarea {
	width:92%;
	height:70px;
	margin-left:10px;
	overflow:auto;
}

input:focus, textarea:focus {
	background-color:#F5F7FA;
}

form {
	margin:0;
	padding:0;
}

/*Sitemap styles*/
.sitemapbox {
	float:left;
	display:inline;
	width:28%;
	margin:10px 2% 10px 0; 
	padding:10px;
	border:solid #ccc 1px;
}

#contentSitemap a.sitemap {
	color:#003366;
	text-decoration:none;
}

#contentSitemap a:hover {
	color:#cc9900;
	text-decoration:underline;
}

#contentSitemap h4 {
	padding:0;
	margin:0;
	font-size:120%;
	font-family:Helvetica, Arial, sans-serif;
}	

#contentSitemap h4 a.sitemap {
	text-decoration:none;
}

#contentSitemap ul {
	color:#666;
}

#contentSitemap li a {
	color:#003366;
	text-decoration:none;
}

#contentSitemap {
	width:97%;
	margin:0 0 0 3%;
	padding-bottom:10px;
}

#contentSitemap h3 {
	font-size:170%;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0 0 0 0;
	margin: 10px 0 0px 0px;
}

/*------------------------------------- Book-in form styles --------------------------------------*/
#contentWide {
	float:left;
	width:100%;
	margin:1px 0 1px 5px;
	padding-bottom:10px;
}

#contentWide p {
	font-size:90%;
	color:#999;
	padding:5px 5px;
}

#contentWide a {
	color:#003366;
	text-decoration:underline;
}

#contentWide a:hover {
	color:#cc9900;
	text-decoration:underline;
}


#supportContent {
	float:left;
	position:relative;
	width:100%;
}

#supportContent p {
	color:#666;
	font-size:89%;
	margin:0 0 5px 0;
	padding:2px 0 5px 0;
	line-height:1.4em;
}

#supportContent p.contact {
	color:#666;
	font-size:89%;
	margin:0 0 0px 0;
	padding:.3em 0 0px 0;
	line-height:1em;
}

#supportContent h3 {
	padding:0;
	margin:0 0 5px 0;
}

div#bookin {
	width:760px;
	position:relative;
	padding:50px 25px;
	margin:30px auto 0 auto;
	height:900px;
	background:url(../images/bookin-form-background.png) top left no-repeat;
}

div#bookin h3 {
	font-size:170%;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0 0 0 0;
	margin: 10px 0 0px 0px;
	margin-left:80px;
} 

div#bookin p.supportTime {
	margin-left:80px;
	color:#990000;
	font-weight:bold;
}

div#bookin h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:0;
	margin:0 0 5px 0;
	font-weight:normal;
}

div#bookin table {
	padding:0px 10px;
	margin:0 10px 10px 0;
	width:350px;
}

div#bookin div#tableLeft {
	float:left;
	background:none;
	width:300px;
	border:none;
	padding:0;
	margin-left:70px;
}	

div#bookin table#addInfo {
	float:right;
}

div#bookin label {
	color:#333;
	display:inline;
	font-weight:bold;
}

div#bookin td, div#bookin th {
	text-align:left;
	vertical-align:top;
	padding:0 10px 10px 0;
}

div#bookin input.border, div#bookin textarea {
	border:dashed 2px #ccc;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:bold;
	font-size:12px;
}

div#bookin input.button {
	display:block;
	height:40px;
	width:200px;
	font-size:16px;
	color:#003300;
	border:solid 2px #003300;
}

div#bookin input.button:hover {
	background:#003300;
	color:#fff;
	border:solid 2px #fff;
}

div#bookin label.captcha em {
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}

/*---------------------------------------- Portfolio Styles -----------------------------------------*/
ul.portfolio {
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}

ul.portfolio li {
	float:left;
	margin:0 20px 50px 0;
	padding:3px;
	border:solid 1px #ccc;
}

ul.portfolio li a img {
	padding-bottom:4px;
	border:none;
	border-bottom:dashed 1px #ccc;
}

ul.portfolio li p {

}


	