﻿/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
html {
min-height: 100%;

}

body{
margin: 10px 0;
background: #ccc;
text-align: center;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 12pt;
color: #222222;
min-height:80%;

}


/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 980px;
margin: 0 auto;
background: #ffffff;
min-height:90%;

}
#header{
width: 980px;
height: 140px;
background: #aaaaaa url("images/greenheader2.jpg") top center no-repeat;

/*NOTE: Change "greenheader.jpg" above to "blueheader.jpg", "redheader.jpg",
        or "brownheader.jpg" to change the color scheme of this page */

height: 140px;
}
#header h1{
font-size:20px;
color: #ffffff;
text-align: right;
position: relative;
top: 10px;
right: 5px;
line-height: 50px;
text-transform:uppercase;
}
a{
text-decoration:none;
color: #ffffff;
}

#logo{
float:right;
width:191px;
height:28px;
margin:10px 10px 0 0;
background: #ffffff url("images/ltoptics_r2_c1.jpg") no-repeat;
}

#menu{
float: left;
width: 85%;
/*height: 10px;*/
margin: 0 0 0 20px;
}
#menu ul{
list-style: none;
}
#menu li{
float: left;

/*width:100px;*/
}
#menu li a{
margin-left: 5px;
border-top: 2px solid #ffffff;
display: block;
padding: auto;
color: #ffffff;
/*text-transform: lowercase;*/
width:expression(document.body.clientWidth > 119? "118px": "auto" );	
max-width:118px;	
/*height:2em;*/
text-decoration: none;
font-size:14px;
}

#menu li a.fixed_width{
width:expression(document.body.clientWidth > 76? "76px": "auto" );	
max-width:76px;
}
#menu li a:hover{
border-color: #a0a0a0;
}

#lang{
float:right;
margin: 20px 10px 0 0;
color: #ffffff;
}

#lang a {
color:#999999;
font-weight: bold;
font-size: 11px;
}

#lang a.current {
color: #ffffff;
}

#lang a img{
border: none;
background: none;
}

#lang a.current img{
filter:alpha(opacity=70);
opacity: 0.7;
}

#searchbox{
float: right;
margin-right: 15px;
padding-bottom:20px;
}
#searchbox input{
background: #ffffff url('images/mg.jpg') right no-repeat;
border: 1px solid #ccc;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 8pt;
}
.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff url('images/main.jpg') top left repeat-x;
min-height:100%;
min-height:400px;
}
#main h1{
font-size: 14pt;
padding-bottom: 22px;
color: #000000;
background: url('images/titles.jpg') bottom left no-repeat;
}
#main h2{
font-size: 11pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('images/titles2.jpg') bottom left no-repeat;

}
#main h3{
font-size: 12pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('images/titles2.jpg') bottom left no-repeat;
}
#main a{
color: #222222;
text-decoration: none;
border-bottom: 1px dashed #222222;
}
#main a:hover{
background: #e0e0e0;
}
#submain{
padding: 8px;
}
#left{
float: left;
width: 170px;
margin-bottom: 5px;
margin-top:10px;
}
#left p{
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;

}
#left ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#left ul li{
margin-bottom: 5px;
}

#left-head{
	height: 70px;
}
#right{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
width: 760px;
float: right;

}
#right p{
font-size: 11px;
line-height: 18px;
margin-bottom: 8px;
}
#right ul{
margin-left: 20px;
font-size: 11px;
}
#right ul li{
margin-bottom: 3px;
}

#right-head{
	height: 70px;
}
#footer{
clear: both;
width: 100%;
background: #aaaaaa url('images/footer.jpg') bottom center no-repeat;
}
#subfooter{
padding: 8px;
}
#subfooter p{
text-align: center;
font-size: 11px;
color: #ffffff;
}
#subfooter a{
color: #ffffff;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #ffffff;
}
#heyCounter {
	float:right;
	position:relative;
	top:10px;
	right:20px;
}


/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}

.imgbpd{
width:150px;
padding: 3px;
border: 1px solid #e0e0e0;
display: block;
margin: 5px auto;
}
h1,h2,h3{
/*text-transform: lowercase;*/
}
table{
font-size: 13px;
border-collapse: collapse;
margin-bottom: 10px;
}
th{
background: #d0d0d0;
padding: 5px;
border: 1px solid #a0a0a0;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
border: 1px solid #a0a0a0;
}
.no_list_style {
	list-style: none;
}
.list_style_circle{
list-style-type:circle;
}

.no_underline a{
	border-bottom:0px #ffffff;	
}
.left_menu {
font-weight:bold;
text-align:center;
}
p
.bold {
font-weight:bold;
}
.underline {
text-decoration:underline;
}
#laser_history_table td{
border:none;
}
td.column1{
width:50px;
}

#bpd_header{
width: 100%;
background: #ffffff url("images/bpd_header.jpg") top center no-repeat;
height: 100px;
margin: 10px 0 0 0;
}

ul#members{
font-size:14px;
list-style:none;
}

ul#members li{
font-weight:bold;
padding:7px 0 0 0;
}

ul#members a {
font-weight:normal;
}

#members{
padding:0 0 3px 0;
}

#members p{
font-size:14px;
font-weight:bold;
padding:0;
margin:0;
}

#members a {
font-weight:normal;
}

#member_image {
height:70px;
vertical-align:midle;
}

#member_image img{
padding:0;
border:none;
}