/* Blue Colour Pallete 
 
  #c0c0ff
  #6262ff
  #8989ff
  #581f7a (purple)
  
 */


/* ----- FCN CSS Basic ----- */
body{
	background: #c0c0ff;
	color: #222;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:150%;
	margin:20px 0;
	padding:0;
}

/* ----- tables ----- */
/*table, td, input, textarea, select, li{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000;	
}*/
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color: #6262ff;

/*	font-weight: bold;*/
}
a:hover{text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3, h4, h5, h6{margin:0 0;  font-family: Arial, Verdana, Helvetica, sans-serif;}
p{font-size:120%; margin:0 0;}
h1{font-size:180%;}
h2{font-size:160%; margin: 1em 0; color:#222;}
h3{font-size:140%; color: #222;}
h4{font-size:130%; color: #222;}
h5{font-size:120%; color: #222;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:0 0 1em 0;
	font-size:120%;
}

img#map{
	border: 1px solid #555;
	margin: 0;
	padding:0;
}

/* ----- container size & positioning ----- */
#container{
	margin: 0 auto;
	width:960px; /* edited by Rob */
	text-align:left;
	position:relative;
	background: #fff; /* edited by Rob */
	padding: 0;
	z-index: 12; /* so navTools and shopNav stack correctly in IE */
}

#container{
	background: #6262ff url(../img/site/plain/blue/intwrapperV2.gif) top center repeat-y;
}

/* ----- header area ----- */
#header{
	height:146px; /* was 157px */	
	position:relative;
	margin:0;
	background: url(../img/site/plain/blue/logo.jpg) top left no-repeat; /* added by Rob */
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	display:none;
}

#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:26px;
	right:20px;
	line-height:20px;
	color:#5b5b5b;
	text-align: right;
	font: bold 110% Arial, Helvetica, sans-serif;
}

/* ----- shopping basket info ----- */

#shopnav{
	position:absolute;	
	top:0;
	left:0;
	z-index:10;
	margin:0;
	padding:0;
    background: #6262ff;
	border-bottom: 1px solid #fff;
	width: 100%;

}

#info {display:none;}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{
margin:0;
}

/* ----- breadcrumb trail ----- */

#breadcrumbs{
	margin: 20px 0 5px 20px;
}

/* ----- search box ----- */
#search{
	position:absolute;
	left:723px;
	top:61px;
	margin:0;
	padding:0;
}
#search label{display:none;}
#searchKeyword{
	border:1px solid #ccc;
	background:#fff;
	width:180px;
	height:14px;
	vertical-align:middle;
	padding:4px 0 4px 4px;
	font-size:100%;
}
#searchSubmit{
	border:1px solid #555;
	background:#581f7a;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	padding:0;
	vertical-align:middle;
	text-transform:uppercase;
	width: 30px;
	height: 22px;
}

.navStaticTitle{
display: none;
}

/* ----- subdepartment navigation ----- */

#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#fff;
	border:1px solid #8989ff;
	width: 612px;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../img/site/business/arrow3.gif) no-repeat 0 .6em;
}
#navSubDept li a{color:#6262ff;}
#navSubDept li a:hover{color:#6262ff;text-decoration:underline;}

/* ----- nav department menu items ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{
	position:absolute;
	width:958px;
	text-align:right;
	top: 120px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(../img/site/plain/navbar.gif) top left repeat-x;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#navDept li{
	float:left;
	display:inline;
	font-size:100%;
	padding:0 20px;
	line-height:24px;
	height:24px;
	text-transform:uppercase;
}
#navDept li a{
	line-height:24px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#navDept li a:hover{color:#bbb; text-decoration:none;}
#navDept li a span{}


/* ----- nav tools menu items ----- */
#navTools {display:none;}
#navToolsTitle{display:none;}

/* ----- customer tool list ----- */
#navToolsTitle, #navDeptTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#000;
	font-size:100%;
	line-height:26px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}

/* ----- main content area ----- */

body#home #main{
	margin: 0;
	width: 960px;
	border: 0;
}

#main{
	margin:0 20px;
	width: 920px;
}

#main h2, #featuredcontent h2{
	font-weight:bold;
	padding:0 0 5px 0;
	font-size:160%;
	border-bottom: 1px solid #000;
	clear:both;
	margin: 1em 0;
}

#main h2#pageTitle{
	width: 632px;
}

#featuredcontent h2{
	width: 344px;
	color:#fff;
}

.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	background: url(../img/site/plain/blue/footer.gif) top left no-repeat; /* added by Rob */
	padding:10px;
	margin: 20px 0 0 0;
	height: 24px;
	font-size: 90%;
}
#footer p{margin:0;}
#footer ul{
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}
#footer li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	margin-right:1em;
	line-height: 22px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#666;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer #credits{
	float:right;
	margin:-2em 20px 0 0;
	font-size: 90%;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
	float: right;
}

#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin: 6px 7px 0 0;
	text-indent:-8000px;
	overflow:hidden;
	border: 1px solid #555;
}

#pagination a#firstPage{background:url(../img/site/plain/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(../img/site/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../img/site/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../img/site/plain/ico_last.gif) no-repeat 0 0;}

/* ----- products and articles list ----- */

body#home .products, body#home #articles{
	width: 343px; 
	margin: 0;
	padding: 0;
}

.products, .taps, .deptimage{
	float:left;
	width: 248px;
	margin: -55px 0 40px 40px;
}

#articles{
	float:left;
	width: 632px;
	margin: 0;
}

.products ul, .products li, #articles ul, #articles li{
	margin:0;
	padding:0;
	list-style:none;
} 

.products li{
	margin:0 0 1em 0;
	padding:.5em 10px 0 10px;
	border:1px solid #fff;
	width: 288px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 226px; /* Actual value for conformant browsers */
	/*height: 19em;*/
}

body#home .products li, body#home #articles li{
	margin:0 0 1em 0;
	padding:.5em 10px 0 10px;
	border:1px solid #fff;
	width: 342px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 320px; /* Actual value for conformant browsers */
	/*height: 19em;*/
}
body#home .products li:hover, body#home #articles li:hover{
	background:#8989ff;
}

#articles li h3{
	margin-top:.5em;
	margin-bottom:.2em;
	padding:0;
	background:none;
	font-size: 120%;
}

.products li h3{
	margin-top:.5em;
	margin-bottom:1em;
	padding:0;
	background:none;
	font-size: 120%;
}

.products li h3 a, #articles li h3 a {color:#000;}

.products .desc{
	line-height: 160%;
	font-size: 80%;
	margin: 0 0 2em 0;
}

body#home #articles .desc, body#home .products .desc{
	 color: #fff;
}

#articles .desc{
	line-height: 160%;
	font-size: 100%;
	margin: 0 0 2em 0;
}

.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}

.products .image a img{
	border:1px solid #fff;
	padding:2px;
}

/* ----- knowledge and network list on home page ----- */

#knowledge, #network{
	width: 536px;
	margin: 0 0 0 20px;
}

#knowledge ul, #network ul{
	margin:0;
	padding:0;
	list-style:none;
} 
#content #knowledge li, #content #network li{
	float: left;
	display: inline; /* For IE double margin bug - see www.positioniseverything.net/explorer/doubled-margin.html */
	padding: 0 20px 0 0;
	width: 248px; 
	/*height: 12em;*/
}

#knowledge li h3, #network li h3{
	font-weight:bold;
	font-size: 100%;
	margin: 0 0 .1em 0;
	padding:0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#knowledge li h3 a, #network li h3 a{color: #555;} 

#knowledge p, #network p{
	font-size: 100%;
	line-height: 140%;
	margin: 0 0 2em 0;
}

/* ----- individual products ----- */

#product{
	float:left;
	width: 206px;
	margin: 0 0 60px 40px;
	padding: 18px; /* should be 20px but for IE6 3 pixel jog */
	border:1px solid #fff;
}
#product .image{	
	margin: 0 0 1em 0;
}	
#product .image p{margin:.5em 0 0 0;}
#product .image img{	
	border:1px solid #fff;
}	
#product .info{	
}
#product .price{
	font-size:120%;
	padding: 0;
	text-align: right;
}

#product .info p{
	margin:0;
	margin-bottom:.2em;
	text-align: right;
}

#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
/* supplier logo */
#product .info img{
	margin:0 0 1em 0;
	padding: 2px;
	border: 1px solid #ddd;
}

#frmenquire .formButton{
float: right;
}

#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}
	
#product #addWishlist a{
}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
}

#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}

#reviews  ul li a:hover{text-decoration:underline;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#000;
	font-size:130%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #555;
	background:#f2f2f2;
	padding:5px;
}
td{
	background:#f2f2f2;
	border:1px solid #555;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #555;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #555;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#6262ff;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#6262ff;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#581f7a;
	color:#fff;
	border: 1px solid #fff;
	padding-top:3px;
	padding-bottom:3px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
label span{
	color:#6262ff;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- float fix (so page layout displays correctly accross browsers) ----- */
/* ----- see www.positioniseverything.net/easyclearing.html ----- */

#voip:after, #lan:after, #infrastructure:after, #wireless:after, .inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after, #network:after, #knowledge:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}


 html #voip,  html #lan,  html #infrastructure,  html #wireless, * html .inner, * html .products, * html .products li, * html #pagination, * html
#total, * html .modules, *html #network, *html #knowledge {height: 1%;}

/* ----- end float fix ----- */

/* general lists */

ol {
	margin: 10px 0 15px 10px;
	padding:0;
}

ol li {
	margin: 0 0 15px 20px;
}

ol ol {
	list-style: none;
}

ol ol li {
	margin-left: 0;
}


body#home #content{
	float: left;
	width: 576px;
	margin:0;
}

#content{
	float: left;
	display:inline;
	margin:0;
	width: 632px;
	padding: 0;
}

#content p{
	line-height: 160%;
	margin: 0 0 1.5em 0;
}

#content h3 {
	margin: 0em 0 .2em 0;
}
#content ul{
	margin-bottom: 2em;
}

#content ul li{
	margin: 0 0 .5em 0;
}

#content img{
	margin: 2em 0;
}
/* Home page */

body#home #container{
	background: transparent url(../img/site/plain/blue/wrapper.gif) top center repeat-y;
}

body#home #content img{
	margin: 0;
}

#content img.mainimg{
	float: right;
	margin: 0 0 0 20px;
	border: 1px solid #ddd;
	padding:2px;
}

#content img.mainimgl{
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #ddd;
	padding:2px;
}


body#home p{
	font-size: 100%;
}

body#home #content p.intro{
	font-size: 120%;
	line-height: 160%;
	/*color: #333;*/
	margin: 10px 20px;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

/* right hand column on home page */
#featuredcontent {
	float:left;
	width: 344px;
	margin: 0;
	padding: 0 20px;
}

/*product matrix*/

#matrix{
	width: 632px;
	margin: 0;
	padding: 0;
}

#matrix #headings h3 {
	font-size: 110%;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	line-height: 180%;
}

#matrix h3{
	font-size: 110%;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	color: #000;
}

#matrix ul {
	margin: 0;
	padding: 0;
}

#matrix li {
	list-style:none;
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../img/site/business/arrow3.gif) no-repeat 0 .6em;
}

#wireless, #voip, #lan, #infrastructure{
	margin: 0;
	padding: 1em 0;
	border: 1px solid #fff;
	background: #f2f2f2;
}

#wireless:hover, #lan:hover, #voip:hover, #infrastructure:hover{
background: #eee;
}

.pre, .ts, .mon {
	float: left;
	width: 162px;
}

.technology {
	float: left;
	width: 140px;
}

#headings{
height: 2em;
background: #8989ff;
}


/*TAPS matrix*/

table#tapsmatrix {
	width: 100%;
	margin-bottom:30px;

}

col#application{
	width: 70%;
}

table#tapsmatrix th {
	background:#ddd;
	border-right: 1px solid #6262ff;
	border-bottom: 1px solid #6262ff;
	border-top: 1px solid #6262ff;
	border-left: 0;
	text-transform: uppercase;
	text-align: left;
	padding:5px;
}

table#tapsmatrix td {
	background:#fff;
	border-right: 1px solid #6262ff;
	border-bottom: 1px solid #6262ff;
	border-top: 0;
	border-left: 0;
	padding:5px;
	vertical-align:top;
}

table#tapsmatrix th.leftborder, table#tapsmatrix td.leftborder{
	border-left: 1px solid #6262ff;
}

#content img.partnerslogo{
	margin: 20px 40px;
}

/* Style Guide Specific */

.code {
	font-family: monospace;
	white-space: nowrap;
	font-size:120%; 
	margin:0 0;
	color: #222;
}

.demolink { text-decoration: underline; }

.example {}

/* home page title */

body#home h2.maintitle{
	font-size: 220%;
	line-height: 160%;
	margin: 0 20px;
	padding: 10px 0 0 0;
	color:#6262ff;
	border:none;
}

/* home page sections */

#category{
	margin: 0;
}

#category ul{
	margin:0;
	padding:0;
	list-style:none;
	position: relative;

}
 
#content #category ul li{
	/*display: inline; /* For IE double margin bug - see www.positioniseverything.net/explorer/doubled-margin.html */
	padding: 0 0px;
	width: 557px;
	height:78px;
	margin:0 0 3px 0;
		line-height: 100%;

}

#content #category ul li a{
	text-decoration:none;
	display:block;
	width: 557px;
	height:78px;
	line-height: 100%;
} 

#category li h3{
	font-weight:bold;
	font-size: 200%;
	margin: 0 0 0.2em 0;
	letter-spacing: 1px;
	padding: 15px 20px 0 20px;
	color:#fff;
}

#category li p{
	color: #000;
	font-size: 120%;
	line-height: 130%;
	font-weight:bold;
	padding: 0 20px;

}

#bg1 {
	background: url(../img/site/plain/blue/bg1.gif) top left no-repeat;
}

#bg2 {
	background: url(../img/site/plain/blue/bg2.gif) top left no-repeat;
}

#bg3 {
	background: url(../img/site/plain/blue/bg3.gif) top left no-repeat;
}

#bg4 {
	background: url(../img/site/plain/blue/bg4.gif) top left no-repeat;
}

#bg5 {
	background: url(../img/site/plain/blue/bg5.gif) top left no-repeat;
}


#bg1 a:hover {
	background: url(../img/site/plain/blue/bg1_roll.gif) top left no-repeat;
}

#bg2 a:hover {
	background: url(../img/site/plain/blue/bg2_roll.gif) top left no-repeat;
}

#bg3 a:hover {
	background: url(../img/site/plain/blue/bg3_roll.gif) top left no-repeat;
}

#bg4 a:hover {
	background: url(../img/site/plain/blue/bg4_roll.gif) top left no-repeat;
}

#bg5 a:hover {
	background: url(../img/site/plain/blue/bg5_roll.gif) top left no-repeat;
}


#info a:link, #info a:visited, #info a:active{
	font-weight: normal;
	color: #d9dbda;
	text-decoration:none;
}

#info a:hover{
	color: #d9dbda;
	text-decoration: underline;
	font-weight: normal;
}
