/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}

audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */


html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

body, button, input, select, textarea {
	color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}

::selection {
	background: #fe57a1;
	color: #fff;
	text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */


a {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:hover {
	color: #06e;
}

a:focus {
	outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover, a:active {
	outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */


abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

hr.qs {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-top-color: #E0E0E0;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */

pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */


ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

dd {
	margin: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */


img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */


svg:not(:root) {
	overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */


figure {
	margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */


form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */

label {
	cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */


legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */


button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */


button, input {
	line-height: normal;
*overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */


table button, table input {
*overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */


button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */


input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */


textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */


table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Ryan Niswonger - Create Online
   ========================================================================== */



body {
	background: url(../img/bg_grad.gif) repeat-y top center;
}

#container {
	display: block;
	width: 999px;
	margin: 0 auto;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	color: #36589B;
}

header {
	height: 74px;
	z-index: 100;
	position: relative;
}

#logo {
	height: 52px;
	overflow: hidden;
	position: relative;
	top: 9px;
	margin-left: 10px;
}

a, a:visited {
	text-decoration: none;
	color: #18294A;
}

a:hover {
	text-decoration: underline;
	color: #5178C3;
}

#top_nav {
	position: absolute;
	top: 30px;
	right: 0px;
	margin-right: 10px;
}

#bottom_nav {
	display: block;
	float: right;
	padding-top: 6px;
	margin-right: 10px;
	margin-left: 20px;
}

#top_nav ul, #bottom_nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#top_nav li, #bottom_nav li {
	float: left;
	position: relative;
	height: 32px;
}

/*#top_nav li.has_submenu.hover { background:url(../img/bg_subnav.png) no-repeat 0px 19px; }*/ /* tail */

#bottom_nav li:last-child a {
	background-image: none;
}

#bottom_nav li.last a {
	background-image: none;
}

#top_nav a {
	display: block;
	padding: 4px 10px;
	margin-left: 5px;
	text-decoration: none;
	color: #36589B;
	font-size: 14px;
	line-height: 21px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#top_nav > ul > li:hover > a, #top_nav > ul > li > a:hover, #top_nav > ul > li > a.active {
	color: #fff;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
	background: #cdd8ed; /* Old browsers */
	background: -moz-linear-gradient(top, #cdd8ed 0%, #bccae7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdd8ed), color-stop(100%, #bccae7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdd8ed 0%, #bccae7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdd8ed 0%, #bccae7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdd8ed 0%, #bccae7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cdd8ed 0%, #bccae7 100%); /* W3C */
}

#top_nav > ul > li.has_submenu:hover > a, #top_nav > ul > li.has_submenu > a:hover {
	background: #cdd8ed; /* Old browsers */
	background: -moz-linear-gradient(top, #cdd8ed 0%, #cdd8ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdd8ed), color-stop(100%, #cdd8ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdd8ed 0%, #cdd8ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdd8ed 0%, #cdd8ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdd8ed 0%, #cdd8ed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cdd8ed 0%, #cdd8ed 100%); /* W3C */
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

#top_nav ul ul {
	display: none;
	padding: 4px 7px 4px 6px;
	position: absolute;
	top: 29px;
	left: 5px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	background: #cdd8ed; /* Old browsers */
	background: -moz-linear-gradient(top, #cdd8ed 0%, #bccae7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdd8ed), color-stop(100%, #bccae7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdd8ed 0%, #bccae7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdd8ed 0%, #bccae7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdd8ed 0%, #bccae7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cdd8ed 0%, #bccae7 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd8ed', endColorstr='#bccae7', GradientType=0 ); /* IE6-9 */
}

#top_nav ul ul li {
	float: none;
	height: auto;
}

#top_nav ul ul li a {
	font-size: 14px;
	color: #fff;
	border: 0;
	line-height: 17px;
	padding: 4px 0 8px;
	white-space: nowrap;
	background: none;
}

#top_nav ul ul li a:hover {
	color: #5172B1;
}

#bottom_nav a {
	display: block;
	padding: 0 9px;
	text-decoration: none;
	color: #36589B;
	font-size: 18px;
	line-height: 21px;
	background: url(../img/bg_nav_item.gif) no-repeat right 3px;
}

#bottom_nav a {
	font-size: 12px;
	background-position: right 2px;
}

#bottom_nav a:hover, #bottom_nav a.active {
	color: #7896D0;
}

#bottom_nav a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
	color: #36589B;
	font-size: 12px;
	line-height: 12px;
}

footer {
	width: 1000px;
	height: 27px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0px 48px;/*	background:url(../img/bg_footer.png) no-repeat bottom left;  */
}

.fb-like {
	float: right;
}

#social {
	float: right;
}

#social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#social li {
	float: left;
	/*margin-left: -30px;*/
}

#social a {
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/sprites.png) top left no-repeat;
}

#social a.yt {
	background-position: 0px 0px;
}

#social a.fb {
	background-position: -20px 0px;
}

#social a.tw {
	background-position: -39px 0px;
}

.icon {
	display: inline-block;
	width: 14px;
	height: 16px;
	position: relative;
	background: url(../img/sprites.png) top left no-repeat;
	top: 2px;
	margin-right: 5px;
}

.icon.fb {
	background-position: -40px -23px;
}

.icon.tw {
	background-position: -40px -42px;
}

#main {
	display: block;
	position: relative;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	z-index: 90;
}

#main.buy {
	height: 700px;
	min-height: 700px;
}

#ribbon {
	display: block;
	z-index: 100;
	width: 1000px;
	height: 101px;
	background: url(../img/bg_ribbon.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
}

.awards {
	display: block;
	position: absolute;
	top: 18px;
	left: 150px;
}

.awards, .awards li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.awards li {
	float: left;
	margin-left: 9px;
}

#main p {
	/*font-size: small;*/
	line-height: 2em;
	color: #36589B;
	margin-bottom: 20px;
	margin-top: 16px;
}

#main.contact {
	padding: 198px 0 0 85px;
	background: url(../img/img_contact.jpg) no-repeat 512px 33px;
}

#main.contact p {
}

#main.contact .distributor {
	float: left;
	width: 290px;
	margin-right: 10px;
}

#main.contact .distributor p {
	font-weight: normal;
	/*font-size: 14px;*/
	margin-top: 0px;
}

#main.contact .distributor h4 {
	margin: 6px 0;
}

.home #section_nav {
	padding-top: 3px;
}

.home #section_nav ul {
	list-style: none;
	margin: 0;
	padding: 30px 0 0 30px;
	padding-left: 30px;
}

.home #section_nav li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

.home #section_nav li.last {
	margin-right: 0;
}

.home #section_nav li:last-child {
	margin-right: 0;
}

.home #section_nav a {
	text-align: center;
	display: block;
	width: 148px;
	height: 68px;
	/*font-size: 13px;*/
	line-height: 16px;
	color: #36589B;
}

.home #section_nav a.video {
	background: url(../img/section_video2.jpg) bottom left no-repeat;
}

.home #section_nav a.enter {
	background: url(../img/section_enter2.jpg) bottom left no-repeat;
}

.home #section_nav a.eco {
	background: url(../img/section_eco.jpg) bottom left no-repeat;
}

.home #section_nav a.blog {
	background: url(../img/section_blog.jpg) bottom left no-repeat;
}

.home #hero {
	z-index: 90;
	width: 1000px;
	height: 442px;
	overflow: hidden;
}

.home .awards a.ir {
	width: 280px;
	height: 75px;
	position: absolute;
}

.home .awards .item1 {
	top: 139px;
	left: 668px;
}

.home .awards .item2 {
	top: 237px;
	left: 668px;
}

.home .awards .item3 {
	top: 314px;
	left: 668px;
}

#ss_controls {
	position: absolute;
	top: 412px;
	right: 54px;
	z-index: 110;
}

.works #ss_controls {
	top: 697px;
	right: 357px;
}

#ss_controls a {
	display: block;
	float: left;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	background: url(../img/sprites.png) 0px -19px no-repeat;
	text-indent: -9999px;
}

#ss_controls a.activeSlide {
	background-position: 0px -32px;
}

#main.about {
	background: url(../img/bg_about.jpg) no-repeat 470px 137px;
	padding: 85px 562px 0 44px;
}

#main.block {
	padding: 90px 29px 0;
}

#main.block p {
	/*font-size: 14px;*/
	line-height: 17px;
}

#main.block h1 {
	/*font-size: 14px;*/
	line-height: 17px;
	font-weight: normal;
	color: #36589B;
}

#main.block.terms p, #main.block.faq p {
	/*font-size: 12px;*/
	line-height: 15px;
}

#main.block.faq p {
	margin-top: 0;
	/*font-size: small;*/
	line-height: 2em;
}

#main.block.faq p.q {
	font-size: 20px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

#main ul#qs li {
	line-height: 2em;
}

.product h1 {
	font-size: 30px;
	line-height: 31px;
	color: #819cd1;
	font-weight: bold;
	z-index: 110;
}

.product h2 {
	font-size: 24px;
	line-height: 21px;
	color: #36589B;
	font-weight: bold;
	margin: 0;
}

.product h3 {
	font-size: 16px;
	line-height: 19px;
	color: #36589B;
	font-weight: bold;
	margin: 0;
	margin-top: 12px;
}

.product.pail h1 {
	position: absolute;
	background: url(../img/title_pail.gif);
	top: 0px;
	left: 51px;
	width: 280px;
	height: 72px;
}

.product.liner h1 {
	position: absolute;
	background: url(../img/title_liner.gif);
	top: 0px;
	left: 48px;
	width: 343px;
	height: 80px;
}

.product.bags h1 {
	position: absolute;
	background: url(../img/title_bags.gif);
	top: 0px;
	left: 48px;
	width: 242px;
	height: 79px;
}

.product.colors h1 {
	position: absolute;
	background: url(../img/title_color.gif);
	top: 0px;
	left: 0px;
	width: 371px;
	height: 100px;
}

.product.decals h1 {
	position: absolute;
	background: url(../img/title_decal.gif);
	top: 0px;
	left: 47px;
	width: 328px;
	height: 70px;
}

.product.works h1 {
	position: absolute;
	background: url(../img/title_works.gif);
	top: 0px;
	left: 0px;
	width: 200px;
	height: 99px;
}

.contact h1 {
	position: absolute;
	background: url(../img/title_contact.gif);
	top: 74px;
	left: 76px;
	width: 222px;
	height: 79px;
}

.product.all h1 {
	position: absolute;
	background: url(../img/title_products.gif);
	top: 79px;
	left: 56px;
	width: 282px;
	height: 72px;
}

#main.product.all {
	padding-top: 97px;
	padding-left: 54px;
}

#main.product {
	padding-top: 79px;
}

.product #feature {
	position: relative;
	padding-left: 30px;
	height: 940px;
}

.product #feature_list {
	position: absolute;
	right: 0px;
	top: 100px;
	background-color: #36589B;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 14px 20px 8px;
	width: 350px;
	color: #FFFFFF;
}

.product #feature_list ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0 44px;
}

.product #feature_list li {
	padding: 0px;
	padding-left: 11px;
	font-size: 15px;
	color: #819cd1;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	background-image: url(../img/bg_features.gif);
	margin-top: 7px;
	margin-bottom: 10px;
}

.product #notes {
	position: absolute;
	bottom: 3px;
	left: 741px;
	font-size: 15px;
	color: #819cd1;
}

/* Updated layout to Products */

.product_2 #feature {
	position: relative;
	height: 723px;
	border-bottom: 1px solid #e9e9e9;
}

.product_2 #feature_list {
	position: absolute;
	left: 0px;
	top: 273px;
	background-color: #36589B;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 14px 24px 22px;
	width: 350px;
	color: #FFFFFF;
}

.product_2 #feature_list h2 {
	font-size: 27px;
	font-weight: normal;
	margin: 7px 0 9px;
}

.product_2 #feature_list ul {
	list-style: none;
	margin: 0;
	padding: 3px 0 0;
}

.product_2 #feature_list li, 
.product_2 #feature_list li a {
	padding: 0px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 10px;
}

.product_2 #notes {
	position: absolute;
	bottom: -38px;
	left: 110px;
	font-size: 15px;
	color: #819cd1;
}

.product_2 #prod_image {
	top: 146px;
	right: 127px;
	position: absolute;
}

.product_2.works #prod_image {
	top: 230px;
	left: 88px;
	position: absolute;
}

.product_2.works #feature {
	height: 723px;
}

.product_2 #prod_nav {
	position: absolute;
	top: 272px;
	left: 420px;
}

.product_2 #prod_nav ul, .product_2 #prod_nav li, .product_2 #prod_nav a {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.product_2 #prod_nav li {
	margin-bottom: 20px;
}

.product_2 #prod_nav a, .product_2 #prod_nav a:hover {
	text-decoration: none;
}

.product_2 #prod_nav .nav_img {
	position: relative;
	display: block;
	z-index: 100;
	width: 66px;
	height: 67px;
	background: url(../img/sprites.png) 0 -64px no-repeat;
}

.product_2 #prod_nav .shop .nav_img {
	background-position: 0 -64px;
}

.product_2 #prod_nav .works .nav_img {
	background-position: 0 -131px;
}

.product_2 #prod_nav .colors .nav_img {
	background-position: 0 -198px;
}

.product_2 #prod_nav .back .nav_img {
	background-position: 0 -266px;
}

.product_2 #prod_nav .nav_text {
	padding-left: 16px;
	line-height: 47px;
	position: absolute;
	top: 12px;
	left: 57px;
	display: block;
	display: none;
	z-index: 90;
	width: 139px;
	height: 43px;
	font-size: 14px;
	color: #819cd1;
	background: #f1f4fc;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* title graphics */

.product_2 h1 {
	position: absolute;
	top: 76px;
	left: 27px;
	width: 328px;
	height: 100px;
	z-index: 100;
}

.product_2.pail h1 {
	background: url(../img/title_pail_2.gif);
}

.product_2.liner h1 {
	background: url(../img/title_liner_2.gif);
}

.product_2.bags h1 {
	background: url(../img/title_bags_2.gif);
}

.product_2.decals h1 {
	background: url(../img/title_decal_2.gif);
}

.product_2.colors h1 {
	background: url(../img/title_colors_2.gif);
}

.product_2.works h1 {
	background: url(../img/title_works_2.gif);
}

/* product icon nav */

#products_nav {
	width: 827px;
	height: 537px;
	overflow: hidden;
	background: url(../img/sprite_products.jpg) 0px 0px;
}

#products_nav img {
	width: 827px;
	height: 537px;
}

#products_nav.p1 {
	background-position: 0px -537px;
}

#products_nav.p2 {
	background-position: 0px -1074px;
}

#products_nav.p3 {
	background-position: 0px -1611px;
}

#products_nav.p4 {
	background-position: 0px -2148px;
}

/* product learn more sections */

.product_2 #learn_more {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	background-image: none;
}

.product_2.pail #learn_more {
	padding: 45px 28px 0px;
	width: 944px;
	overflow-x: hidden;
}

.product_2.pail #learn_more ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	width: 1000px;
}

.product_2.pail #learn_more li {
	width: 291px;
	margin: 0;
	padding: 0;
	margin-right: 33px;
	float: left;
	height: 74px;
	margin-bottom: 25px;
}

.product_2.pail #learn_more img {
	float: left;
	margin-right: 10px;
}

.product_2.pail #learn_more p {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

.product_2.pail #learn_more h2 {
	font-size: 30px;
	line-height: 1em;
	padding: 0 0 10px;
	font-weight: 500;
	border-bottom: 1px solid #36589B;
	margin-bottom: 10px;
	color: #36589B;
}

.product_2.pail #learn_more h3 {
	font-size: 16px;
	margin: 11px 0 -2px;
}

.product_2.bags #learn_more img.bag1 {
	position: absolute;
	top: 0px;
	right: 62px;
}

.product_2.bags #learn_more {
	background-image: none;
}

.product_2.bags #learn_more h2 {
	margin-left: 35px;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}

.product_2.liner #learn_more, .product_2.bags #learn_more {
	padding: 0px 28px 0px;
}

.product_2.liner #learn_more h2, .product_2.bags #learn_more h2 {
	margin-top: 34px;
	margin-left: 34px;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}

.product_2 #learn_more img.right {
	float: right;
	margin-right: 15px;
}

.product_2 #learn_more ol {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	list-style: none;
	margin-left: 35px;
	margin-bottom: 35px;
}

.product_2 #learn_more li {
	font-size: 16px;
	line-height: 19px;
}

.product_2 #learn_more .play_video {
	display: block;
	background: url(../img/btn_play_2.gif) no-repeat 0px 0px;
	height: 66px;
	line-height: 66px;
	padding-left: 73px;
	margin-left: 30px;
	font-size: 17px;
}

.product_2 .savings {
	margin: 50px 0px 36px 61px;
}

.product_2.decals #learn_more ul {
	margin: 0;
	padding: 0;
	padding-top: 26px;
	list-style: none;
	margin-bottom: 35px;
}

.product_2.decals #learn_more li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 70px;
	margin-bottom: 9px;
}

.product_2.decals #learn_more li img {
	display: block;
	margin-left: -5px;
	margin-top: 7px;
}

.product_2.colors img.color_options {
	margin: 97px 0 0 133px;
}

.product_2.colors img.color_options2 {
	margin: 97px 0 50px 50px;
}

.product_2.colors #feature {
	border: 0;
	height: 145px;
}

.product_2.colors .back_btn {
	margin: 0px 0 0 142px;
	display: block;
}

.product_2.works #learn_more {
	padding-bottom: 12px;
	background: #cfd9ee;
	padding-top: 40px;
	padding-left: 27px;
}

.product_2.works #learn_more img {
	float: left;
	margin-right: 20px;
	margin-left: 62px;
}

.product_2.works #learn_more a {
	display: block;
	background: url(../img/sprite_btn.gif) no-repeat 0px -2px;
	height: 75px;
	line-height: 75px;
	padding-left: 89px;
	margin-left: 589px;
	margin-bottom: 30px;
	font-size: 17px;
}

.product_2.works #learn_more a.btn_vid {
	background-position: 0px -105px;
}

.product_2.works #learn_more a.btn_shop {
	background-position: 0px -210px;
}

.product_2.works #learn_more a.btn_back {
	background-position: 0px -315px;
}

.product #learn_more {
	position: relative;
	padding: 39px 28px 16px;
	width: 944px;
	overflow-x: hidden;
	background: url(../img/bg_features.gif) no-repeat 31px 0px #cfd9ee;
}

.product.pail #learn_more ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 22px;
	width: 1000px;
}

.product.pail #learn_more li {
	width: 291px;
	margin: 0;
	padding: 0;
	margin-right: 33px;
	float: left;
	height: 74px;
	margin-bottom: 25px;
}

.product.pail #learn_more img {
	float: left;
	margin-right: 10px;
}

.product.pail #learn_more p {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

.product.colors img.color_options {
	margin: 97px 0 0 152px;
}

.product.colors #feature {
	height: 114px;
}

.product.works #feature img {
	margin: 69px 0 0 134px;
}

.product.works #feature {
	height: 782px;
}

.product.works #learn_more {
	padding-bottom: 50px;
}

.product.works #learn_more img {
	float: left;
	margin-right: 20px;
	margin-left: 62px;
}

.product.works a {
	margin-left: 589px;
	margin-bottom: 40px;
}

.product.bags #learn_more img.bag1 {
	position: absolute;
	top: 0px;
	right: 62px;
}

.product.bags #learn_more {
	background-image: none;
}

.product.bags h2 {
	margin-left: 35px;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}

#pail_colors, #decal_colors {
	background: url(../img/bg_colors.gif) no-repeat top left;
	padding: 30px 28px 10px;
}

#pail_colors img {
	display: block;
	margin-left: -28px;
}

#decal_colors img {
	display: block;
	margin: 57px 0 0;
	left: -28px;
	position: relative;
}

#pail_animation {
	z-index: 90;
	position: absolute;
	top: 137px;
	left: 188px;
	height: 586px;
	width: 655px;
	overflow: hidden;
}

.product #feature img {
	z-index: 100;
}

.product.pail #feature img {
	left: 162px;
	position: absolute;
	top: 164px;
	z-index: 100;
}

.product.bags #feature img {
	left: 154px;
	position: absolute;
	top: 76px;
}

.product.liner #feature img {
	left: 161px;
	position: absolute;
	top: 78px;
}

.product.decals #feature img {
	left: 149px;
	position: absolute;
	top: 78px;
}

.product.bags #learn_more {
}

.product.bags #learn_more ol {
	margin: 0;
	padding: 0;
	margin-top: 18px;
	margin-left: 58px;
	margin-bottom: 29px;
}

.product.bags #learn_more li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 19px;
}

.download_manual, .play_video {
	display: block;
	background: url(../img/btn_play.gif) no-repeat 0px 0px;
	height: 73px;
	line-height: 73px;
	padding-left: 89px;
	margin-left: 36px;
	font-size: 17px;
}

.download_manual {
	background-image: url(../img/btn_download.gif);
}

.product.bags .savings {
	margin: 55px 0px 36px 29px;
}

.product.bags .hr {
	width: 870px;
	margin-left: 36px;
	height: 1px;
	border-top: 2px solid #fff;
	margin-top: 16px;
}

.product.liner #learn_more img {
	display: block;
	width: 522px;
	margin: 3px auto 19px;
}

.product.decals #learn_more {
	display: block;
	height: 438px;
	overflow: hidden;
}

#decal_detail {
	background: url(../img/bg_decal_detail.gif) no-repeat 0px 66px #fff;
	width: 344px;
	height: 494px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#decal_detail img {
	padding: 47px 0 0 78px;
}

.product.decals #learn_more ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
}

.product.decals #learn_more li {
	margin: 0;
	padding: 0;
	float: left;
	width: 176px;
	margin-right: 24px;
	font-size: 16px;
	line-height: 36px;
}

.product.decals #learn_more h2, .product.decals #learn_more p {
	display: inline;
}

.product.decals #learn_more p {
	padding-left: 20px;
	font-size: 17px;
}

.product.decals #learn_more a:hover {
	text-decoration: none;
}

.preload {
	display: none;
}

.preload img {
	height: 1px;
	width: 1px;
}

.shop_2 h1 {
	margin: 0;
	position: absolute;
	background: url(../img/title_shop_2.gif) no-repeat;
	top: 99px;
	left: 64px;
	width: 220px;
	height: 85px;
}

.shop_2 ul {
	list-style: none;
	padding: 196px 0 0px 23px;
	margin-bottom: 0;
}

.shop_2 li {
	float: left;
	margin-left: 30px;
}

.shop_2 li a {
	font-size: 18px;
	height: 430px;
	color: #c1c1c1;
	line-height: 27px;
	display: block;
	text-align: center;
	padding-bottom: 9px;
}

.shop_2 li a:hover {
	background: url(../img/bg_shop_underline.gif) no-repeat center 390px;
	color: #819cd1;
	text-decoration: none;
}

.shop_2 li a img {
	display: block;
}

.shop_2 span {
	display: block;
}

.shop_2 .shop_title {
	display: block;
	position: relative;
	top: -2px;
}

.shop_2 .shop_available {
	display: block;
	font-size: 13px;
	line-height: 50px;
}

.shop_2 .btn_cart {
	display: block;
	float: left;
	margin-left: 108px;
}

.shop_2 .btn_home {
	display: block;
	margin-left: 341px;
}

.shop h1 {
	margin: 0;
	position: absolute;
	background: url(../img/title_shop_2.gif);
	top: 60px;
	left: 126px;
	width: 219px;
	height: 81px;
}

.shop ul {
	list-style: none;
	padding: 167px 0 0px 43px;
	margin-bottom: 0;
}

.shop li {
	float: left;
	margin-right: 27px;
}

.shop li a {
	font-size: 24px;
	height: 430px;
	line-height: 27px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-bottom: 9px;
}

.shop li a:hover {
	background: url(../img/bg_shop_underline.gif) no-repeat center 390px;
	color: #819cd1;
	text-decoration: none;
}

.shop li a img {
	display: block;
}

.shop span {
	display: block;
}

.shop .shop_title {
	display: block;
	position: relative;
	top: -4px;
}

.shop .shop_available {
	display: block;
	font-size: 13px;
	line-height: 50px;
}

.shop .btn_cart {
	display: block;
	margin-left: 64px;
}

.products_2 h1 {
	margin: 0;
	position: absolute;
	background: url(../img/title_products_2.gif);
	top: 98px;
	left: 66px;
	width: 218px;
	height: 83px;
}

.products_2 ul {
	list-style: none;
	padding: 238px 0 0px 65px;
	margin-bottom: 0;
}

.products_2 li {
	float: left;
}

.products_2 li:first-child {
	margin-right: 27px;
}

.products_2 li.second {
	width: 229px;
}

.products_2 li.third {
	width: 210px;
}

.products_2 li.third .prod_title {
	padding-left: 20px;
}

.products_2 li a {
	color: #c1c1c1;
	font-size: 19px;
	height: 415px;
	line-height: 27px;
	display: block;
	text-align: center;
	font-weight: normal;
}

.products_2 li a:hover {
	text-decoration: none;
	color: #819cd1;
}

.products_2 li a img {
	display: block;
}

.products_2 span {
	display: block;
}

.products_2 .prod_title {
	display: block;
	position: relative;
	top: -4px;
}

.products_2 .prod_available {
	display: block;
	font-size: 13px;
	line-height: 50px;
}

.products_2 .btn_cart {
	display: block;
	margin-left: 140px;
}

.buy h1 {
	font-size: 31px;
	line-height: 35px;
	margin: 0;
}

.buy #product_image {
	z-index: 100;
	float: left;
	text-align: right;
	width: 327px;
	padding-top: 73px;
	margin-left: 146px;
	height: 500px;
	overflow: hidden;
}

.buy #product_image ul, .buy #product_image li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.buy #purchase {
	float: right;
	width: 264px;
	padding-top: 112px;
	padding-right: 150px;
}

.buy #product_image_title {
	z-index: 110;
	position: absolute;
	text-align: center;
	width: 202px;
	top: 530px;
	left: 169px;
	font-weight: bold;
}

.buy #product_image_gallery {
	z-index: 120;
	position: absolute;
	width: 209px;
	top: 556px;
	left: 169px;
}

.buy #product_image_gallery ul, .buy #product_image_gallery li {
	list-style: none;
	margin: 0;
	padding: 0 7px 9px 0;
	display: block;
	float: left;
}

.buy #product_image_gallery a {
	display: block;
	width: 41px;
	height: 41px;
	border: 1px solid #fff;
}

.buy #product_image_gallery .activeSlide a, .buy #product_image_gallery a:hover {
	border: 1px solid #819fe7;
}

.buy.decal #product_image_title {
	z-index: 110;
	position: absolute;
	text-align: center;
	width: 202px;
	top: 539px;
	left: 169px;
	font-weight: bold;
}

.buy.decal #product_image_gallery {
	z-index: 120;
	position: absolute;
	width: 320px;
	top: 563px;
	left: 118px;
}

.buy.decal #product_image_gallery ul, .buy.decal #product_image_gallery li {
	list-style: none;
	margin: 0;
	padding: 0 2px 24px 0;
	display: block;
	float: left;
}

.buy.decal #product_image_gallery a {
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid #fff;
}

.buy #giveaway_image {
	z-index: 100;
	float: left;
	text-align: right;
	width: 585px;
	padding-top: 110px;
	margin-left: 0px;
	height: 500px;
	overflow: hidden;
}

.buy #giveaway_image ul, .buy #giveaway_image li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.buy #giveaway_image li {
	float: left;
	width: 250px;
	margin-left: 38px;
}

.buy #giveaway_form {
	float: right;
	width: 300px;
	padding-top: 112px;
	padding-right: 50px;
}

#giveaway_form input.text {
	width: 150px;
	font-size: 12px;
}

#giveaway_form label {
	width: 130px;
	margin: 0;
	margin-left: 4px;
	padding-top: 8px;
}

#giveaway_form .submit {
	margin: 10px 12px 0;
	float: right;
}

#giveaway_form .ellen {
	margin: 10px 0;
	float: left;
}

#giveaway_form select {
	width: 150px;
	max-width: none;
	font-size: 12px;
}

#giveaway_form label.error {
	font-size: 11px;
	margin-left: 134px;
	width: auto;
	display: block;
	color: #C00;
	font-style: italic;
	padding-top: 2px;
}

.buy #tabs {
	position: relative;
	width: 264px;
	margin: 24px 0 0 3px;
	padding-top: 1px;
}

.buy #tabs .tab {
	position: absolute;
	top: 0px;
	left: 0px
}

.buy .tab_head, .buy .tab_body {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.buy .tab_head {
	font-weight: bold;
	font-size: 17px;
	padding: 11px 0 15px;
	;
	text-align: center;
	width: 128px;
	margin: 0;
	margin-right: 2px;
	float: left;
	color: #7997d1;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.buy .tab_body {
	display: none;
	padding: 10px 16px;
	width: 226px;
	margin-top: 42px;
	min-height: 170px;
	height: auto !important;
	height: 170px;
}

#main.buy .tab_body p {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: 31px;
	line-height: 20px;
	font-size: 15px;
	color: #7997d1;
}

.buy .tab_body ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
}

.buy .tab_body li {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #7997d1;
}

.buy .tab_head:hover {
	text-decoration: none;
}

.buy .tab_head.active:hover {
	color: #819cd1;
}

.buy .tab_head.active, .buy .tab_body.active {
	display: block;
	background-color: #d9e6ff;
}

.btn_info {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 6px;
	width: 34px;
	height: 39px;
	background: url(../img/icon_info.png) bottom right no-repeat;
}

.buy #tab_body1.tab_body.active {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}

.buy #tab_body2.tab_body.active {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
}

.buy form {
	margin-top: 11px;
}

.buy .price {
	font-size: 16px;
	padding: 14px 0 10px;
	font-weight: bold;
	margin-left: 15px;
}

.buy label {
	font-size: 14px;
	margin-right: 7px;
	margin-left: 15px;
	display: inline-block;
	padding-top: 12px;
}

.buy select {
	font-size: 11px;
	margin-top: 13px;
	max-width: 70px;
}

.buy input.submit, .buy a.btn {
	display: block;
	width: 127px;
	text-align: center;
	background: #d9e6ff;
	font-weight: bold;
	border: 0px solid #d9e1f1;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 0;
	text-align: center;
	font-family: arial;
	text-transform: lowercase;
	color: #7997d1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.buy_block {
	padding: 13px 0 6px;
	min-height: 45px;
	width: 127px;
}

.right {
	float: right;
}

.left {
	float: left;
}

#giggle.buy_block {
	display: none;
}

#giggle_blurb {
	display: none;
	width: 260px;
	margin-top: 20px;
	padding-left: 4px;
}

#giggle_logo {
	width: 257px;
	height: 47px;
	background: url(../img/logo_giggle.gif) no-repeat;
}

#giggle_blurb p {
	display: block;
	padding-left: 4px;
	margin-top: 9px;
}

.buy a.btn:hover {
	text-decoration: none;
}

.buy .row {
	clear: both;
	margin: 14px 0 28px;
}

.press h1 {
	position: absolute;
	background: url(../img/title_press.gif);
	top: 73px;
	left: 76px;
	width: 203px;
	height: 87px;
}

#main.press {
	padding-top: 200px
}

#press_access {
	margin-left: 84px;
}

#press_access label {
	font-weight: bold;
	display: block;
	font-size: 17px;
	color: #819cd1;
	padding-bottom: 6px;
}

#press_access label span {
	color: #d2d2d2;
}

#press_access input.email {
	width: 365px;
}

#press_nav {
	margin-left: 36px;
	margin-top: 20px;
	height: 20px;
}

#press_nav ul {
	list-style: none;
	display: block;
}

#press_nav li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	float: left;
}

#press_nav li:first-child a {
	background-image: none;
}

#press_nav .disabled a {
	color: #bcbdc0;
	text-decoration: none;
}

#press_nav a {
	display: block;
	padding: 0 8px;
	background: url(../img/bg_nav_item.gif) no-repeat left 3px;
}

#press_nav a.active {
	font-weight: bold;
}

.press img {
	margin-top: 38px;
}

.press_gallery h1 {
	position: absolute;
	background: url(../img/title_press2.gif);
	top: 79px;
	left: 72px;
	width: 234px;
	height: 83px;
}

#main.press_gallery {
	padding-top: 188px
}

#main.press_gallery h2 {
	font-size: 39px;
	font-weight: bold;
	margin: 44px 0 15px 104px;
}

#main.press_archive p {
	font-size: 21px;
	margin: 0 0 75px 104px;
}

#main.press_gallery h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 7px;
}

#main.press_archive h3 {
	width: 350px;
}

.press_gallery .meta_date {
	float: left;
	color: #c5c5c5;
	font-size: 14px;
}

.press_gallery .press_link {
	float: right;
	color: #819cd1;
	font-size: 14px;
	padding-right: 11px;
	background: url(../img/sprites.png) no-repeat right -337px;
}

.press_gallery #press_nav {
	margin-left: 54px;
	margin-top: 0px;
}

#press_items {
	margin-left: 118px;
	margin-top: 58px;
}

.press_item {
	width: 215px;
	float: left;
	height: 200px;
}

.press_thumb, .press_item img {
	display: block;
	width: 140px;
	height: 89px;
}

.press_item a {
	font-weight: bold;
}

.press_item .goto {
	font-weight: normal;
	color: #ff9c82;
}

.press_item a:hover .goto {
	color: #bcbdc0;
}

#cboxCurrent {
	display: none !important;
}

#release_items {
	margin-left: 104px;
}

#main #release_items p {
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 7px;
	margin-top: 11px;
}

#release_items .read_all {
	font-size: 18px;
	padding-left: 13px;
	background: url(../img/sprites.png) -66px 4px no-repeat;
}

.back_archive {
	display: block;
	font-size: 18px;
	padding-left: 13px;
	background: url(../img/sprites.png) -66px 4px no-repeat;
	margin-left: 104px;
	margin-bottom: 28px;
	margin-top: 33px;
}

.release_item {
	width: 555px;
	border-bottom: 1px solid #cdd7ed;
	padding-bottom: 35px;
}

.release_item.full_width {
	width: 770px;
}

.release_item:last-child {
	border-bottom: 0;
}

.press_contact {
	margin-left: 84px;
	clear: left;
}

#main p.super {
	font-size: 25px;
	line-height: 28px;
	margin: 0;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
	display: none !important;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */

.invisible {
	visibility: hidden;
}

/* Contain floats: h5bp.com/q */

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}
 @media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {

* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */

a, a:visited {
	text-decoration: underline;
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
} /* h5bp.com/t */

tr, img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 {
	page-break-after: avoid;
}

.ir {
	text-indent: 0;
}

header, footer {
	display: none;
}
}


/*-----------------------
 Margin
-------------------------*/






.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mrb40 {
  margin-right: 40px !important;
  margin-bottom: 40px !important;
}

.pdtb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pdtb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pdtb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pdtb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pdtb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pdrl5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pdrl10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pdrl20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pdrl30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pdrl40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.wrapper_pd30 {
	padding: 0px 30px !important;
	width: 940px;
}

/*-----------------------
 Button
-------------------------*/

.css3button_blue {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 100%;
  padding: 0px;
  margin: 0px;
}

.css3button_blue a {
	color: #ffffff;
	background-color: #2A569E;
	text-decoration: none;
	padding: 16px 10px;
	margin: 0px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5);
	text-shadow: 0px 1px 2px rgba(000, 000, 000, 0.3);
	/*Gradient*/
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	/*Transition*/
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
	display: block;
	text-align: center;
}

.css3button_blue a:hover {
  color: #ffffff;
  background: #2093F0;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0);
}
