/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body {
	background-image: URL('images/greenbg1500.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-attachment:fixed;
}

.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}
.custom .menu {
	background-color: #336699;
}

.custom div#header {
	background-image: url('images/header-v4.jpg');
	background-repeat: no-repeat;
	height: 150px;
	padding:0px;
}

#fq_text {
	padding-top: 100px;
}

#fq_text span.head {
	font-size: 1.2em;
	font-weight:bold;
	
}

#feature_quotes p {
	font-size: 1.2em;
	color:#000000;
	font-style: italic;
}

/*(#feature_box {
	height: 125px;
	background: URL('http://www.odorbgoneproducts.com/images/pet-polaroids.png');
	background-color: none;
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1 px solid #cccccc;

}*/

#feature_quotes {
	height:220px;
	padding: 0px;
	margin:auto;
	background: url('http://www.odorbgoneproducts.com/images/pet-polaroids2.png') no-repeat;
	padding-bottom: 20px;
}

#feature_box p {
}

#sidebar_1 {
	background-color:#336699;
	height: 100%;
	
}

/* new sidebar_1 navigation */

div.SimpleSideNav a {
	color: #ffffff;
	font-size:1.2em;
	font-weight: bold;
	padding: 3px 0 3px 0;

}

div.SimpleSideNav li {
	padding: 4px 0 6px 0;
	border-bottom: 1px solid #d5e9fd;
}

div.SimpleSideNav a:hover {
	color: #f7e79d;
	text-decoration: underline;
}

div.SimpleSideNav h3 {
	color: #d5e9fd;
	font-size: 1em;
	text-transform:capitalize;
}

#s1_nav {

}

#s1_nav h3 {
}

#s1_nav ul {
}

#multimedia_box {
	margin-bottom: 0px;
}

.custom ul.sidebar_list  {
	padding-top:0;
}

#sidebar_2 {
	/*background-image: URL('images/sidebar2-bg.jpg');
	background-repeat:repeat-y;
	background-position: left top;*/
	padding-top: 1.2em;
	
}

.whiskers {
	color:#006600;
	font-weight:bold;
}


.sidebar h3 {
	font-variant: normal;
	letter-spacing: normal;
}

#optin_1 h3 {
	font-size: 1.2em;
	font-weight:bold;
	color: #990000;
}

#optin_1 p {
	color: #336699;
}




/* from old site */

.list li {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 1em;
	list-style-image: url(http://www.odorbgoneproducts.com/images/checkmark2.gif);
}

.guarantee {
	width:32em;
	padding: 12px;
	text-align: left;
	border-style:dashed;
	border-color: #993366;
	border-width: 2px;
	margin-bottom: 15px;
	
	}


.testimonial {
	width:450px;
	margin-left: auto;
	margin-right: auto;
	background : #fffacc;
	padding : 1em;
	border : double;	
	border-width : thin;
	border-color : #990000;
	text-align: left;
	color: #000000;
} 

.largeblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

.redlarge{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.floatright {
	float:right; 
		padding-left:5px;
}

.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

.top-key {

	color: #7fa97f;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#topkey {
	margin:auto;
	padding: 4px 0px;
	text-align:center;
	text-indent: -175px;
	line-height: 1em;
}

.format_text h3.page_head {
	margin-top: .5em;
	font-size: 1.25em;
	text-align:center;
	font-weight:bold;
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sublink {
	background:  url(/images/magnify.gif) no-repeat 0 3px;
	padding: 0 0 10px 14px;

	text-align: left;
	
}
.custom .format_text .sublink a {
	color:#999999;
	font-size: .8em;
	font-style:italic;
	text-decoration: none;
}

/* ============== product listing styles ================*/



#prod_list {
	font-size: .9em;
	padding: .5em 0em;
	border-bottom: 1px dotted #666666;
	margin:auto;
	
}


#prod_list_l {
	float:left;
	width: 125px;
	padding-right: 15px;

}
	
	
#prod_list_r h2{
	margin: 0px;
}

#prod_list_r p{
	margin-bottom: 0em;
}

#prod_det {
	float:left;
	text-align:left;
	
}

#prod_det ul {
	margin:0px;
	padding: 0;
	
}

#prod_det li {
	display:inline;
	padding: .78em .32em;
}

#prod_det a {
	
}

#prod_th_r {
	float:right;
	width: 130px;
	padding-left: 8px;
	text-align:center;

}




.icons-container {
	margin:auto;
	font-size: 12px;
	text-align:center;
}

.format_text ul.icons1 {
	list-style: none;
	
}

ul.icons1 li {
	padding: 4px;
	display: inline;
	margin: auto;
}

ul.icons1 li a {
width: 88px;
}




table.sample {
	margin-left: 20px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 5px; 15px
	border-style: dotted;
	border-color: gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	text-align:center;
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 3px 3px 3px 3px;
}



