﻿/* --------------------------------------------------- */
/* GENERIC
/* --------------------------------------------------- */

#maincontent_wrapper {
	height:575px;
}

#wrapper{
    background-color:#f4efdb; /* use #wrapper instead of body for BG colour */
}

#customer-service {
    /*height: 1%;*/
    height:500px;
	width:863px;
    /*border: 1px solid #000;*/
    margin: 20px 0;
    padding: 20px 20px 20px 100px;
    font-size: 1.1em;
    line-height: 120%;
    background:url(/Images/Global/CustomerService/society_blog_bg.jpg) no-repeat scroll 0 0;
}
#customer-service p {
	 margin:0;
	}
#customer-service:after {
    content: ".";
    clear: both;
    height: 0;
    font-size: 0;
    display: block;
    visibility: hidden;
}

#customer-service ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

#customer-service ul a {
    text-decoration: none;
    color: #000;
}

#customer-service ul a:hover {
    text-decoration: underline;
}

#customer-service h3 {
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    line-height: 1em;
}

#customer-service .column {
    float: left;
    width: 30%;
    margin-left: 5px;
    /*border: 1px solid #000;*/
    overflow: hidden;
    padding-bottom:20px;
}

#customer-service .slider {
    padding: 0 20px;
    position: relative;
    left: 0;
}

/* --------------------------------------------------- */
/* HEADER
/* --------------------------------------------------- */
#customer-service .header {
    border: 0;
	width:215px;
}

#customer-service .header h2 {
    margin: 0 0 20px;
    background: url(/Images/Global/CustomerService/select_a_subject.gif) no-repeat 0 0;
    text-indent: -9999em;
    overflow: hidden;
    height: 40px;
}

/* --------------------------------------------------- */
/* HEADER > MAIN NAV
/* --------------------------------------------------- */

#about_page_nav {
	width:196px;
	height:121px;
	background:transparent url(/Images/Global/CustomerService/about-page-navigation.png) no-repeat 0 0 scroll;
	_background:transparent url(/Images/Global/CustomerService/about-page-navigation.gif) no-repeat 0 0 scroll;
	}
#about_page_nav ul {
	padding:0;
	margin:0;
	}
#about_page_nav ul li a {
	width:196px;
	display:block;
	text-indent:-9999px;
	background-color:transparent;
	}
#find_store a {
	height:28px;
	}
#about_jack a {
	height:20px;
	}
#careers a {
	height:22px;
}
#contact_us a {
	height:20px;
	}
#customer_services a {
	height:12px;
}
#brand_protection a {
	height:16px;
}
#find_store a:hover {
	background:transparent url(/Images/Global/CustomerService/about-nav_sprite_rollovers.png) no-repeat 0 0 scroll;
}
#about_jack a:hover {
	background:transparent url(/Images/Global/CustomerService/about-nav_sprite_rollovers.png) no-repeat 0 -33px scroll;
	padding:10px 0;
	height:10px;
	margin-top:-5px;
}
#careers a:hover {
	background:transparent url(/Images/Global/CustomerService/about-nav_sprite_rollovers.png) no-repeat -5px -72px scroll;
	padding:10px 0;
	height:10px;
	margin-top:-5px;
}
#contact_us a:hover {
	background:transparent url(/Images/Global/CustomerService/about-nav_sprite_rollovers.png) no-repeat 0 -111px scroll;
	padding:10px 0;
	height:10px;
	margin-top:-5px;
	}
#customer_services a:hover {
	background:transparent url(/Images/Global/CustomerService/about-nav_sprite_rollovers.png) no-repeat -8px -146px scroll;
	padding:2px 0;
	height:16px;
	margin-top:-5px;
}
#brand_protection a:hover {
	background:transparent url(/Images/Global/CustomerService/about-nav_sprite_rollovers.png) no-repeat 0 -179px scroll;
	padding:10px 0;
	height:10px;
	margin-top:-5px;
}
*html #find_store a:hover, *html #about_jack a:hover, *html #careers a:hover, *html #contact_us a:hover, *html #customer_services a:hover, *html #brand_protection a:hover {
	background-image:none;
	}

/* --------------------------------------------------- */
/* HEADER > SEARCH
/* --------------------------------------------------- */
#customer-service .header fieldset {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
}

#customer-service .header label {
    position: absolute;
    left: 31px;
    top: 7px;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 1em;
}

#customer-service .header input {
    width: 200px;
    border: 1px solid #000;
    padding: 5px 10px 5px 30px;
    font-family: inherit;
    font-size: 0.85em;
    text-transform: uppercase;
    line-height: 1em;
}

#customer-service .header button {
    border: 0;
    background: url() no-repeat 0 0;
    position: absolute;
    left: 2px;
    top: 4px;
    cursor: pointer;
    padding: 0;
}

/* --------------------------------------------------- */
/* HEADER > ASIDE NAV
/* --------------------------------------------------- */
#customer-service .header .aside-nav a,
#customer-service div.questions ul a {
    /*text-transform: uppercase;*/
    display: block;
    background: url(/Images/Global/CustomerService/bullet_arrow.png) no-repeat 0 3px;
    _background: url(/Images/Global/CustomerService/bullet_arrow.gif) no-repeat 0 4px;
    font-size: 0.95em;
    padding-left:10px;
    height:1%;
}
#customer-service .header .aside-nav a{
    text-transform: uppercase;
    font-size:0.8em;
}
#customer-service .left_col_title{
    margin:-10px 0 5px;
}

/* --------------------------------------------------- */
/* QUESTIONS
/* --------------------------------------------------- */
#customer-service div.questions {
    min-height: 483px;
    height: 483px !important;
    width:278px;
    overflow-y:auto;
    background:url(/images/Global/CustomerService/left_col_bg.gif) no-repeat scroll 0 -3px;
}

#customer-service div.questions h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    *margin-top:20px;
}
#customer-service li.question.active a{
    font-weight:bold;
    text-decoration:none;
    cursor:default;
}

/* --------------------------------------------------- */
/* CATEGORY / ANSWER
/* --------------------------------------------------- */
#customer-service div.category,
#customer-service div.answer {
    min-height: 463px;
    height: 463px !important;
    overflow: auto;
    *overflow:hidden; /*fixes scrolling issues in IE6&7 */
    background: url(/images/Global/CustomerService/right_col_bg.gif) no-repeat scroll 0 -5px;
    width: 300px;
    padding-top:20px;
}

#customer-service div.category .slider,
#customer-service div.answer .slider {
    display: none;
    *height:480px;/*fixes scrolling issues in IE6&7 */
    *overflow-y:auto; /*fixes scrolling issues in IE6&7 */
}
#customer-service li.category.active a {
    font-weight:bold;
    cursor:default;
    text-decoration:none!important;
}

#customer-service div.category .contact-us,
#customer-service div.answer .contact-us {
    display: block;
    background: url(/images/Global/CustomerService/contact.gif) no-repeat scroll 40px 30px;
    height: 150px;
    text-indent: -9999em;
    overflow: hidden;
}

#customer-service div.answer img {
    display: none;
}

#customer-service #answer img {
    display: inline;
}

#customer-service div.answer ul {
    list-style-type: disc;
    list-style-position:inside;
    margin-top:10px;
}

#about_page_background {
	width:804px;
	height:523px;
	position:relative;
	z-index:0;
	float:left;
	top:-132px;
	left:10px;
    background: url(/images/Global/CustomerService/about_page_background.jpg) no-repeat scroll 0 0;
	}
#about_page_background_usa {
	width:804px;
	height:523px;
	position:relative;
	z-index:0;
	float:left;
	top:-132px;
	left:10px;
    background: url(/images/Global/CustomerService/about_page_background_usa.jpg) no-repeat scroll 0 0;
	}
#about_page_nav {
	position:relative;
	z-index:3;
	}
#about_page_text {
	float:left;
	text-indent:-9999px;
	position:relative;
	}
	
/* --------------------------------------------------- */
/* CONTACT US PAGE
/* --------------------------------------------------- */
#customer-service .contact_wrapper{
    width:860px;
	height:540px;
	position:relative;
	z-index:0;
	float:left;
	top:-20px;
	left:-26px;
    background: url(/images/Global/CustomerService/contact_page_bg.jpg) no-repeat scroll 0 0;
}
#customer-service .contact_wrapper #about_page_nav{
    margin:20px 0 0 40px;
}
#customer-service .contact_wrapper .address{
    position:absolute;
    left:30px;
    top:320px;
    width:132px;
}
#customer-service .contact_wrapper .contact_details{
    position:absolute;
    left:596px;
    top:100px;
    width:180px;
    text-align:center;
}
#customer-service .contact_wrapper .contact_details p.tel{
    margin:0 0 10px;
}
#customer-service .contact_wrapper .contact_details a{
    font-weight:bold;
}
#customer-service .contact_wrapper a.twitter{
    text-indent:-9999px;
    overflow:hidden;
    width:120px;
    height:120px;
    position:absolute;
    left:716px;
    top:266px;    
}



#brand_page_text, #careers_page_text {
	height:505px;
	overflow-x:auto;
	_overflow:auto;
	width:566px;
	position:relative;
	top:-124px;
	padding:0 10px 0 0;
}
#brand_page_text p, #careers_page_text p {
	margin-bottom:10px;
}
#careers_page_text a, #careers_page_text ul a{
	color:#00568B;
}
#careers_page_text ul {
	margin-left:20px;
	list-style-type:disc;
}
#careers_img, #brand_protection_img, #privacy_protection_img {
	display:block;
	float:left;
	height:292px;
	margin:20px 26px 0 34px;
	position:relative;
	width:165px;
}
#careers_img {
	background:transparent url(/images/Global/CustomerService/careers_page_image.gif) no-repeat scroll 0 0
	}
#brand_protection_img {
	background:transparent url(/images/Global/CustomerService/brand_page_image.gif) no-repeat scroll 0 0
	}
#brand_protection_img h1 {
	text-indent:-9999px;
	}
	
#brand_page_text h1, 
#brand_page_text h2, 
#brand_page_text h3, 
#brand_page_text p,
#careers_page_text h1, 
#careers_page_text h2, 
#careers_page_text h3, 
#careers_page_text p {
	text-align:left;
	}
#brand_page_text h1,
#careers_page_text h1 {
	font-size:1.4em;
	}

#brand_page_text h2,
#careers_page_text h2 {
	font-size:1.2em;
	}

#brand_page_text h3,
#careers_page_text h3 {
	font-size:1em;
	font-weight:bold;
	}

#brand_page_text p,
#careers_page_text p {
	font-size:1em;
	}
