﻿@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
 
	iTech
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Base cascading style sheet
	Nom:screen.css
	Version:1.0
	Date:July 15th, 2010 
 
	This file is adapted from several CSS documents.
	See: http://www.iTech.biz
	Copyright �2010 iTech for business <info@iTech.biz>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:circle;
	margin:13px 0 13px 25px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }

ul.nolist li,
ol.nolist li {
	list-style-type:none; }
	
:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */

.clear {clear:both;} 

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #666;
	min-width:999px;
	line-height: 1.7em;
	padding:0;
	margin:0;
	letter-spacing:-0.04em;
	background: #fefefe url("bg_body.png") no-repeat top center; } 
 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#1c6997;
	margin: 0;
	padding:0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	border-bottom: 1px solid #ccc; }

a.btn {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:1.5em;
	text-shadow: 0 1px 0 #fff;
	width: 180px;
	height: 46px;
	display: block;
	float:left;
	margin:10px 10px 0 0;
	line-height: 46px;
	text-align: center;
	background:transparent url("bg_buttons.png") no-repeat 0 0; } 

a.btn:hover {
	color:#383838;
	font-size:1.5em;
	border: none;
	text-shadow: 0 1px 0 #fff; } 

  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	margin:0 0 17px 0;
	line-height: 1.7em;}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Droid Sans Bold", sans-serif;
	color: #323231;
	letter-spacing:-1px; }
 
h1 {
	font-size:2.5em;
	margin: 0 0 10px 0; }
 
h2 {
	font-size:2.5em;
	margin: 0 0 5px 0;
	line-height: 1.5em; }
 
h3 {
	font-size:2em;
	margin: 0 0 5px 0; }

h3 span {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:14px;
	margin: 0 0 20px 10px; }

h3.topfeatures {
	padding:0 0 15px 40px;
	height: 32px;
	line-height: 32px;
	background: transparent url("lightbulb_32.png") no-repeat 0 0; }

h3.testimonials {
	padding:0 0 15px 45px;
	height: 32px;
	line-height: 32px;
	background: transparent url("comment_user_32.png") no-repeat 0 0; }

h4 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:3em;
	line-height: 1.5em;
	margin:0;
	padding:0; }

h5 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:1.7em;
	line-height: 1.5em;
	margin:0;
	padding:0; }
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	width:100%;
	margin:0;
	padding:0;
	background: transparent url("bg_container.gif") repeat-x top left; }

.wrapper {
	width:999px;
	margin:0;
	padding:0;
	margin:0 auto; }

.header {
	position:relative;
	width:999px;
	height:433px;
	padding:0;
	margin:0 auto; }

.header2 {
	height:200px; }
	
.headtitle {
	
}

.header2 h2 {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:48px;
	text-shadow: 0 1px 0 #323231;
	letter-spacing: -2px;
	margin:40px 0 15px 0;
	color:#fff;} 



.subpage .header {
	position:relative;
	width:999px;
	height:207px;
	padding:0;
	margin:0 auto; }

.sub-header {
	position:relative;
	width:999px;
	padding:0;
	margin:0 auto; }

.content-top {
	width: 1006px;
	height: 16px;
	margin:0 auto;
	background: transparent url("content_top.png") no-repeat top left; }

.content {
	width:946px;
	padding:15px 30px;
	margin:0 auto;
	background: transparent url("content_bg.png") repeat-y left bottom; }

.content-btm {
	width: 1006px;
	height: 16px;
	margin:0 auto;
	background: transparent url("content_btm.png") no-repeat top left; }

/*	-------------------------------------------------------------
	FRONTPAGE 2 COLS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.colleft, .colright {
	float:left;
	width: 48%; }

.colright {
	margin:0 0 0 35px; }

.small {
	width: 40%;
}

.col1, .col2, .col1b, .col2b {
	float:left; }
	
.col1 { 
	width: 600px;
	padding:10px 30px 0 0;
	border-right: 1px solid #dad9d9; }	

.col2 {
	width: 283px;
	padding:0px 0 0 30px; }

.col1b {
	width: 283px;
	padding:10px 30px 0 0px;
}

.col2b {
	width: 600px;
	padding:0px 30px 0px 0px;
	border-left: 1px solid #dad9d9;	
}

div.block {
	float: left;
	width: 280px;
	margin: 1em 0 0 20px; }

div.block h4 {
	font-size:1.4em;
	line-height: 1.5em;	
	margin:0;
	padding:0; }

div.block p {
	font-size: 11px; }

/* block 2 */
div.block2 {
	float: left;
	width: 600px;
	margin: 1em 0 0 20px; }

div.block2 h4 {
	font-size:1.4em;
	line-height: 1.5em;	
	margin:0;
	padding:0; }

div.block2 p {
	font-size: 11px; }


div.col2 .testimonial  {
	float:left;
	padding:0;
	margin: 1em 0 0 0;  }

div.col2 .testimonial h4 {
	font-size:1.4em;
	line-height: 1.5em;	
	padding:0;
	margin:0;  }

div.col2 .testimonial a {
	font-style: italic;}

div.col2 .testimonial p {
	font-size:14px;
	margin:10px 0 0 0;
	text-align: justify;	
	line-height:24px;
	letter-spacing:-1px; }
	
/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header .top-nav {
	width: 999px;
	height: 79px; }

.header h1 {
	position:relative;
	top:17px;
	margin:0 0 0 15px;
	padding:0;
	width: 253px;
	height: 50px;
	text-indent: -9999px;
	background:transparent url("iTech_logo.png") no-repeat top left; }
	
.headerphone {
	position:relative;
	float:right;
	top:-12px;
	margin:0 15px 0 0;
	padding:0;
	width: 196px;
	height: 26px;
	text-indent: -9999px;
	background:transparent url("iTech_phone.png") no-repeat top left; }


.header ul.nav {
	position:absolute;
	top:0;
	right:210px;
	margin:0;
	padding:0; }

.header .nav li {
	list-style-type:none;
	position: relative;
	float:left;
	width:auto;
	white-space:nowrap;
	padding:0 5px !important;
	background:transparent; }

.header .nav li a {
	display:block;
	color:#b4b4b4;
	text-transform: lowercase;
	font-weight: normal;
	font-size:18px;
	line-height: 115px;
	padding:0 6px;
	text-shadow: 0 1px 0 #000;
	background:transparent; }

.header .nav li a:hover {
	color:#fff;
	background: none;
	border-bottom: none; }

.header .nav li a.selected {
	color:#fff; }

/* SHOWCASE */
.showcase {
	position: relative;
	width: 999px;
	height: 353px;
	margin:0;
	background: transparent; }

.showcase .laptop {
	position: absolute;
	left:500px;
	right:0;
	top:50px;
	width:487px;
	height:279px;
	background: transparent url("laptop.png") no-repeat top right; }

.showcase .servers {
	position: absolute;
	left:545px;
	right:0;
	top:50px;
	width:425px;
	height:282px;
	background: transparent; }

.showcase .backup {
	position: absolute;
	left:540px;
	right:0;
	top:50px;
	width:438px;
	height:280px;
	background: transparent; }
	
.showcase .globe {
	position: absolute;
	left:550px;
	right:0;
	top:50px;
	width:398px;
	height:300px;
	background: transparent; }
	
.showcase .wireless {
	position: absolute;
	left:550px;
	right:0;
	top:35px;
	width:411px;
	height:290px;
	background: transparent; }

.showcase .telephony {
	position: absolute;
	left:565px;
	right:0;
	top:50px;
	width:370px;
	height:300px;
	background: transparent; }


.showcase .network {
	position: absolute;
	left:550px;
	right:0;
	top:50px;
	width:398px;
	height:300px;
	background: transparent; }

.showcase .surveillance {
	position: absolute;
	left:580px;
	right:0;
	top:30px;
	width:356px;
	height:300px;
	background: transparent; }

.showcase .web {
	position: absolute;
	left:550px;
	right:0;
	top:40px;
	width:400px;
	height:300px;
	background: transparent; }

.showcase .van {
	position: absolute;
	left:550px;
	right:0;
	top:35px;
	width:399px;
	height:300px;
	background: transparent; }


.showcase h2 {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:48px;
	text-shadow: 0 1px 0 #323231;
	letter-spacing: -2px;
	margin:40px 0 15px 15px;
	color:#fff;} 

.showcase p {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
	line-height:24px;
	margin-left:15px;
	letter-spacing:-1px;
	width: 490px;
	color:#fff;
	text-shadow: 0 1px 0 #01456d }
	
.showcase .btn {
	margin-left:15px; }

/* PAGE TITLE */
.page-title {
	position: relative;
	width: 999px;
	height: 130px;
	line-height: 130px;
	margin:0;
	background: transparent url("bg_showcase.png") no-repeat top center; }

.page-title h2 {
	font-family: "Droid Sans Bold", sans-serif;
	color:#fff;
	margin-left:15px;
	font-size:48px;
	text-shadow: 0 1px 0 #323231;
	line-height: 130px; }

.page-title ul.nav {
	position:absolute;
	top:27px;
	right:0;
	margin:0;
	padding:0; }

.page-title ul.nav li {
	list-style-type:none;
	position: relative;
	float:left;
	width:auto;
	white-space:nowrap;
	padding:0 5px !important;
	background:transparent; }

.page-title ul.nav li a {
	display:block;
	color:#b4b4b4;
	font-size:1.4em;
	font-weight: bold;
	padding:0 10px;
	text-transform: none;
	text-shadow: 0 1px 0 #000;
	background:transparent; }

.page-title ul.nav li a:hover {
	color:#fff;
	background: none;
	border-bottom: none; }

.page-title ul.nav li a.selected {
	color:#fff; }

/* SCREENSHOTS */
.boxgrid { 
	width: 138px; 
	height: 140px; 
	margin:15px 15px 10px 0;
	float:left; 
	overflow: hidden;
	position: relative;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #ccc }
				
.last {
	margin:15px 0 10px 0; }
		
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0;  }
		
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000;
	opacity:.8; 
	height: 35px; 
	width: 100%;
	padding:0 0 0 10px;  }

.boxcaption { 
	font-size:11px; }

.boxcaption h3 {
	color:#fff;
	font-weight: normal;
	font-size:14px; 
	margin:8px 0 0 0;
	padding:0; }
		
.boxcaption p { 
	color:#fff;
	padding:0;
	margin:-5px 0 0 0;
	font-size:11px;
	text-shadow: none; }
		
.captionfull .boxcaption {
	bottom: 0;
	left: 0;
	display: none; }

.captionfull a:hover {
	color:#EE4292; }


/*	-------------------------------------------------------------
	TABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#table-a {
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
	float:right;
	border-collapse: separate; }

#table-a caption {
	display: none; }	
	
#table-a thead {
	height:55px;
	line-height: 55px; }	

#table-a thead th {
	font-family: "Droid Sans Regular", sans-serif;
	color:#323231;
	text-align: left;
	font-size: 18px;
	padding:0 0 0 10px; }	

#table-a tbody {
	font-size:0.9em; }	

#table-a tr.alt {
	background:#f0f0f0; }	

#table-a td {
	padding:10px;
	color:#666;
	font-weight: normal;
	border:none;
	vertical-align: middle;}	

#table-a td.left {
	width:200px;
	color:#333;
	font-weight: bold;
	font-size:1.3em;
	padding:10px 10px 10px 15px; }	

#table-a td.price {
	color:#323231;
	font-size:14px; }	

#table-a td.order {
	background:#fff;
	padding:20px 0 0 10px;
	border: none !important; }

#table-a td.order a {
	color:#fff;
	padding:10px 13px;
	font-size:12px;
	font-weight: bold;
	margin:0 10px 0 0;
	background:#5381ac;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	position: relative;
	width: 97%;
	margin:0 auto;
	padding:20px 0; }

.footer .twitter {
	float:right;
	width: 49%;
	margin:0;
	padding:0;
	line-height: 43px;
	text-align: right; }

.footer .twitter a:hover {
	border:0;}
	
.footer .partnerlogos {
	float:right;
	width: 59%;
	margin:0 15px 0 0;
	padding:0;
	line-height: 43px;
	text-align: right; }


.footer .copy {
	float:left;
	width: 33%;
	margin-left:15px;
	line-height: 43px;
	text-align: left; }

.footer p {
	color:#787878;
	padding:0;
	margin:0;
	line-height: 43px;
	font-size:11px;}

.footer a {
	color:#787878; }

/*	-------------------------------------------------------------
	iTech Extra
	Blue: 1C75BC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.secretary {
	text-align:right;
	height:75px;
	background-image:url('iTech_secretary.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:-10px;
	
}
#sonicwall{ float:left; width:100px;}
#sonicwall a {color:#3399FF;  font-size:16px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
#sonicwall a:hover{ color:#33CCFF; text-decoration:none;}
#demos{ font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#00000; margin-top:80px; }

.secretary h3 {
		color:#1C75BC;
		margin-right:20px;
		margin-top:20px;
}
.phonenumber {
	margin-top:-12px;
	color:#1C75BC;
}
.blue {
	color:#1C75BC;

}

.itechsubitems li {
	font-size:12px;
	color:#000;
	list-style:disc;
	
}

.clientLogin  .btn {
	margin: 0 0 20px 0;}
	
.errorText { color:#FF3300;}
.errorBox2 {color:Red; padding:15px; background-color:#FFFFCC; border:1px solid #FF3300; width:400px;}

.thankyou {color:Green; padding:15px; background-color:#EEEEEE; border:1px solid Green; width:400px;}

.productLink  {
	font-size: 18px;
	text-decoration: none;
	}
.productLink:hover 
{
	text-decoration:underline;
}
.adminCol1 
{
	width:30%;
	float:left;
}
.adminCol2 
{
	width:66%;
	margin-left:10px;
	padding-left:10px;
	border-left: 1px solid #EEE;
	float:left;
}

/*  ----------------------NEWS WIdget   ------------------------- */
#newsWidget{
	text-align: left;
	margin: 20px 0px 0px -12px;
	width: 250px;
	border:1px solid #CDCDCD;
	padding: 10px;
}
#newsWidget .intro{
	background-color: #F5F5F5;	
	padding: 10px;
}
#newsWidget ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;	
}

#newsWidget ul li{
	padding-left: 15px;
	background-image: url(news.jpg);
	background-repeat: no-repeat;
	background-position: 0 12px;
}
#newsWidget h4{
	font-size: 12px;
	color: #1C75BC;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	letter-spacing:0px !important;
}
#newsWidget .description{
	margin: 0px;
	padding: 0px 0px 5px 0px;	
}
#newsWidget .date{
	font-size: 10px;
	color: #808080;
}
#newsWidget .date, #newsWidget .link{
	font-size: 10px;
	color: #808080;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: solid 1px #808080;
}
#newsWidget .websiteTitle{
	font-size: 10px;
	color: #808080;	
}

#newsWidget a:link, #newsWidget a:active, #newsWidget a:visited {
	color:#003366;
}
#newsWidget a:hover {
	color:#FF6600;
}
/* ---------------------------  iTech DD Slider ---------------------- */
	/* You might want to change these options for the main container */
	#iTechSlider, #iTechSlider li {
		
		height: 353px;
		width: 999px;
		background: transparent url("bg_showcase.png") no-repeat top center;
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#iTechSlider {
		
		list-style: none !important;
		float: left;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#iTechSlider li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#iTechSlider li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#iTechSlider li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#iTechSlider li ul li {
			
			display: block !important;
			position: relative !important;
			
		}
		
		/*------------------------
		--------------- LEFT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_left {
			
			bottom: 10px;
			cursor: pointer !important;
			float: left;
			height: 22px;
			left: 10px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* left arrow image */
		.slider_arrow_left {
			
			background: url(left_arrow.png) no-repeat top left;
			
		}


		/*------------------------
		-------------- RIGHT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_right {
			
			bottom: 10px;
			cursor: pointer;
			float: left;
			height: 22px;
			left: 37px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* Right arrow Background */
		.slider_arrow_right {
			
			background: url(right_arrow.png) no-repeat top left;
			
		}


	/*------------------------
	---------------- SELECTORS
	------------------------*/
	
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
	.slider_selector, .slider_selector_dis {
		
		bottom: 10px;
		list-style: none;
		margin: 0 0 0 5px;
		position: absolute;
		right: 10px;
		z-index: 5;
		
	}
	
		/* Sets image of selectors */
		.slider_selector li, .slider_selector_dis li {
			
			display: block !important;
			background: url(slider_selector.png) no-repeat top left;
			cursor: pointer;
			float: left;
			margin: 0 3px !important;
			height: 10px !important;
			position: relative !important;
			width: 10px !important;
			
		}
		
		/* Sets the current selector */
		.slider_selector li.current, .slider_selector_dis li.current {
			
			background: url(slider_selector_current.png) no-repeat top left;
			
		}
	
	/* Disables the selectors */
	.slider_selector_dis li {
		
		cursor: default !important;
		z-index: 5;
		
	}

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

