@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

#pageflip-controls img {
	max-width: none;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

html {
  height: 100%;
}

body {
  background-color: rgb(255, 255, 255);
  font: 400 1em/1 'Open Sans';
  color: rgb(0, 0, 0);
  height:100%;
  margin: 0;
   background: -webkit-linear-gradient(0deg, gray, white 50%) fixed no-repeat;
    background: -moz-linear-gradient(0deg, gray, white 50%) fixed no-repeat;
    background: -ms-linear-gradient(0deg, gray, white 50%) fixed no-repeat;
    background: -o-linear-gradient(0deg, gray, white 50%) fixed no-repeat;
    background: linear-gradient(0deg, gray, white 50%) fixed no-repeat;
}

input, select {
    font-size: 12px;
    font-family: 'Arial';
}

.cartformheaders {
    color: #066669;
    font-size: 14px;
    font-weight: bold;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/*width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;*/
	clear: none;
	float: none;
}

#div1 {
}
#pageheader {
}
#product_logo {
width: 47.3684%;
}
#TOB_Logo {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}

#product_logo_mobile {
width: 47.3684%;
}
#TOB_Logo_mobile {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}

#content_area {
width: 100%;
}
#left_side {
width: 47.3684%;
margin-left: 0;
}
#right_side {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
display: none;
}
.left_side_p {
	line-height: 1.5em;
	font-size: 0.8em;
	margin-left: 0;
	width: 100%;
}
.left_side_header {
	font-weight: bold;
	font-size: 1.3em;
	margin-left: 0;
	width: 100%;
}
#header_spacer {
}
#share_menu {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 5px;
}
#left_buttons {
}
#b-twitter {
}
#twitter_icon {
width: 100%;
}
#twitter_logo_over {
width: 100%;
margin-left: 0;
clear: both;
}
#facebook_icon {
width: 100%;
margin-left: 0;
clear: both;
}
#pinterest_icon {
width: 100%;
margin-left: 0;
clear: both;
}
#right_side_mobile {
	width: 47.3684%;
	margin-left: 5.2631%;
	clear: none;
	display: block;
	margin-top: 95px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.gridContainer.clearfix #copyright {
	text-align: center;
	color: #333333;
	font-size: 0.75em;
}
.gridContainer.clearfix #copyright a {
	color: #333333;
	text-decoration: none;
}








/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#pageheader {
}
#product_logo {
	width: 35.8974%;
	margin-top: 9px;
}
#TOB_Logo {
width: 61.5384%;
clear: none;
margin-left: 2.5641%;
}

#product_logo_mobile {
	width: 35.8974%;
	margin-top: 9px;
}
#TOB_Logo_mobile {
width: 61.5384%;
clear: none;
margin-left: 2.5641%;
}
#content_area {
width: 100%;
}
#left_side {
width: 48.7179%;
margin-left: 0;
}
#right_side {
width: 10.2564%;
clear: both;
margin-left: 0;
display: none;
}
#header_spacer {
}
#share_menu {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#left_buttons {
}
#b-twitter {
}
#twitter_icon {
width: 100%;
}
#twitter_logo_over {
width: 100%;
clear: both;
margin-left: 0;
}
#facebook_icon {
width: 100%;
clear: both;
margin-left: 0;
}
#pinterest_icon {
width: 100%;
clear: both;
margin-left: 0;
}
#right_side_mobile {
width: 48.7179%;
margin-left: 0;
clear: both;
display: none;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.left_side_p {
	line-height: 1.5em;
	font-size: 1em;
	margin-left: 0;
	width: 100%;
}
.left_side_header {
	font-weight: bold;
	font-size: 2em;
	width: 100%;
	margin-left: 0;
}
#right_side {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
display: block;
}
.hide_mobile {
display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1200px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#pageheader {
}
#product_logo {
width: 40.6779%;
}
#TOB_Logo {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	float: right;
}
#product_logo_mobile {
width: 40.6779%;
}
#TOB_Logo_mobile {
	width: 49.1525%;
	clear: none;
	margin-left: 1.6949%;
	float: right;
}
#content_area {
width: 100%;
}
#left_side {
width: 49.1525%;
margin-left: 0;
}
#right_side {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
display: block;
}
#content_area #left_side p {
}
#header_spacer {
}
#share_menu {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#left_buttons {
}

#right_side_mobile {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.left_side_p {
	line-height: 1.5em;
	font-size: 1em;
	width: 100%;
	margin-left: 0;
}
.left_side_header {
	font-weight: bold;
	font-size: 2em;
	width: 82.7586%;
	margin-left: 0;
}

.hide_mobile {
display: block;
}

}
