@charset "utf-8";
/* CSS Document */

/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESETS */


body  {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	background:#bccad3 url('images/bg-body.jpg') left 0 repeat-x;
	text-align: center; 
	color: #666666;
	line-height:20px;
	}

.container {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	} 

#header {
	background:url(images/kimble-logo.gif) left 0 no-repeat;
	padding: 0;
	height: 190px;
	}

#monitors {
	width: 100%;
	height: 380px;
	background: url(images/bg-monitors.jpg) center 0 no-repeat;
	}

/* MENU NAVIGATION */
#nav { padding: 0; margin: 0; height:60px; z-index:100;}
#nav ul { list-style: none; }
#nav a {
	/* font-family: Times,"Times New Roman",serif; */
	text-decoration:none;
	color:#FFFFFF;
	display: block;
	font-size: 18px;
	line-height:60px;
	font-weight:bold;
	text-align: center;
	width: 190px;
	height:60px;
}
#nav li { float: left; padding: 0; width: 190px; }
	
	
.roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 150px;
      width: 700px;
   }
.roundabout-moveable-item {
      height: 100px;
      width: 180px;
      cursor: pointer;
	  cursor:default;
      background-color: #ccc;
      border: 1px solid #999;
   }
.roundabout-in-focus {
      cursor: auto;
   }
li img { width:100%; }





/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px; 
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .nxt,#slides .pre {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .nxt {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}





/* 
LOOPED SLIDER STYLE (NOT USING THESE:
 
.slidecontainer { width:600px; height:393px; overflow:hidden; position:relative; cursor:pointer; }  
.slides { position:absolute; top:0; left:0; }  
.slides div { position:absolute; top:0; width:600px; display:none; }  
 
#loopedSlider,#newsSlider { margin:0 auto; width:500px; position:relative; clear:both; }  
ul.pagination { list-style:none; padding:0; margin:0; }  
ul.pagination li  { float:left; }  
ul.pagination li a { padding:2px 4px; }  
ul.pagination li.active a { background:blue; color:white; }

*/ 