/* Using the following conversion setup
	2.2em - 18pt
	1.6em - 14pt
	1.4em - 12pt
	1.2em - 11pt
	1.1em - 10pt
	1.0em -  9pt
	0.9em -  8pt
	0.8em -  7pt
*/

/* Site Wide - Start */
	html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
		border: 0; 
		margin: 0; 
		padding: 0; 
	}

	/* HTML tags - Start */
		body {
			font-size: 9pt;
			font-family: Arial, Helvetica, sans-serif;
			color: #000000;
		}

		a:link, a:visited, a:active {
			color: #000000;
			font-weight: bold;
			text-decoration:underline;
		}

		a:hover {
			text-decoration: none;
		}

		h2 {
			font-size: 13pt;
			color: #004B91;
			padding-bottom: 10px;
			text-align: left;
		}

		h3 {
			font-size: 11pt;
			color: #1F5485;
			padding-bottom: 10px;
			text-align: left;
		}
		
		hr {
			text-align: center;
			width: 70%;
			height: 1px;
			color: #274C93;
			margin-top: 10px;
			margin-bottom: 10px;
		}
	/* HTML tags - End */

	/* General Use - Start */
	/* General Use - End */

	/* DIVS - Start */
		#topmenu_wrapper {
			display: none;
		}

		#maincontent_wrapper {
			margin-top: 2px;
		}

		/* Home page related - start */
			#inner_maincontent_wrapper_home {
			}
	
				#maincontent_flash_home {
					text-align: center;
				}

				#maincontent_column_text_underheader_home {
					padding-top: 2px;
					text-align: center;
					font-size: 11pt;
					font-weight: bold;
					padding-bottom: 20px;
				}

				#maincontent_column_text_home {
					padding-bottom: 10px;
				}
		/* Home page related - end */
		
			#inner_maincontent_wrapper {
			}

			#maincontent_subtitle {
				text-align: center;
				font-size: 18pt;
				font-weight: bold;
				padding-bottom: 8px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
		
			#maincontent_column_left {
				display: none;
			}

			#maincontent_column_right {
				text-align: justify;
			}

		#bottom_breadcrumb {
			display: none;
		}
		
		#bottommenu_wrapper {
			display: none;
		}
	/* DIVS - End */

	/* Home page related - start */
		#maincontent_column_text_underheader_home a {
			display: none;
		}

		#maincontent_column_text_home img {
			padding-bottom: 5px;
			display: block;
		}

		.print_column_header {
			font-size: 12pt;
			font-weight: bold;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

		#maincontent_column_text_home a {
			display: none;
		}
	/* Home page related - end */
	
	/* Subpage - Generic - Start */
		#printheader {
			padding-bottom: 10px;
		}

		#homelink {
			display: none;
		}
		
		#subheader_footer {
			display: none;
		}

		#subheader_footer {
			margin: 0px;
			padding: 0px;
			margin-bottom: 10px;
		}
		
		ul.links {
			margin-top: 20px;
			padding-left: 30px;
			margin-bottom: 20px;
		}
			ul.links li {
				list-style: disc outside;
				color: #004B91;
				padding-top: 7px;
				font-weight: bold;
			}

			ul.links li span {
				color: #000000;
				font-weight: normal;
			}

		ul.positions {
			padding-left: 30px;
			margin-bottom: 20px;
		}
			ul.positions li {
				list-style: disc outside;
				color: #004B91;
				padding-top: 7px;
				font-weight: bold;
			}

			ul.positions li span {
				color: #333;
				font-weight: normal;
			}

		ul.points {
			margin-top: 10px;
			padding-left: 30px;
			margin-bottom: 20px;
		}
			ul.points li {
				list-style: disc outside;
				color: #004B91;
				padding-top: 7px;
				font-weight: bold;
			}

			ul.points li span {
				color: #333;
				font-weight: normal;
			}

			ul.points ul {
				padding-left: 50px;
			}
			
			ul.points ul li {
				list-style: square outside;
				color: #000000;
				font-weight: normal;
			}

		ul#sitemap_links {
			margin-top: 10px;
			padding-left: 30px;
			margin-bottom: 20px;
			list-style:none
		}
		
			ul#sitemap_links li {
				color: #004B91;
				padding-top: 10px;
			}

				ul#sitemap_links li a:link, ul#sitemap_links li a:visited, ul#sitemap_links li a:active {
					color: #274C93;
					font-weight: bold;
					font-size: 12pt;
					text-decoration: none;
				}

				ul#sitemap_links li a:hover {
					text-decoration:underline;
				}

					ul#sitemap_links ul {
						padding-left: 50px;
					}

						ul#sitemap_links ul li a:link, ul#sitemap_links ul li a:visited, ul#sitemap_links ul li a:active {
							color: #333;
							font-weight: bold;
							text-decoration: none;
							font-size: 11pt;
						}
		
						ul#sitemap_links ul li a:hover {
							text-decoration:underline;
						}

						ul#sitemap_links ul ul {
							padding-left: 50px;
						}
						
							ul#sitemap_links ul ul li a:link, ul#sitemap_links ul ul li a:visited, ul#sitemap_links ul ul li a:active {
								color: #333;
								font-weight: normal;
								text-decoration: none;
								font-size: 10pt;
							}
			
							ul#sitemap_links ul ul li a:hover {
								text-decoration:underline;
							}

		.request_form {
			margin-top: 10px;
			margin-bottom: 10px;		
		}

		.request_form td.field_title {
			padding-right: 10px;
			font-weight: bold;
		}

		.request_form input, .request_form select, .request_form textarea {
			font-size: 11px;
			margin-bottom: 5px;
		}

		#submit_btn {
			margin-top: 15px;
			border: solid 1px #004B91;
			background-color: #274C93;
			color: #ffffff;
			padding: 4px;
		}

		.required {
			color: #FF0000;
		}
		
		#your_name {
			width: 250px;
		}

		#title {
			width: 250px;
		}

		#company {
			width: 400px;
		}

		#address {
			width: 400px;
		}

		#city {
			width: 200px;
		}

		#prov_state {
			width: 150px;
		}

		#zip {
			width: 100px;
		}

		#country {
			width: 260px;
		}

		#email {
			width: 400px;
		}

		#other_specify {
			width: 500px;
			height: 70px;
		}
		
		.checkbox {
		}

		#returnToArticleList {
			display: none;
		}

		p#logtech_address {
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: 30px;
		}

		p#news_footer {
			margin-top: 30px;
			font-size: 7pt;
		}

		p#news_footer a {
			font-size: 7pt;
		}

		img.news_img {
			margin-top: 15px;
			margin-right: 20px;
			margin-bottom: 15px;
		}

		#screen_shot {
			float: right;
			margin-left: 20px;
			margin-top: 20px;
			margin-bottom: 20px;
		}

		#customer_quotes {
			margin-top: 5px;
			margin-bottom: 5px;
			text-align: center;
			font-size: 8pt;
			font-style: italic;
			font-weight: bold;
			font-family: Georgia, "Times New Roman", Times, serif;
		}

			#customer_quotes img {
				margin-bottom: 20px;
			}
	/* Subpage - Generic - End */
/* Site Wide - End */
