@charset "utf-8";
/* ==================== JD Carton Main Layout CSS Styles ==================== */

/*	Table Of Contents
	 1.Defaults
	 2.Header
	 3.Navigation
	 4.Quote Form
	 5.Content
	 6.Footer
*/

/* ==================== 1.Defaults ==================== */

* {margin:0px; padding:0px;}

body {background: #E6E6E6 url(../images/bg-main.jpg) repeat-x; font:12px Arial, Helvetica, sans-serif; color:#666;}

h1 {font-size:1.3em; font-weight:bold;}

h2 {font-size:1.1em; font-weight:bold;}

h1,h2 {padding-bottom:6px; color:#000;}

a, a:hover, a:active, a:focus {text-decoration:none; outline:none;}

img {border:none;}
	
ul {list-style:none;}
	
.clear {clear:both;}

.ul-float {float:left; padding-right:10px;}

.img-clear {clear:both; display:block; padding-top: 6px;}
	
.err {color: #F00; font-weight: bold;}

.img-left {float:left; margin-right:15px; margin-bottom:5px; padding:3px;}
	
.img-left-bdr {float:left; margin-right:15px; margin-bottom:5px; margin-top:5px; padding:3px; border:#CCC 1px solid;}

.img-right {float:right; margin-left:15px; margin-bottom:5px; padding:3px;}
	
.img-right-bdr {float:right; margin-left:15px; margin-bottom:5px; padding:3px; border:#CCC 1px solid;}
	
#wrapper {width:950px; margin: 0px auto;}

#border {border:#D9D9D9 1px solid; float:left; position:relative; background:#fff;}

/* ==================== 2.Header ==================== */

#header {width:950px; height:94px; float:left; color:#F60; background:url(../images/bg-header.jpg) no-repeat 128px 26px;}

#header img {float:left;}

#header div {float:right; padding-right:25px; padding-top:25px; text-align:right;}

p#phone {font-size:1.9em; font-weight:bold; color:#000;  padding-left:22px; padding-top:5px; background:url(../images/icon-phone.jpg) no-repeat left 10px;}
	
#header a {color:#777; font-size:.9em; font-weight:bold;}
	
#header a:hover {color:#F60; text-decoration:underline;}
	
/* ==================== 3.Navigation  ==================== */

#navigation {width:946px; height:43px; background:url(../images/bg-navigation.jpg) repeat-x; font-weight:bold; color:#FFF; margin:2px;}
	
#navigation li {float:left; position:relative;}

#navigation a {float:left; color:#FFF; background:url(../images/btn-spacer.jpg) no-repeat top right;}

#navigation a:hover, #navigation a#Resources:hover {background:url(../images/btn-active.jpg) no-repeat top right;}

#navigation .active, #navigation .active:hover, #navigation a#Resources.active {background:url(../images/btn-hover.jpg) no-repeat top right; color:#E0B60A;}

#navigation a, #navigation a:hover, #navigation a#Resources a:hover {display:block; padding:0px 27px 0px 26px;}

#navigation a:hover {color:#FFF;}
	
#navigation a, #navigation span, #navigation a:hover span {line-height:43px;}

#navigation a#Resources {background:none; padding-right:25px;}

/* ==================== 4.Quote Form ==================== */
	
#quote-form {width:909px; height:206px; float:left; border:#D9D9D9 1px solid; background:url(../images/bg-header-image.jpg) no-repeat center 2px; padding:11px 11px 2px 2px; margin-bottom:15px;}

#quote-form table {width:445px; border-collapse:collapse; float:right; color:#FFF; font-weight:bold; display:block;}

#quote-form table td {height:37px;}

#quote-form table th {color:#FC0; font-size:1.6em; text-align:left; padding-left:12px; height:30px; font-weight:normal; vertical-align:bottom;}

#quote-form label {text-align:right; display:block; font-weight:bold; margin:0px 2px 0px 2px;}

#quote-form input, #quote-form select {margin:0px 11px 0px 2px; padding:2px; border:#CCC 1px solid; }

#quote-form input {width:132px;}

#quote-form select {width:137px;}

#quote-form .btn-continue {width:184px; height:27px; border:none;}

/* ==================== 5.Content ==================== */
	
#content-container {width:924px; padding:13px; float:left; height:auto; min-height:600px; background-color:#FFF;}
	
* html #content-container {height:600px;}

/* ==================== 6.Footer ==================== */

#footer {width:910px; height:60px; padding:20px; color:#666; clear:both; font-size:.9em;}
	
#footer a {color:#F60;}

#footer p {line-height:200%;}
	
#footer a:hover {color:#666; text-decoration:underline;}

#footer div {float:right; text-align:right;}

p#spectrum a, p#spectrum a:active {color:#666;}
	
p#spectrum a:hover {color:#F60;}
