@import "layout.css";
@import "form.css";
@import "home.css";
@import "product.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	font:normal 62.5%/1 tahoma,arial,helvetica,sans-serif;
	color:#666;
	text-align:center;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	font-family:georgia,serif;
	margin:0 0 10px;
}

h1{
	color:#f46214;
	font-weight:normal;
	font-size:2.7em;
	margin-bottom:15px;
}


h2{
	color:#0b3f80;
	font-family:arial, sans-serif;
	margin-bottom:5px;
	font-size:1.3em;
}

.copy_box h2{
	margin-bottom:10px;
}

h3{
	font-family:arial, sans-serif;
	font-size:1.1em;
	margin-bottom:5px;
}

h4{
	
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin:0 0 15px;
	line-height:1.4;
}

.people{
	border-bottom:1px solid #E4E4E4;
	clear:both;
	padding:0 0 15px;
}

p.people strong{
	font-size:1.05em;
}

p.people .thumb{
	float:left;
	margin:0 15px 4px 0;
}

span{
	
}

address{
	font:normal 1em/1.3 tahoma,arial,helvetica,sans-serif;
	margin:0 0 10px;
}

blockquote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	margin-left:25px;
}

ol li ul{
	list-style:disc;
	margin-top:5px;
}

ul{
	margin:0 0 15px 15px;	
}
ul li ul{
	margin-bottom:0;
}
ul li ul li{
	list-style:disc;
}
li{
	line-height:1.4;
}

#content_main li{
	margin-bottom:10px;
}

ul.content_list, ul.photo_list{
	list-style:none;
	margin:0;
}

ul.content_list li, ul.photo_list li{
	width:450px;
}

ul.photo_list li{
	float:left;
	clear:left;
}

ul.photo_list li img{
	float:left;
	margin-right:15px;
}

ul.none li{
	margin-bottom:5px;
}

ul.none li ul{
	margin:5px 0 10px 10px;
}

ul.none li ul li{
	list-style:none;
	margin:0;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:20px;
	color:#0b3f80;
	line-height:1.3;
}
	
dd{
	float:left;
	line-height:1.3;
	margin-bottom:10px;
}

dl#contact_details dt, dl#contact_details dd,
dl.content_datalist dt, dl.content_datalist dd{
	float:none;
}

dl#contact_details dt{
	font-weight:bold;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a:link, a:visited{
	color:#507db9;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:active{
	
}

.skip{
	position:absolute;
	left:-9999px;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:hand;
}

/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0 15px 0;
}

.hrule{
	height:1px; 
	font-size:1px;
	background:url(/images/hrule.gif) repeat-x; 
	clear:both;
	margin:15px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb, .thumb_home{
	border:1px solid #e5e5e5;
	padding:2px;
}

img.thumb{
	margin:0 0 15px 15px;
}

img.thumb_home{
	margin:0 0 15px 0;
}

.intro{
	font-family:georgia,serif;
	font-size:1.6em;
	color:#999;
}


/*box styles */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.box{
	padding:44px 10px 5px;
	width:181px;
	position:relative;
	background:url(/images/bg_box.gif) repeat-y;
	margin:0 0 15px;
}

.box_bottom{
	width:201px;
	height:9px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(/images/bg_box_bottom.gif) no-repeat;
	display:block;
}

.box h3{
	color:#2b6cad;
	font-size:1em;
	font-family:tahoma, verdana, sans-serif;
}

.box h3 a:link, .box h3 a:visited{
	font-weight:normal;
}

.box a:link, .box a:visited{
	color:#2c6cae;
	text-decoration:none;
}

.box a:hover{
	text-decoration:underline;
}

.box ul{
	list-style:none;
	margin:0 0 10px;
}

.box li{
	margin-bottom:7px;
	background:url(/images/bullet.gif) no-repeat;
	padding:0 0 0 23px;
	width:158px;
}
.contact a
{
	color: #0b3f80 !important;
}


ul.news li, ul.news_grey li{
	
	border-top: 1px solid #e5e5e5;
	
	padding:6px 0 0 23px;
	padding-bottom:7px;
	width:158px;
}

ul.index_list 
{
	margin-top: 10px;
	list-style: none;
}

ul.index_list li
{
	background:url(/images/bullet_news.png) 0px 5px no-repeat;
	list-style: none;
	padding-left: 10px;
	margin-top: 15px;

}



.news_last
{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

li.highlight a
{
	color: #f46214;
}

p.summary
{
	color: #999999;
	font-family: Georgia, Serif;
	font-size: 1.4em;
}

p.date
{
	color: #666666;
	font-family: Georgia, Serif;
	font-size: 1.4em;
}

ul.news_grey li
{
	background:url(/images/bullet_grey.png) 10px 12px no-repeat;
	font-size: 1.2em;
}

ul.news li
{
	background:url(/images/bullet_news.png) 10px 12px no-repeat;
}

ul.news, ul.news_grey
{
	list-style: none;
	margin: 0;
	padding: 0px;
}

.box li.video{
	background:url(/images/bullet_video.gif) 2px 0 no-repeat;
}

.box li.pdf{
	background:url(/images/bullet_pdf.gif) 0px 0 no-repeat;
}



.box ul.products li{
	background:url(/images/bullet_product.gif) no-repeat;
	padding:0;
}

.box ul.products li h3{
	padding-left:20px;
}

.copy_box{
	border:1px solid #E4E4E4;
	margin:0 0 15px;
	padding:20px 20px 10px;
	display: block;
	float: left;
	width: 630px;
}

/*box h2 styles */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.box h2, .box h2 span{
	width:201px;
	height:34px;
	top:0;
	left:0;
	position:absolute;
}

#h2_a_closer_look, #h2_a_closer_look span{
	background: white url(/images/h2_a_closer_look.jpg) no-repeat;
}

#h2_featured_products, #h2_featured_products span{
	background:url(/images/h2_featured_products.gif) no-repeat;
}

#h2_document_library, #h2_document_library span{
	background:url(/images/h2_document_library.gif) no-repeat;
}

#h2_related_links, #h2_related_links span{
	background:url(/images/h2_related_links.gif) no-repeat;
}

#h2_our_contact_details, #h2_our_contact_details span{
	background:url(/images/h2_our_contact_details.gif) no-repeat;
}

#h2_news_archive, #h2_news_archive span{
	background:url(/images/h2_news_archive.gif) no-repeat;
}


/*Product listing ul */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ul.directory{
	list-style:none;
	margin:0 0 10px 0;
	width:100%;
	overflow:hidden;
}

ul.directory li{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ecebeb;
	padding:10px 0;
	margin:0;
}

ul.directory li.last{
	border:none;
}

ul.directory li img{
	float:left;
	margin:0 20px 0 0;
}

ul.directory li h2{
	margin:0 0 5px 0;
}

ul.directory li p{
	margin-bottom:5px;
}

ul.directory li a:link,
ul.directory li a:visited{
	text-decoration:none;
	color:#3b98d3;
}

ul.directory li a:hover{
	text-decoration:underline;
}

ul.directory li p.pdf{
	padding:3px 0 3px 22px;
	background:url(/images/bullet_pdf.gif) 0 2px no-repeat;
}

ul.directory li p.pricelistpdf{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 0 3px 22px;
	background:url(/images/bullet_pdf.gif) 0 2px no-repeat;
}



/*Breadcrumbs */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
#breadcrumbs{
	list-style:none;
	margin:0 0 -5px;
	overflow:hidden;
}

#breadcrumbs li{
	float:left;
	background:url(/images/breadcrumb.gif) right 6px no-repeat;
	padding-right:10px;
	margin:0 5px 0 0;
}

#breadcrumbs li a:link, #breadcrumbs li a:visited{
	color:#3c97d1;
}

#breadcrumbs li.last{
	margin:0;
	background:none;
}


/*Support */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
#wavelengths{
	margin:0 0 15px;
}

#wavelengths th, #wavelengths td{
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	font-size:.9em;
	padding:9px;
}

#wavelengths th{
	background-color:#E4E4E4;
	border-top:1px solid #FFF;
}

#wavelengths th.left, #wavelengths td.left{
	border-left:1px solid #FFF;
	float:none;
}

#wavelengths td{
	background-color:#f2f0f0;
}
