/* CSS Document */

html {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color: #6b9626;
	background-image: url(images/top-scallop.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	border-left:0px solid #996633;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;}

a {
	color: #fff;
	text-decoration: underline;}

a:hover {
	text-decoration:none;
	color:#ccc;}
	
.clear {
	clear: right;
	margin-top:5px;
}	

.divider {
padding-left:40px;
}

.captions{
width: auto;
font-size:15px;
text-align:center;
margin-right:30px;
color:#960404;
}

hr {
margin-right:50px;
margin-left:20px;
}

.product{
border:1px dashed #CCCCCC;
margin-right:25px;
padding-left:10px;
padding-right:10px;
}

.size_chart{
margin-left:18px;
}

.testimonials{
font-size:90%;
background-color: #eaf6de;
margin-right:15px;
padding:9px;
margin-bottom:20px;
}

.bottom_quote{
	position:absolute;
	left: 71px;
	bottom: 1px;
}

.smaller{
font-size:85%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-image:url(images/dog.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	font-size: 23px;
	color:#000;
	border-bottom:1px dashed #000;
	font-weight: normal;
	padding-bottom: 4px;
	padding-top:20px;
	margin-left:0px;
	margin-right:25px;
	margin-bottom:5px;
	}
	
#topper {
background-image:url(images/box1_head_bg3.gif);
background-repeat:repeat-x;
border-bottom:1px solid #fff;
height:51px;
}	
	
#topper h1 {
color: #fff;
padding-top:8px;
font-size: 24px;
padding-bottom:0px;
text-align: center;
border-bottom:none;
background-image:none;
font-weight:normal;
}

#topper h1 span {
font-size:90%;
padding-left:330px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style: italic;
border-bottom:1px solid #641394;
padding-bottom:3px;
	font-size: 16px;
	color: #641394;
	font-weight: bold;
	text-align: left;
	padding-top:2px;
	text-transform:uppercase;
	}
	
h3 {
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-style:normal;
text-decoration:underline;
margin-left:30px;
}
	
#header {
	position:relative;
	width:100%;
	height:347px;
	background-color: #6b9626;
	border-bottom:0px solid #fff;
	margin:0;
}

.main_banner {
background: #6b9626 url(images/banner_3.jpg) no-repeat left bottom;
}

.BC {
background: #6b9626 url(images/BC_banner.jpg) no-repeat left bottom;
}

#container {
	position:relative;
	margin:0 auto;
	background-color: #fff;
	border:0px solid #fff;
	width:885px;
	min-height:100%;
	background-image: none;
	background-repeat:repeat;	
}

#leftCol {
	float:left;
	margin-left:0;
	width: 220px;
	font-weight:normal;
	background-color: #996699;
	background-image: url(images/leftcol-scallop.png);
	background-repeat:repeat-x;
	border-left:0px solid #000;
	color:#000;
	height:100%;
	padding-top:30px;
}

.home ul li { 
list-style-type: none;
text-decoration:none;
border-bottom:0px dotted #fff;
padding-bottom:4px;
padding-top:10px;
margin-right:25px;
text-align:right;
color:#fff;
font-size:18px; }

#navlist ul li { 
list-style-type: none;
text-decoration:none;
border-bottom:1px dotted #fff;
padding-bottom:4px;
padding-top:10px;
margin-right:25px;
text-align:right;
color:#fff; }


#rightCol {
position:relative;
	margin-left:220px;
	margin-right:0px;
	margin-bottom:0px;
	border-top:3px solid #6b9626;
	padding-left:20px;
	background-image: none;
	background-repeat:no-repeat;
}

#rightCol p {
	text-align: left;
	line-height:140%;
	margin-right:20px;
}

#rightCol a {
color: #6b9626;
}
	
/****images****/

.doit {
	position:absolute;
	left: -69px;
	top: 196px;
}

.view-cart{
text-align:right;
margin-right:30px;
padding-top:12px;
}

.fb-like{
margin-left:5px;
}

.img_left {
float:left;
margin-right:14px;
margin-bottom:1px;
}

.img_right {
float:right;
margin-left:14px;
margin-bottom:4px;
}

img {
border:none;
}

#footer {
	width:885px;
	clear:both;
	color: #fff;
	background-color: #330033;
	text-align: center;
	height:auto;
	margin:0 auto;
	border: none;
	padding-top:8px;
	height:30px;
	border-top:1px solid #fff;
	font-size:12px;
}

#footer a {
text-decoration:none;
}

#footer span {
padding-left:50px;}

fieldset {
		padding: 0 1em 1em 1em;
		margin-left:0px;
		width:500px;
		border:none;
	}
	legend {
		padding: 1em;
		color: #000;
	}
	label {
		float: left;
		clear: left;
		width: 12em;
	}

