/*
	Nutrisource Main Stylesheet
	By: Luke Petterson / lukemeister00@gmail.com
	

*/

@import url("base.css");

/* ---------------------------------------------------------------------- */
/* Core Elements */

body {
	font-family: Tahoma;
	font-size: 13px;
	background-image:url("/images/nutrisource/bg_gradient.jpg");
	background-repeat:repeat-x;	
}

h1, h2, h3, h4, h5 {
	margin:15px 0 9px 0;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.3em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

p {
	line-height:1.2em;
	margin-top:5px;
	margin-bottom:12px;
}

ul {
	margin:5px 0 8px 0;	
	list-style-type:disc;
}

li {
	margin:2px 0 2px 25px;
	line-height:1.3em;
}



/* ---------------------------------------------------------------------- */
/* Wrapper */

#wrapper {
	width:780px;
	border:1px solid #000;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-color:#fff;
}

/* ---------------------------------------------------------------------- */
/* Header */

#header {
	position:relative;
	width:780px;
	height:459px;
	/*background-image:url("/images/nutrisource/header_01.jpg");*/
	border-bottom:10px solid #FB9C0E;
}

/* ---------------------------------------------------------------------- */
/* Top Menu */

#top_menu {
	width:300px;
	position:absolute;
	top:120px;
	left:565px;
	font-size:.9em;
	font-weight:bold;
	color:white;
}

#top_menu a {
	color:white;
	text-decoration:none;
}

#top_menu a:hover {
	color:#FB9C0E;
	text-decoration:none;
}

/* ---------------------------------------------------------------------- */
/* Main Menu */

#main_menu {
	padding-top:10px;
	width:765px;
	height:37px;
	background-image:url("/images/nutrisource/main_menu_bg.jpg");
	background-repeat:no-repeat;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color:white;
	padding-left: 15px;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFF;
	display: block;
	text-decoration:none;
    margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px;
	}
	
#nav a:hover {
	color: #FB9C0E;
	display: block;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FFF;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100px;
	border: none;
	}
#nav li.noborder {
	border: none;
}

/* Second Level */
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #000;
	width: 100px;
	float: none;
	margin: 0px;
	padding: 5px 10px;
	}
	
#nav li li a:hover, #nav li li a:active {
	margin: 0px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 999;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
/* Third Level */

#nav li li li a, #nav li li li a:link, #nav li li li a:visited {
	width: 200px;
}

#nav li li {
	width: 200px;
	}

#nav li ul ul {
	margin: -22px 0 0 120px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li li:hover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/* ---------------------------------------------------------------------- */
/* Body */

#body {
	width:780px;
	background-image:url("/images/nutrisource/swirl.jpg");
	background-repeat:no-repeat;
	background-position:0 200px;
}

#body.alt {
	width:780px;
	background-image:none;
}

/* ---------------------------------------------------------------------- */
/* Content */

#content_container {
	float:left;
	width:530px;
}

.content {
	padding:20px;
}

/* ---------------------------------------------------------------------- */
/* Map Content */

#map_content_container {
	width:780px;
}

.map_content {
	padding:20px;
}

/* ---------------------------------------------------------------------- */
/* Products Content */

#products_content_container {
	width:780px;
}
#products_content_container h2 {
	margin-left: 30px;
	font-weight: bold;
}
.products_content {
	padding:20px;
}
#products_dog {
	width: 707px;
	margin: 0px auto 20px;
}
#products_gf {
	width: 313px;
	margin: 0px auto 20px;
}
#products_cat {
	width: 237px;
	margin: 0px auto 20px;
}
#products_canned {
	width: 416px;
	margin: 0px auto 20px;
}
#products_content_container img {
	float: left;
}

/* ---------------------------------------------------------------------- */
/* Products Index */

.prod_index_container {
	background-repeat:no-repeat;
}

.prod_index_link, .prod_index_link img {
	padding:0;
	margin:0;
}

.prod_index_link a, .prod_index_link a:hover {
	text-decoration:none;
}

.prod_index_block {
	padding:0px 5px 5px 40px;
	margin-top:-9px;
	font-size:.85em;
}

/* ---------------------------------------------------------------------- */
/* Product Details Pages */

#product_sidebar_container {
	float:left;
	width:370px;
	z-index:0;
}

.product_sidebar {
	padding:20px 0px 20px 30px;
}

#product_content_container {
	float:right;
	width:410px;
	z-index:10;
}

.product_content {
	padding:70px 30px 20px 40px;
}

table.product_spec_table {
	border:0px solid #000;
}

table.product_spec_table tr td {
	padding:3px;
	margin:0px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	border-bottom:1px solid #000;
	font-size:.8em;
}

/* ---------------------------------------------------------------------- */
/* Product Details Page - Functional Treats */

#treats_sidebar_container {
	float:left;
	width:330px;
}

.treats_sidebar {
	padding:20px 0px 20px 30px;
}

#treats_all_content_container {
	float:right;
	width:450px;
}

.treats_content_container {
}

.treats_content {
	padding:40px 30px 20px 40px;
}

/* -------------------------------------------------------------------- */
/* Canned Products*/

#product_canned_sidebar_container {
	float:left;
	width:255px;
	margin-top: 20px;
	z-index:0;
}

.product_canned_sidebar {
	padding:20px 0px 20px 30px;
}

#product_canned_content_container {
	float:right;
	width:525px;
	min-height: 460px;
	background: url(../images/nutrisource/canned_background.jpg) no-repeat top;
	background-position: 0px 20px;
	z-index:10;
}

.product_canned_content {
	padding:70px 30px 20px 40px;
	min-height: 129px;
	margin-left: 80px;
}

#canned_container {
	background: url(../images/nutrisource/canned_banner.jpg) no-repeat;
	width: 741px;
	height: 161px;
	margin-bottom: 20px;
}
#canned_dog {
	width: 345px;
	padding-left: 384px;
	padding-top: 6px;
}
#canned_cat {
	width: 345px;
	padding-left: 384px;
	margin-top: 5px;
}


/* ---------------------------------------------------------------------- */
/* Sidebar Container */

#sidebar_container {
	float:right;
	width:250px;
	text-align:right;
}

/* ---------------------------------------------------------------------- */
/* Footer */

#footer {
	clear:both;
	width:780px;
	height:30px;
	background-image:url("/images/nutrisource/footer_bar.jpg");
}

/* ---------------------------------------------------------------------- */
/* Dealer Table */

.dealers_table {
	border-collapse:separate;
	border-spacing: 3px;
	width:735px;
}

.dealers_table tr td {
	border:1px solid #ccc;
	padding:4px;
}

/* ---------------------------------------------------------------------- */
/* Forms */

.form_row {
	border-top:1px solid #e8e8e8;
	padding:8px 0 8px 0;
}

.form_row_span {
	border-top:1px solid #e8e8e8;
	padding:20px 0 20px 0;
}

.form_label {
	float:left;
	display:block;
	width:160px;
	padding-right:10px;
	font-weight:bold;
	padding-top:2px;
}

.form_label_span {
	display:block;
	padding-bottom:5px;
	font-weight:bold;
}

.form_input {
}

input {
	border:1px solid #666;
	padding:2px;
	font-size:1em;
}
