/*Walton's Dachshunds*/
/*Main CSS*/

/* Tags --------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	border:0;
	}
body {
	padding: 0px;
	margin: 0px;
	font: .87em/1.5em "trebuchet ms", verdana, helvetica, arial, sans-serif;
	color: #505344;
	background-color: #FFF4D5;
	background-image: url(../../images/bk.gif);
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #1F2E37;
}

a:link { color: #4D1207; }

a:visited { color: #905B51; }

a:hover { color: #6E7383; }

h1, h2, h3 { 
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	color:#6E7383;
}
h1 { 
	font-family: georgia, verdana, helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 2em; 
	padding: 5px 0px 8px 0px;
	color:#fff;
}
h2 { 
	font-size: 1.67em;
	border-bottom: solid 1px #C5CADB;
	margin: 20px 0px 10px 0px;
}

h3 { 
	font-size: 1.33em;
	margin-bottom: 10px;
}

h4 { 
	font-size: 1em;
	margin: 0px; 
}

img { border: 0px; }

th { text-align: left; }

p {margin-bottom: 10px;}

select, textarea {
	border: solid 1px #6E7383;
	padding:3px;
}
form {padding-bottom:5px;}
input {
	background-color:#F0F1F5;
	border: solid 1px #6E7383;
	padding:3px;
}

/*---- Divs ----------------------------------------------------------*/

#header {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #4D1207;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#headerInner {
	position: relative;
	margin: 0px auto;
	width: 743px;
	background-image: url(../../images/header.jpg);
	height: 40px;
	padding-top:110px;
	padding-left:17px;
}
	#headerInner li {
		list-style-type: none;
		display: inline;
		color: #C5CADB;
		font-size: 16px;
	}
	#headerInner a:link, #headerInner a:visited {color:#C5CADB;}
	#headerInner a:hover {
		color:#FFFFFF;
		background-color: #4D1207;
		}
	.subtitles {
	background-image: url(../../images/title_paw.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}
#content_head {
	position: relative;
	margin-top: 12px;
	padding-left: 20px;
	_height: 1%;
	background: url(../../images/content_head_bg.gif) repeat-y top left;
}
	
#container {
	position: relative;
	margin: 20px auto;
	width: 760px;
}
#sideL {
	position:relative;
	float: left;
	width: 535px;
	background: url(../../images/content_head.jpg) no-repeat top left;
	z-index: 0;
}
#sideL h2 {border:none; line-height:1.3em;}
#content {
	position: relative;
	background: url(../../images/content_bg.gif) repeat-y top left;
	/*border-top: 1px solid #21511B;*/
}
#content_inner {
	margin: 0px 6px;
	padding: 15px 15px 0px 15px;
	
}
#footer { 
	position: relative;
	_margin-top: -10px;
	color: #6E7383;
	font-size: 0.8em;
}
#content_foot {
	position: relative;
	height: 11px;
	background: url(../../images/content_foot.gif) no-repeat top left;
	margin-top:-10px;
}
#sideR {
	position: relative;
	float: left;
	width: 229px;
	margin: 60px 0px 0px -5px;
	background: url(../../images/nav_head.jpg) no-repeat top left;
	z-index: 100;
}
#nav_head {
	position: relative;
	margin-top: 12px;
	padding: 0px 20px 0px 0px;
	background: url(../../images/nav_head_bg.gif) repeat-y top left;
}
#nav_head h2 { 
	color: #FFFFFF;
	margin: 0px; }
#nav {
	position: relative;
	background-color: #F0F1F5;
	background-image: url(../../images/nav_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu {
	position: relative;
	padding: 1px 0px;
	margin-right: 4px;
	border-top: 1px solid #4D5366;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#menu li { margin: 0px; padding: 0px; }
	
#menu li a {
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 15px;
	_height: 1%;
	border-bottom: 1px solid #C5CADB;
	display: block;
}

#menu li a:hover { 
	background: url(../../images/menu_h.gif) repeat-y top left; 
}
.home #menu #navHome,
.puppies #menu #navPuppies,
.parents #menu #navParents,
.about #menu #navAbout,
.faq #menu #navFAQ,
.purchase #menu #navPurchase,
.testimonials #menu #navTestimonials,
.contact #menu #navContact
 {
	background: url(../../images/menu_h.gif) repeat-y top left; 
}
#menu p {
	margin: 0px;
	padding: 5px 20px 5px 15px;
	color: #4D1207;
	border-bottom: 1px solid #B9CBB7;
}
#nav_foot {
	position: relative;
	height: 12px;
	background: url(../../images/nav_foot.jpg) no-repeat top left;
}	

/*---- Classes ----------------------------------------------------------*/

.alignRight { text-align: right; }

.alignCenter { text-align: center; }

.clear { clear: both; }

.clearLeft { clear: left; }

.clearRight { clear: right; }

.floatR {
	position:relative;
	float: right;
	padding-left:5px;
}
.floatL {
	position:relative;
	float: left;
	padding-right:5px;
}
.line {
	height: 1px;
	border-top: 1px solid #C5CADB;
}
.dashLine {
	height: 1px;
	border-top: 1px dashed #6E7383;
}
.dotLine {
	height: 1px;
	border-top: 1px dotted #6E7383;
	padding: 5px 0px;
}

.noMarg { margin: 0px; }

.noMargTop { margin-top: 0px; }

.noMargTop { margin-bottom: 0px; }

.hidden { display: none; }

.navTitle {
	color: #FFEC9E;
	margin: 0px;
	padding: 3px 20px 0px 0px;
	background: url(../../images/nav_head_bg.gif) repeat-y top left;
	border-top: 1px solid #4D5366; border-bottom: 1px solid #4D5366;
}
.image {
	padding: 5px;
	margin: 5px 15px 5px 0px;
	background: #E6E2D2;
	border: 1px solid #B9CBB7;
}
.image img {
	border: 1px solid #B9CBB7;
	display: block;
}
.quote {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.6em;
}
.quoter {
	font-weight: bold;
	text-align: left;
}
.testimonial {margin-top:8px;}
.puppy img{
	margin:10px 5px 5px 5px;
	}
.frame img {
	padding:3px;
	border: solid 1px #6E7383;
	background: #FFF4D5;
	}
.frameR img {
	padding:3px;
	border: solid 1px #6E7383;
	background: #FFF4D5;
	float:right;
	margin:0px 0px 5px 5px;
	position:relative;
	}
.frameL img {
	padding:3px;
	border: solid 1px #6E7383;
	background: #FFF4D5;
	float:left;
	margin:0px 5px 5px 0px;
	position:relative;
	}
.christmas {
	color:red;
	border: dotted #315F45 3px;
	padding:0px 5px;
}