/*----- BODY AND UNIVERSAL RESET-----*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
form label, textarea { display: block; }
form label { cursor: pointer; }
a img, :link img, :visited img {
	border: none;
	text-decoration: none;
	border-bottom: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
:link, :visited { text-decoration: none; }

a {
	outline: none;
	cursor: pointer;
}

html { font-size: 100%; }

body {
	font-size: 62.5%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: url(../images/bg.jpg) repeat-x;
	padding-bottom: 30px;
}

/*----- TYPE -----*/

h1 {
	text-indent: -9999px;
	margin-bottom: 10px;
	width: 410px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #265892;
}

a { color:#4C8CD5; }
a:hover { color: #900; }

/*----- NAV -----*/

#topNav {
	background: #000;
	width: 609px;
	height: 59px;
	margin-bottom: 10px;
}

#topNav li { float: left; }

#topNav li a {
	display: block;
	height: 59px;
	text-indent: -9999px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
} 

#scottDogs #scottDogsNav a { background-position: 0 -118px; }

#scottDogsNav a { width: 197px; }

#scottDogsNav a:hover { background-position: 0 -59px; }

#raceNav a {
	width: 193px;
	background-position: -193px 0;
}

#raceNav a:hover { background-position: -193px -59px; }

#race #raceNav a { background-position: -193px -118px; }

#teamNav a {
	width: 219px;
	background-position: -390px 0;
}

#teamNav a:hover { background-position: -390px -59px; }

#bePart #teamNav a { background-position: -390px -118px; }

/* subnav */

#subNav {
position: relative;
z-index: 1;
left: 30px;
}

#subNav li { display: inline; }

#contactNav {
float: right;
position: relative;
right: 232px;
z-index: 2;
}

/*----- CONTENT -----*/

#content {
	margin: 0 auto;
	width: 960px;
	min-height: 720px;
	border: 30px solid #FFF;
}

#home #content { background: #FFF url(../images/bg-home.jpg) no-repeat;	 }

#scottDogs #content { background: #FFF url(../images/bg-scott-dogs.jpg) no-repeat; }

#race #content { background: #FFF url(../images/bg-racing-training.jpg) no-repeat; }

#bePart #content { background: #FFF url(../images/bg-be-part.jpg) no-repeat; }

#contact #content { background: #FFF url(../images/bg-contact.jpg) no-repeat; }

#dogSale #content { background: #FFF url(../images/bg-sale.jpg) no-repeat; }

#links #content { background: #FFF url(../images/bg-links.jpg) no-repeat; }

/* logo */

#logo a {
	width: 162px;
	height: 209px;
	display: block;
	position: relative;
	left: 162px;
	top: 33px;
	float: left;
	text-indent: -9999px;
}

/*----- INTRO -----*/

#home h1 {
	background: url(../images/home_header.gif) no-repeat;
	width: 349px;
	height: 56px;
	margin-top: 36px;
}

#scott h1 {
	background: url(../images/scott_header.gif) no-repeat;
	width: 106px;
	height: 13px;
	margin-top: 61px;
}

#dogs h1 {
	background: url(../images/dogs_header.gif) no-repeat;
	width: 86px;
	height: 17px;
	margin-top: 61px;
}

#race h1 { margin-top: 61px; }

#race #eightNine h1 {
	background: url(../images/en_header.gif) no-repeat;
	width: 157px;
	height: 14px;
}

#race #sevenEight h1 {
	background: url(../images/se_header.gif) no-repeat;
	width: 156px;
	height: 14px;
}

#race #sixSeven h1 {
	background: url(../images/ss_header.gif) no-repeat;
	width: 156px;
	height: 14px;
}

#race #fiveSix h1 {
	background: url(../images/fs_header.gif) no-repeat;
	width: 156px;
	height: 14px;
}

#bePart h1 {
	background: url(../images/sponsor_header.gif) no-repeat;
	width: 343px;
	height: 13px;
	margin-top: 76px;
}

#gear h1 {
	background: url(../images/gear_header.gif) no-repeat;
	width: 389px;
	height: 13px;
	margin-top: 76px;
}

#contact h1 {
	background: url(../images/contact_header.gif) no-repeat;
	width: 237px;
	height: 17px;
	margin-top: 78px;
}

#sale h1 {
	background: url(../images/sale_header.gif) no-repeat;
	width: 330px;
	height: 16px;
	margin-top: 61px;
}

#links h1 {
	background: url(../images/links_header.gif) no-repeat;
	width: 296px;
	height: 36px;
	margin-top: 57px;
}

/*----- MAIN -----*/

#rightSide {
	float: right;
	margin-top: 105px;
	width: 609px;
}

#main {
	width: 380px;
	float: left;
}

.mainInside {
	height: 444px;
	width: 380px;
	padding-right: 5px;
	overflow: auto;
}

.mainInside p, .mainInside li {
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 1.1em;
}

/*----- FOOTER -----*/

#footer {
	text-align: center;
	margin-top: 15px;
	clear: both;
}

#selected { color: #900; }

/*----- SPONSORS -----*/

#sponsors {
	width: 215px;
	float: right;
	text-indent: -9999px;
}

#home #ff {
	position: relative;
	top: 137px;
	left: 34px;
	width: 137px;
	height: 65px;
}

#home #ff a {
	width: 137px;
	height: 63px;
	display: block;
}

#home #rl {
	position: relative;
	top: 158px;
	left: 32px;
	width: 145px;
	height: 49px;
}

#home #rl a {
	width: 145px;
	height: 49px;
	display: block;
}

#home #no {
	position: relative;
	top: 185px;
	left: 74px;
	width: 122px;
	height: 94px;
}

#home #no a {
	width: 122px;
	height: 94px;
	display: block;
}
#home  #rh {
	position: relative;
	top: 213px;
	left: 47px;
	width: 107px;
	height: 25px;
}
#home  #rh  a {
	width: 107px;
	height: 25px;
	display: block;
}

#home #cac {
	position: relative;
	top: 248px;
	left: 47px;
	width: 107px;
	height: 25px;
}

#home #cac a {
	width: 107px;
	height: 25px;
	display: block;
}

#bePart #ff {
	position: relative;
	top: 157px;
	left: 34px;
	width: 137px;
	height: 65px;
}

#bePart #ff a {
	width: 137px;
	height: 63px;
	display: block;
}

#bePart #rl {
	position: relative;
	top: 178px;
	left: 32px;
	width: 145px;
	height: 49px;
}

#bePart #rl a {
	width: 145px;
	height: 49px;
	display: block;
}

#bePart #no {
	position: relative;
	top: 185px;
	left: 74px;
	width: 122px;
	height: 94px;
}

#bePart #no a {
	width: 122px;
	height: 94px;
	display: block;
}

#bePart #rh {
	position: relative;
	top: 213px;
	left: 47px;
	width: 107px;
	height: 25px;
}

#bePart #rh a {
	width: 107px;
	height: 25px;
	display: block;
}

#bePart #cac {
	position: relative;
	top: 248px;
	left: 47px;
	width: 107px;
	height: 25px;
}

#bePart #cac a {
	width: 107px;
	height: 25px;
	display: block;
}

/*----- DOGS -----*/

#scottDogs #dogsInside {
	overflow: auto;
	height: 360px;
	padding-right: 5px;
}

#dogsInside h2 { margin-top: 5px; }

#dogsInside p { margin-bottom: 5px; }

#sale p {
	font-size:1.1em;
	line-height:1.7em;
}

#sale #dogsInside p {
	font-size: 1em;
	line-height: 1.5em;
} 

#sale #dogsInside {
	overflow: auto;
	height: 340px;
	padding-right: 5px;
	margin-top: 10px;
}

/*----- PICS -----*/

.galleryLink img {
	float: left;
	margin-right: 10px;
}

/*----- TAB NAV -----*/

#tabs .ui-state-active a { color: #900; }

.ui-tabs .ui-tabs-hide { display: none !important; }

/*----- RULES -----*/

div.hr {
	border-bottom: 1px solid #d2d2d2;
	height: 1px;
	clear: both;
}

div.hr hr { display: none; }

/*----- FLOATS -----*/

.floatLeft { 
	float: left;
	padding-right: 10px;
}

.floatRight { 
	float: right;
	padding-left: 10px;
}

/*----- HIDE -----*/

.hide { display: none; }
#home #in {
	position: relative;
	top: 185px;
	left: 74px;
	width: 60px;
	height: 60px;
}
#home #in a {
	width: 60px;
	height: 60px;
	display: block;
}
