/*
Company:		Pet Rest, Inc.
URL:			www.petrestinc.com
Last Update:	5/16/05
Description:  shared.css contains all code that is shared across all pages of the site
*/

/*<group=Global Browser Reset>*/
* {

padding:0;

margin:0;

}

body {padding:5px;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img {
	border: 0px;
}
/*</group>*/

/*<group=HTML, Body>*/
body {
	background-color: #A2AEDB;
}
	
/*</group>*/

/*<group=Layout>*/
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 95px;
	background-color: #18156A;
}
div#headerGarden {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 100%;
	height: 156px;
	background-image: url("../graphics/head_gardenpic.jpg");
}
div#bodyContainer {
	position: absolute;
	top: 256px;
	left: 268px;
	width: 463px;
}
div#bodyContent {
	width: 463px;
	padding: 15px;
	background-color: #fff;
}
div#sidebar {
	position: absolute;
	top: 256px;
	left: 30px;
	width: 205px;
}
div#footer {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
}
/*</group>*/

/*<group=Nav>*/
div#navBox {
	position: absolute;
	top: 199px;
	left: 268px;
	width: 493px;
	height: 52px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../graphics/navbar.jpg");
	line-height: .95em;
}
ul#nav {
	font-size: .95em;
}
ul#nav li {
	display: inline;
	list-style: none;
	margin-left: 17px;
}
ul#nav li a {
	color: #fff;
	text-decoration: none;
}
ul#nav li a:link {
	
}
ul#nav li a:visited {
	color: #D6DCC4;
	text-decoration: none;
}
ul#nav li a:hover, ul#nav li a:active {
	color: #18156A;
	text-decoration: none;
}
/*</group>*/

/*<group=Headings>*/
h1 {
	font-family: Georgia, Times, serif;
	font-size: 2.5em;
	color: #18156A;
	font-weight: lighter;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 13px;
}
h3 {
	font-weight: bolder;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*</group>*/

/*<group=Text Styles>*/
body {
	font-family: "Gill Sans", Helvetica, sans-serif;
}
div#bodyContainer {
	font-size: .9em;
}
div#footer {
	font-size: .75em;
	color: #fff;
	text-align: right;
}
/*</group>*/

/*<group=Lists>*/
	
/*</group>*/

/*<group=Forms>*/
	
/*</group>*/

/*<group=Links - link visited hover active>*/
a:link {
	color: #18156A;
}
a:visited {
	color: #18156A;
}
a:hover, a:active {
	color: #A2AEDB;
	text-decoration: none;
}
p.phone a:link, p.phone a:hover, p.phone a:active, p.phone a:visited {
	color: #fff;
}
/*</group>*/

/*<group=Misc>*/
.clear {
	clear: both;
}
/* Sidebar */
div#sidebar h4 {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	color: #fff;
	font-weight: lighter;
	letter-spacing: -1px;
	margin-bottom: 6px;
}
div#sidebar p.phone, div#sidebar p.location {
	font-size: .8em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 6px;
	color: #fff;
	margin-left: 12px;
}
div#sidebar p.location {
	font-size: .9em;
	font-weight: lighter;
	font-style: italic;
}
/*</group>*/
/*<group=Hacks>*/

/*</group>*/