/* ------------------------------------------------------------------------
CSS layout - Jensen Calibration
Author: Jeff Sanders
Date Created: 4/18/06

All inquiries for this document should be directed to info@foxvalleywebdesign.com.
------------------------------------------------------------------------*/

/* --- MAIN TEMPLATE ELEMENTS ----------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background: #336699 url(../images/bg.jpg) top left repeat-x;
}
#outer_wrap {
	position: relative;
	margin: 0px auto;
	width: 756px;
	height: auto;
}
#header {
	height: 118px;
	background: url(../images/logo.gif) center left no-repeat;
	line-height: 118px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	display: none;
}
#inner_wrap {
	position: relative;
	min-height: 500px !important; _height: 500px;
	background: url(../images/outer_bg.gif) top center repeat-y;
}
#inner_left_edge {
	width: 39px;
	height: 92px;
	background: url(../images/inner_left_edge.gif) top left no-repeat;
	float: left;
}
#inner_body {
	padding: 10px;
	width: 659px;
	height: auto;
	float: left;
	background: #fff;
}
#inner_right_edge {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 48px;
	height: 227px;
	background: url(../images/inner_right_edge.gif) left bottom no-repeat;
}
#footer {
	padding-left: 50px;
	width: 759px;
	height: 59px;
	background: url(../images/footer.gif) left top no-repeat;
	font: 10px verdana, Geneva, sans-serif;
	color: #fff;
	line-height: 59px;
	clear: both;
}
#footer a {
	color: #eee;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer #counter {
	width: 400px;
	text-align: center;
	padding-bottom: 10px;
}
#breaker {
	clear: both;
}
.hide {
	display: none;
}
/* --- NAVIGATION ELEMENTS --------------------------------------------- */
#nav {
	position: relative;
	width: 760px;
	height: 32px;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
}
#nav ul {
	margin: 0px;
}
#nav li {
	height: 32px;
	line-height: 32px;
	list-style-type: none;
	display: block;
	float: left;
}
#nav a {
	width: 110px;
	height: 32px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	background: url(../images/tab.jpg) center bottom no-repeat;
	color: #006699;
}
#about #nav li.about a {
	background: url(../images/tab.jpg) center bottom no-repeat;
	color: #006699;
}
#services #nav li.services a {
	background: url(../images/tab.jpg) center bottom no-repeat;
	color: #006699;
}
#tools #nav li.tools a {
	background: url(../images/tab.jpg) center bottom no-repeat;
	color: #006699;
}
#clearance #nav li.clearance a {
	background: url(../images/tab.jpg) center bottom no-repeat;
	color: #006699;
}
#shipping #nav li.shipping a {
	background: url(../images/tab.jpg) center bottom no-repeat;
	color: #006699;
}
#contact #nav li.contact a {
	background: url(../images/tab.jpg) center bottom no-repeat;
	color: #006699;
}

/* --- TEXT ELEMENTS -------------------------------------------------- */
h1 {
	font: bold 24px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
}
h2 {
	font: bold 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #006699;
}
h3 {
	font: bold 16px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
}
p {
	font: 12px/18px verdana, Geneva, sans-serif;
	color: #333333;
}
strong {
	font: bold 16px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
}
a {
	color: #006699;
}
a:link {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration: none;
}

/* --- SERVICES PAGE ----------------------------------------------------*/
#services .col1 {
	padding-left: 50px;
	text-align: left;
	float: left;
}
#services .col2 {
	padding-left: 175px;
	text-align: left;
	float: left;
}

/* --- NEW TOOLS PAGES --------------------------------------------------*/
#tools .row {
	height: auto;
	clear: both;
	border-bottom: 1px solid #eee;
}
#tools .last_row {
	clear: both;
}
#tools .col1 {
	width: 33%;
	float: left;

}
#tools .col2 {
	width: 34%;
	float: left;
}
#tools .col3 {
	width: 33%;
	float: left;
}
#tools img {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #6699CC;
}
#tools a.more {
	margin-top: 20px;
	width: 150px;
	height: 30px;
	display: block;
	text-align: center;
	background: url(../images/init_butn.gif);
	clear: both;
}
#tools a.more:hover {
	margin-top: 20px;
	width: 150px;
	height: 30px;
	display: block;
	text-align: center;
	background: url(../images/over_btn.gif);
	clear: both;
}


/*--- SHIPPING FORM PAGE -----------------------------------------------*/
th {
	font: bold 16px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
}

td h2 {
	margin-top: 0px;
	padding-top: 0px;
}

td {
	padding-top: 10px;
	font: 12px verdana, Geneva, sans-serif;
}

/* ----- SHIPPING AND CONTACT FORM ELEMENTS -------------------------------*/
form {
	margin: 0px;
	padding: 10px;
}
label {
	padding-right: 10px;
	text-align: right;
	float: left;
	width: 160px;
	font: 12px/20px verdana, Geneva, sans-serif;
}
input{
	width: 150px;
	margin-bottom: 5px;
	border: 1px solid #6699CC;
	vertical-align: middle;
}
select{
	margin-bottom: 10px;
	border: 1px solid #6699CC;
	vertical-align: middle;
}
textarea{
	width: 500px;
	height: 200px;
	margin-bottom: 5px;
	border: 1px solid #6699CC;
}
.boxes{
	width: 1em;
	vertical-align: middle;
}
#submitbutton{
	margin-left: 170px;
	margin-top: 5px;
	width: 150px;
	background: #006699;
	color: #fff;
}
#submitbutton:hover {
	cursor: pointer;
}
br{
	clear: left;
}
.backnav {
	font-size:.7em;
	margin:0px 0px 20px 0px;
	padding:0px;
}
