@charset "UTF-8";
body {
	margin: 0px;
	background: #EFEFEF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.layout {
	margin: 0px auto 30px;
	width: 768px;
	background: #FFFFFF;
	border-right: 1px solid #B2D9E6;
	border-left: 1px solid #B2D9E6;
	border-bottom: 1px solid #B2D9E6;
}
.header {
	height: 91px;
}
.nav {
	height: 41px;
}
.homepic {
	height: 297px;
}
.homepic img {
	display: block;
}
.container {
	padding: 10px;
}
.title {
	font-size: 16px;
	font-weight: bolder;
}
.footer {
	background: #EFEFEF url(graphics/reflection.jpg) repeat-x left center;
	padding: 10px;
	height: 50px;
	border-top: 2px solid #B2D9E6;
	text-align: right;
}
.footer .footerText {
	margin-top: 15px;
}
.bold {
	font-weight: bolder;
}
.tablePadding td {
	padding: 3px;
}
.bgLightGray td {
	background: #EFEFEF;
}
.redText {
	color: #CC0000;
}
.bottomLine td {
	border-bottom: 1px solid #333333;
}
.italic {
	font-style: italic;
}
.floatRight {
	float: right;
}
.padding {
	padding: 5px;
	margin-left:10px;
}
.floatLeft {
	float: left;
}
a {
	color: #000000;
}
a:hover {
	color: #0099CC;
}
.bigText {
	font-size: 14px;
}
.bgBlue {
	background: #81CDE5;
}
.bgDarkBlue {
	background: #4F7E8D;
}
.rectangle {
	background: url(graphics/rectangle.jpg);
	height: 102px;
	width: 152px;
	margin: 0px auto;
	cursor: default;
}
.rectangle .cell1 {
	font-size: 30px;
	font-weight: bolder;
	height: 48px;
}
.rectangle .table {
	width: 90%;
	margin: 5px auto auto;
}
.table .cell2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bolder;
	letter-spacing: 3px;
	color: #FFFFFF;
}
.input {
	border: 0px solid #0099CC;
	width:271px;
	background-image:url(graphics/textbox_bg.gif);
	height:28px;
	padding:3px 0px 0px 4px;
	background-repeat:no-repeat;
}
.input_textarea {
	border: 0px solid #0099CC;
	width:271px;
	background-image:url(graphics/textarea_bg.gif);
	height:89px;
	padding:3px 0px 0px 4px;
	background-repeat:no-repeat;
}
.botton {
	font-weight: bolder;
	background-image:url(graphics/button_bg.gif);
	width:71px;
	height:26px;
	border:0px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
}
.listing_01 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.listing_01 ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
}
.listing_01 li {
	padding:0px 0px 15px 10px;
	margin:0px 0px 0px 20px;
	list-style:none;
	background-image:url(graphics/icon.gif);
	background-repeat:no-repeat;
}
#banner_contactus {
	background-image:url(graphics/banner_contactus.jpg);
	height:338px;
	width:768px;
	display:block;
}
#banner_home {
	background-image:url(graphics/banner_home.jpg);
	height:387px;
	width:768px;
	display:block;
}
#banner_diode_laser {
	background-image:url(graphics/banner_diode_laser.jpg);
	height:387px;
	width:768px;
	display:block;
}
#banner_products {
	background-image:url(graphics/banner_products.jpg);
	height:387px;
	width:768px;
	display:block;
}
#banner_prices {
	background-image:url(graphics/banner_prices.jpg);
	height:387px;
	width:768px;
	display:block;
}
#head_diodelaser {
	background-image:url(graphics/head_diode_laser.gif);
	width:160px;
	height:26px;
	margin-top:15px;
}
#head_prices {
	background-image:url(graphics/head_prices.gif);
	width:81px;
	height:26px;
	margin-top:15px;
}
#head_products {
	background-image:url(graphics/head_products.gif);
	width:117px;
	height:26px;
	margin-top:15px;
}
.hide {
	display:none;
}