/*****
=reset 
******/
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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {
    font-weight: 600;
}
/******
=global 
*******/
body {
    font: 62.5% helvetica, arial, sans-serif;
    background: #41516D;
    color: #333;
}
a {
    color: #C91A19;
    text-decoration: underline;
}
a:hover, a:active {
    color: #333;
    text-decoration: underline;
}
img {
    border:0;
    margin: 0px;
    padding: 0px;
}
p {
    padding: 5px 0;
    font-size: 1.2em;
    line-height: 1.8;
    color: #333; 
}
h1, h2, h3 {
    padding: 3px 0;
    font-weight: bold;
    font-family: helvetica, arial, sans-serif;
}
h1 { /* page title */
    margin: 0; 
    padding: 0 0 7px 0;
    font-size: 2.6em;
}
h2 { /* sidenav section title  */
    margin: 0; 
    padding: 0 0 3px 0;
    font-size: 2.4em;
    font-family: helvetica, arial, sans-serif;
    color: #41516D;
}
h3 {
    font-size: 1.6em;
    color: #C91A19;
}
h4 {
    font-size: 1.4em;
    font-weight: 600;
    color: #333;
}
h5 {
    font-size: 1.4em;
    font-weight: 600;
}
h6 {
    font-size: 1.2em;
}
/******
=layout 
*******/
#wrapper { 
    width: 100%;
	background: #41516D url(/media/img/diagonal_bkgd.gif) repeat;
}
#container { 
    width: 958px;
    background: #fff;
}
#wrapper-inner {
    float: left;
    width: 100%;
}
body.inner #wrapper-inner {
	background: url(/media/img/sidebar_diagonal.gif) repeat 0 100%;
}
body.inner #wrapper-inner-bottom {
	background: url(/media/img/wrapper-inner_bottom.gif) no-repeat bottom left;
	height: 92px;
}
body.home #wrapper-inner-bottom {
	background: url(/media/img/wrapper-inner_bottom_home.gif) no-repeat bottom left;
	height: 92px;
}

#wrapper-footer {
	clear: both;
    background: #41516D;
    width: 100%;
}




/************
=sidebar left 
*************/
.sidebar-left #sidebar {
    float: left;
    /* customize below */
	width: 217px;
	margin: 0 0 60px 13px;
    background: #FFF url(/media/img/sidebar_detail_img.jpg) no-repeat 0 0;
}

/* Special sidebar for the Products category */
body.inner .products-landing #wrapper-inner-bottom {
	background: url(/media/img/wrapper-inner_bottom_home.gif) no-repeat bottom left;
	height: 92px;
}
body.inner .products-landing #wrapper-inner {
	background: none;
}
body.inner .products-landing #sidebar {
	background: url(/media/img/products_sidebar_img.jpg) no-repeat 0 0;
	height: 633px;
	width: 152px;
	margin: 40px 20px 0 57px;
}
body.inner .products-landing #sidebar ul#sidenav {
	display: none;
}

body.home  #sidebar {
	background: none;
	width: 499px;
	margin: 0 0 0 25px;
}

body.home #sidebar div.top {
	background: url(/media/img/home_img.jpg) no-repeat 0 0;
	height: 159px;
}

/***************
=sidebar sidenav
****************/
/* sidebar in left position */
.sidebar-left ul#sidenav {
    display: block;
    margin: 242px 0 0;
	border: 1px solid #845334;
	background-color: #FFF;
}
#sidebar ul#sidenav li {
    margin: 18px 0 18px 10px;
}
#sidebar ul#sidenav li a {
    display: block;
    padding: 0 0 0 20px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
    color: #845334;

}
#sidebar ul#sidenav li a:active,
#sidebar ul#sidenav li a:hover {
    text-decoration: none;
    background: url(/media/img/sidenav_bullet.gif) no-repeat 0 1px;
}
#sidebar ul#sidenav li a.on { 
    color: #845334;
    text-decoration: none;
    background: url(/media/img/sidenav_bullet.gif) no-repeat 0 1px;
}
/***************
=sidenav level 2
****************/
#sidebar ul#sidenav li ul { 
    margin: 0 0 0 30px;
    padding: 5px 0 0 0;
}
#sidebar ul#sidenav li ul li {
    margin: 9px 0 9px 20px;
}
#sidebar ul#sidenav li ul li a {
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
    color: #C91B1A;
    background-image: none;
}
#sidebar ul#sidenav li ul li a.on {
    color: #C91B1A;
    text-decoration: underline;
}
/*******
=content
********/
#content {
    float: left;
    margin: 0;
	background: #FFF;
}
#content h2.category {
	font-size: 2.4em;
	text-align: right;
	font-weight: bold;
	color: #000;
	background: url(/media/img/bg-dots-gray.gif) repeat-x 0 100%;
}
#content p.more {
	text-align: right;

}
#content p.more a{
	color: #8E5B3C;
	background: #F7FEF1 url(/media/img/more_bullet.gif) no-repeat center right;
	border: 1px solid #8E5B3C;
	padding: 2px 20px 1px 5px;
	text-decoration: none;
	font-weight: 600;
}




/*******
=content left
********/
.sidebar-left #content {
	  width: 690px;
}

.home #content {
	width: 430px;
}


.home ul#home-products{
}
.home ul#home-products li{
	float: left;
	width: 115px;
	margin: 0 13px 36px 0;
	font-weight:bold;
	font-size: 1.2em;
	line-height: 1.2em;
}
.home ul#home-products li a{
	padding-top:170px;
	background-position:0 0;
	background-repeat:no-repeat;
	color: #845334;
	text-decoration: none;
	display: block;
}
.home ul#home-products li a#hp_mil-spec{ background-image:url(/media/img/home_img_mil-spec.jpg);}
.home ul#home-products li a#hp_coaxial_cable{ background-image:url(/media/img/home_img_coaxial_cable.jpg);}
.home ul#home-products li a#hp_industrial_cable{ background-image:url(/media/img/home_img_industrial_cable.jpg);}
.home ul#home-products li a#hp_aerospace_data_cables{ background-image:url(/media/img/home_img_aerospace_data_cables.jpg);}

.home ul#home-products li.last{
	margin-right: 0;
}
.home ul#home-products li a:hover {
	text-decoration: underline;
}

/*******
=content right
********/
#content p { 
    color: #333;
	padding: 14px 0 0;
}
/******
=header 
*******/
#header {
	background: url(/media/img/header_bkgd.gif) no-repeat 0 0;
	height: 170px;
}
#header h1 {
    display: block;
    margin: 19px 0 0 22px;
    padding: 0;
    float: left;
    background: url(/media/img/logo.gif) no-repeat 0 0;
}
#header h1 a {
    width: 232px;
    height: 60px;
    display: block;
    text-indent: -9999px;
}
/**********
=main image 
***********/
.home #main {
    clear: both;
    padding: 0 8px;
}
#main {
    clear: both;
    overflow: hidden;
    padding: 0 8px;
}
/*******
=top nav 
********/
#header #top-nav {
	float: right;
	margin: 8px 22px 0 0; 
	/*width: 24px;*/
}

#header #top-nav ul li { 
    float: left;
}
#header #top-nav ul li a {
    /*display: block; 
    height: 16px;
    background-position: top center;
    background-repeat: no-repeat;   
    text-indent: -9999px;*/
	font-size:1.1em;
	font-weight:normal;
	color:#f2ffe5;
	text-decoration:none;
}
#header #top-nav ul a:hover {
    /*background-position: bottom center;*/ 
	border-bottom:1px dotted #fff;
	color:#fff;
}
/*#header #top-nav ul a#francais {
    width: 24px;
    background-image: url(/media/img/nav/francais_flag.png);
}*/


/***********
=primary nav 
************/
#header #primary-nav {
    float: right; /* ESmith */
    margin: 28px 20px 0 0; 
    clear: right; 
    width: 485px;
}
#header #primary-nav ul {
}
#header #primary-nav ul li { 
    float: left;
}
#header #primary-nav ul li a {
    display: block; 
    height: 13px;
    background-position: top center;
    background-repeat: no-repeat;   
    text-indent: -9999px; 
}
#header #primary-nav ul a:hover {
    background-position: bottom center; 
}
#header #primary-nav ul a#home {
    width: 72px;
    background-image: url(/media/img/nav/home.gif);
}
#header #primary-nav a#products {
    width: 102px;
    background-image: url(/media/img/nav/products.gif);
}
#header #primary-nav a#about {
    width: 97px;
    background-image: url(/media/img/nav/about_us.gif);
}
#header #primary-nav a#blog {
    width: 72px;
    background-image: url(/media/img/nav/blog.gif);
}

#header #primary-nav a#contact {
    width: 142px;
    background-image: url(/media/img/nav/contact.gif);
}

/**********
=cms_html
***********/
.cms_html {
	margin: 0 30px 0 50px;
}
.home #content .cms_html h2 {
	font-size: 1.8em;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding-bottom: 14px;
	background: url(/media/img/bg-dots-gray.gif) repeat-x 0 100%;
}

/* Special Products category landing */
#wrapper.products-landing #content{
	float:right;
	width:920px;
	margin-right:38px;
}
#wrapper.products-landing #content h2.category { width: 690px; margin-left:230px;}

#wrapper.products-landing #content .cms_html {
	margin: 0;
}




/********
=callouts
*********/
.callout {
    float: left;
 /*   clear: both; */
    width: 100%;
    margin: 0 0 24px;
    padding: 22px 0 0;
    background: url(/media/img/bg-dots-gray.gif) repeat-x 0 0;
}
.callout h2 {
    margin-bottom: 0;
    font-size: 1.3em;
    color: #845334;
}
.callout .cms_html {
	margin: 0;
    padding: 0;
	margin-left:320px;
/*    background: url(/media/img/bg-dots-gray.gif) repeat-x 0 100%; */
}
.callout img {
    float: left;
    margin: 0 0 0 -325px;
    border: 1px solid #845334;
	max-width:310px;
}
.callout .cms_html img { border: none; }
.callout .text {
    line-height: 1.4px;
}

/**********
=footer 
***********/
#footer {
   clear: both;
    width: 941px;
    padding: 15px 0 75px 17px; 
	margin: 0;
    font-size: 1.2em;
    text-align: left;
    background: #41516D;
	border-right:1px solid #1f2e4b;
}
#footer p {
	color: #FAFAFB;
}
#footer p.logo {
	background: url(/media/img/marmon.gif) no-repeat;
	padding: 16px 0 0 53px;
	margin-top: 56px;
}
#footer a {
    color: #000;
    text-decoration: none;
}
#footer a:active,
#footer a:hover {
    text-decoration: underline;
}
ul#footer-nav { 
    padding: 0 0 10px 0; 
}
ul#footer-nav li { 
    padding: 0 8px;
    display: inline;
}
ul#footer-nav li a {
    color: #000;
}
p#copyright {
    padding: 10px 0;
    color: #fff;
    font-size: 1.2em;
}
p#copyright a {
    padding: 0 0 0 12px;
    color: #fff;
}
ul#credits {
    margin-bottom: 10px;
    font-size: 1.2em;
}
ul#credits a {
    color: #5a5a5a;
}
.seo-text, .legal-text { 
    margin: 0 auto;
    width: 700px;
    text-align: left;
}
.seo-text p, .legal-text p {
    padding: 20px 0 5px 0;
    font-size: .9em;
}
/**********
=buttons 
***********/
a.dbButton { 
    margin:0; 
    padding:0 5px 2px 4px;
    background-color:#D00000; 
    font-weight:normal; 
    color:#fff; 
    text-decoration:none;
}
a.dbButton:active, a.dbButton:hover { 
    text-decoration:underline; 
}

/*******
=sitemap
********/
#sitemap td {
    width: 48%;
}
#sitemap ul {
    margin-bottom: 20px;
    font-size: 1.2em;
}
#sitemap ul li {
    margin: 5px 0;
}

/***********
=forms
************/
.button {
    cursor: pointer;
}
.contact-form fieldset { 
    position: relative;
    margin: 10px 0 20px 0;
    padding:0 10px 20px 20px;
}
.contact-form fieldset legend { 
    display: none;    
    font-size: 1.2em;
    position: absolute; 
    top: -10px; 
    left: 10px;
}
.contact-form fieldset p { 
    width:inherit; 
    padding-top:15px;
}
.contact-form label {
    float: left; 
    clear: both; 
    width: 95%; 
    margin: 0 10px 0 0; 
    padding: 10px 0 0 0;
    font-size: 1.2em;
    color: #5a5a5a;
}
.contact-form label span {
    float: left;
    width: 140px;
}
.contact-form label span em.required,
.contact-form span.required { 
    display: inline;
    float: none;
    padding-left: 5px;
    color: #C91A19;
}
.contact-form label input {
    width: 45%;
}
.contact-form fieldset ul.errorText { 

}
.contact-form fieldset ul.errorText li { 

}
.contact-form .button {
    display: block;
    height: 43px;
    width: 85px;
    margin-left: 140px;
    border: none;
    text-indent: -9999px;
    font-size: 0;
    display:block;
    line-height: 0px;
    background: url(/media/img/button-form-submit.png) no-repeat 0 0;
}

.contact-general {
    margin-top: 32px;
}

/******
=errors
*******/
.error-list {
    border: 1px dotted #ff6600;
    color: #C91A19;
    font-size: 1.2em;
}
.error-list ul li {
    margin: 10px 0 10px 10px;
    padding: 0 0 0 10px;
}


/******
=products landing
*******/
.section-dark { background-color: #F7F7F7; }
.section-light,.section-dark {
    margin: 14px 0 0 230px;
    padding: 8px 0 8px 29px;

}
.cms_html .section-dark h2,.cms_html .section-light h2 {
    margin-top: 0;
}
.product-section-wrapper {
	overflow:auto;
	
}

.product-section-wrapper .product-section-img {
	float:left;
	width:210px;
	margin:14px 0 0 15px;
	padding-bottom:10px;
}
.product-section-wrapper .product-section-img img {
	display:block;
	margin:0 auto;
}

/******
=product teasers
*******/
#product-teasers h2 {
	color: #000;
	background: #CCC;
	margin: 24px -25px 24px -29px;
	padding: 4px 25px 0 29px;
}

.product-item {
	margin: 0  -25px 24px -29px;
	padding:5px 25px 5px 29px;
}
.alt-row-color { background-color: #F7F7F7; }

#product-teasers .product-item h2 {
	margin: 0;
	padding: 0;
	background-color:inherit;
}

.product-item h2 a {
	color: #8E5B3C;
	text-decoration: none;
}


.product-item p.pdf {
    float:right;
}

.product-item p img {
    border: none;
}
.catalog-item {
	margin: 0  -25px 24px -29px;
	padding:5px 25px 5px 29px;
	overflow:auto;
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
}
.catalog-item a {
	color: #8E5B3C;
	text-decoration: none;
}
.catalog-item p img {
	margin-left:20px;
    border: none;
	float:right;
}


/******
=sales representatives
*******/

.rep a {
	text-decoration: underline;
	color: #8E5B3C;
}

.rep p.rep_list a {
	margin-left: -16px;
}

.rep h2 {
	background:#f1f1f1;
	margin: 0 0 16px -29px;
	padding: 4px 0 0 29px;
}

#content .rep p {
	margin: 0 0 12px 16px;
	padding: 0;
}

p.rep_list {                                                                                                                                   
    padding: 0;
	margin: 0;
	display:block;
	font-weight:bold;                                                                                                                      
    /*background:#f1f1f1;   */                                                                                                    
}


/***********************
   =BloockUI error confirmation
***********************/
div.blockMsg {
    width:  500px;
    top: 28%;
    left: 30%;
    text-align: center;
    background-color: #333;
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    -moz-opacity:.95;
    opacity:.95;
    padding: 15px;
    color: #fff;
}
div.blockMsg  h2, .blockUI  h3 { display: block; font-family: verdana, arial; font-size: 12px; line-height: 20px; text-align: left; color: #fff; }
div.blockMsg p { font-family: verdana, arial; }
div.blockMsg ul { margin: 0 0 20px 0; padding: 0; list-style: none; text-align: left; font-family: verdana, arial; }
div.blockMsg ul li { margin: 0 0 0 40px; padding: 2px; font-size: 12px; font-family: verdana, arial; list-style: disc; }
div.blockMsg a.close { display: block; margin: 0 auto; width: 100px; padding: 5px; text-decoration: none; font-family: verdana, arial; font-size: 13px; font-weight: bold; border: 1px solid #fff; background: #555; color: #fff; }
div.blockMsg a.close:hover { background: #666; }

