/* bone rangers - main site stylesheet */

/* block layout */

html, body
{
	background: #616161 url(../img/common/bg.gif) top center repeat-y;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#container
{
	width: 744px;
	position: absolute;
	left: 50%;
	margin-left: -372px;
	padding: 118px 0 0 0;
	background: white url(../img/common/masthead.gif) top left no-repeat;
}

#nav
{
	width: 192px;
	height: 428px;
	margin-top: 20px;
	padding-top: 37px;
	float: left;
	background: url(../img/common/nav/nav-bg.gif) top left no-repeat;	
}

#main
{
	width: 372px;
	padding: 40px 0 40px 0;
	float: left;
}

#pic
{
	width: 180px;
	height: 428px;
	margin-top: 15px;
	float: left;
	background: url(../img/common/pic-bg.gif) top left no-repeat;	
}

/* nav area */

#nav ul, #nav li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav a
{
	display: block;
	margin: 0;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:36px;
	width: 192px;
}

#nav a:hover
{
	background-position: 0px -36px;
}

#nav-home
{
	background: url(../img/common/nav/home.gif) top left no-repeat;	
}

#nav-dogwalking
{
	background: url(../img/common/nav/dogwalking.gif) top left no-repeat;	
}

#nav-testimonials
{
	background: url(../img/common/nav/testimonials.gif) top left no-repeat;	
}

#nav-poochprofile
{
	background: url(../img/common/nav/poochprofile.gif) top left no-repeat;	
}

#nav-meetbonerangersandfriends
{
	background: url(../img/common/nav/meetbonerangersandfriends.gif) top left no-repeat;	
}

#nav-newsandfun
{
	background: url(../img/common/nav/newsandfun.gif) top left no-repeat;	
}

#nav-eggandbone
{
	background: url(../img/common/nav/eggandbone.gif) top left no-repeat;	
}

#nav-merchandising
{
	background: url(../img/common/nav/merchandising.gif) top left no-repeat;	
}

#nav-faqs
{
	background: url(../img/common/nav/faqs.gif) top left no-repeat;	
}

#nav-contactus
{
	background: url(../img/common/nav/contactus.gif) top left no-repeat;	
}


/* main content area */

#main h1
{
	margin: 0 0 15px 0;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:25px;
	width: 372px;
}

#main h2, #main p, #main li, #main dt, #main dd, #main label
{
	padding: 7px 8px 0 8px;
	line-height: 20px;
}

#main h2
{
	font-size: 1em;
	font-weight: bold;
}

#main p
{
	text-align: justify;
}

#main ul, #main li
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	text-align: justify;
	line-height: 20px;
}

#main ul
{
	padding: 0 8px 0 8px;
}

#main li
{
	margin: 0;
	text-align: justify;
	line-height: 20px;
}

#main dl, #main dt, #main dd
{
	margin: 0;
}

#main dt
{
	font-weight: bold;
}

#main a:link, #main a:hover, #main a:visited
{
	color: #77accd;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover
{
	color: black;
}

#main form
{
	margin: 0;
	padding: 0;
}

#main label
{
	margin: 0;
	display: block;
}

#main input, #main textarea
{
	width: 300px;
	border: 1px solid #77accd;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#main textarea
{
	height: 80px;
	overflow: auto;
}

#main input.button
{
	background: #94d6ff;
	width: auto;
	margin: 7px 8px 0 8px;
}

#main .boxout
{
	width: 324px;
	color: white;
}

#main .boxout span
{
	display: block;
	padding-right: 5px;
	text-align: right;
}

#main .boxout a:hover
{
	color: white;
}

#main .hr
{
	height: 1px;
	margin: 10px 8px 10px 8px;
	font-size: 1px;
	background: #77accd;
}

#main .hr hr
{
	display: none;
}

#main img
{
	float: left;
	margin-right: 10px;
}

#main img.float-right
{
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
