/* @group Base */

@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 700;
  src: local('Asap Bold Italic'), local('Asap-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/asap/v1/_sVKdO-TLWvaH-ptGimJBT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap'), local('Asap-Regular'), url(http://themes.googleusercontent.com/static/fonts/asap/v1/SgBaq0dzhSGNMfqm2JX5ng.woff) format('woff');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: local('Asap Bold'), local('Asap-Bold'), url(http://themes.googleusercontent.com/static/fonts/asap/v1/yVILXKVgPzaz72DegpV7Bg.woff) format('woff');
}
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: local('Asap Italic'), local('Asap-Italic'), url(http://themes.googleusercontent.com/static/fonts/asap/v1/MdJnJ_Rxy6GcPmasGZsTfQ.woff) format('woff');
}

@import url(http://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);

html
{
    height: 100%;
}

body
{
	background-color: #e2e2e2;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: 11px/16px 'Asap', Arial, helvetica, sans-serif;
}

td
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #575A5D;
}

h4
{
    font-size: 11px;
    color: #191c1f;
    padding: 0 0 7px 0;
	margin: 0px;
    text-transform: uppercase;
}

a:link, a:active, a:visited
{
    color: #ea7125;
    text-decoration: none;
}

a:hover
{
    color: #191c1f;
}

font
{
  font-family: Arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

font.dlink
{
  font-family: Arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
}

font.error
{
  font-family: Arial, helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #CC0000;
}

div.link
{
	color: #183C8E;
	text-decoration: underline;
	cursor: hand;
}

.break
{
    display: block;
    clear: both;
}

.break_line
{
    display: block;
    clear: both;
    height: 1px;
    width: 100%;
    padding-top: 30px;
    margin: 0 0px 15px 0px;
    border-bottom: 1px solid #dfdedb;
}

div.interface-wrapper
{

}

div.header-wrapper
{
    height: 85px;
    width: 980px;
    text-align: left;
    display: block;
    position: relative;
    z-index: 2;
}

a.header-logo
{
    width: 220px;
    height: 85px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    background: url(../images/site_images/garlock-logo.png) no-repeat 0 0;
}

a.header-logo span
{
    display: none;
}

/* @group Header Nav */

div.header-nav-wrapper
{
    width: 720px;
    height: 60px;
    position: absolute;
    top: 35px;
    left: 220px;
    display: block;
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
    background: url(../images/site_images/nav-background.png) no-repeat 0 0;
}

ul.header-nav-list
{
    text-align: right;
    list-style: none;
    float: right;
    margin-top: 23px;
    height: 37px;
    position: relative;
}

ul.header-nav-list li
{
    float: left;
    list-style: none;
    margin-left: 6px;
    height: 37px;
    position: relative;
}

ul.header-nav-list li a.drop-link,
ul.header-nav-list li a.drop-link:link,
ul.header-nav-list li a.drop-link:visited,
ul.header-nav-list li a.drop-link:active,
ul.header-nav-list li a.drop-link:hover
{
    color: #e2e2e2;
    font-size: 11px;
    line-height: 11px;
    text-decoration: none;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    height: 27px;
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
}

ul.header-nav-list li.drop:hover
{
    background: url(../images/site_images/nav-left.png) no-repeat left 0;
}

ul.header-nav-list li.drop a.drop-link
{
    padding-right: 29px;
    background: url(../images/site_images/nav-right.png) no-repeat right 0;
}

ul.header-nav-list li:hover a.drop-link
{
    background-position: right -37px;
}

ul.header-nav-list li.drop:hover
{
    display: block;
}

/* @end */

/* @group Secondary Nav */

div.secondary-nav-wrapper
{
    width: 600px;
    height: 16px;
    top: 17px;
	left: 240px;
    position: absolute;
    display: block;
    overflow: hidden;
    padding: 0;
    text-align: left;
    margin: 0;
}

ul.secondary-nav-list
{
    list-style: none;
    float: left;
    height: 12px;
	margin: 0px;
	padding: 0px;
}

ul.secondary-nav-list
{

}

ul.secondary-nav-list li
{
    list-style: none;
    height: 12px;
    float: left;
}

ul.secondary-nav-list li
{
    margin-left: 13px;
}

ul.secondary-nav-list li a
{
    color: #8e908f;
    font-size: 10px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

ul.secondary-nav-list li a.selection
{
    color: #ea7125;
}

ul.secondary-nav-list li a:hover
{
    color: #565656;
    text-decoration: none;
}

/* @end */

div.content-wrapper
{
    width: 1020px;
    background: url(../images/site_images/background-fill.png) repeat-y 0 0;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    clear: both;
    text-align: left;
}

div.content-top
{
    width: 940px;
    background: url(../images/site_images/background-top.png) no-repeat 0 0;
    display: block;
    position: relative;
    padding-top: 60px;
    text-align: left;
    padding-right: 40px;
    padding-left: 40px;
}

div.content-top-left {
    float: left;
    width: 160px;
    font-size: 11px;
}

ul.sub_nav
{
    margin: 0;
    padding: 0;
}

ul.sub_nav li
{
    list-style-image: none;
    font-size: 11px;
    color: #575a5d;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.sub_nav li a:link, ul.sub_nav li a:active, ul.sub_nav li a:visited, ul.sub_nav li a:hover
{
    list-style-type: none;
    text-decoration:dotted;
    width: 150px;
    padding: 7px 5px;
    display: block;
    border-bottom: 1px dotted #b5b7b4;
}

ul.sub_nav li a:hover, ul.sub_nav li a.active
{
    padding: 7px 5px;
    background-color: #efefef;
    color: #191c1f;
 }

div.cart-box
{
	background-color: #efefef;
    text-decoration:dotted;
    width: 150px;
    padding: 7px 5px;
    display: block;
    border-bottom: 1px dotted #b5b7b4;
}

div.content-bottom
{
    width: 1020px;
    background: url(../images/site_images/background-bottom.png) no-repeat 0 0;
    display: block;
    position: relative;
    clear: both;
    height: 95px;
    overflow: hidden;
}
/* @group Footer */

ul.footer-nav-list li a:hover
{
    color: #565656;
}

div.footer-wrapper
{
    width: 940px;
    padding: 0px 40px 20px 40px;
    margin: -20px 0 0;
    position: relative;
    display: block;
    clear: both;
    text-align: left;
}

div.footer-enpro
{
    height: 24px;
    float: left;
    display: block;
    color: #a2a5a4;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    width: 470px;
 }

div.footer-enpro div
{
    padding-top: 3px;
}

a.enpro-logo
{
    background: url(../images/site_images/enpro-logo.png) no-repeat 0 0;
    width: 57px;
    height: 24px;
    margin-right: 10px;
    float: left;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

a.enpro-logo span
{
    display: none;
}

div.footer-secondary-wrapper
{
    float: right;
    display: block;
    position: relative;
    width: 470px;
 }

ul.footer-secondary-list
{
    list-style: none;
    float: right;
    height: 12px;
	margin: 0px;
	padding: 0px;
}

ul.footer-secondary-list li
{
   	margin: 0px;
	padding: 0px;
	list-style: none;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    border-left: 1px solid #d1d2d1;
    height: 12px;
}

ul.footer-secondary-list li.no-border
{
    border: none;
}

ul.footer-secondary-list li a
{
    color: #a2a5a4;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
    height: 12px;
    display: block;
}

ul.footer-secondary-list li a:hover
{
    color: #565656;
}

/* @end */

a:link.category_link {color: #0F6CA9; font-size: 9pt; font-weight: bold; }
a:visited.category_link {color: #0F6CA9; font-size: 9pt; font-weight: bold; }
a:hover.category_link {color: #2887C4; font-size: 9pt; font-weight: bold; }

a:link.simple_cart {color: #013D65; font-size: 8pt; font-weight: normal; }
a:visited.simple_cart {color: #013D65; font-size: 8pt; font-weight: normal; }
a:hover.simple_cart {color: #005186; font-size: 8pt; font-weight: normal; }

a:link.category_button {color: #ffffff; font-size: 8pt; font-weight: normal; }
a:visited.category_button {color: #ffffff; font-size: 8pt; font-weight: normal; }
a:hover.category_button {color: #ffffff; font-size: 8pt; font-weight: normal; }

a:link.button { color: #ffffff; }
a:visited.button { color: #ffffff; }
a:hover.button { color: #ffffff; }

.rightsreserved
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 9px;
}

.category_button { background: #05629F; color: #FFFFFF; }

.category_limited { background: #C8E7FF; color: #05629F; }

a:link.category_limited {color: #05629F; font-size: 8pt; font-weight: normal; }
a:visited.category_limited {color: #05629F; font-size: 8pt; font-weight: normal; }
a:hover.category_limited {color: #ffffff; font-size: 8pt; font-weight: normal; }

.center { text-align: center; }

font.small
{
  font-size: 7pt;
  color: #000000;
}

a.button {
	display: block;
	background-color: #004979;
	text-decoration: none;
	color: #FFFFFF;
	width: 13em;
	padding: 2px 5px;
	text-align: center;
	float: left;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
} 
