/* =RESET STYLES
----------------------------------------------- */
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;
}


/* =STRUCTURE
----------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #e4e4e4;
	color: #000;
	margin: 0;
	padding: 0;
}

a {
	color: #0099ff;
}

a#skip {
    display: none;
}

fieldset {
    border: 0;
}

#container {
	width: 959px;
	margin: 0 auto;
	padding: 15px 20px;
	background-color: #FFF;
	font-size: 70%;
	overflow: hidden;
}

strong {
    font-weight: bold;
}

/*=BRANDING
-----------------------------*/
#branding {
	float: left;
	width: 300px;
}


/*=SITE TOOLS
-----------------------------*/
#site-tools {
	float: right;
	width: 505px;
}

#site-tools a {
	float: left;
	margin: 33px 24px 0 51px;
}


#site-tools fieldset {
	border: 0;
	float: left;
}

#site-tools fieldset#country-fieldset {
	width: 131px;
}

fieldset#country-fieldset select {
    width: 9em;
    height: 1.8em;
}

img#country-label {
	margin-top: 1px;
}

select#country {
	width: 131px;
	border: 1px solid #7f9db9;
	color: #28262f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	display: block;
	padding: 1px;
}

fieldset#search-fieldset {
	width: 142px;
	height: 51px;
	overflow: hidden;
	margin-left: 8px;
}

img#search-label {
	margin-top: 1px;
}

input.search {
	width: 104px;
	border: 1px solid #7f9db9;
	float: left;
	color: #28262f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 12px;
	padding: 4px 4px;
}

.search-button {
	display: block;
	background: url(/assets/default/Site/en/images/search-button.gif) top left no-repeat;
	border: 0;
	overflow: hidden;
	width: 22px;
	height: 22px;
	padding-top: 40px;
	float: right;
	line-height: 0em;
	font-size: 0;
}



/*=PRIMARY NAVIGATION
------------------------------*/
ul#primary-navigation {
    float: left;
	clear: both;
	margin: 16px 0 0 0;
	width: 960px;
	list-style: none;
}

ul#primary-navigation li {
	float: left;
	/*overflow: hidden;*/
	position: relative;
	background: #005c96;
	margin-right: 1px;
	display: inline;
}

ul#primary-navigation li a {
	width: 191px;
	height: 40px;
	float: left;
	color: #fff;
	text-decoration: none;
}

ul#primary-navigation li#nav-contact {
	margin-right: 0;
}

ul#primary-navigation li a span {
	float: left;
	width: 181px;
	height: 33px;
	color: #fff;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 10px;
	position: absolute;
}
#nav-Home a span {
	background: url(/assets/default/Site/en/images/nav-home.gif) top left no-repeat;
}
#nav-Home a:hover span {
	background: url(/assets/default/Site/en/images/nav-home-roll.gif) top left no-repeat;
}
#nav-Products a span {
	background: url(/assets/default/Site/en/images/nav-products.gif) top left no-repeat;
}
#nav-Products a:hover span {
	background: url(/assets/default/Site/en/images/nav-products-roll.gif) top left no-repeat;
}
#nav-Aboutus a span  {
	background: url(/assets/default/Site/en/images/nav-about.gif) top left no-repeat;
}
#nav-Aboutus a:hover span  {
	background: url(/assets/default/Site/en/images/nav-about-roll.gif) top left no-repeat;
}
#nav-Support a span {
	background: url(/assets/default/Site/en/images/nav-support.gif) top left no-repeat;
}
#nav-Support a:hover span {
	background: url(/assets/default/Site/en/images/nav-support-roll.gif) top left no-repeat;
}
#nav-Contactus a span {
	background: url(/assets/default/Site/en/images/nav-contact.gif) top left no-repeat;
}
#nav-Contactus a:hover span {
	background: url(/assets/default/Site/en/images/nav-contact-roll.gif) top left no-repeat;
}

/*=ACTIVE STATES*/
body#homepage #nav-Home a span {
    background: url(/assets/default/Site/en/images/nav-home-roll.gif) top left no-repeat;
}

body.products #nav-Products a span,
ul#primary-navigation li#nav-Products:hover a span,
ul#primary-navigation li#nav-Products.sfhover a span {
    background: url(/assets/default/Site/en/images/nav-products-roll.gif) top left no-repeat;
}
body.about #nav-Aboutus a span,
ul#primary-navigation li#nav-Aboutus:hover a span,
ul#primary-navigation li#nav-Aboutus.sfhover a span {
    background: url(/assets/default/Site/en/images/nav-about-roll.gif) top left no-repeat;
}
body.support #nav-Support a span,
ul#primary-navigation li#nav-Support:hover a span,
ul#primary-navigation li#nav-Support.sfhover a span {
    background: url(/assets/default/Site/en/images/nav-support-roll.gif) top left no-repeat;
}
body.contact #nav-Contactus a span,
ul#primary-navigation li#nav-Contactus:hover a span,
ul#primary-navigation li#nav-Contactus.sfhover a span {
    background: url(/assets/default/Site/en/images/nav-contact-roll.gif) top left no-repeat;
}

ul#primary-navigation li ul.submenu a span {
    background: none !important;
}

/*=DROP DOWN NAV (PRIMARY)
----------------------------------*/
/* Hide submenu */
ul#primary-navigation li {
    position: relative;
    z-index: 1;
}
ul#primary-navigation li ul.submenu {
    display: none; /* Hide secondary navigation */
    z-index: 100;
}

/* Using Suckerfish drop-downs for IE */
ul#primary-navigation li:hover ul.submenu,
ul#primary-navigation li.sfhover ul.submenu {
    display: block;
    position: absolute;
    z-index: 10;
    width: 170px;
	top: 40px;
	left: -1px;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	list-style: none;
}

ul#primary-navigation li ul.submenu li {
    display: block;
    float: none;
    background: #fff;
    color: #000;
    /*width: none; */
    /*height: 1.8em; */
    /*padding: 0.2em 0.6em;*/
    /*margin: 0; */
}

ul#primary-navigation li ul.submenu li a {
    float: none;
    display: block;
    color: #000;
    text-decoration: none;
    width: 160px;
    font-size: 120%;
    height: 24px;
    padding: 6px 0 0 10px;
    /*padding: 0 0.2em;*/
    /*margin: 0;*/
    /*width: 165px;*/
}

ul#primary-navigation li ul.submenu li a:hover {
    float: none;
    background-color: #EEE;
    text-decoration: none;
}


/*=BREADCRUMB
----------------------------------*/
ul.breadcrumb {
    clear: both;
    float: left;
    list-style: none;
    margin: 18px 0 0 15px;
    display: inline;
    width: 945px;
}
ul.breadcrumb li {
    float: left;
    background: url(/assets/default/Site/en/images/breadcrumb-divider.gif) 100% 60% no-repeat;
    padding-right: 14px;
    margin-right: 8px;
}

ul.breadcrumb li.last-item {
    background: none;
}

/*=CONTENT
----------------------------------*/
#content {
	float: left;
	width: 959px;
	margin: 8px 0 0 0; /* TESTING: left was 15px */
	font-size: 110%;
	line-height: 160%;
	color: #484e45;
}

body#homepage #content h1 {
    left: 0;
}

#content h1 {
    position: relative;
    left: -15px;
    padding: 0 0 6px 15px;
    margin: 20px 0 23px 0; /* left was -10px */
    border-bottom: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 230%;
    font-weight: normal;
    line-height: 110%;
    letter-spacing: -1px;
}

#content h2 {
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ccc;
    font-size: 165%;
    letter-spacing: -1px;
    font-weight: normal;
    padding: 0 0 4px 0;
    margin: 12px 0 5px 0;
}

#content h3 {
    color: #484e45;
    font-size: 100%;
    margin-top: 12px;
    margin-bottom: 10px;
}

#content h4 {
    font-weight: normal;
}

#content p {
    margin-top: 10px;
    /*padding-right: 50px; */
}

body#homepage #content p {
    padding-left: 10px;
}

/*=CONTENT-PRIMARY*/
body.two-col #content-primary {
    width: 653px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 15px;
}

#content-primary ul, #content-tertiary ul {
    list-style: none;
    font-size: 110%;
}

#content-primary ul li, #content-tertiary ul li {
    background: url(/assets/default/Site/en/images/primary-bullet.gif) 0px 8px no-repeat;
    margin-left: 15px;
    padding-left: 13px;
    font-size: 95%;
}

/*=CONTENT-SECONDARY*/
body.two-col #content-secondary {
    width: 281px;
    float: right;
}

#content-secondary h2 {
    margin: 34px 0 20px 0;
    padding: 0 0 4px 10px;
}

/*body.two-col #content-secondary {
    width: 282px;
    float: left;
}

#content-secondary h2{
    margin-top: 33px;
    margin-bottom: 20px;
}*/

#content-secondary h3 {
    margin-left: 10px
}

#content-secondary ul {
    list-style: none;
}

#content-secondary ul li {
    background: url(/assets/default/Site/en/images/second-bullet.gif) 0px 8px no-repeat;
    padding-left: 15px;
    margin-left: 10px;
    font-size: 95%;
}

/*=PRODUCTS
----------------------------------*/
/*=CATEGORY LISTING PAGE*/
dl.product {
    font-size: 95%;
    width: 120px;
    height: 150px;
    height: 15em;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}
dl.product img {
    border: 0;
}

dl.product dt {
    text-align: center;
}

dl.product dd {
}

#content-primary ul {
    margin: 20px 0;
}

#content-primary ul.product li {
    background: none;
    float: left;
    width: 638px;
    margin: 0 0 30px 0;
    padding: 0;
}

#content-primary ul.product li img {
    float: left;
}

#content-primary ul.product li h4, #content-primary ul.product li p, #content-primary ul.product ul, #content-primary ul.product ul li, #content-primary ul.product li h3 {
    float: right;
    width: 507px;
    margin: 0;
}

#content-primary ul.product li p {
    margin: 5px 0 0 0;
    display: inline;
}

#findAnotherProduct h3 {
    font-weight: bold;
}

#findAnotherProduct ul {
    font-size: 95%;
}

form#keyword-search fieldset {
    height: auto;
}

form#keyword-search button {
    padding-top: 0;
}

form#keyword-search input#button {
    width: 22px;
    float: left;
}

form#keyword-search input {
    width: 229px;
    margin-left: 10px;
    font-size: 95%;
    padding-bottom: 5px;
    float: left;
}

/*=CATEGORY DETAIL PAGE*/
div.category-image img {
    float: left;
    margin: 0 10px 0 0;
}

div#category-info {
    width: 520px;
    margin: -18px 0 0 0;
}

div#category-info p {
    margin-left: 130px;
}

#content-primary ul.product-list {
    list-style: none;
}

#content-primary ul.product-list li {
    background: none;
    float: left;
    margin: 0 17px 0 0;
    padding: 0;
    width: 309px;
    height: 160px;
    overflow: hidden;
}

#content-primary ul.product-list li img {
    float: left;
}

#content-primary ul.product-list li h4, #content-primary ul.product-list li p {
    float: right;
    width: 158px;
    margin: 0;
}

#content-primary ul.product-list li h4 {
    font-weight: bold;
    font-size: 95%;
}

#content-primary ul.product-list li p {
    margin: 5px 0;
}

/*=PRODUCT DETAIL PAGE*/
body.detail #content-primary {
    /*width: 527px;*/
    width: 510px;
    float: left;
    margin-right: 10px;
}

body.detail #content-secondary {
    width: 423px;
    float: left;
    color: #b29679;
}

body.detail #content-tertiary {
    width: 960px;
    float: left;
    margin-top: 20px;
    color: #000;
}
body.detail #content h1 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: -14px;
}
body.detail #content-primary h2 {
    text-indent: 0;
    margin: 20px 0 10px 0;
    padding-bottom: 8px;
}
body.detail #content-secondary h2 {
    margin-top: 48px;
}

/*
img.product-image {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
*/

div.product-image {
    margin: 84px 0 0 0;
}

/*
div#product-intro {
    
    float: left;
    width: 356px;
    margin-top: -18px;
    color: #000;
} */

body.detail #content-tertiary ul#links {
    float: left;
    list-style: none;
}

body.detail #content-tertiary ul#links li {
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
    position: relative;
    background: none;
}

body.detail #content-tertiary ul#links li#contact {
    margin-right: 0;
}

body.detail #content-tertiary ul#links li a {
    display: block;
    width: 184px;
    height: 40px;
    background: #f0f0f0;    
    color: #000;
    text-decoration: none;
}

body.detail #content-tertiary ul#links li a span {
    position: absolute;
    display: block;
    width: 184px;
    height: 40px;
}

body.detail #content-tertiary ul#links li#links-tech a span {
    background: url(/assets/default/Site/en/images/prod-detail-tech.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-tech a.active span {
    background: url(/assets/default/Site/en/images/prod-detail-tech-roll.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-related a span {
    background: url(/assets/default/Site/en/images/prod-detail-related.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-related a.active span {
    background: url(/assets/default/Site/en/images/prod-detail-related-roll.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-contact a span {
    background: url(/assets/default/Site/en/images/prod-detail-contact.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-contact a.active span {
    background: url(/assets/default/Site/en/images/prod-detail-contact-roll.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-doc a span {
    background: url(/assets/default/Site/en/images/prod-detail-doc.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-doc a.active span {
    background: url(/assets/default/Site/en/images/prod-detail-doc-roll.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-app a span {
    background: url(/assets/default/Site/en/images/prod-detail-app.gif) top left no-repeat;
}
body.detail #content-tertiary ul#links li#links-app a.active span {
    background: url(/assets/default/Site/en/images/prod-detail-app-roll.gif) top left no-repeat;
}

body.detail #content-tertiary h2 {
    clear: left;
    padding-top: 30px;
}

body.detail #content-tertiary h3 {
    color: #000;
    margin-left: 10px;
    clear: left;
}

body.detail #content-tertiary p {
    margin-left: 10px;
    clear: left;
}

body.detail table {
    margin-left: 0;
    font-size: 90%;
    width: 960px;
    margin-bottom: 10px;
}

body.detail table tr.alt {
    background: #eafaff;
}

body.detail table tr th {
    text-align: left;
    width: 230px;
    padding: 10px;
    font-weight: bold;
}

/*=SITE INFO
----------------------------------*/
#site-info {
	float: left;
	margin: 25px 0;
	background: #fafafa;
	color: #484e45;
	padding: 15px;
}

#site-info ul {
    list-style: none;
    float: left;
}

#site-info ul li {
    float: left;
    background: url(/assets/default/Site/en/images/site-info-divider.gif) 0% 60% no-repeat;
    padding-left: 10px;
    margin-left: 10px;
}

#site-info ul li#copyright {
    font-weight: bold;
    background: none;
    padding-left: 0;
    margin-left: 0;
}

#site-info p {
    float: right;
}

#site-info img {
    padding: 0;
    margin: -5px 0 0 20px;
    float: left;
}

/*=PRODUCTS NAV
--------------------------*/
#products-nav {
    width: 423px;
    height: 150px;
    float: left;
    position: relative;
    margin-top: 11px;
    overflow: hidden;
}
#products-nav a {
    width: 140px;
    height: 135px;
    display: inline;
}
a#products-nav-technology span {
    width: 140px;
    height: 135px;
    position: absolute;
    background: url(/assets/default/Site/en/images/home-nav-technology.gif) top left no-repeat;
    top: 0;
}
a#products-nav-industry {
    margin-left: 48px;
}
a#products-nav-industry span {
    width: 140px;
    height: 135px;
    position: absolute;
    background: url(/assets/default/Site/en/images/home-nav-industry.gif) top left no-repeat;
    top: 0;
}
a#products-nav-usage, a#products-nav-category {
    margin-left: 66px;
}
a#products-nav-usage span, a#products-nav-category span {
    width: 140px;
    height: 135px;
    position: absolute;
    background: url(/assets/default/Site/en/images/home-nav-usage.gif) top left no-repeat;
    top: 0;
}
a#products-nav-category span {
    background: url(/assets/default/Site/en/images/home-nav-category.gif) top left no-repeat;
}

/*=MORE LINKS
--------------------------*/
p.more {
    text-align: right;
    padding: 0.5em;
    margin: 0;
}

p.more a {
    text-decoration: none;
}

p.more a:hover {
    text-decoration: underline;
}

img.page-image {
    float: right;
    padding: 0 0 1em 1em;
}


/* =CONTACT MAP
-----------------------------*/
.map-img {
    width: 325px;
    float: left;
    margin-top: 35px;
}

.map-text {
    width: 300px;
    float: left;
    margin-right: 12px;
}

/* =SUPPORT FORM
-----------------------------*/
form#support-form {
    margin: 30px 0 0 0;    
}

form#support-form li {
    background: none;
    float: left;
    width: 400px;
    margin: 0 0 10px 0;
    padding: 0;
}

form#support-form label {
    float: left;
    width: 120px;
    margin-right: 10px;
}

form#support-form input, form#support-form textarea, form#support-form select {
    float: left;
}

form#support-form input, form#support-form textarea {
    width: 250px;
}

form#support-form select {
    width: 254px;
}

form#support-form input#submit {
    width: auto;
    margin-left: 130px;
}

span.required {
    color: #ff0000;
}

/* =ERROR MESSAGE
---------------------------*/
div.error-message {
    background: #FFE5E5;    
    border: 1px solid red;
    padding: 10px;
}

div.error-message ul {
    margin: 10px 0;
}

div.error-message li {
    margin: 5px 0;
}

/* =GOOGLE SEARCH RESULTS
---------------------------*/
#content-primary ul.google-pagination {
	background-image: none;
    list-style-type: none;
    margin: 0.6em 0;
    padding: 0;
}
#content-primary ul.google-pagination li {
	background-image: none;
    display: inline;
    margin: 0;
    padding: 0 0.4em 0 0;
}
#content-primary ul.google-pagination li.last, #content-primary ul.google-pagination li.next {
    font-size: 120%;
}
#content-primary ul.google-pagination li.current {
    font-weight: bold;
}

#content-primary dl.search-results-list  {
	padding: 0;
 	margin: 1em 0 0 0;
}

#content-primary dl.search-results-list dt {
	padding: 0;
 	margin: 1em 0 0 0;
 	font-size: 120%;
}

#content-primary dl.search-results-list dd {
	padding: 0;
 	margin: 0;
}

#content-primary dl.search-results-list dd.search-url {
	color: green;
}


