/* ####################################### */
/* ############### =GENERAL ############## */
/* ####################################### */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }


body {
	background: #000 url(/images/body_bg.jpg) no-repeat 0 0;
}

.e-page {
	background: transparent url(/images/page_bg.png) repeat 0 0; 	
}

/*.a-layout-horizontal div.section-inner {
	width: 960px;
}*/


.a-iframe {
	width : 960px;
}

/* ####################################### */
/* ############## HEADER ################# */
/* ####################################### */

.e-header {
	padding-top: 40px;
}

/* LOGO
------------------------------------------------*/

#logo {
	float: left;
	padding: 15px 0 30px 0;
	background: url(/images/logo_highlight.png) no-repeat 50% 100%;
}


/* CORE LINKS
------------------------------------------------*/

.e-core-links {
	float: right;
	padding: 22px 0;
}

.e-core-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.e-core-links li {
	float: left;
/*	margin-right: 20px;*/
	padding-left: 20px;
}

.e-core-links .core-buy span {
	background: url(/images/core_link_1_1.gif) no-repeat 50% 50%;
	text-indent: -9999px;
	width: 175px;
	height: 34px;
	overflow: hidden;
	cursor: pointer;
}

.e-core-links .core-stockists span {
	background: url(/images/core_link_2_1.gif) no-repeat 50% 50%;
	text-indent: -9999px;
	width: 187px;
	height: 34px;
	overflow: hidden;
	cursor: pointer;
}




/* UTILITY AREA
------------------------------------------------*/

.e-utility-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index: 1000;
	border-bottom: 1px solid #232323;
}

.rgba .e-utility-area {
	background-color: rgba(0,0,0,.5);
}

/* LANGUAGE
------------------------------------------------*/

.e-_language {
	float: left;
	font-size: 92.307692307692307692307692307692%;
	width: 432px;
}

.e-_language p {
	display: none;
}

.e-_language ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.e-_language a:link,
.e-_language a:visited {
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 0.4em 5px 0.4em 25px;
	text-decoration: none;
}

.current-language {
	position: relative;
}





.e-_language .language-select {
	position: absolute;
	top: 25px;
	left: -9999px;
	display: block;
	margin-left: -15px;
	background-color: #000;
	border: 1px solid #232323;
	border-top: 0;
}

.e-_language .language-menu li:hover .language-select {
	left: auto;
}




.e-_language .language-select a {
	padding: 0.4em 15px 0.4em 40px;
	background-position: 15px 50%;
}

.e-_language .language-select a:hover,
.e-_language .language-select a:focus {
	background-color: #222;
	color: #e1e1e1;
}

/* UTILITY LINKS
------------------------------------------------*/

.e-utility-links {
	float: right;
	width: 512px;
	font-size: 92.307692307692307692307692307692%;
}

.e-utility-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.e-utility-links li {
	float: left;
	padding: 8px 0;
}



.e-utility-links a:link,
.e-utility-links a:visited {
    padding: 0 10px 0 12px;
    display: block;
    text-decoration: none;
    color: #888;
    border-right: 1px solid #666;
    line-height: 1;
}

.e-utility-links a:hover,
.e-utility-links a:focus {
	color: #e1e1e1;
}
.e-utility-links .last a {
	border-right: 0;
	padding-right: 0;
}


/* SEARCH
------------------------------------------------*/

.e-site-navigation {
	position: relative;
	clear: left;
}

.e-header .e-search-box {
	position: absolute;
	top: 9px;
	right: 0;
	margin-right: 10px;
}

.e-search-box .search-txs {
	font-size: 92.307692307692307692307692307692%;
	border: 1px solid #013A74;
	color: #999;
	padding: 4px 65px 4px 30px;
	background: #fff url(/images/search_icon.png) no-repeat 10px 50%; 
	width: 200px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.3) inset;

	-moz-border-radius: 40px; 
	-webkit-border-radius: 40px; 
	-ms-border-radius: 40px;
	border-radius: 40px;
}

.e-search-box .search-txs:focus {
	border-color: #000;
	color: #333;
}

.e-search-box .search-submit {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 1px solid #000;
	color: #fff;
	padding: 1px 8px;
	font-size: 84.615384615384615384615384615385%;
  	background: #272727 url("/images/cta_primary_bg.png") repeat-x 0 0;
  	cursor: pointer;

	-moz-border-radius: 40px; 
	-webkit-border-radius: 40px; 
	-ms-border-radius: 40px;
	border-radius: 40px;
}

.e-search-box .search-submit:hover,
.e-search-box .search-submit:focus {
	color: #ccc;
}



/* ####################################### */
/* ############### CONTENT ############### */
/* ####################################### */

#content .section-inner {
	background: #fff;
	/* padding-bottom: 80px; */
}


/* COLUMNS
------------------------------------------------*/

.e-main-content, .e-sub-content, .e-tertiary-content {
    padding: 15px 20px;
    
}

.two-col-left .e-main-content,
.two-col-right .e-main-content {
	width: 640px;
}

.two-col-left .e-sub-content,
.two-col-right .e-sub-content {
	width: 250px;
}

.two-col-left .e-sub-content {
	padding-right: 10px;
}

.two-col-right .e-sub-content {
	padding-left: 10px;
}

.a-sub-content {
	margin-bottom: 2.3076923076923076923076923076923em;
	background-color: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 20px;
}

.a-sub-content > :first-child,
.a-sub-content h4,
.a-sub-content .h4 {
	margin-top: 0;
	padding-top: 0;
}

/* BREADCRUMB
------------------------------------------------*/

.e-navigation-breadcrumb {
	background: #fff url(/images/breadcrumb_bg.png) repeat-x 0 0; 
	border: 1px solid #e1e1e1;
	overflow: hidden;
	height: 29px;
	margin-bottom: 1em;
	margin: 20px 20px 0 20px;

	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.e-navigation-breadcrumb li {
	float: left;
	padding-left: 15px;

}

.e-navigation-breadcrumb .crumb-home {
	background: url(/images/crumb_home.png) no-repeat 10px 53%; 
	padding-left: 36px;
}

.e-navigation-breadcrumb .crumb-home .crumb {

}

.e-navigation-breadcrumb a:link,
.e-navigation-breadcrumb a:visited,
.e-navigation-breadcrumb .crumb {
	padding: 5px 20px 5px 0px;
	display: block;
	text-decoration: none;
	background: url(/images/breadcrumb_arrows.gif) no-repeat 100% 50%; 
	color: #999;
	text-shadow: -1px -1px 0 #fff;
	white-space:nowrap;
	overflow: hidden;
}

.e-navigation-breadcrumb a:hover,
.e-navigation-breadcrumb a:focus {
	color: #333;
}

.e-navigation-breadcrumb .crumb-active .crumb {
	background: 0;
	color: #ccc;
}








/* ####################################### */
/* ############## FOOTER ################# */
/* ####################################### */

.e-footer {
	position: relative;
	z-index: 11;
}

#footer .section-inner {
	margin-top: 1em;
	padding-top: 0;
	overflow: visible;
}

.e-footer p {
	margin: 0;
}

.e-site-info-links {
	clear: left;
}

.start-stop {
	display: none;
}


/* INNER FOOT LINKS
------------------------------------------------*/

.e-inner-foot {
	border: 1px solid #fff;
	background: #000;
	padding-bottom: 40px;
	margin-bottom: 15px;
}

.e-inner-foot img {
	margin: -31px auto 40px auto;
	display: block;
	width: 118px; 
	height: 61px;
}


.e-inner-foot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.e-inner-foot .foot-section {
	float: left;
	width: 182px;
	padding-left: 50px;
}

.e-inner-foot .foot-section h6 {
	color: #fff;
}

.e-inner-foot .foot-section li {
	margin-bottom: 1em;
}

.e-inner-foot .foot-section a:link,
.e-inner-foot .foot-section a:visited {
	color: #999;
	text-decoration: none;
}


.e-site-copyright a,
.e-site-info-links a,
.e-site-credits a {
	color: #fff;
	text-decoration: none;
}


.e-footer-left {
	float: left;
}

.e-footer-right {
	float: right;
}

.e-facebook-like {
	clear: left;
	padding-top: 0.4em;
}

/* ####################################### */
/* ############### TABLES ################ */
/* ####################################### */

/*table {

}

table th,
table td {

}

table th {

}

table td {

}

table tr:nth-child(2n) {

}*/









/* ####################################### */
/* ############# PROTOSHOW ############### */
/* ####################################### */

.protoshow {
    position: relative;
}

.protoshow ol,
.protoshow ul {	
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
}

.protoshow .show {
    position: relative;	
}

.protoshow .slide {
    position: absolute;	
    top: 0;
    left: 0;
    z-index: 999;
}

.protoshow li.active-slide {
    z-index: 1000;	
}

.protoshow .proto-controls li,
.protoshow .proto-navigation {
	position: absolute;
	z-index: 1200;
}

.protoshow .proto-controls a,
.protoshow .proto-navigation a {
	color: #e1e1e1;
}

.protoshow .proto-navigation li {
	float: left;
}

.protoshow .proto-navigation a {
	display: block;
}




/* ####################################### */
/* ############## HOMEPAGE ############### */
/* ####################################### */


/* HOME SLIDES
------------------------------------------------*/

.e-home-slides {
	height: 320px;
	background: #333 url(/images/ajax-loader.gif) no-repeat 50% 50%;
	z-index: 1;
}

.e-home-slides:after {
	content: " . ";
	height: 1px;
	position: absolute;
	top: 418px;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.3);
	display: block;
	z-index: 1200;
}

.e-home-slides .slide object {
	position: relative;
	z-index: 1;
}

.e-home-slides .slide a:link,
.e-home-slides .slide a:visited {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
	overflow: hidden;
	color: #333;
	z-index: 9999;
	background: url(/r/i/pix.gif) no-repeat -1px -1px;
}


.e-home-slides .proto-controls li {
	top: 50%;	
	margin-top: -65px;
}

.e-home-slides .proto-controls .backward {
	left: -48px;
}

.e-home-slides .proto-controls .forward {
	right: -48px;
}

.e-home-slides .proto-controls .backward a,
.e-home-slides .proto-controls .forward a {
	background-image: url(/images/home_slides_protocontrols.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 60px;
	height: 130px;
	text-indent: -9999px;

	overflow: hidden;
}

.e-home-slides .proto-controls .forward a {
	background-position: 0 -180px;
}

.e-home-slides .proto-navigation {
	bottom: 0;
	right: 0;
}

.e-home-slides .proto-navigation li {
	margin-right: 1px;
}

.e-home-slides .proto-navigation a:link,
.e-home-slides .proto-navigation a:visited {
	padding: 5px 10px;
	background-color: #000;
	color: #e1e1e1;
	line-height: 1.5em;
	text-decoration: none;
}



/* HOME FEATURED CONTENT
------------------------------------------------*/

.home-section {
	float: left;
	width: 279px;
	height: 310px;
	margin-top: 20px;
	padding: 0 20px 20px 20px;
	position: relative;
	border-right: 1px dashed #e1e1e1;
}

.home-section-three {
	border-right: 0;
}

.home-section h3 {
	font-size: 1.5384615384615384615384615384615em;
}

.home-section .cta {
	position: absolute;
	bottom: 20px;
	left: 20px;
}


.home-section .panel-news-item {
    padding: 10px 0;
}

.home-section .small-product-list {
	display: none;
}







/* ####################################### */
/* ############ IMAGE LIBRARY ############ */
/* ####################################### */

.download-list h2 {
	margin-bottom: 0;
}

.download-list h2 a {
	background: url(/r/i/icons/silk_set_ie6/add.png) no-repeat 0 50%;
	padding-left: 30px;
	text-decoration: none;
}

.download-list .category_table {
	margin: 1.5em 0 0 0;
}

.image-download-thumb {
	float: left;
	width: 70px;
	height: 108px;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.image-download-thumb img {
	margin: 10px 0;
}

.image-download-thumb input {
	display: block;
	clear: both;
	margin: 0 auto;
}

.brand-guidelines {
	background-color: #00488E;
	border: 4px solid #0B68C5;
	color: #BEDDFD;
}

.brand-guidelines h4 {
	color: #fff;
}

/* ####################################### */
/* ########### SEARCH RESULTS ############ */
/* ####################################### */

.in-search-nav {
	margin-bottom: 2em;
	padding: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E1E1E1;
}

.search-group {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
	overflow: hidden;
}






/* ####################################### */
/* ############# MODULE::BOX ############# */
/* ####################################### */

.box {
	padding: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E1E1E1;
}


/* ####################################### */
/* ########## MODULE::ITEM LIST ########## */
/* ####################################### */

.item-list,
.item-list ul,
.post-list,
.post-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-item,
.post-list .post {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px;
	overflow: hidden;
}

.list-item:nth-child(even),
.post-list .post:nth-child(even),
.search-group:nth-child(even) {
	background-color: #fcfcfc;
}

.list-item p:last-child,
.post-list .post:last-child {
	margin-bottom: 0;
}

.list-item .h1,
.list-item .h2,
.list-item .h3,
.list-item .h4,
.list-item .h5,
.list-item .h6 {
	padding-top: 0;
}


/* GRID LIST
------------------------------------------------*/

.grid-list .list-item {
	float: left;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    float: left;
    height: 200px;
    padding: 20px;
    position: relative;
    width: 172px;
}


.grid-two-list .list-item {
	width: 278px;
}






/* ####################################### */
/* ########## HELPER CLASSES ############# */
/* ####################################### */


/* IMAGE PLACEMENTS
------------------------------------------------*/

.img-left {
	float: left;
	margin: 0 20px 20px 0;
}

.img-right {
	float: right;
	margin: 0 0 20px 20px;
}

/* ICONS
------------------------------------------------*/

.icon {
	display: inline-block;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.icon-zip {
	background-image: url(/r/i/icons/silk_set_ie6/page_white_compressed.png);	
}

.icon-photo {
	background-image: url(/r/i/icons/silk_set_ie6/photo.png);	
}

.icon-pdf {
	background-image: url(/r/i/icons/silk_set_ie6/page_white_acrobat.png);	
}




/* PADDING
------------------------------------------------*/

.prepend-top {
	margin-top: 1.5em;
}

.append-bottom {
	margin-bottom: 1.5em;
}



/* CLEAR FIXES
------------------------------------------------*/

.clear {
	clear: both;
}

.clearfix:before, .clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden; 
}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }



/* ####################################### */
/* ########## IFRAME MODE    ############# */
/* ####################################### */


.bodymode-iframe, .bodymode-pdf {
	background: #ffffff !important;
}
.bodymode-iframe .e-main-content, .bodymode-pdf .e-main-content {
	background: #ffffff !important;
	overflow: hidden;
}

@media print {
 	body { background: #ffffff; }
 	.e-main-content { background: #ffffff; }
}







