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

										Market Hardware Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* typography */
body { font-size: 0.8em /* 12px */; background: #f6f7f2 url('../images/design/site-bg.jpg') top left repeat-x; color: black; font-family: Arial, sans-serif; line-height: 1.7em; margin: 0 auto; margin-top: 0px; padding-top: 0px;}

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.7em /* 18px */; margin-bottom: 6px; color: #575853;}
h2 { font-size: 1.3em /* 15px */; margin-bottom: 4px; color: #D0959C; font-style: italic;}
h3 { font-size: 1.1em /* 14px */; color: #282925; font-weight: bold;}
h4, h5, h6 { font-size: 1.1em /* 13px */; color: #696867; }

p, ul, ol, li { margin-bottom: .9em; color: #696867;} /* DO NOT RESIZE */
ul { margin-bottom: 14px; padding-left: 0px; margin-top: 0px; padding-top: 0px;}
li { font-size: 1em; margin-bottom: 0em; margin-left: 35px; padding-left: 0px; }f

a, a:visited { color: #9bc7bd; text-decoration: underline; }
a:hover, a:active { color: #9bc7bd; text-decoration: none; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { display: block; }

/* layout */
#branding { position:relative; }

#footer { width: 550px; margin: 0 auto; font-family: Verdana; font-size: .8em; padding: 14px 20px 0 250px; border-top: 2px solid #E7CECE; background: #F7F8F3 url('../images/design/footer_bg.jpg') left center no-repeat;}
#footer p { line-height: 1.6em; text-align: right; color: #696867; }
#footer a, #footer a:visited { text-decoration: none; color: #9bc7bd; text-decoration: none;}
#footer a:hover, #footer a:active { text-decoration: underline;}

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 0px 0px; padding: 20px 30px; background: #fff; border: 1px solid #dedede; }
blockquote p { padding-left: 10px; color: #666;}

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 32em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0;clear:both; }

form p:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
form p {zoom: 1;}



/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #696867; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 180px;border:1px solid #696867; padding:2px; float: right; }
input.radio, input.submit { width: auto; }
textarea { width: 180px; height: 100px; padding:2px;border:1px solid #696867; float: right; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 264px; padding: 0 .25em; background-color: #D0959C; color: #fff; text-transform: uppercase; font-size: 90%; }

#retail_form {width: 500px;}
#retail_form input, #retail_form textarea {width: 280px;}
#retail_form p {margin-bottom: 8px;}
#retail_form button {margin-left: 370px;}
#retail_form textarea#shipping-address {height: 40px;}

#MP-r {float:right;width:32em;margin-left:10px; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#main{
	width: 822px;
	height: 100%;
	margin: 0px auto;
}

#branding{ 
	height: 168px;
	margin: 0px;
	padding: 0px;
	background: url('../images/design/header.jpg') no-repeat;
	overflow: hidden;
}

#branding h1 a{
	display: block;
	height: 150px;
	width: 230px;
	outline: none;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#phone{
	float: right;
	display: block;	
	width: 530px;
	text-align: right;
	margin-top: 30px;
	padding-right: 20px;
	font-family: Georgia;
}

#phone h2{
	font-size: 1.9em;
	color: #fff;
	font-style: italic;
}

#phone p{
	padding-top: 30px;
	font-size: 1.3em;
}

#phone a{
	text-decoration: none;
}

#phone p.directions {padding-top: 0; text-align: left; padding-left: 10px; font-size: 1em; padding-left: 15px; margin-top: -10px;}

#callout{
	width: 766px;
	height: 364px;
	background: url('../images/design/callout_bg.jpg') center bottom no-repeat;
	margin: 0 auto;
	padding-bottom: 70px;
}

#callout h1{
	text-align: center;
	padding-top: 25px;
	font-family: Georgia;
	font-weight: normal;
	color: #696867;
	font-size: 2.2em;
}

#welcome{
	display: block;
	width: 240px;
	height: 250px;
	padding-top: 90px;
	padding-left: 30px;
	font-family: Georgia;
	font-style: italic;
}

#welcome h2{
	color: #cca6ab;
	font-size: 2.2em;
	line-height: 1em;
	font-weight: normal;
}

#welcome p{
	padding-top: 30px;
	color: #696867;
	font-size: 1.7em;
	line-height: 1.2em;
}

#callout-boxes {
	display: block;
	width: 725px;
	height: 202px;
	background: url('../images/design/callout-boxes.jpg');
	margin: 0 auto;
	margin-top: 30px;
}

#callout-boxes .container {
	display: inline;
}

#callout-boxes h2 a {
    color: #696867;
    display: block;
    float: left;
    padding-top: 160px;
	padding-left: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 158px;
}

#callout-boxes h2 a:hover {
	text-decoration: underline;
}

#retail h2 a{
}

#boarding h2 a{

}

#grooming h2 a{

}

#content{
	padding: 20px;
	background: #f6f7f2;
}

#content-front{
	background: #f6f7f2;
}


#content-bottom {
	width: 725px;
	margin: 40px auto;
}

#content-bottom table {
	width: 100%;
}

#content-bottom table td {padding: 20px 0;}

/*end content area */

.cleaner {
	clear: both;	
}
