/* basic layout stuff first */

body {
	background: #585858; /*#800000 - maroon;*/
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding:0;
	margin:0;
}

object{
	z-index:0;
}
#topdiv{
	position: fixed; left:0;
	width: 100%;
	background: #585858; /*#585858;*/
	z-index:5;
	padding:0;
	margin:0;
	padding-bottom: 10px;
	padding-top:10px;
}
#content{
	width: 80%;/*800px;*/
	margin: 0 auto 0 auto;
	height: 100%;
	padding: 0;
	border: 0;
	background: #ffffff;
	position: relative; 
	top: 186px !important;
	top: 10px; /*IE6*/
}

#nav{
	width: 80%;	
	margin: 10px auto 0 auto;
	padding-top:4px;
	padding-bottom: 4px;
	height: 46px;
	background: #FFFFFF;
	text-align: center;
	z-index: 3; 
	clear: both;
	position: relative;
	overflow: visible;
}

#nav ul{ /* all lists */
	padding: 0;
	margin: 0 auto 0 auto;
	list-style: none;
	width: 750px;	/*636*/
}

#nav a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li:hover, #nav li.sfhover{
	border-bottom: 4px solid #CC3300;
}
#nav li { /* all list items */
	float: left;/* - trying to make this work without using float*/
	display: inline;
	width: 100px;  /*width needed or else Opera goes nuts */
	height: 26px;
	color: #FFFFFF;
	position: relative;
	background: #585858;
	margin: 3px;		/*sets the gap between buttons*/
	border-bottom: 4px solid #333333;
	padding-top: 10px;
	/*border: 1px solid #465DAD;*/
	/*width: 50px;*/
}

#nav li ul { /* second-level lists */
	position: absolute; top: 40px; left: 0;	/* 40,0*/
	background: #333333;
	display: none;/*none*/
	width: 200px;
	margin: 0;
	float: none;
	text-align: left;
	padding: 3px;
	list-style: none;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	color: #CC3300;
	display: list-item;
	z-index: 5;
}

#nav li ul li{
	display: list-item;
	list-style: none;
	width: auto;
	background: #585858;
	float: none;
	padding-left: 3px;
}

#header{
	position: relative;		/*to make this fixed need to somehow vary padding on the body to prevent overlap*/
	width: 80%; /*800px;*/
	height: 80px;
	margin: 0 auto 0 auto;
	padding: 0;
	padding-top: 10px;
	border: 0;
	background: #ffffff;/**/	/*change this for special occasions*/
	/*background: #ffffff url("images/xmas2.gif") center center scroll repeat ;/*christmas*/
	z-index: 10;
}

#headerbar{
	position: relative;
	width: 80%; /*800px;*/
	margin: 5px auto 0 auto;
	height: 5px;
	padding: 0;
	overflow: hidden;
}

#headerbar img{
	position: absolute; top:0; right:0;	
	z-index:2;
}
#headerbar hr{
	position: absolute; top:0;
	z-index:1;
	height: 3px;
	border: 0;	/*1px solid #9fc3e9;*/
	border-top: 5px solid #9fc3e9;
	margin:0;	
	width:100%;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#submenu{
	width: 150px;
	min-height: 100%;
	padding: 5px;
	float: left;
	background: #ffffff;
	margin: 0;
	overflow: visible;
	position: relative;
	z-index: 1;
}

#submenu ul{
	list-style-type: none;
	position: relative;
	margin-left:0;
	padding-left:10px;
	padding-top: 0;
	margin-top: 0;
}
#submenu ul li{
	padding-bottom: 8px;
}

#submenu a:link{
	font-size:12px;
}

#submenu a:visited{
	font-size:12px;
}
#submenu a:active{
	font-size:12px;
}
#submenu a:hover{
	font-size:12px;
}

.clearfloats{
	clear: both;
	margin: 0;
	width: 100%;
	height: 0;
	font-size:0;
}

#navhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	z-index: 0;
	position: relative;
	padding-top: 1px;
	padding-left: 5px;
	padding-right:0;
	width:auto;
	margin:0;
}

#navlinks {
	text-align: right;
	position: relative; right: 0; top:0;
	font-size: 10px;
	display:block;
}
#navlinks a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}

#searchbox{
	/*position: absolute; right: 10px; top: 10px;*/
	float: right;
	padding-right: 10px;
	z-index:2;
	margin-left: 10px;
	text-align: right;
}

#bodyspace{
	padding: 5px;
	padding-bottom: 20px;
	background: #FFFFFF;
	min-height: 1%;
	margin: 0;
	margin-left: 5px !important;
	margin-left: 155px;	/*this is a fix for IE6, means there is always teh space there for the sub-menu, but only in this browser*/
	margin-right: 5px;
	width: auto;
	overflow: hidden;
	position: relative; left: 0;
}

#footer{
	background: #585858; /*#585858;*/
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	clear: both;
	width:100%
}

#mapdiv{
	width: 640px;
	height: 344px;
	font-size:11px;
	float: right;
	text-align: right;
	border: 1px solid red;
	margin-right: 10px;
	position: relative;
}

.newsholder{
	overflow: hidden;
	margin: 0px;
	margin-bottom: 10px;
	height: 100%;
	width: 100%;
	padding:0;
}

.newsholder div{
	overflow: visible;
	float: left;
	margin-left: 6%;
	margin-right:0;
	width: 37%;
	background: #9fc3e9;
	font-size: 18px;
	height: 100%;
	padding-left:2%;
	padding-right:2%;
	padding-top: 20px;
	padding-bottom: 1000px;		/*this line adds a long buffer to the end fo the news column*/
	margin-bottom: -990px;		/*this line hides the buffer - makes columns equal in length*/
	display: inline;
}

.newsholder div li p{
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:10px;
	font-size: 14px;
}
.front{
	overflow: visible;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:4%;
	margin-right:4%;
	background: #153592;
	color: #FFFFFF;	
	font-size: 20px;
	clear: both;
	text-align: center;
	/*border: outset 15px #153592;*/
}

/* end of basic layout stuff */
/* font styles */
/*headings*/

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 8px;
	padding: 0;
	margin: 0;
	text-align: left;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#585858;
	font-size: 20px;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

h3{
	font-family: Verana, Arial, Helvetica, sans-serif;
	color:#585858;
	font-size:16px;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

.highlight1{
	font-weight: bold;
	text-transform: uppercase;
}

.highlight2{
	font-weight: bold;
	color: #0000FF;
}

.disclaimer{
	font-size:10px;	
	clear: both;
	text-align: right;
	margin-right: 10px;
	width: 50%;
	position: relative; left: 48%;
}

.smalltext{
	font-size:10px;	
	text-align: center;
}

/*tables*/
#product_details{
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#product_details td{
	vertical-align: top;
	padding-left: 20px;
}
#product_details ul{
	padding-top: 0;
	margin-top: 0;
}
#image_slice{
	padding: 0;
	margin-left:auto;
	margin-right: auto;
	border-collapse: collapse;
}

#image_slice td{
	padding: 0;	
	margin: 0;
	border-spacing: 0;
}
#image_slice img{
	border:0;
	padding:0;
	margin:0;
	display: block;
}

.gridtable, .gridtable-left{
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	border-collapse: collapse;
}
.gridtable th{
	border-bottom: 1px solid #CCC;	
	border-left: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.gridtable td{
	border-bottom: 1px solid #CCC;	
	border-left: 1px solid #CCC;
	text-align: center;
}

.gridtable-left th{
	border-bottom: 1px solid #CCC;	
	border-left: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.gridtable-left td{
	border-bottom: 1px solid #CCC;	
	border-left: 1px solid #CCC;
	text-align: left;
}

.table-layout{
	border: 0;	
}
#shows{	/*show on front page*/
	width: 700px;
	height: 450px;
	padding:0;
	margin-left: auto;
	margin-right:auto;	
}

#products-used{
	margin-left:25px;
	margin-right: 450px;	/*need to specify this for ie8*/
	margin-top: auto;
	margin-bottom: auto;
	/*margin-left:420px;	/*this is set by the width of the shows, they must be 400px wide!*/
	/*margin-right:450px;*/
	width:auto;
	padding:25px;
	background: #9fc3e9;
	/*position: relative;*/
	height: 100%;
	z-index: 5;
}
#products-used ul{
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding-left:10px;
}
#products-used ul li ul{
	list-style: none;
	font-size:12px;
	font-weight: normal;
	margin-left: 10px;
}
#flash_show{
	width: 400px; 		/*the shows must be 400px wide!*/
	height: 400px;
	text-align: center; 
	margin-top:0;
	float:right;
	position: relative; /*left:10px;*/
	margin-right: 10px;
	margin-left: 50px;
	margin-bottom: 20px;
}
#notice{				/*div in header to display notices*/
	font-size: 15px;
	font-weight: bold;
	width: auto;
	position: absolute; right: 250px; left:250px;
	padding-left: 0px;
	height:75px;
	text-align: center;
	overflow: auto;
	background: url(/images/xmas2.gif) center center no-repeat;
}

.distributor{
	width: 270px;
	float: left;
	position: relative;
	padding: 5px;
	margin: 10px;
	height: 250px;
}
.width40{
	width: 50%;	
}

.width35{
	width: 35%;
}

.image-list-cell{
	padding: 20px;
	width: 150px;
	height: 155px;
	float: left;
	position: relative;
	text-align: center;
}

.numberedlist{
	list-style: upper-roman;	
}

/*links*/
a:link {
	color: #CC3300;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
a:active {
	color: #CC3300;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	color: #003399;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

/*forms*/
input{
	font-size: 14px;	
}
input.submit{
	background-color: #585858;	
	border-color: #667DCD;;
	font-family: Verana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 4px;
	/*position: relative; right: 0;*/
	/*margin-left: 120px;*/
	/*float: right;*/
	/*position: absolute; right: 0;*/
}

/*formatting for images*/
a:visited img{
	border-style: none;
}
a:hover img{
	border: 2px solid #003399;
}
a:active img{
	border-style:none;
}
img{
	border-style: none;	
	/*position: relative; /*having this here makes all images show up, but images in floats go a bit screwy..*/
}
.alignleft{
	float: left;
	padding: 10px;
	position: relative;
}
/*captions*/
.alignleft p{
	font-size: 12px;	
	margin: 0;
	padding: 0;
	text-align: center;
}

.alignright{
	float: right;
	padding: 10px;
	position: relative;
}
/*captions*/
.alignright p{
	font-size: 12px;	
	margin: 0;
	padding: 0;
	text-align: center;
}

.aligncentre{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
/*captions*/
.aligncentre p{
	font-size: 12px;	
	margin: 0;
	padding: 0;
}

/*image gallery code*/
.imagegallery{
	position: relative;
	text-align: center;
	height: 100%;	
	padding: 10px;
	padding-bottom: 20px;
	overflow: auto;
}

.fullimage{
	position: absolute; top: 0; left: 0;
	width: 100%;
	background: #FFFFFF;	/*give it a solid background*/
	font-size: 11px;
	font-variant: small-caps;
	visibility: visible;
}

.thumbnails{
	padding-left:15px;
	padding-right:15px;
	border: 2px solid #CC3300;
}

a:visited .thumbnails{
	border: 2px solid #CC3300;
}
a:hover .thumbnails{
	border: 2px solid #003399;
}

.image-list{
	text-align: center;
	padding: 10px;
	width: 280px;		/*size of images to be put in here*/
	margin: 5px;
	float: left;
	height: 400px;
	position: relative;
}

.image-list p{
	text-align: justify;
	margin:0;
	padding: 0;
}

.break-floats-in-print{	/*this is used to create breaks between floated lists, such image-list & image-list-cell*/
	display: none;
}
a:visited .image-nohighlight, a:hover .image-nohighlight{
	border: none;
}

.pagelink{				/*this is an attempt to move the position of an anchor in a page*/
	padding-top: 200px;
	clear: both;
}
.phony{					/*this, with the one above, makes links work...*/
	/*float: left;*/
	position: relative;
	margin: 25px;
	overflow: hidden;
}

.no-marker-list{
	list-style-type: none;
}

.invert {
	background: #909090; /*#CCCCCC;*/
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 5px solid #EE3300;
}

.invert a{
	font-weight: bold;
	font-size: 20px;
	font-color: #EE3300;
}

.headerinFloats{
	width: 100%;
	clear: both;
}

.floatClearing{
	font-size:0;	
}

.item-list{
	display: inline;
	list-style-type:none;	
/*	page-break-inside: allow;
	overflow-y: auto;*/
}
.item-list li{
	display: inline;
	width: 150px;
	text-align: center;
/*	page-break-after: allow;*/
}
.item-list li div{
	display: block;
	width: 150px;
	height: auto;
	float: left;	/*I would love to get rid of the float, but I can't get it to work*/
	padding: 20px;
}

/*div for the colour calculator*/

#colour-calc{
	background: WHITE;
	border: 2px solid black;	
	position: absolute; LEFT: 180px;
	width: 75px;
	height: 75px;
}

/*light lessons - formatting*/
.LLContainer{
	overflow: hidden;
	margin: 0px;
	margin-bottom: 10px;
	height: 100%;
	width: 100%;
	padding:0;
}

.LessonList{
	overflow: visible;
	/*float: left;*/
	margin-left: 3%;
	margin-right:0;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 20%;
	background: White;
	border: 2px solid #585858;
	padding-left:10px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	position: absolute;
}

.LightLesson{
	overflow: visible;
	/*float: left;*/
	margin-left: 3%;
	margin-right:3%;
	margin-top: 20px;
	margin-bottom: 20px;
	
	width: 70%;
	background: white;
	border: 2px solid #585858;
	padding-left:10px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	position: relative; left: 24%;
	z-index: 1;
}

.LightLesson h1{
	position: absolute;	top: -18px;
	display: block;
	background: white;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 8px;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 3;
}

.blanker{
	display: none;
}
.topline{
	display: none;
}

.LessonList h1{
	position: absolute;	top: -18px;
	display: block;
	background: white;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 8px;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 3;
}

.LessonList ul{
	list-style-type: none;
	padding:0;
	margin: 0;
}