html, body {
	border:0 none;
	margin:0;
	padding:0;
}

h1 {
	font-weight: bold;
	font-size: 25px;
	width: 100%;
	border-bottom: 1px dotted white;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	border-bottom: 1px dotted white;
}

h3.contact {
	margin-bottom: 3px;
	border-bottom: 1px dotted white;
	width: 40%;
	margin-left: -5px;
}
div.contact {
	margin-left: 5px;
}

div#contactForm input,textarea {
	width: 300px;
}

div#contactForm label {
	float: left;
	text-align: right;
	width: 125px;
	padding-right: 8px;
}


body {
	font-family:sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: white;
	width:100%;
	height: 100%;
	background-color: #242021;
	text-align: center;
}

div#wrapper {
	width: 654px;
	background-color: white;
	text-align: left;
	margin: 10px auto;
}

div#header {
	height: 152px;
}

div#headerLeft {
	width: 20px;
	background-image: url('images/header_left.jpg');
	background-repeat: no-repeat;
	height: 100%;
	float: left;
}

div#headerRight {
	width: 20px;
	background-image: url('images/header_right.jpg');
	background-repeat: no-repeat;
	height: 100%;
	float: left;
}

div#headerContent {
	width: 306px;
	background-image: url('images/header_repeat.jpg');
	background-repeat: repeat-x;
	height: 100%;
	float: left;
}
div#headerContent img{
	padding-left: 75px;
}

div#headerGraphic {
	width: 166px;
	background-image: url('images/header_graphic.jpg');
	background-repeat: no-repeat;
	height: 100%;
	float: left;
}

div#headerReel {
	width: 142px;
	background-image: url('images/header_reel.jpg');
	background-repeat: no-repeat;
	height: 100%;
	float:  left;

}

div#menu {
	clear: left;
	background-image: url('images/menu_normal2.jpg');
	background-repeat: no-repeat;
	height: 50px;
	width: 654px;
}

div#content {
	min-height: 150px;
	background-image: url('images/content_repeat.jpg');
	background-repeat: repeat-y;
	padding: 12px;
}

div#footer {
	height: 52px;
	clear: left;
}

div#footerLeft {
	width: 20px;
	background-image: url('images/footer_left.jpg');
	background-repeat: no-repeat;
	height: 100%;
	float: left;
}

div#footerRight {
	width: 20px;
	background-image: url('images/footer_right.jpg');
	background-repeat: no-repeat;
	height: 100%;
	float: left;
}

div#footerContent {
	background-image: url('images/footer_content.jpg');
	background-repeat: repeat-x;
	float: left;
	height: 100%;
	width: 614px;
	font-size: smaller;
	text-align: center;
	color: #5e5e5e;
}

div#canadian {
	background-image: url('images/canadian.jpg');
	background-repeat: no-repeat;
	width: 104px;
	height: 114px;
	margin-left: 660px;
	margin-bottom: -114px;
}
ul#topMenu {
	background-image: url('images/menuBar.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 654px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#topMenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.menuLeft,.menuRight {
	width: 132px;
}

ul#topMenu li a {
	background-image: url('images/menuBar.jpg');
	background-position:0 0;
	float:left;
	font-size:0;
	height:50px;
}


ul#topMenu li a#menuHome {
	background-position:0 0;
	width:65px;
}
ul#topMenu li a#menuHome:hover {
	background-position: 0 -50px;
}

ul#topMenu li a#menuBrands {
	background-position:-65px 0;
	width:116px;
}
ul#topMenu li a#menuBrands:hover {
	background-position:-65px -50px;
}

ul#topMenu li a#menuCatalog {
	background-position: -181px 0;
	width:99px;
}
ul#topMenu li a#menuCatalog:hover {
	background-position: -181px -50px;
}

ul#topMenu li a#menuWhatsNew{
	background-position: -282px 0;
	width:122px;
}
ul#topMenu li a#menuWhatsNew:hover {
	background-position: -282px -50px;
}

ul#topMenu li a#menuCareers {
	background-position: -402px 0;
	width:86px;
}
ul#topMenu li a#menuCareers:hover {
	background-position: -402px -50px;
}

ul#topMenu li a#menuDealers {
	background-position: -488px 0;
	width:82px;
}
ul#topMenu li a#menuDealers:hover {
	background-position: -488px -50px;
}

ul#topMenu li a#menuContact {
	background-position: -570px 0;
	width:84px;
}
ul#topMenu li a#menuContact:hover {
	background-position: -570px -50px;
}

a {
	color:white;
}

div.catalog {
	text-align: center;
	width: 450px;
	height: 60px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}

div.catalog h3{
	font-size: medium;
	color: #e61e1e;
	margin: 0px;
}

div.catalog a {
	display: block;
	width: 450px;
	height: 60px;
	background-image: url('images/newCats.jpg');
	margin-left: 75px;
	!margin-left: 0; /* fix IE bug */
}
span.test
{
	width: 100%;
	text-align: center;
}


a#catProfessional {
	background-position:0 0;
}

a#catProfessional:hover {
	background-position:0 -60px;
}

a#catConsumer {
	background-position:0 -120px;
}

a#catConsumer:hover {
	background-position:0 -180px;
}

a#catBulkCable {
	background-position:0 -240px;
}

a#catBulkCable:hover {
	background-position:0 -300px;
}

a#catLKConnectors {
	background-position:0 -360px;
}

a#catLKConnectors:hover {
	background-position:0 -420px;
}

a#catEuroCable {
	background-position:0 -480px;
}

a#catEuroCable:hover {
	background-position:0 -540px;
}

a#catEuroSystems {
	background-position:0 -600px;
}

a#catEuroSystems:hover {
	background-position:0 -660px;
}

div#friends {
	text-align: center;
}

div#friends a img {
	border: none;
	margin: 15px;
}

.table {
	font-size: 12px;
	border: 1px solid white;
}

.bold {

}

.tableHdr {
	background-color: white;
	color: black;
}
