@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #212121;
}

#header {
    -moz-box-shadow: 0 1px 4px #dfdddd;
    -webkit-box-shadow: 0 1px 4px #dfdddd;
    box-shadow: 0 1px 4px #dfdddd;
    background: #fff;
    padding: 9px 0px 0px;
}
#header p { margin: 0; padding: 0; }

#header .leftside { width: 300px; float: left; }
#header .rightside { width: 50%; float: right; }

#header h4 { margin: 0; font-style: italic; text-align:right; padding-top: 3px; }

#content {
	min-height: 600px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.inside {
	max-width: 900px;
	margin: 0 auto;
}

a { color: #287cc9; }

#footer .inside { border-top: 1px dotted #666; max-width: 650px; margin-top: 20px; }

.tac { text-align:center; }
#footer p, #footer p a { color: #666; font-size: 12px; }

#videobar { background: #FFF url(img/videobar43.png) top center no-repeat; margin-bottom: 30px; }

#videobar .inside { max-width: 750px; border:1px solid #919191; }

.red { color: #CC1106; }
.blue { color: #287cc9; }

h2 {
    color: #212121;
    text-transform: none;
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0px;
}
h3.subhead {
	letter-spacing: 0px;
	font-size: 26px;
	margin-top: 5px;
}

.blackhighlight { color: #FFF; background: #666; padding:2px 5px; }

.amazonbutton {
-moz-box-shadow:inset 0px 1px 0px 0px #f9eacf;
-webkit-box-shadow:inset 0px 1px 0px 0px #f9eacf;
box-shadow:inset 0px 1px 0px 0px #f9eacf;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F6DD9F), color-stop(1, #F0C24D) );
background:-moz-linear-gradient( center top, #F6DD9F 5%, #F0C24D 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6DD9F', endColorstr='#F0C24D');
background-color:#f5d78a;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
text-indent:0px;
border:1px solid #cbaa5c;
display:inline-block;
color:#111111;
font-size:32px;
font-weight:normal;
font-style:normal;
height:64px;
line-height:64px;
width:290px;
padding-left: 45px;
text-decoration:none;
text-align:center;
position: relative;
}
.amazonbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F5D589), color-stop(1, #EEBA35) );
background:-moz-linear-gradient( center top, #F5D589 5%, #EEBA35 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5D589′, endColorstr='#EEBA35′);
background-color:#eeba35;
text-decoration:none;
}
.amazonbutton:active {
position:relative;
top:1px;
}

.amazonbutton .a-icon { position: absolute; top: 2px; left: 2px; }
.a-icon { background: url(img/signup.png) top center no-repeat; }
.a-icon-cart {
    height: 60px;
    width: 60px;
}

.redunderline1 { background: url(img/redunderline1.png) bottom center no-repeat; }

