/********************************************************************************
 *	Filename: actionK9.css
 *	Purpose: Basic Style Sheet for Action K9
 *	Created by: Tammy C. Wilson
 *	Created: 2-3-2008
 *  email: info@agilewebdev.com
 *  website: http://www.agilewebdev.com
  ********************************************************************************/

/* Global Reset, this resets All padding and margins */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* This adds reasonable padding and margins and default font size */
h1, h2, h3, h4, h5, h6, p, label, ul, ol, dl, fieldset, address { font-size: 1em; }
/* li, dd { margin-left: 5%; } */
a { font-size: 1em; }

/* No list markers by default, since lists are used more often for semantics */
ul, ol, li { list-style: none; }

/* Remove blue linked image borders */
img { border: none; }

/* Don't underline links */
:link, :visited { text-decoration: none; }

/* ********************************************************************************* */

/* Kuler
Steel Horse
#A9B3BC	light grey	active page
#6D7A85	grey		tabs
#2D3F4E	green-grey	borders
#CB7C39	orange		links
#663728	brown		text
*/

body {
	background-color: #A9B3BC;
	color: #663728;
	font-size: small;
}

a { 
	color: #003399; /* #CB7C39; */
	font-weight: bold;
}

p {
	padding: 5px 0;
	line-height: 1.5em;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 10px 0;
}

table { 
	border-collapse:collapse;
	font-size: .9em;
	margin: 0 5px;
}

.section {
	color: #fff;
	background-color: #6D7A85;
	font-size: 1.1em;
	padding: 5px;
 }

th, td { 
	border: 1px solid #2D3F4E;
	padding: 4px 10px; 
}

th { font-variant:small-caps; }

.price { text-align: right; }

#header { 
	background-color: #fff;
	border-bottom: 2px solid #2D3F4E;
	height: 125px;
	padding: 20px;
}

#contact { 
	float: right;
	margin-top: 40px;
	text-align: right;
	line-height: 150%
}

#nav {
	float: left;
	width: 100%;
	background-color: #6D7A85;
	border-bottom: 2px solid #2D3F4E;
}

#nav li {
	float: left;
	margin: 0; /* Needed for IE... */
	padding: 5px 25px 5px 5px;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 95%;
	background: #6D7A85 url(images/nav_slant.png) no-repeat bottom right;
}

#nav a {
	float: left;
	display: block;
	color: #0046D9; /* #CB7C39; */
	letter-spacing: 1.1px;
}

#nav a:visited, a:visited { color: #003399; }

#nav a:hover, a:hover { color: #000; font-weight: bold; }

#nav .first { padding-left: 20px; }

#breadcrumb {
	clear: left;
	width: 100%;
}

#breadcrumb li {
	background: url(images/left_arrow.png) no-repeat 0 30%; 
	float: left;
/*	margin: 0;  Needed for IE????... */
	font-style: italic;
	font-size: .9em;
	padding: 5px 10px 5px 20px;
}

#breadcrumb .first { 
	padding-left: 30px;
	background-image: none;
}

#main {
	padding: 10px;
	clear: left;
	width: 500px;
}

#main img { 
	border: 3px ridge #2D3F4E; 
	margin: 10px 0 0 20px;
}

#main ul {
	margin: 0 0 10px 30px;
}

#sidebar {
	float: right;
	color:  #A9B3BC; 
	background-color: #6D7A85;
	border: 3px outset #2D3F4E;
	margin: 30px 20px 20px 20px;
	padding: 20px;
	max-width: 275px;
}

#sidebar h2 { color: #fff; }

#sidebar li { line-height: 150%; }

#footer {
	clear: both;
	background-color: #A9B3BC;
	border-top: 5px solid #2D3F4E;
	padding: 10px;
	font-size: .8em;
	text-align: center;
	height: 50px;
}

#footer p { padding: 4px 0 0 0; }

.img_left { float: left; }

.caption {
	font-style: italic;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: -10px;
	padding-left: 60px;
}

.hidden { visibility: hidden; }
