/* ----- FCN CSS Basic ----- */
body{
	background: #ffe5b3;
	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: #fda700/*#926eab*//*#581f7a*/;

/*	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 /*#581f7a*/;}
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 #fda700;
	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: #fda700 url(../img/site/plain/intwrapperV2.gif) top center repeat-y;
}

/* ----- header area ----- */
#header{
	height:146px; /* was 157px */	
	position:relative;
	margin:0;
	background: url(../img/site/plain/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: #fdb933;
	border-bottom: 1px solid #fff;
	width: 100%;

}
/*
#info{
	padding:0 10px;
	text-align: left;
	color: #f6f1f5;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 1em 0;
}
*/

#info {display:none;}

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

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

#breadcrumbs{
	/*float:right;*/
	/*display:inline;*/
	/*width:632px;*/
	/*line-height:10px;*/
	/*margin: 20px 318px 10px 0;*/
	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 #fda700;
	background:#fda700;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	padding:0;
	vertical-align:middle;
	text-transform:uppercase;
	width: 30px;
	height: 22px;
}
/* ----- side navigation ----- */
/*
.navStatic, .navStatic ul, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{
	padding:1px 1px 0 1px;
	margin-bottom:1em;
}
.navStatic li a{
	display:block;
	width:100%;
	color:#444;
	border-bottom:1px solid #fff;
}
.navStatic li a:hover, .navStatic li a.selected{background:#fff url(../img/site/business/arrow2.gif) no-repeat 8px 1em;}
.navStatic li a span{
	display:block;
	padding:5px 20px;
}
*/
.navStaticTitle{
display: none;
}

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

#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	/*margin-left:20px;*/
	padding:3px 10px;
	background:#fff/*#f6f1f5*/;
	border:1px solid #fdbd3f/*ccbbd8*/;
	/*color:#777;*/
	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:#fda700/*#926eab*/;}
#navSubDept li a:hover{color:#fda700;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; /*#5b5b5b*/
	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, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{
	position:absolute;
	text-align:right;
	top:-50px;
    right: 0;
	z-index: 15;
}
#navTools li{
	float:left;
	display:inline;
	padding:0 15px;
	margin: 1em 0;
	color: #f6f1f5;
	font: 100% Arial, Helvetica, sans-serif;
}

	
#navTools li a{
	color:#f6f1f5;
	text-decoration:none;
}

#navTools li a:hover{color:#fff;}
#navTools li a span{}
*/
#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;
}

/* ----- side navigation column ----- */
/*
#side{
	float:left;
	display:inline;
	margin: 0;
	width: 192px; 
}
*/
/* ----- main content area ----- */

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

#main{
	/*float: left;
	display:inline;*/
	margin:0 20px;
	width: 920px;/*632px; /* was 628, why? */
	/*border: 1px solid yellow;*/
}

#main h2, #featuredcontent h2{
	font-weight:bold;
	padding:0 0 5px 0;
	font-size:160%;
	border-bottom: 1px solid #000;/*#b27500; /* #664D78 */
	clear:both;
	/*text-transform: uppercase;*/
	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/footer.gif) top left no-repeat; /* added by Rob */
	padding:10px;
	margin: 20px 0 0 0;
	height: 24px; /* was 36px */
	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 li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}*/
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin: 6px 7px 0 0;
	text-indent:-8000px;
	overflow:hidden;
	border: 1px solid #fdb933;
}

#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; /*was 343*/
	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;
	/*background:#f6f1f5; /* #fff */
	border:1px solid #fff/*#926eab*/;
	/*color:#000;*/
	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;
	/*background:#f6f1f5; /* #fff */
	border:1px solid #fff/*#926eab*/;
	/*color:#000;*/
	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:#fdbd3f;/*a9a9a9*/
	/*border:1px solid #e5e5e5;*/
}

#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;}

/* not needed? .products li h3 a:hover, #articles li h3 a:hover{text-decoration:underline;} */

.products .desc{
	line-height: 160%;
	font-size: 80%; /* 100% */
	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: #fdb933;} 
/* not needed #knowledge h3 a:hover, #network h3 a:hover{text-decoration:underline;} */

#knowledge p, #network p{
	/*color: #333;*/
	font-size: 100%;
	line-height: 140%;
	margin: 0 0 2em 0;
}
/*
#knowledge li:hover, #network li:hover{
	background: #f6f1f5;
}
*/
/* ----- individual products ----- */
/*#product{	
margin:1em 0;	
}*/
#product{
	float:left;
	width: 206px; /*was 343*/
	margin: 0 0 60px 40px; /*  was 0 0 40px 40px*/
	padding: 18px; /* should be 20px but for IE6 3 pixel jog */
	border:1px solid #fff;
	/*background:#fff;*/
}
#product .image{	
	/*float:left;*/
	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 #addBasket{
	/*border-top:1px solid #e1e1e1;*/
	/*padding-top:.5em;*/
}
#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;
	/*color:#000;*/
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
/*#reviews  ul li a{color:#926eab;}*/
#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:#581f7a;
	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 #fda700;
	background:#ffefd1;
	padding:5px;
}
td{
	background:#ffefd1/*#f6f1f5*/;
	border:1px solid #fda700;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #555555;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #555555;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#fda700;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#fda700;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:/*#926eab;*/ #fdb933/*#664d78*/;
	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:#fda700;
	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; /* was 628, why? */
	padding: 0;
}

#content p{
	/*font-size: 120%;*/
	line-height: 160%;
	margin: 0 0 1.5em 0;
}

#content h3 {
	margin: 0em 0 .2em 0; /* top margin was 2em */
}
#content ul{
	margin-bottom: 2em;
}


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

#content img{
	margin: 2em 0;
	/*border: 1px solid red;*/
}
/* Home page */

body#home #container{
	background: transparent url(../img/site/plain/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; /*was 343*/
	margin: 0;
	padding: 0 20px;
}



/* right hand column on taps page */
/*#secondarycontent {
	float:left;
	width: 248px;
	margin: -40px 0 0 0;
	padding: 0 20px;
}

#secondarycontent p{
	font-size:100%;
}
/*
#secondarycontent h3{
	font-weight:bold;
	padding:0 0 5px 0;
	color: #664D78;/* #581f7a; /*color:#444;*/
/*	font-size:130%;
	border-bottom: 1px solid #ccc;
	clear:both;
	margin: 1em 0;
}*/

/*product matrix*/

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

#matrix #headings h3 {
	font-size: 110%;
	text-transform: uppercase;
	margin: 0;
	color: #fff/*#f6f1f5*/;
	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: #ffefd1/*#e4dbea*/;
}

#wireless:hover, #lan:hover, #voip:hover, #infrastructure:hover{
background: #fff8ea/*#f5f1f7*/;
}

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

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

#headings{
height: 2em;
background: #FDBD3F/*#664d78*/;
}


/*TAPS matrix*/

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

}

col#application{
	width: 70%;
}

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

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

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

#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%;
	/*color: #333;*/
	margin: 0 20px;
	padding: 10px 0 0 0;
	color:#fda700;
	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;

}
/*
#content #category ul li:hover{
	background: #f6f1f5;
}
*/

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

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

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

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

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


/*
#bg1 a:link, #bg1 a:visited, bg1 a:active {
	background: url(../img/site/plain/bg1.jpg) top left no-repeat;
	
}

#bg2 a:link, #bg2 a:visited, #bg2 a:active {
	background: url(../img/site/plain/bg2.jpg) top left no-repeat;
}

#bg3 a:link, #bg3 a:visited, #bg3 a:active {
	background: url(../img/site/plain/bg3.jpg) top left no-repeat;
}

#bg4 a:link, #bg4 a:visited, #bg4 a:active {
	background: url(../img/site/plain/bg4.jpg) top left no-repeat;
}

#bg5 a:link, #bg5 a:visited, #bg5 a:active {
	background: url(../img/site/plain/bg5.jpg) top left no-repeat;
}
*/


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

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

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

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

#bg5 a:hover {
	background: url(../img/site/plain/bg5roll.jpg) 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;
}