/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both; 
}

/*Global Styles---------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: silver;
	outline: none;
}

a:hover {
	color: #cc3433;
}

html {
	background: black;
}

body {
	font: 13px karla;
	color: #c6c6c6;
}

p {
	margin-bottom: 15px;	
}

ul li {
	margin-bottom: 3px;
}

/*Send buttons for send*/
.submit {
	background: url(images/btn-send.png) no-repeat 0 0;
	display: block;
	width: 76px;
	border: none;
	cursor: pointer;
	height: 23px;
	margin-top: 15px;
	float: right;
}

.submit:hover {
	background: url(images/btn-send.png) no-repeat 0 -23px;
}

h2 {
	color: #E8E728;
	font-size: 16px;
	margin-bottom: 20px;
	
}


/*Basic layout styles ---------------------------------------------------------------------*/

header {
	height: 120px;
	width: 963px;
}

.description {
	height: 450px;
	width: 963px;
}

.details, #contact, footer {
	width: 963px;
}

footer {
	height: 200px;
}



/* Content region styles ------------------------------------------------------------------*/

/*header styles*/
header {
	margin: 0 auto;
	position: relative;
}

#logo {
	float: left;
}

header img:last-child {
	float: right;
	margin-bottom: 40px;
}

#header-wrap {
	border-bottom: 3px solid #e8e728;
}

#social {
	position: absolute;
	top: 20px;
	right: 0;
}

#social li {
	float: left;;
	margin-left: 5px;
}

#social li a{
	display: block;
	width: 25px;
	height: 24px;
}

#facebook{
	background: url(images/btn-social.png) no-repeat  0 0;
}

#facebook:hover{
	background: url(images/btn-social-hover.png) no-repeat  0 0;
}


#twitter {
	background: url(images/btn-social.png) no-repeat  -33px 0;
}

#twitter:hover {
	background: url(images/btn-social-hover.png) no-repeat  -33px 0;
}

#youtube {
	background: url(images/btn-social.png) no-repeat -64px 0;
}

#youtube:hover {
	background: url(images/btn-social-hover.png) no-repeat  -64px 0;
}




/*navigation styles*/
#main-navi{
	float: right;
	margin-top: -37px;
	clear: both;
}

#main-navi ul li a{
	font-size: 17px;
	font-family: Impact, Charcoal, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

#main-navi li {
	float: left;
	margin-left: 30px;
}



/* description section styles*/
#description-wrap {
	border-bottom: 3px solid #e8e728;
	background-image: url(images/bg-item1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#description-bg {
	background: url(images/bg-repeat.png) repeat-x left bottom;
	
}

.description {
	margin: 0 auto;
	position: relative;
}


#buy {
	position: absolute;
	bottom: 65px;
	right: 200px;
}

#amazon {
    position: absolute;
	bottom: 10px;
	right: 378px;
}

#drugstore {
    position: absolute;
	bottom: 10px;
	right: 238px;
}

#walgreens {
    position: absolute;
	bottom: 10px;
	right: 78px;
}

#new {
	position: absolute;
	left: -25px;
	bottom: 388px;
	z-index: 99;
}

.description img + img {
	position: absolute;
	bottom: 48px;
}

iframe {
	margin-right: 40px;
	float: left;
}

.bx-wrapper {
	padding-top: 60px;
}


/*details section styles*/
#details-wrap {
	background-image: url(images/bg1.png);
	border-bottom: 3px solid #e8e728;
	margin-bottom: 35px;
	padding-top: 35px;
	clear: all;
}
.details {
	margin: 0 auto;
	position: relative;
}

#product-description {
	width: 500px;
	height: 300px;
	float: left;
	margin-left: -80px;
}

#product-details {
	font-size: 16px;
}

#product {
	margin-bottom: 48px; 
	position: relative;
	left: -23px;
	display: block;
}

#first-detail {
	margin-bottom: 20px;
    margin-left: -35px;
    width: 115%;
    height: 116px;
}

/*ingredients section styles*/
#ingredients {
	margin-bottom: 60px;
	
}

h3 {
	color: #e8e728;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.warning {
	color: silver;
	font-size: 10px;
}

.top {
	font: bold 14px karla;
	text-align: right;
	padding: 85px 0 60px 0;
}

#ingredients a {
	color: #a91a1d;
}

#subscription-image {
	position: relative;
	height: 500px;
}

#subscription {
	position: relative;
	left: 60px;
}

#ingredients #btn-details {
	position: absolute;
	left: 460px;
	bottom: 200px;
	cursor: pointer;
}

#hidden-details {
	display: none;
	width: 865px;
	margin: 20px auto;
}

#hidden-details ul li{
	list-style: disc;
	margin-left: 15px;
}

/*contacts section styles*/
#contact {
	margin: 0 auto;
	position: relative;
	background: url(images/bg-form.png) no-repeat;	
	height: 350px;
}

#contact img {
	position: absolute;
	left: -23px;
	top: -60px;
	display: block;
}

#contact p {
	color: #909090;
	font-size: 14px;
	margin-bottom: 20px;
}

/*footer section styles*/
footer {
	clear: both;
	margin: 0 auto;
}

footer a {
	color: #cecece;
}

footer nav ul{
	font: 14px karla;
	width: 550px;
	color: silver;
	margin: 0 auto;
}


footer li {
	color: #cecece;
	float: left;
	margin-right: 25px;
}

footer nav + p {
	clear: both;
	margin: 52px 90px 0 0;
	float: left;
	font: 14px 'Aldrich';
	color: #ce1b1f;
}

footer img {
	float: left;
	margin: 40px 25px 0 0;
}

#lady {
	margin-top: 25px;
}

/*send*/
#send {
	float:left;
	padding: 30px;
	width: 466px;
}

#send input[type="text"] {
	display: block;
	width: 456px;
}

#send textarea {
	display: block;
	width: 460px;
	height: 70px;
}


/*offers*/
#offers {
	width: 355px;
	padding-top: 35px;
	float: left;
	margin-left: 60px;
}

#offers input[type=text] {
	display: block;
	width: 345px;
	padding-left: 0;
	padding-right: 0;
}

#offers input[type=email] {
	display: block;
	width: 345px;
	padding-left: 0;
	padding-right: 0;
}
.button {
	background: url(images/btn-send.png) no-repeat 0 0;
	float: right;
	display: block;
	width: 76px;
	height: 23px;
	border: none;
	cursor: pointer;
}

.button:hover {
	background: url(images/btn-send.png) no-repeat 0 -23px;
}

#cboxContent {
	color: #fff;
}

#cboxContent h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #e8e728;
}




.error {
    display: none; /* hide the errors */
    /* add some styling */
    padding:10px;
    color: #D8000C;
    font-size:12px;
    background-color: #FFBABA;
}
.success {
    display: none; /* hide the sucess div */
    /* add some styling */
    padding:10px;
    color: #000;
    font-size:12px;
    background-color: #E8E728;
}

#video-top {
	float: right;
	margin-right: -68px;
}

#iframe1 {
	float: right;
}

#mangroomers {
	float: right; 
	margin-top: 22px; 
	margin-right: 38px; 
	width: 291px;
}

#para1 {
	width: 990px;
}

#iframe2 {
	margin-top: -146px;
    margin-left: -81px;
    margin-right: 96px;
}

#exclusive {
	background-color: red;
	font-size: 15px;
	color: black;
	font-weight: bold;
	padding: 2px;
	width: 175px;
}

.button1 {
	background-color: #000000;
	color: yellow;
	float: right;
	display: block;
	width: 161px;
	height: 26px;
	cursor: pointer;
	margin-right: 641px;
	margin-top: -26px;
	border-style: outset;
	border-color: red;
	font-size: 11px;
	font-weight: bold;
}

.backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .0;
    filter: alpha(opacity=0);
    z-index: 50;
    display: none;
}

.chargify-box {
    position: absolute;
    top: 1477px;
    margin-left: 50%;
    left: -314px;
    width: 500px;
    height: 200px;
    background: black;
    color: white;
    font-family: 'Karla';
    font-size: 18px;
    z-index: 100000;
    padding: 10px;
    border: 4px solid yellow;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px #444444;
    box-shadow: 0px 0px 5px #444444;
    display: none;
}

.close {
    float: right;
    margin-right: 6px;
    cursor: pointer;
}

.chargify-list {
    font-family: 'Karla';
    color: white;
    font-size: 28px;
    text-shadow: -1px 1px grey;
    margin-top: -8px;
    line-height: 53px;
    text-align: center;
}

.chargify-links {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: white;
}

#content-contact {
	width:1000px;
	height: 100%;
	margin: auto;
	background: url(images/contentbackground.png) center top repeat-x #E2E2E2;
	border: solid 3px #CC3433;
	border-radius: 5px;
	margin-top: 50px;
	margin-bottom: 80px;
}

#customercare-box {
	width:1000px;
	height:400px;
	margin: auto;
	background: url(images/contentbackground.png) center top repeat-x #E2E2E2;
	border: solid 3px #CC3433;
	border-radius: 5px;
	margin-top: 50px;
	margin-bottom: 80px;
}

.content-top {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 30px;
	color: #CC3433;
	text-shadow:  0px 1px 1px grey;
	margin-top: 25px;
	margin-left: 25px;
}

.contact-container {
	width: 815px;
	font-family: helvetica;
	color: white;
	font-size: 30px;
	margin-left: 25px;
	margin-top: 30px;
	line-height: 22px;
}

.general-info {
	color: black;
	font-size: 17px;
	font-family: 'Karla';
	font-weight: bold;	
}

.address-contact {
	font-family: 'Karla';
	font-size: 14px;
	color: black;
	
}

.anchor-contact {
	text-decoration: underline;
	color: #CC3433;
}

.mangroomer-care {
	font-family: 'Karla';
	font-size: 15px;
	color: black;
}

.boldgroomer {
	font-weight: bold;
	color: #CC3433;
}

#groomer-logos {
	width: 750px;
	margin-left: 570px;
}

.customercare-top {
	font-family: 'Paytone One';
	font-weight: bold;
	font-size: 40px;
	color: #CC3433;
	text-shadow: -2px 2px 2px grey;
	margin-top: 25px;
	margin-left: 25px;
}

.contact-icons {
	margin-bottom: -5px;
}


.contact-form {
	line-height: 28px;  
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-top: 30px;
}

.contact-form input[type="text"],
.contact-form textarea{
	display: block;
	margin-bottom: 15px;
}

.contact-form input[type="text"] {
	width: 200px;
}

.contact-form textarea {
	width: 100%;
}

.contact-form .submit {
    display: block;
    height: 23px;
    margin-top: 15px;
    width: 72px;
    cursor: pointer;
    border: none;
    text-indent: -1000em;
    font-size: 0;
    float: right;
}

.contact-form .submit:hover {
	background-position: 0 -23px;
}


