/*zero out elements courtesy of yahoo*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }


/*BEGIN STYLES*/

/*HEADER STRUCTURES*/

body	
{
        margin: 0;
        padding: 0;
        text-align: center; /*IE hack to center the website*/
        font: 11px/15px verdana, geneva, sans-serif;
        color: #555;
        background-color: #ffffff;
}

#wrapper
{
    width: 770px;
    padding: 0 8px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

}

#masthead
{
    position: relative;
    height: 116px;
    background: #fff url(../images/bg_masthead.gif) repeat-x 0 0;
    margin-bottom: 10px;
}

#logo
{
    position: absolute;
    bottom: 0;
    left: 0;
}



/*NAV STRUCTURES*/
#navContainer
{
    width: 770px;
    padding: 1px 0 0 0;
    overflow: hidden;
    background-color: #8c8c8c;
    margin-bottom: 45px;
}

#nav
{
    margin: 0 0 0 8px;
    padding: 0;
    float: left;
    display: inline; /*kill IE double float margin bug*/    
}

#nav li
{
    display: inline;
    /*need this to defeat generic rules on li*/
    padding-left: 0;
    background: none;
}

#nav a
{
    float: left;
    padding: 5px 24px 6px 6px;
    background: url(../images/bg_navpipe.gif) no-repeat 0 4px;
    color: #fff;
    text-decoration: none;
}

#nav a:hover
{
    background-color: #fff;
    background-image: none;
    color: #000;
}

#nav li.navOn a
{
    background-color: #fff;
    background-image: none;
    color: #000;   
}




/*MENU STRUCTURES*/

#menuContainer
{
    float: left;
    width: 190px;    
    margin-bottom: 65px;
    font-size: 10px; 
}

#menu
{
    margin: 0;
    padding: 0;
}

/*need this to defeat generic rules on li*/
#menu li
{
    background: none;
    padding: 0;
}

#menu li.spacer
{
    background: none;
    height: 21px;
    background-color: #ececec;
    border-bottom: 3px solid #fff;
}

#menu a
{
    display: block;
    padding: 3px 6px;
    width: 178px;
    background-color: #ececec;
    color: #666;
    text-decoration: none;
    border-bottom: 3px solid #fff;
}

#menu a:hover
{
    background-color: #8c8c8c;
    color: #fff;
}

#menu li.menuOn a
{
    background-color: #8c8c8c;
    color: #fff;
}

#menu a strong
{
    font-weight: bold;
    font-size: 11px;
    display: block;
}

#menu a.subMenu
{
    width: 160px;
    padding: 3px 6px 3px 24px;
}




/*CONTENT STRUCTURES*/
#content
{
    float: right;
    width: 560px;
    margin-bottom: 65px;
    
}

/*products column*/
#colMiddle
{
    float: left;
    width: 360px;
}


#colMiddle p
{
	color:#555555;
	
}


/*products sidebar column and styles for nested elements*/
#colSidebar
{
    float: right;
    width: 185px;
    font-size: 10px;
}

#colSidebar img
{
    display: block;
    margin-bottom: .5em;
}

#colSidebar h2
{
    font-size: 11px;
}

#colSidebar p
{
    margin-bottom: 1.8em;
    color: #666;
}


#colSidebar.padTopLg
{
    padding-top: 64px;

}

#colSidebar.padTopSm
{
    padding-top: 29px;
}

#colSidebar.padTopNone
{
    padding-top: 0;
}





/*FOOTER STRUCTURES*/

#footer
{
    width: 770px;
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 3px;
}

#footer p
{
    font-size: 10px;
    color: #666;
}

#footer a
{
    color: #777;
}

#footer a:hover
{
    color: #333;
}



/*GENERIC ELEMENTS AND CONTENT STYLES*/
h1, h2, h3, h4, h5
{
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
}

h1
{
    font-size: 150%;    
    color: #ed1c24;
    margin-bottom: 25px;
}

h1.productSubhead
{
    font-size: 140%;
    margin: -20px 0 25px 0;
    color: #616a6c;
}

h1.pageSubhead
{
    font-size: 140%;
    margin: -20px 0 25px 0;
    color: #616a6c;
}

h2
{
    font-size: 120%;
    color: #414a4c;  
}

h3
{
    font-size: 110%;
    color: #ed1c24;    
}

h4
{
    font-size: 100%;
}

h5
{
    font-size: 100%;
    color: #ed1c24;
}

a
{
    color: #333;
}

h3 a
{

 color: #ed1c24;	
	
}

h3 a:hover
{
    color: #900;    
}

a:hover
{
    color: #888;
}

a.pdfLink
{
    padding-left: 17px;
    background: url(../images/bg_pdf_icon.gif) no-repeat 0 0;
    text-decoration: none;
    
}



a.jpgLink
{
    padding-left: 17px;
    background: url(../images/bg_jpg_icon.gif) no-repeat 0 0;
    text-decoration: none;
}

a.offsiteLink
{
    padding-left: 17px;
    background: url(../images/bg_offsite_icon.gif) no-repeat 0 0;
    text-decoration: none;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italics;
}



ol, ul, blockquote, table, p
{
    margin-bottom: 1.4em;
}

.paragraphList
{
    line-height: 20px;
}

ul li
{
    padding-left: 10px;
    background: url(../images/bg_ul_bullet.gif) no-repeat 0 .5em;
}


ul#errorList li
{
    padding-left: 10px;
    background: url(../images/bg_ul_bulletred.gif) no-repeat 0 .5em;
    color: #c00;
}

ul.dashes li
{
    padding-left: 10px;
    background: url(../images/bg_ul_dash.gif) no-repeat 0 .7em;
}

/*trying to achieve left-aligned, hanging bullets in IE and Firefox*/
ol
{
    position: relative;
    left: -15px;
    *left: 0;
    _left: 0;
    margin: 0;
    *margin-left: 29px;
    _margin-left: 29px;
}

ol li
{
    margin: 0;
    line-height: 16px;
}

sub, sup
{
    font-size: 10px;
    line-height: 0;
}

img
{
    border: 0;
}

hr
{
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    margin: 5px 0;
    border: 0;
}



table
{
    width: 100%;
    margin: 4px 0 1.6em 0;
    border-collapse: collapse;
    empty-cells: show;
}

caption
{
    padding: 4px 2px 4px 0;
    text-align: left;
    font-size: 11px;
}

th, td
{
    padding: 2px 0;
    font-size: 11px;
    text-align: left;    
    border-bottom: 1px solid #ccc;
}

th
{
    background-color: #eee;
    font-size: 100%;
    font-weight: bold;
    color: #333;        
}

td
{
    background-color: transparent;
}

td.secondCell,
td.thirdCell
{
        vertical-align: bottom;
}

td.firstCell
{
    width: 33%;

}

tfoot td
{
    font-size: 10px;
    color: #666;
    border: none;
}



#contactTable td
{
    border-bottom: none;
}




#colMiddle table
{
    width: 100%;
    margin: 4px 0 1.4em 0;
    border-collapse: collapse;
    empty-cells: show;
}

#colMiddle caption
{
    padding: 4px 2px 4px 0;
    text-align: left;
    font-size: 11px;
}

#colMiddle th, #colMiddle td
{
    padding: 2px 5px;
    font-size: 11px;
    text-align: left;
    white-space: nowrap;
    border-bottom: 2px solid #fff;
}

#colMiddle th
{
    background-color: #d6d6d6;
    font-size: 100%;
    font-weight: bold;
    color: #333;    
}

#colMiddle td
{
    background-color: #e9eaeb;
}

#colMiddle td.firstCell
{
    width: 33%;
}

#colMiddle tfoot td
{
    font-size: 10px;
    color: #666;
    border: none;
}



#colMiddle table.seriesOverview
{
    width: 100%;
    margin: 12px 0 1.6em 0;
    border-collapse: collapse;
    empty-cells: show;

}

#colMiddle table.seriesOverviewNew
{
    width: 100%;
    margin: 0 0 1.6em 0;
    border-collapse: collapse;
    empty-cells: show;

}

#colMiddle table.seriesOverview thead td
{
	border-bottom: solid 2px #eee;
	background-color:#fff;
    
}

#colMiddle table.seriesOverview thead td.firstCell
{
	font-weight: bold;
}

#colMiddle table.seriesOverview th
{
	font-weight: normal;
}

#colMiddle table.seriesOverview td
{
	background-color:#fff;
    white-space: normal;
}

#colMiddle table.seriesOverview tbody td
{
	padding-bottom:0;
}





#timeline
{
    width: 100%;
    margin: 4px 0 1.6em 0;
    border-collapse: collapse;
    empty-cells: show;
    white-space: normal;
}

#timeline caption
{
    padding: 4px 2px 4px 0;
    text-align: left;
    font-size: 11px;
}

#timeline th, #timeline td
{
    padding: 2px 0;
    font-size: 11px;
    text-align: left;    
    border-bottom: 1px solid #ccc;
    white-space: normal;
}

#timeline th
{
    background-color: #eee;
    font-size: 100%;
    font-weight: bold;
    color: #333;        
}

#timeline td
{
    background-color: transparent;
}

#timeline td.secondCell,
#timeline td.thirdCell
{
        vertical-align: bottom;
}

#timeline td.firstCell
{
    width: 33%;

}

#timeline tfoot td
{
    font-size: 10px;
    color: #666;
    border: none;
}












#pagination
{
    margin-top: 30px;
    color: #777;
}

#pagination a
{
    padding:  0 3px 1px 3px;
    margin: 0 2px;
}

#pagination a:hover
{
    background-color: #ddd;
    color: #000;
    text-decoration: none;
}







/*HOME PAGE STYLES*/
#messageContainer
{
    position: relative;
    height: 180px;
    margin-top: -24px;
    margin-bottom: 21px;
}


#messageContainerAlt
{
    position: relative;
    margin-top: -24px;
    margin-bottom: 21px;
}

#stage15year
{

    width: 768px; 
    height: 221px;
    border: 1px solid #999;
    background: transparent url(../images/bg_15year.jpg) no-repeat 0 0;
}



#adLarge
{
    position: absolute;
    left: 0;
    top: 0;
    width: 504px;
    height: 178px;
    border: 1px solid #ccc;
    overflow: hidden;
}

#adSmall
{    
    position: absolute;
    left: 530px;
    top: 0;
    width: 238px;
    height: 178px;
    border: 1px solid #ccc;
    overflow: hidden;
}


#productContainer
{
    width: 750px;
    margin-bottom: 21px;
    background-color: #f4f4f4;
    padding: 10px;
    overflow: hidden;
}

#productCol1
{
    float: left;
    width: 230px;
    margin-right: 25px;
}

#productCol2
{
    float: left;
    width: 240px;
}

#productCol3
{
    float: right;
    width: 230px;
}

/*product lists on home page*/
.homeList
{
    margin: 0;
}

.homeList li
{
    margin: 0 0 6px 0;
    padding: 0;
    background-image: none;    
}

.homeList li h1
{
    margin-bottom: 0;
}

.homeList li.noLink h1
{
    padding: 4px 8px;
    background-color: #646464;
    color: #fff;
    font: bold 14px/14px arial, helvetica, sans-serif bold; 
}

.homeList li.last
{
    margin-bottom: 0;
}

.homeList li a
{
    text-decoration: none;
    display: block;
    width: 214px;    
    padding: 4px 8px;
    background: url(../images/bg_listicon_item.gif) no-repeat 212px 50%;
    color: #000;
    background-color: #dddfe0;
}


.homeList li a:hover
{
    background-color: #ccc;
    color: #000;
}

.homeList li h1 a
{
    text-decoration: none;
    display: block; 
    padding: 4px 8px;
    background: #646464 url(../images/bg_listicon_heading.gif) no-repeat 212px 50%;
    color: #fff;
    font: bold 14px/14px arial, helvetica, sans-serif bold;    
}

.homeList li h1 a:hover
{
    background-color: #444;
    color: #fff;
}


/*compensate for different width on middle column*/

.altWidth li a
{
    width: 224px;
    background-position: 222px 50%;
}

.altWidth li h1 a
{
    width: 224px;
    background-position: 222px 50%;
}


.textBox
{
    padding: 10px;
    background-color: #dddfe0;
    font-weight: bold;
    margin: 0;
}

.textBox p
{
    margin: 0;
    padding: 0;
}

.textBox a
{
    font-weight: normal;
}



/*home page search form styles*/
#homeSearchContainer
{
    height: 69px;
    margin: -3px 0 -14px 0;
}

#homeSearchContainer p
{
    font-size: 10px;
    margin: 0 0 3px 0;
}


#wavelength, #power
{
    width: 160px;
    font-size: 11px;
    margin: 0 0 3px 0;
}

#productCol3 input
{
    font-size: 11px;
    margin: 0 0 3px 0;
}



/*bottom columns on home page*/

#homeNews
{
    float: left;
    width: 240px;
    margin-right: 25px;
    margin-bottom: 65px;
}

.filesizeSmall
{
    font-weight: normal; 
    font-size: 10px;
}

#homeEvents
{
    float: left;
    width: 240px;
    margin-bottom: 65px;
}

#homeContact
{
    float: right;
    width: 240px;
    margin-bottom: 65px;
}

#homeNews h1, #homeEvents h1, #homeContact h1
{
    margin-bottom: 12px;
}

#homeNews h1 a, #homeEvents h1 a, #homeContact h1 a
{
    text-decoration: none;
    display: block;
    width: 224px;    
    padding: 4px 8px;
    background: url(../images/bg_home_hdricon.gif) no-repeat 222px 50%;
    padding: 4px 8px;
    background-color: #d2d2d2;
    color: #616a6c;
    font: bold 14px/14px arial, helvetica, sans-serif bold;    
}

#homeNews h1 a:hover, #homeEvents h1 a:hover, #homeContact h1 a:hover
{
    background-color: #c1c1c1;
    color: #515a5c;
}




/* FORMS */

form#contact #email2
{
	position:absolute;
	top: -1000px;
	left: -4000px;
}

form#contact  fieldset
{
    border:none;
}
 
form#contact label
{
    width:125px;
        float:left;


}

form#contact label.lng
{
        /*width:224px;
        margin: 0 0 6px 138px;
        clear:both;*/
        clear:both;
        padding: 0 0 8px 0;
}
 
form#contact label.heading
{
    font-weight:bold;
    margin: 30px 0 0 0; 
    font-size: 13px;
}
 
form#contact input, form#contact textarea, form#contact select
{
    font: 11px/15px verdana, geneva, sans-serif;
    font-size: 11px;
    width:330px;
  	float:right;
	margin-bottom:12px;
}

form#contact select
{
	width:334px;
}

form#contact textarea	{

	//margin-bottom:16px;
	min-height:180px;

}
 
form#contact .shortInput 
{
	width: 180px; 	
}
 
form#contact #submit, form#contact #reset
{
    width:150px;
}
 
form#contact .submitButton
{
    width:150px;
}
 
.checkbox
{
    display: inline;
    width: auto;
}

form#contact 
{

	width:470px;

}

form#contact div p 
{
	clear:both;
}

form#contact br 
{
	clear:right;
}




form select
{
    width: 160px;
    font-size: 11px;
    margin: 0;
}

form input
{
    font-size: 11px;
}



#searchTools
{
    padding: 5px 0 20px 0;    
    margin-bottom: 18px;
    border-top: 0 solid #ccc; 
    border-bottom: 1px solid #ccc;

}

#searchTools span, #searchTools input, #searchTools select
{
	
	margin-bottom:3px;
	
}

#searchTools form.quickSearchInterior{
        
    padding-top: 18px;
    border-top: 1px solid #ccc;
}
 



/*DISTRIBUTORS PAGE*/

#distributors h2
{
    margin-bottom: 15px;
    padding-top: 6px;
    border-top: 1px solid #ccc;
}



/*MISC*/

#globalHeader,#globalFooter,#contentWrapper	{

	width:790px;
	border:solid 1px #eee;
	margin-bottom:12px;
	clear:both;
	min-height:90px;
}

#globalHeader div {

	font-size:11px;
	width:90px;
	float:left;

}

#globalHeader div a	{

}

a.linkOn	{

	color:#fff;
	background-color:#969696;

}

.wavelength	{

	width:600px;
	border: solid 1px #ccc;
	border-width: 0 0 2px 0;
	margin-bottom:22px;

}

.wavelength h4	{

	color:#900;

}




/*styles for CMS Styles pulldown*/

img.imgLeft
{
    float: left;
    margin: 4px 10px 5px 0;
}

img.imgRight
{
    float: right;
    margin: 4px 0 5px 15px;
}


img.imgClear
{
    display: block;
    margin: 0 0 15px 0;
}

/* styles for Combobox jQuery plugin */
.comboboxContainer
{
	border-left: solid 2px #777;
	border-top: solid 2px #777;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 2px;

}


.comboboxValueContainer 
{
    
        list-style:none;


}

.comboboxValueContent
{
	padding-left: 3px;

}

.comboboxDropDownContainer
{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	background: #fff;
	overflow: hidden;
	padding-left: 4px;


	
}

.comboboxDropDownContainer li
{
	
        list-style:none;
        list-style-image:none;
        list-style-type:none;
        margin-left:-10px;
   
}

.comboboxDropDownButton
{
	width: 16px;
	height: 18px;
	background-image: url(/gdresources/images/trigger.gif);

}



.comboboxGroupItemHeader 
{
	display: block;
	color: #000;


}

.comboboxGroupItemContainer
{
	padding-left: 10px;

}

.comboboxItem
{
	background: #fff;
	color: #000;
	font-weight: normal;
	font-style: normal;
        margin-bottom:4px;
        font-size:10px;
        line-height:12px;
        margin-right:2px;

}

.comboboxItemHover
{
	background-color: #999;
	color: #fff;
	
        
}

#colMiddle div.newsitem, div.newsitem   {
        
        margin-bottom:48px;
        
}





 #colMiddle div.newsitem p, div.newsitem p      {
        
        font-size:11px;
        font-family:verdana;
        margin-bottom: 5px;
        line-height:15px;
        color: #555;
        font-weight:normal;

        
}


#colMiddle div.newsitem h4,  div.newsitem h4   {
        
        font-weight:normal;
        color:#666;
        font-family:arial, helvetica, sans-serif;
        
        
}

div.newsitem h3 {
        font-weight: bold;
        color:#555555;
        }
        
div.newsitem div.newsitem-copy {
        margin-bottom: 8px;
}

.calendar #colMiddle div.newsitem,
.media-coverage #colMiddle div.newsitem {
        margin-bottom: 32px;
}


.red
{
	color:#ed1c24;
}

li h4
{
	margin-top:8px;
	margin-bottom:8px;
}

.textBox p img {
        vertical-align: middle;
        
}

/* Worldwide components */
#worldwide
{
        position: absolute;
        top: 21px;
        left: 684px;
}

#colMiddle table.whiteBG td
{
        background-color:#ffffff;
        vertical-align:top;
        padding: 0 8px 8px 0;
}






