/* reset */

* {
	padding:0px;
	margin:0px;
	position:relative;
}

body {
	font-size:100%;
	line-height:1em;
}

a, a:visited {
	text-decoration:none;
	color:inherit;
}

a {
	outline:none;
	-moz-outline-style:none;
}

img {
	display:block;
	border:none;
}

/***********************************
        HTML Element Styles
***********************************/

body {
	font:.6875em/1.6364em Verdana, sans-serif;
	color:#404040;
}

p {
	margin-bottom:10px;
}

ul {
	margin-left:15px;
	font-style:italic;
}

select, input[type="text"], button, textarea {
	font:1em/1.2727em Verdana, sans-serif;
}

input[type="text"] {
	height:16px;
} 

input[type="file"] {
	height:20px;
	font:1em/1.6364em Verdana, sans-serif;
}

/***********************************
          General Styles
***********************************/

/* Dividers */

.divideBottom {
	background-repeat:repeat-x;
	background-position:bottom left;
}

.divideTop {
	background-repeat:repeat-x;
	background-position:top left;
}

/* Text Styles */

.heading1 {
	font-size:2.1818em;
	color:#737373;
}

.heading2 {
	font-size:1.4545em;
	color:#404040;
}

.heading3 {
	font-size:1.4545em;
	color:#737373;
}

.heading4 {
	font-size:1.0909em;
	color:#808080;
}

.heading1, .heading2, .heading3, .header4 {
	line-height:1em;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:5px;
	background:url(images/main_divider.png) repeat-x bottom left;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

/* Layout and Misc */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.noteRed {
	color:red;
	font-style:italic;
}

.noteGreen {
	color:green;
	font-style:italic;
}

/***********************************
              Header
***********************************/ 

#navigationBar {
	background:url(images/menu_bg.png) repeat-x top left;
	height:25px;
	padding-top:5px;
	width:100%;
	z-index:1;
}

/* Search */
/*#search fieldset*/ .fieldSet {
	border:none;
}

#search label {
	display:none;
}

/*#searchField*/ input.searchField {
	float:left;
	border:none;
	margin:0px;
	padding:3px 5px 0px 10px;
	height:17px;
	width:145px;
	background:transparent url(images/search_bg.png) no-repeat top right;
	font-size:1em;
	color:#808080;
}

/*#searchButton*/ .searchButton {
	float:left;
	border:none;
	height:20px;
	width:60px;
	margin:0px;
	padding:0px;
	background:transparent url(images/search_btn.png) no-repeat 0px 0px;
	cursor:pointer;
}

/*#searchButton*/ .searchButton:hover {
	background-position:-60px 0px;
}

/*#searchButton*/ .searchButton:active {
	background-position:-120px 0px;
}


/* Menu */

#menu {
	font-style:normal;
	list-style-type:none;
	margin-left:0px;
	position:absolute;
	left:10px;
	top:-5px;
	border-left:1px solid #262626;
	border-right:1px solid #1a1a1a;
}

#menu > li {
	float:left;
	height:20px;
	padding-bottom:10px;
	width:100px;
	text-align:center;
	border-left:1px solid #1a1a1a;
	border-right:1px solid #262626;
	line-height:2.7273em;
}

#menu > li:hover {
	background-color:#e5e5e5;
}

#menu > li > a, #menu > li > a:link, #menu > li > a:visited {
	color:#bfbfbf;
	font-weight:bold;
	display:block;
	height:20px;
	padding-bottom:10px;
}

#menu > li:hover > a {
	color:#404040;
}

/* Sub-Menu */

#menu li ul {
	font-style:normal;
	list-style-type:none;
	margin-left:0px;
	text-align:left;
	display:none;
}

#menu li:hover ul {
	display:block;
	padding:5px 0px;
	background:#ccc url(images/subMenu_bg.png) repeat-x top left;
	width:138px;
	border:1px solid #e5e5e5;
	font-size:.9090em;
}

#menu li:hover ul li {
	margin:0px;
	padding:5px 15px;
	width:108px;
	line-height:1.33em;
}

#menu li:hover ul li a {
	color:#666;
	display:block;
}

#menu li:hover ul li:hover {
	background:#f09e00 url(images/highlight_bg.png) repeat-x top left;
	padding:5px 16px;
	margin-left:-1px;
	margin-right:-1px;
	cursor:pointer;
}

#menu li:hover ul li:hover a {
	color:#672e00;
}

/* Banner */

#banner {
	width:100%;
	height:170px;
	background:url(images/banner_bg.png) repeat-x top left;
}

#banner > div > a {
	display:block;
	position:absolute;
	top:31px;
	left:-8px;
}

#imageRotator {
	width:620px;
	height:130px;
	position:absolute;
	top:20px;
	right:10px;
}

/***********************************
               Main 
***********************************/

#mainTop {
	width:100%;
	height:200px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/main_top_bg.png) repeat-x top left;
}

#main {
	background:#e6e6e6 url(images/main_bottom_bg.png) repeat-x bottom left;
	width:100%;
	padding:20px 0px 10px 0px;
	border-top:1px solid white;
	border-bottom:1px solid #595959;
	min-height:400px;
}

#main a, #main a:link, #main a:visited {
	color:#ca5a00;
}

#main a:hover {
	text-decoration:underline;
}

#main .divideBottom {
	background-image:url(images/main_divider.png);
	margin-bottom:5px;
}

#main .grid12 {
	padding-bottom:20px;
	padding-top:20px;
	overflow:hidden;
}

/* Product Pages */

#main .grid09 {
	margin-left:240px;
}

.product1 {
	width:202px;
	height:210px;
	border-top:1px solid #4D4D4D;
	border-right:1px solid #4D4D4D;
	border-bottom:1px solid #1A1A1A;
	border-left:1px solid #1A1A1A;
	padding:8px;
	margin:0px 10px 20px 10px;
	background:url(images/productCategory_bg.png) repeat-x top left;
	text-align:center;
	float:left;
}

.product1 input[type="image"] {
	display:block;
	border-top:1px solid #1A1A1A;
	border-right:1px solid #1A1A1A;
	border-bottom:1px solid #4D4D4D;
	border-left:1px solid #4D4D4D;
	margin-bottom:7px;
}

#main .product1 a, #main .product1 a:link, #main .product1 a:visited {
	display:block;
	color:white;
	font-weight:bold;
}

.product2 {
	width:661px;
	height:158px;
	border-top:1px solid #4D4D4D;
	border-right:1px solid #4D4D4D;
	border-bottom:1px solid #1A1A1A;
	border-left:1px solid #1A1A1A;
	padding:18px 18px 18px 19px;
	margin:0px 10px 20px 10px;
	background:url(images/productCategory_bg.png) repeat-x top left;
}

.product2 img, .product2 input[type="image"] {
	display:block;
	border-top:1px solid #1A1A1A;
	border-right:1px solid #1A1A1A;
	border-bottom:1px solid #4D4D4D;
	border-left:1px solid #4D4D4D;
	float:right;
}

.product2 p {
	color:#808080;
	width:440px;
	margin-top:5px;
}

.productHeading {
	width:700px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.productImage {
	width:220px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	text-align:center;
}

.productImage img {
	margin-bottom:10px;
	border-top:1px solid #808080;
	border-right:1px solid #808080;
	border-bottom:1px solid white;
	border-left:1px solid white;
}

.productInformation {
	width:480px;
}

.productInformation > div, .productInformation > p {
	margin-bottom:20px;
}

#main a.headingLink, #main a.headingLink:link, #main a.headingLink:visited {
	color:white;
	font-weight:bold;
	font-size:1.2727em;
}

#main a.headingLink:hover {
	text-decoration:none;
	color:#f09e00;
}

/* Left Navigation */

#leftNav {
	float:left;
	width:220px;
	height:100%;
	/*margin:0px 9px 0px 10px;*/
	padding-right:10px;
	background:url(images/main_vertical_divider.png) repeat-y top right;
}
/*
#leftNav td {
	padding-top:3px;
	padding-bottom:3px;
}
*/
#leftNav a, #leftNav a:link, #leftNav a:visited {
	display:block;
	color:#404040;
	/*font-weight:normal;*/
	line-height:1.273em;
	text-shadow:0px 1px 0px #e5e5e5;
}

#leftNav a:hover {
	color:#ca5a00;
	text-decoration:none;
}

/* Button Styles */

#main .blackButton {
	display:inline-block;
	height:34px;
	padding-left:15px;
	margin-left:-5px;
	background:url(images/btn_black_bg_left.png) no-repeat top left;
}

#main .blackButton a, #main .blackButton a:link, #main .blackButton a:visited, #main .blackButton input {
	display:inline-block;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	height:34px;
	padding-right:15px;
	line-height:2.65em;
	background:url(images/btn_black_bg_right.png) no-repeat top right;
}

#main .blackButton input {
	border:none;
	font-family:Verdana, sans-serif;
	font-size:1em;
	font-weight:bold;
	height:34px;
	padding-bottom:6px;
	overflow:visible;
}

#main .blackButton a:hover, #main .blackButton input:hover {
	color:#f09e00;
	text-decoration:none;
	cursor:pointer;
}

#main .blackButton a:active {
	line-height:2.75em;
}

/* At T-Lon Section */

#mainImage {
	float:left;
	border-top:1px solid #808080;
	border-right:1px solid #808080;
	border-bottom:1px solid white;
	border-left:1px solid white;
	margin-right:10px;
	margin-left:10px;
}

#mainTitle {
	text-indent:-9999px;
	height:61px;
	background:url(images/atT-LON.png) no-repeat top left;
	margin-bottom:0px;
	padding-bottom:7px;
}

/* Our Products Section */

#ourProductsTitle {
	text-indent:-9999px;
	height:27px;
	background:transparent url(images/ourProducts.png) no-repeat top left;
	margin-bottom:0px;
	padding-bottom:10px;
}

#whatElse {
	text-indent:-9999px;
	display:block;
	width:310px;
	height:40px;
	margin:5px auto 0px auto;
	background:url(images/whatElse_btn.png) no-repeat 0px 0px;
}

#whatElse:hover {
	background-position:-310px 0px;
}

#whatElse:active {
	background-position:-620px 0px;
}

#productManager {
	width:460px;
	padding-top:35px;
	padding-left:14px;
	padding-right:14px;
	margin-left:-4px;
	margin-right:-4px;
	float:left;
}

#productManager img {
	margin-left:-14px;
}

/* Main Callouts */

.mainCallout {
	float:left;
	width:220px;
	padding-left:10px;
	padding-right:10px;
}

.mainCallout img {
	padding-top:10px;
	background:url(images/main_divider.png) repeat-x top left;
	padding-bottom:10px;
}

.mainCallout a, .mainCallout a:link, .mainCallout a:visited {
	display:block;
	width:110px;
	height:34px;
	text-indent:-9999px;
	background:url(images/readMore_btn.png) no-repeat 0px 0px;
	margin-left:auto;
	margin-right:auto;
}

.mainCallout a:hover {
	background-position:-110px 0px;
}

.mainCallout a:active {
	background-position:-220px 0px;
}

#corporateCommitmentTitle {
	text-indent:-9999px;
	height:24px;
	background:url(images/corporateCommitment.png) no-repeat top left;
	margin-bottom:5px;
}

#innovativeEngineeringTitle {
	text-indent:-9999px;
	height:24px;
	background:url(images/innovativeEngineering.png) no-repeat top left;
	margin-bottom:5px;
}

#qualityAssuranceTitle {
	text-indent:-9999px;
	height:24px;
	background:url(images/qualityAssurance.png) no-repeat top left;
	margin-bottom:5px;
}

#integratedManufacturingTitle {
	text-indent:-9999px;
	height:24px;
	background:url(images/integratedManufacturing.png) no-repeat top left;
	margin-bottom:5px;
}

/***********************************
              Footer
***********************************/

#footer {
	padding:25px 0px;
	color:#808080;
	width:100%;
	background:#0d0d0d url(images/footer_bg.png) repeat-x top left;
}

#footer .divideBottom {
	padding-bottom:8px;
	margin-bottom:8px;
	background-image:url(images/footer_divider.png);
}

#footer .divideTop {
	padding-top:15px;
	background-image:url(images/footer_divider.png);
}

/* Button Styles */

#footer .whiteButton {
	display:inline;
	display:inline-block;
	height:32px;
	padding-left:13px;
	background:url(images/btn_white_bg_left.png) no-repeat top left;
}

#footer .whiteButton a, .whiteButton a:link, .whiteButton a:visited {
	display:inline-block;
	color:#1a1a1a;
	font-weight:bold;
	text-transform:uppercase;
	height:32px;
	padding-right:13px;
	line-height:2.25em;
	background:url(images/btn_white_bg_right.png) no-repeat top right;
}

#footer .whiteButton a:hover {
	color:#ca5a00;
	text-decoration:none;
}

#footer .whiteButton a:active {
	line-height:2.5em;
}

/* Footer Callouts */

.footerCallout {
	float:left;
	width:300px;
	padding-left:10px;
	padding-right:10px;
	color:#bfbfbf;
}

.footerCallout div p {
	text-indent:-9999px;
	height:29px;
	margin-bottom:0px;
}

#sendEmail, #sendEmail:link, #sendEmail:visited {
	display:block;
	width:148px;
	height:32px;
	text-indent:-9999px;
	background:url(images/sendEmail_btn.png) no-repeat 0px 0px;
	margin-left:auto;
	margin-right:auto;
}

#sendEmail:hover {
	background-position:-148px 0px;
}

#sendEmail:active {
	background-position:-296px 0px;
}

#akaFreeLonTitle {
	background:url(images/akaFreeLon.png) no-repeat top left;
}

#testimonialsTitle {
	background:url(images/testimonials.png) no-repeat top left;
}

#testimonials {
	font:italic 1.2727em/2em Georgia, serif;
	text-align:center;
	padding-top:10px;
}

#getInTouchTitle {
	background:url(images/getInTouch.png) no-repeat top left;
}

/* Menu */

#footer ul {
	font-style:normal;
	list-style-type:none;
	margin-left:0px;
	margin-bottom:20px;
	text-align:center;
}

#footer ul li {
	line-height:100%;
	display:inline;
	padding:0px 15px 0px 15px;
	border-right:1px solid #bfbfbf;
}

#footer ul li.lastElement {
	border-right:none;
}

#footer ul li a {
	color:#bfbfbf;
}

#footer ul li a:hover {
	text-decoration:underline;
}

/* Contact Info, etc. */

#footer div.padded p {
	font-size:.9091em;
	text-align:center;
}

#footer div.padded p.heading4 {
	font-size:1.2em;
	margin-bottom:5px;
	font-weight:bold;
}

#footer div.padded > a {
	display:block;
	width:160px;
	margin:0px auto;
}
.bold 
{
    font-weight:bold;
    }
.node_notselected 
{
    white-space:normal;
    }
.pager 
{
    line-height:30px;
    vertical-align:top;
    }