body, div {
  margin: 0;
  padding: 0;
}

body {
    font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #2e2f2e;
}

body,
html {
	color: #5c5c5c;
}

/* Main Wrapper */

#mainWrapper {
	margin: 0 auto;
	text-align: left;
	min-width: 1000px;
}

/* Header */

#headerWrapper {
	background: #000;
}

#header {
	position: relative;
	width: 960px;
	height: 64px;	
	margin: 0 auto;
	z-index: 10000000;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 14px;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 160px;
	height: 227px;
	background: url(../images/dogfather_logo.png) no-repeat;
	text-indent: -9999em;
	border: 5px solid #000; 
}

#header ul.navigation {
	float: right;
	margin: 0;
	padding: 0 4px 0 0;
}

#header ul.navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.navigation li a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 28px 13px 9px;
	margin-left: 2px; 
}

#header ul.navigation li.active a, #header ul.navigation li a:hover {
	background: #e7962c;
}

/* Slider */

#slider{
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
	box-shadow: 0 15px 20px 5px rgba(0,0,0,0.5);
	width: 100%; 
	overflow: hidden;
	height: 461px; 
}

#slider img {
	width: 100%;
	display: block;
}

#slider p { 
  margin: 0px !important; 
  padding: 0px !important; 
  line-height: 1em !important; 
}

/* Content */

#contentWrapper {
	position: relative;
	padding-bottom: 22px;
	*z-index: 2;
}

#contentWrapper .grass {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	z-index: 2;
	width: 934px;
	margin: 0 auto;
	padding: 24px 13px;
	background: url(../images/trans02.png);
	min-height: 550px; 
}

/* Services */

#services  {
	margin-top: -99px;
	position: relative;
	margin-bottom: 21px;
	overflow: hidden;
}

#services .service {
	position: relative;
	float: left;
	width: 266px;
	height: 240px;
	padding: 22px 17px 17px;
	background: url(../images/trans01.png);
	margin-right: 17px;
}

#services .service.last {
	margin-right: 0;
}

#services .service .title {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#services .service p {
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
}

#services .service .findMore {
	position: absolute;
	bottom: 18px;
	right: 16px;
	font-size: 12px;
}

#services .service.last .findMore {
	color: #84e31c;
}

/* About Section */

#aboutSection {
	padding: 30px 23px 10px;
	background: url(../images/trans01.png);
	margin-top: -105px;
	margin-bottom: 13px;
	position: relative;
	zoom: 1;
}

#aboutSection .title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

#aboutSection p {
	font-size: 18px;
	color: #fff;
}

/* Facebook Likes */

#facebookLikes {
	float: left;
	width: 423px;
}

/* Our Latest Video */

#ourLatestVideo {
	float: right;
	width: 488px;
}

#ourLatestVideo .title {
	font-size: 18px;
	font-weight: bold;
	color: #2e2f2e;
}

#ourLatestVideo .videoLibrary {
	margin-right: -33px;
	float: right;
	width: 380px;
	height: 87px;
	background: url(../images/success-stories.png) no-repeat;
	text-indent: -9999em;
}

/* Left Side */

#leftSide {
	float: left;
	width: 665px;
	padding-left: 17px;
	padding-top: 10px;
}

/* Right Side */

#rightSide {
	float: right;
	width: 240px;
}

/* Story Videos */

#storyVideos .title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	color: #2e2f2e;
}

#storyVideos .video {
	float: left;
	margin-right: 18px;
}

#storyVideos .video.last {
	margin-right: 0;
}

/* Footer */

#footerWrapper {
	background: #000000;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 23px 0 50px;
}

#footer .leftSide {
	float: left;
}

#footer .leftSide .copyright {
	margin: 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

#footer .leftSide .contact {
	margin: 0;
	font-size: 11px;
	color: #fff;
}

#footer .leftSide .contact span {
	color: #e7962c;
}

#footer ul.socials {
	float: right;
	margin: 0;
	padding: 0 22px 0 0;
}

#footer ul.socials li {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}

#footer ul.socials li a {
	display: inline-block;
	color: #fff;
	height: 24px;
	line-height: 24px;
}

#footer ul.socials li a img {
	vertical-align: middle;
	margin-right: 13px;
}

#footer a:hover { 
	color: #e7962c !important;
}

/* Miscelleneous */

p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.4;
}

li { 	
	margin: 0 0 4px;
	font-size: 16px;
	line-height: 1.4; 
}

td p { 
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.2;
}

td img { 
	padding: 5px; 
}

h1 { 
	font-size: 24px; 
}


h2 {
	margin: 0 0 14px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #ff7116;
}

h3 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}

h4 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #ff7116;
}

h5 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #ff7116;
}

a {
	color: #e7962c;
	text-decoration: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
	zoom: 1;
}

strong {
	font-weight: bold;
}

input::-moz-focus-inner 
{ 
    border: 0;
    padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

.justifyleft {
	text-align: left; 
} 

.justifyright { 
	text-align: right;
}

.alignleft { 
	float: left;
	margin-right: 20px;
	margin-bottom: 20px; 
}


.alignright { 
	float: right;
	margin-left: 20px;
	margin-bottom: 20px; 
}

/* CONTACT FORM */
#contactform label { 
	width: 150px; 
  	float: left; 
}
#contactform ul {
   	margin-left: 0px; 
   	padding-left: 0px;   
}
#contactform li { 
  	margin: 5px 0; 
  	list-style: none; 
}
#contactform input { 
  	padding: 3px; 
  	width: 220px; 
}
#contactform textarea {
  	padding: 3px; 
  	font-family: Helvetica, Arial, sans-serif;
	width: 420px; font-size: .8em; 
}
#contactform #submitBtn {
 	width: auto; margin-left: 500px; 
}

fieldset { 
	border: none; 
}


#player {
    width: 696px;
    height: 400px;
    overflow: hidden;
    background: gray;
    position: absolute;
    border: solid 2px gray;
}

#player .youtube .carousel {
    width: 20%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0px;
    z-index: 3;
}

#player .youtube .thumbnail {
    margin: 2px;
    width: 80%;
    border: 1px solid black;  
}

#player .youtube iframe.player {
    width: 80%;
    height: 400px;  
    overflow: auto;
    border: 0;
}





#homeplayer  {
    width: 480px;
    height: 235px;
    overflow: hidden;
    background: none;
    position: relative;
    border: none; 
}

#homeplayer .carousel{ 
	display: none; 
	width: 1px; 
}

#homeplayer { }

#homeplayer .youtube iframe.player {
    width: 480px !important;
    height: 235px !important; 
    border: 0;
}
