/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End of Reset css */


.hide {display: none;}
.cl {clear: both;}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;;
	color: #333;
	height: 100%;
	}
	
p, td, tbody, ul, li, dt, dd {font-size: 12px; line-height: 14px; color: #333; }
p {margin-bottom: 10px; }
a:link, a:visited {color: #00334D; text-decoration: none;}
a:hover, a:active {color: #00334D; text-decoration: underline;}

h1 {color: #008BDE; font-size: 28px; line-height: 28px;}
h2 {color: #008BDE; font-size: 24px; line-height: 24px;}
h3 {color: #008BDE; font-size: 18px; line-height: 18px;}
h4 {color: #008BDE; font-size: 16px; line-height: 16px;}


ul {list-style: disc; margin: 10px; list-style-position: inside; }
li {margin: 5px; }

.bgWrap {
	background: #00334D url(images/bgpattern.gif) repeat top left;
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	
}

.mainwrap {
	margin: 0 auto;
	padding: 40px 0;
	width: 798px;
}	
	
.header {width: 798px; height: 82px;}
	.logo {background: url(images/ATClogo.gif) no-repeat top left; width: 215px; height: 76px; float: left;}
	.logo a {display: block; width: 215px; height: 76px; cursor: pointer;}
	
.tabMenuWrap {width: 583px; float: left; margin-top: 59px;}
	.tabMenu { margin: 0 0 0 1px; padding: 0px; list-style: none; }
		* html .tabMenu {margin-left: -2px; } 
		.tabMenu li { float: left; display: block; width: 94px; height: 23px; margin: 0 0 0 3px; padding: 0; }
		.tabMenu li a {display: block; width: 94px; height: 23px; cursor: pointer; background-position: top left; background-repeat: no-repeat; }
		.tabMenu li a:hover {background-position: bottom left; }
	.tab-products {background: url(images/tab-products.gif);}
		.tab-productsO {background: url(images/tab-productsO.gif);}
	.tab-distributors {background: url(images/tab-distributors.gif);}
		.tab-distributorsO {background: url(images/tab-distributorsO.gif);}
	.tab-salesreps {background: url(images/tab-salesreps.gif);}
		.tab-salesrepsO {background: url(images/tab-salesrepsO.gif);}
	.tab-newsevents {background: url(images/tab-newsevents.gif);}
		.tab-newseventsO {background: url(images/tab-newseventsO.gif);}
	.tab-about {background-image: url(images/tab-about.gif);}
		.tab-aboutO {background-image: url(images/tab-aboutO.gif);}
	.tab-contact {background-image: url(images/tab-contact.gif);}
		.tab-contactO {background-image: url(images/tab-contactO.gif);}
	


.contentWrap { width: 798px; background-color: #FFF;}
	.topicWrap { width: 551px; float: left; padding: 22px 13px 5px 20px; text-align: left;}
		*html .topicWrap {width: 571px;}
	   .topicCont {}
	
	.sideWrap { width: 192px;  float: left; padding: 22px 20px 5px 0;}
		*html .sideWrap {width: 212px; }
	  .sideWrapBG {background-color: #00334D; border: 1px solid black;  padding: 6px;}
	  
		.sideHead {background: url(images/indMenuHead.gif) no-repeat top left; height: 33px; margin-bottom: 0px;} 
		
		.sideMenu {margin: 0px; padding: 0px; list-style: none; list-style-position: outside; text-align: left;}
		.sideMenu li {margin: 0px; padding: 5px 0px 0px 15px; background: url(images/indMenuBG.gif) no-repeat top left; height: 23px; display: block; cursor: pointer; list-style: none;}
		.sideMenu li a:link, 
		.sideMenu li a:visited {color: #333; font-size: 12px; text-decoration: none;}
		.sideMenu li a:hover,		
		.sideMenu li a:active {color: #333; font-size: 12px; text-decoration: underline;}
		  
		.subMenu {text-align: left; color: #FFF; margin: 0; padding: 0 0 0 15px;}
		* html .subMenu {padding: 10px 0 0 0;}
			.subMenu dt { margin: 0; padding: 0 0 5px 15px; font-size: 11px; color: #FFF;}
			.subMenu dd { margin: 0; padding: 0 0 5px 35px; font-size: 11px; color: #FFF;}
			.subMenu dt a:link, .subMenu dt a:visited, .subMenu dt a:hover, .subMenu dt a:active,  
      			.subMenu dd a:link, .subMenu dd a:visited, .subMenu dd a:hover, .subMenu dd a:active
			 { font-size: 11px; color: #FFF; text-decoration: none; line-height: 12px;}
			.subMenu a:hover {text-decoration: underline;}
			
			
h1.t-ourProducts {background: url(images/t-ourProducts.gif) no-repeat top left; width: 400px; height: 28px; margin: 10px 0; }	
h1.t-distributors {background: url(images/t-distributors.gif) no-repeat top left; width: 400px; height: 28px; margin: 10px 0; }
h1.t-salesReps {background: url(images/t-salesReps.gif) no-repeat top left; width: 400px; height: 28px; margin: 10px 0; }
h1.t-newsEvents {background: url(images/t-newsEvents.gif) no-repeat top left; width: 400px; height: 28px; margin: 10px 0; }
h1.t-about {background: url(images/t-about.gif) no-repeat top left; width: 400px; height: 28px; margin: 10px 0; }
h1.t-contact {background: url(images/t-contact.gif) no-repeat top left; width: 400px; height: 28px; margin: 10px 0; }

.cat-slides {width: 258px; height: 161px; background: url(images/cat-slides.jpg) no-repeat top left; float: left; margin: 20px 10px 20px 0;}
.cat-hinges {width: 258px; height: 161px; background: url(images/cat-hinges.jpg) no-repeat top left; float: left; margin: 20px 0;}
.cat-sockets {width: 258px; height: 161px; background: url(images/cat-sockets.jpg) no-repeat top left; float: left; margin: 20px 10px 20px 0;}
.cat-rolltrays {width: 258px; height: 161px; background: url(images/cat-rolltrays.jpg) no-repeat top left; float: left; margin: 20px 0;}
.cat-promotional {width: 258px; height: 161px; background: url(images/cat-promotional.jpg) no-repeat top left; float: left; margin: 20px 10px 20px 0;}
.cat-newproduct {width: 258px; height: 161px; background: url(images/cat-newproduct.jpg) no-repeat top left; float: left;  margin: 20px 0}	
	.cat-slides p {display: block; margin: 40px 80px 0 23px;}	
	.cat-hinges p {display: block; margin: 40px 80px 0 23px;}	
	.cat-sockets p {display: block; margin: 40px 80px 0 23px;}	
	.cat-rolltrays p {display: block; margin: 40px 80px 0 23px;}	
	.cat-promotional p {display: block; margin: 40px 30px 0 23px;}
	.cat-newproduct p {display: block; margin: 60px 30px 0 23px;}
	
	
.picWrap {width: 280px; text-align: center; float: left;}
.textWrap {width: 271px; text-align: left; float: left; }
		
	
.footerWrap {padding: 10px 0; }
	.footer p {margin-bottom: 5px; text-align: center;}
	.footer a:link, .footer a:visited {color: #00334D; text-decoration: none;}
	.footer a:hover, .footer a:active {color: #00334D; text-decoration: underline;}