/* GENERAL STYLES */
body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	vertical-align:top;
	color: #FFFFFF;
	background-color: #2B2B2B;
	background-image:url(images/lt_web_02.jpg);
	background-repeat: repeat-x;
	font: normal 14px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
}

a { 
	text-decoration:underline;
	color:#F4EC1D; 
}
a:hover { 
	text-decoration:none;
	color:#F4EC1D; 
}
a:visited { 
	color:#F4EC1D; 
}

.right_table_center a { 
	text-decoration:underline;
	color:#0173AE; 
}
.right_table_center a { 
	text-decoration:none;
	color:#0173AE; 
}
.right_table_center a { 
	text-decoration:underline;
	color:#999999; 
}

/* LIBRARY STYLES */

li.horizontal_list_right{
	text-align: right;
	float: right;
	list-style: none;
}
li.horizontal_list_left{
	text-align: left;
	float: left;
	list-style: none;
}
li.horizontal_list_center{
	text-align: center;
	float: none;
	list-style: none;
}


/* TEXT STYLES */
ul{
	margin: 0px;
	padding: 0px;
}
li{
	padding: 0px;
}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
}
form{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
h1{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font: bold 26px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
}
h3{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font: bold 18px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
	border-bottom: 1px solid #666666;
}
h4{
	padding: 0px;
	margin: 0px;
	font: bold 16px "Trebuchet MS", "Tahoma", "Verdana", sans-serif;
}
li.vertical_list{
	margin: 0px 0px 10px 15px;
}


/* TEMPLATE STYLES */

div.template_wrapper{
	margin: 0 auto;
	width: 871px;
	text-align: left;
	vertical-align: top;
}

	/* Applies to the container that wraps around all of the content */
	div.template_container{
		margin: 0 auto;
		float: left;
		width: 871px;
		text-align:left;
		vertical-align:top;
	}
	
		div.template_left{
			float: left;
			width: 580px;
			clear:both;
			
		}
			div.header_logo{
				float:left;
				height: 117px;
				overflow:hidden;
			}
			div.logo_nav{
				float:right;
				width: 220px;
				padding-top: 97px;
				text-align:right;
				padding-right: 25px;
			}
			div.header_nav{
				clear:both;
				height: 42px;
			}
			div.main_content{
				width: 580px;
				padding-bottom: 100px;
			}
				div.main_content_inner_wrapper{
					margin: 14px 10px 0px 8px;
					background-image:url(images/lt_web_23.jpg);
					background-repeat:repeat-x;
				}
					div.main_content_title{
						height: 40px;
						overflow:hidden;
					}
					div.main_content_inner{
						margin: 20px;
					}
			div.footer{
				clear:both;
				padding-top: 5px;
				border-top: 2px solid #666666;
				
			}
				li.bottom_nav{
					margin-left: 45px;
				}
		
		div.template_right{
			float:right;
			width: 291px;
		}
			div.template_right_top{
				width: 291px;
				height: 16px;
				overflow:hidden;
			}
			div.template_right_content{
				width: 291px;
			}
				table.right_table{
					width: 291px;
				}
					td.right_table_left{
						width: 8px;
						background-image:url(images/lt_web_29.jpg);
						vertical-align:top;
						background-repeat:repeat-y;
					}
					td.right_table_center{
						width: 270px;
						background-image:url(images/lt_web_12.gif);
						background-repeat:repeat-x;
						background-color: #FDFAE1;
						vertical-align:top;
						color: #222222;
					}
						div.right_content{
							padding: 10px;
						}
						div.right_content a{
							color:#0066CC;
						}
						div.right_content a:hover{
							color:#0066CC;
						}
					td.right_table_right{
						width: 13px;
						background-image:url(images/lt_web_27.jpg);
						vertical-align:top;
						background-repeat:repeat-y;
					}
			div.template_right_bottom{
				width: 291px;
				height: 34px;
				overflow:hidden;
			}
		
		div.template_footer{
			clear:both;
			background-color:#3F3F3F;
			margin-top: 30px;
			height: 20px;
		}
			li.bottom_info{
				margin-left: 25px;
			}
			
			
/* Module Style */

#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}
#field_label{
	vertical-align:top;
	padding-bottom:3px;
	padding-right:5px;
	padding-top:3px;
	text-align:right;
	font-size:12px;
}
#field_cell{
	vertical-align:top;
	padding-bottom:3px;
	padding-top:3px;
	text-align:left;
}

/* NEWS STYLES */

div.news_block{
	border-bottom: 3px dashed #666666;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
	div.news_headline{
		font-weight:bold;
	}
	div.news_date{
		font-size: 11px;
		color:#666666;
	}
	div.news_body{
		padding-top: 3px;
		font: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
/* Product Styles */

div.product_block{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px dashed #666666;
	width: 535px;
	clear:both;
}
	div.product_title{
		font-size: 18px;
		color: #F4EC1D;
		border-bottom: 1px solid #666666;
		margin-bottom: 10px;
	}
	div.product_left{
		float: left;
		width: 360px;
	}
	div.product_right{
		float:right;
		width: 145px;
		background-color:#000000;
		padding: 10px;
	}
		div.product_photo{
			height: 83px;
			overflow:hidden;
			margin-bottom: 10px;
		}


li.about_photo{
	height: 170px;
}
li.product_link{
	width: 165px;
}
	