/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e8d0ff url(images/body_bg.gif) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#home-left {
	float: left;
	padding: 25px;
}



#container {
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	text-align: left;
	border-right: 1px solid #cab5de;
	border-left: 1px solid #cab5de;
	
}


#header {	
	height: 64px;
	background: #bf6096 url(images/notjustpets_logo.gif) 20px 0px no-repeat;
	}
	
#content {
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/yellow_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#main {
	padding: 20px;
	font-size: 13px;
	font-weight: normal;
	color: #A8447D;
	line-height: 18px;
}
#main a {
	color: #802F67;
}


#flash {
	float: right; 
	width: 288px;
	height: 297px;
}

#main2 {
	float: left;
	width: 612px;
	height: 119px;
	background: url(images/maintext2.gif);
	}

#createproduct {
	float: left;
	width: 288px;
	height: 119px;
	background: url(images/createproduct_button.gif);
	}

#products {
	clear: both;
	background: url(images/products.gif) ;
	height: 39px;
	}

#bottom_content {
	font-size: 13px;
	color: #585757;
	}
	
#bottom_content a {
	color: #bf6096;
}
	
img {
	border: none;
}

#footer {
	background: #bf6096;
	border-top: 1px dashed #a55371;
	height: 63px;
	color: #FFFFFF;
	font-size: 10px;
	margin: 0;
	padding: 10px;
	clear: both;
}

#footer p {
	margin: 1px;
	padding: 0;
	}
	

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}


/* Navigation */

	
#nav ul {
	float: right;
	margin: 31px 0 0 0;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	float: left;
}

#nav ul li a {
	text-indent: -3000px;
	height: 33px;
	display: block;
}

#home {
	width: 119px;
	background: url(images/tab_home_off.gif);
}


#shop {
	width: 120px;
	background: url(images/tab_shop_off.gif);
}

#celebrate {
	width: 143px;
	background: url(images/tab_celebrate_off.gif);
}
#grief {
	width: 230px;
	background: url(images/tab_grief_off.gif);
}


/* hover states */

#home:hover, #home_active {
	width: 119px;
	background:url(images/tab_home_on.gif);
}

#shop:hover, #shop_active {
	width: 120px;
	background: url(images/tab_shop_on.gif);
}

#celebrate:hover, #celebrate_active {
	width: 143px;
	background: url(images/tab_celebrate_on.gif);
}
#grief:hover, #grief_active {
	width: 230px;
	background: url(images/tab_grief_on.gif);
}

.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}
.pawprints {
	margin:0;
}
.pawprints li {
	list-style-image:url(images/paw_print.gif);
	margin-top:3px;
}
		
#leftcolumn {
	width: 220px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
#leftcolumn ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftcolumn ul li {
	background-color: #ECFEE4;
	margin: 0px;
	padding: 5px;
	background-image: url(images/dash.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftcolumn ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BF6096;
	text-decoration: none;
	text-transform: capitalize;
}
#leftcolumn img {
	clear: both;
}
#rightcolumn {
	width: 600px;
	float: right;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#rightcolumn a {
	color: #BF6096;
}

#button {
	float: right;
}
#producttitle {
}
#productimage {
	float: left;
	margin-top: 10px;
}
#productdescription {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	width: 440px;
}
.price {
	font-size: 20px;
	color: #000000;
	text-align: center;
}
.inside {
	border: 1px solid #BF6096;
	display: block;
	float: left;
	margin-right: 10px;
}
#singlecolumn {
	padding: 30px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#singlecolumn a {
	color: #BF6096;
}

#serviceform {
	padding: 15px;
	border: 1px solid #CCCCCC;
}
.submitcolor {
	background-color: #DCB8FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 200px;
	border: 2px outset #DCB8FF;
	height: 40px;
	text-transform: uppercase;
}
.celebrate-pic {
	width: 200px;
	float: left;
}
.celebrate-summary {
	clear: right;
	line-height: 18px;
	float: left;
	width: 625px;
}
.storyitem {
	float: left;
	width: 200px;
	margin-right: 10px;
	height: 200px;
	margin-bottom: 10px;
}
.storyitem  h3 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}


#singlecolumn h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	font-size: 20px;
	clear: both;
}
#pagenav {
	clear: both;
	float: right;
}
.small {
	font-size: 10px;
}
.orderquestion {
	background-color: #f8f0ff;
	padding: 10px;
}
