/* LAST UPDATED 03.13.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

body {
	margin: 0;
	padding: 20px 0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3em;
	background: #986aa9 url('../Images/bg.gif') repeat;
}

p, ul, ol, h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 16px;
}

a {
	color: #6e3e88;
	text-decoration: underline;
}

a:hover { color: #000; }

a img { border: 0; }

img.middle { vertical-align: middle; }

.alignLeft {
	float: left;
	margin: 2px 16px 0 0;
}

.alignRight {
	float: right;
	margin: 2px 0 0 16px;
}

.negativeRight { margin-right: -12px; }

.description .alignLeft, .description .alignRight { margin: 0; }

.small {
	font-size: 11px;
	line-height: 1.3em;
}

.right { text-align: right; }
.left { text-align: left; }

ul, ol { margin: 0 0 0 28px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#nav li a {
		display: block;
		margin-bottom: 12px;
		width: 114px;
		height: 61px;
		text-indent: -4440px;
	}

	#nav li#nav-shop a {
		height: 131px;
		background: url('../Images/nav-shop.gif') left no-repeat;
	}

	#nav li#nav-measuring a { background: url('../Images/nav-measuring.gif') left no-repeat; }

	#nav li#nav-hello a { background: url('../Images/nav-hello.gif') left no-repeat; }

	#nav li#nav-story a { background: url('../Images/nav-story.gif') left no-repeat; }

	#nav li#nav-waggidogs a {
		background: url('../Images/nav-waggidogs.gif') left no-repeat;
		margin-bottom: 0;
	}

	#nav li a:hover { background-position: right !important; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 880px;
}

	#nav {
		float: left;
		width: 114px;
		margin-top: 124px;
		padding: 12px 0 12px 12px;
		background-color: #fff;
	}

	#content {
		position: relative;
		float: right;
		width: 730px;
		padding: 131px 12px 66px 12px;
		margin-bottom: 10px;
		min-height: 400px;
		background: #fff url('../Images/bg-content.jpg') 12px 12px no-repeat;
	}

	#footer {
		clear: both;
		position: absolute;
		width: 730px;
		bottom: 10px;
		background: url('../Images/bg-footer.gif') 0 28px no-repeat;
	}

		#footer .question {
			margin-bottom: 23px;
			padding: 3px 5px;
			font-size: 11px;
			line-height: 1.2em;
			text-align: center;
			background-color: #cdd940;
		}

		#footer ul {
			display: table;
			list-style: none;
			margin: 0 auto;
			padding: 0;
		}

			#footer li {
				float: left;
				margin: 0 10px;
			}

			#footer li a {
				display: block;
				height: 18px;
				padding: 0 20px;
				font-weight: bold;
				color: #000;
				text-decoration: none;
				background: url('../Images/footerLink.gif') top left no-repeat;
			}

			#footer li a:hover {
				color: #6e3e88;
				background-position: bottom left;
			}

	#logo {
		position: absolute;
		top: 18px;
		left: 22px;
		width: 320px;
		height: 93px;
		cursor: pointer;
	}

	#copyright {
		clear: both;
		text-align: right;
		padding-bottom: 20px;
		font-size: 11px;
		line-height: 1.3em;
		color: #fff;
	}

		#copyright a {
			color: #fff;
			text-decoration: none;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 0 8px 0;
}

	td.paddRight { padding-right: 16px; }

	td.homeCol {
		padding: 35px 40px 0 0;
		text-align: center;
		font-size: 11px;
		line-height: 1.3em;
	}

	body#catalog td.homeCol { padding-right: 0; }

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

h1 { font-size: 30px; }

h2 { font-size: 26px; }

h3 { font-size: 22px; }

h4 { font-size: 18px; }
