html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video {
  font-family:'Helvetica Neue', Arial, sans-serif;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  /*vertical-align: baseline;*/
  white-space: normal;
  /*text-align: left;*/
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  background: transparent; 
}

body {
	background: rgb(230,231,232) url(https://cdn.pricespectre.com/images/tophighlight.jpg) repeat-x;
}
a {color:#444;}
a:hover {color:#222;}
#wrapper {
	width:1158px;
	margin:auto;
}
#header {
  position:relative;
  width:1158px;
  height:170px;
}
#logo {
  float:left;
  margin:60px 24px 20px 0;
}
#footer-logo {
  position:absolute;
  top:0;right:5px;
}
#main {
  padding:0 10px;
  margin-bottom:20px;
}
.howitworks {
  height:450px;
}
.howitworks h2, .howitworks p {
  float:left;
  width:250px;
}
.video {
  width:640px;
  height:80px;
  background:#bbb;
  float:right;
  text-align:center;
  padding:140px 0;
  font-size:32px;
  color:#777;
  text-shadow: 0 1px #ddd;
}
#main table {
  /*border:1px solid #aaa;*/
  width:400px;	
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
tr.table-head td {
  font-weight:800;
  font-size:14px;
  background:url(https://cdn.pricespectre.com/images/button_large_green.jpg) repeat-x;
  color:#222;
  border-top:none;
  text-shadow:none;
  border-bottom:1px solid #111;
}
tr.table-head td.quantity {
  border-top-left-radius: 5px;
}
tr.table-head td.price {
  border-top-right-radius: 5px;
  border-bottom:1px solid #888;
  font-style:normal;
}

td.lastleft {
  border-bottom-left-radius: 5px;
}
td.lastright {
  border-bottom-right-radius: 5px;
}
td.quantity {
  width:30px;
  text-align:center;
  padding:5px;
  color:#eee;
  font-weight:800;
  text-shadow: 0 1px #000;
  background:#292929;
  border-top:1px solid #444;
  border-bottom:1px solid #000;
  font-size:13px;
}
td.price {
  width:120px;
  text-align:center;
  padding:4px 8px;
  font-size:13px;
  color:#333;
  border-top:1px solid #fff;
  border-bottom:1px solid #ccc;
  background:#eee;
  font-weight:800;
  font-style:italic;
}
tr.table-head td.price2 {
  border-top-right-radius: 5px;
  border-bottom:1px solid #888;
  font-style:normal;
  text-align:center;
}
td.quantity2 {
  width:90px;
  text-align:center;
  padding:5px;
  color:#eee;
  font-weight:800;
  text-shadow: 0 1px #000;
  background:#292929;
  border-top:1px solid #444;
  border-bottom:1px solid #000;
  font-size:13px;
}
td.price2 {
  width:80px;
  text-align:center;
  padding:4px 8px;
  font-size:13px;
  color:#333;
  border-top:1px solid #fff;
  border-bottom:1px solid #ccc;
  background:#eee;
  font-weight:800;
  font-style:italic;
}
td.free {
  color:#111;
  font-size:14px;
}
#footer {
  position:relative;
  clear:both;
  width:1158px;
  font-size:14px;
  height:80px;
  margin-top:30px;
}
p#tableintro {
  color:#333;
  font-weight:800;
  margin-bottom:10px;
}
ul.footer-nav {
	width: 1158px;
	font-size: 1em;
	font-weight:bold;
	list-style: none;
}
ul.footer-nav li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
}
ul.footer-nav li a {
    	padding: 8px 5px;
    	color: #666;
    	font-size:15px;
    	display: block;
    	text-decoration: none;
    	float: left;
    }
    ul.footer-nav li a:hover {
    	color:#333;
    }

h1, h2, h3, h4, h5, p {
	line-height:1.5em;
	color:#222;
}

#main h1 {
  clear:both;
  font-size:24px;
  color:#444;
  width:100%;
  padding-bottom:5px;
  border-bottom:1px solid #ccc;
  text-shadow:0 1px #fff;
  margin:30px 0 0;
}
/*--MENU TOP LEVEL--*/

ul.sf-menu {
	width: 1158px;
	font-size: 1em;
	font-weight:bold;
	list-style: none;
  position:absolute;
  bottom:0; left:0;
  z-index:2000;
}
    ul.sf-menu li {
    	float: left;
    	margin: 0;
    	padding: 0 30px 0 0;
    	position: relative; /*--Declare X and Y axis base for sub navigation--*/
    }
    
    ul.sf-menu li.user {float:right;padding:0;margin:0;}
    
    a#tools{
      -moz-border-radius-bottomleft: 12px;
      -moz-border-radius-topleft: 12px;
      -webkit-border-top-left-radius: 12px;
      -webkit-border-bottom-left-radius: 12px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      background: url(https://cdn.pricespectre.com/images/button_large_gray.jpg) no-repeat;
      margin-right:0;
      height:20px;
      padding:7px 32px 5px 18px;
      color:#42424f;
      font-size:14px;
    }
      a#tools {background-position:-94px 0;}
      a#tools:hover {background-position:-94px -32px;color:#32323f;}
    a#login {
      -moz-border-radius-bottomright: 12px;
      -moz-border-radius-topright: 12px;
      -webkit-border-top-right-radius: 12px;
      -webkit-border-bottom-right-radius: 12px;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      margin-left:0;
      height:20px;
      padding:7px 18px 5px 16px;
      color:#466321;
      font-size:14px;
      background: url(https://cdn.pricespectre.com/images/button_large_green.jpg) no-repeat;
    }
      a#login {background-position:0 0;}
      a#login:hover {background-position:0 -32px;}
    
    ul.sf-menu li a {
    	padding: 8px 5px;
    	color: #555;
    	font-size:15px;
    	display: block;
    	text-decoration: none;
    	float: left;
    }
    ul.sf-menu li a:hover, ul.sf-menu2 li a:hover {
    	color:#8bc441;
    }
    ul.sf-menu li a.current {
      color:#8bc441;
    }
#home {
	padding-right:0;
}
#showcase {
  position:relative;
  margin-top:30px;
  width:1158px;
  height:305px;
  background:url(https://cdn.pricespectre.com/images/cameras.jpg) no-repeat;
}
#showcase h1 {
  clear:right;
  float:right;
  margin:15px 20px 0;
  font-size:28px;
  color:white;
}
#showcase small {
  position:absolute;
  bottom:10px;
  right:10px;
  font-size:10px;
  color:#888;
}
#news {
  width:850px;
  height:40px;
  background: url(https://cdn.pricespectre.com/images/news_bkg.jpg) no-repeat;
  padding:25px 40px;
}
#news h1 {
  text-align:center;
  color:#555;
  text-shadow: 0 1px #fff;
}
#news a.button {
  padding:4px 26px 4px 12px;
  font-size:13px;
  font-weight:800;
  height:16px;
  margin:0 20px;
  background: url(https://cdn.pricespectre.com/images/button_gray.jpg) no-repeat;
  color:#666;
  text-shadow: 0 1px #ccc;
  box-shadow:0 1px 5px #888;
  text-decoration:none;
}
#news a.button {background-position: -17px 0;}
#news a.button:hover {background-position: -17px -24px;}


.left-column, .right-column {
  width:430px;
  margin:30px 0;
}
.left-column {float:left;}
.right-column {float:right;}

h2 {
  font-size:16px;
  line-height:20px;
  color:#444;
  font-weight:800;
  text-shadow: 0 1px white;
}
p {
  font-size:14px;
  line-height:19px;
  color:#777;
  margin:5px 0 24px;
  text-align:justify;
}
a.button {
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  text-decoration:none;
}
a.green, input.button {
  padding:5px 26px 4px 20px;
  font-size:12px;
  background: url(https://cdn.pricespectre.com/images/button_green.jpg) no-repeat;
  margin:10px 0;
  float:right;
  height:15px;
  color:#4f6f24;
  font-weight:800;
  text-transform:uppercase;
}
a.green {background-position:0 0;}
a.green:hover {background-position:0 -24px;}
a.loginbutton {background-position:-100px 0;}
a.loginbutton:hover {background-position:-100px -24px;}
#currentcustomer {
  border-top:1px solid #bbb;
  padding:15px 0;
  float:right;
  width:100%;
  margin-top:15px;
}
#currentcustomer h3 {
  float:right;
  padding:15px;
  font-size:14px;
  text-align:right;
  color:#555;
  font-weight:800;
}
a.loginbutton {
  margin:15px 0;
}
#ribbonbutton {
  position:absolute;
  bottom:60px;
  right:3px;
  display:block;
  width:323px;
  height:80px;
  background: url(https://cdn.pricespectre.com/images/ribbon_button.png) no-repeat;
  text-indent:-9999em;
}
#ribbonbutton:hover {
  background-position: 0 -87px;
}
#ribbonbutton:active {
  background-position: 0 -86px;
}
/*--MENU SUB LEVELS--*/

ul.subnav, ul.subnav2 {
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	margin:0;
	padding:0;
	list-style: none;
	z-index:2500;
	display: none;
	float: left;
	color:#074F72;
}
ul.subnav {
	left: 7px; top: 42px;
}
ul.subnav2 {
	left: 209px; top: 0px;
}
    ul.subnav li, ul.subnav2 li {
    	margin: 0; padding: 0;
    	clear: both;
    	background: #EDF0F0;
    }
    ul.subnav li:hover, ul.subnav2 li:hover {
    	background: #b7d88a;
    }
    ul.subnav li:active, ul.subnav2 li:active {
    	background: #D6D8D8;
    }
    ul.subnav li a, ul.subnav2 li a, ul.subnav li a:hover, ul.subnav2 li a:hover {
    	font-family: Arial, Helvetica, sans-serif;
    	float: left;
    	font-size:12px;
    	width: 150px;
    	color:#bbb;
    	padding: 4px 8px;
    }
    ul.subnav li a:hover, ul.subnav2 li a:hover {
    	color:#111;
    }
ul.subnav, ul.subnav2 {
    background:#222;
    background: rgba(0,0,0,.8);
  	-moz-box-shadow:0 3px 5px #222;
  	-webkit-box-shadow: 0px 3px 5px #222;
  	box-shadow: 0px 3px 5px #222;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
  	border-radius: 8px;
  	padding:6px 0;
}
img.subnavarrow {
  position:absolute;
  top:-14px;
  left:24px;
}
ul.subnav li, ul.subnav2 li {
	background:	none;
}
ul.subnav li:hover, ul.subnav2 li:hover {
	background:	-webkit-gradient(linear, left top, left bottom, color-stop(0, #d7f8aa),color-stop(1, #b7d88a));
}
ul.subnav li:active, ul.subnav2 li:active {
	background:	-webkit-gradient(linear, left top, left bottom, color-stop(1, #EDF0F0),color-stop(0, #D6D8D8));
}

/*TABS*/

#tab-box {
	width:1158px;
	height:50px;
	margin:20px 0 10px;
}
.tabs {
	width:1158px;
}
    .tabs li {
    	float:left;
    	list-style: none;
    }
    .tabs li a {
    	display:block;
    	width:305px;
    	text-align: center;
    	color:#555;
      padding:15px 0;
    	font-size:18px;
    	font-weight:bold;
    	line-height:17px;
    	letter-spacing:-0.04em;
    	text-decoration:none;
    	background:#ddd;
    	vertical-align:bottom;
    }
    .tabs li a:hover {
      background:#ccc;
    }
    .tabs li a:active {
    }
    .tabs li a.current {
    	background:#8bc441;
    	color:white;
    }



/*FORMS*/

.login form {
  margin:20px 0;
}
.login label, .login input, .login textarea, .login select {
  clear:left;
  float:left;
}
.login label {
  margin:10px 0 3px;
  font-size:14px;
  color:#777;
  text-shadow: 0 1px #fff;
}
.login select {
  margin-bottom:20px;
}
.login input {
  height:24px;
  width:300px;
  font-size:14px;
}
.login input.button {
  clear:none;
  margin-right:10px;
}
.login #formgroup1{
  float:left;
  width:360px;
}
.login #formgroup2{
  float:right;
  width:500px;
}
.login #formgroup2 input.reg {
  width:500px;
}
.login #formgroup2 textarea {
  width:500px;
  height:250px;
}
.login div.input {
  float:left;
  margin:5px 0;
  width:300px;
}
.login input.button {
  width:110px;
  color:#466321;
  height:24px;
  border:none;
  outline:none;
  cursor:pointer;
  text-transform:uppercase;
  font-size:12px;
  line-height:14px;
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
  margin:10px 0 0 10px;
}
.login input.button {background-position:0 0;}
input.button:hover {background-position:0 -24px;}

.login #captcha {
  float:left;
  margin-top:25px;
}
.login form small {
  clear:left;
  float:left;
  font-size:10px;
  font-style:italic;
  margin-top:6px;
  color:#555;
}
.login #formgroup2 input.city {
  width:240px;
}
.login #formgroup2 input.zip {
  width:70px;
}
.login #confirm {
  margin:25px 0;
}
.login #confirm ul{
  margin:10px 0;
  font-size:14px;
  color:#444;
  text-shadow: 0 1px white;
  list-style:none;
}
.login #confirm ul li {
  margin:5px 0;
}
.login #confirm input.button {
  float:left;
  width:160px;
}