/*
Securifix
July 2008
*/

/** RESET CODE **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}

q:before,q:after{content:'';}
abbr,acronym {border:0;}

/** **/

/** CLEAR AND FLOATS **/


.clear {
	clear:both;
	margin:0;
	line-height:0%;
	padding:0;
	font-size:0em;
	display:block;
	height:0%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

.right {
	float:right;
}

.left {
	float:left;
}

/** **/

/** STRUCTURE **/

body {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 78%;
	font-family: Tahoma, Arial;
	color: #000;
	background: #B8BCBF url(/images/bg-body.jpg) top center no-repeat;
	text-align:center;
}

* html body { /* make ie5.5 behave itself and center the layout */
	text-align:center;
}

.container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
	text-align:left;
	background: #fff;
}

.header {
	margin: 0;
	padding: 0;
	background:#ffffff url(/images/bg-header.gif) top right no-repeat;
	position:relative;
}

div#main {
	margin: 0;
	padding: 8px 0;
	background: #fff;
	width:960px;
}

.column {
	margin: 0 0 0 13px;
	padding:0;
	width: 181px;
}

.content {
	margin: 0 14px 0 0;
	float: right;
	width: 740px;
	display:inline;	
	background:#fff url(/images/bg-content.gif) bottom left no-repeat;
}

.footer {
	margin:0 auto;
	text-align: left;
	background:#fff url(/images/bg-footer.gif) no-repeat top left;
	width:960px;
}

/** **/


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-size:155%;
}

h1 {
	color:#fff;
	padding-bottom:9px;
}

h2 {
	font-size:110%;
	margin-bottom:10px;
}

a {
	color: #ee2e24;
	text-decoration: none;
}

a:hover {
	color:  #beb197;
	text-decoration: underline;
}

hr {
	margin: 2em 0 2em 0;
}
/*  */

/* --generic id's & classes-- */

div.content img.imageleft {
	margin: 0 20px 20px 0;
	float: left;
}

div.content img.imageright {
	margin: 0 0 20px 20px;
	float: right;
}

.price {
	font-size: 1.1em;
	font-weight: bold;
}
/*  */


/** HEADER **/


/* Header Nav */

ul#headernav {
	padding: 0;
	margin:0 14px;
	list-style: none;
	background: url(/images/bg-headernav.gif) repeat-x bottom left;
	line-height:2em;
	border-top:1px solid #cccccc;
	width:932px;
}

ul#headernav li {
	margin: 0;
	padding: 0;
	font-size:12px;
	background: url(/images/bg-headernav-li.gif) no-repeat bottom right;
	float:left;	
}

ul#headernav li a {
	padding: 0 14px 0 10px;
	display: inline;
	font-weight:bold;
	color: #000;
}

ul#headernav a:hover, ul#headernav a.activelink {
	color: #beb197;
	text-decoration: none;
}

/** **/

/** COLUMN **/

/* Search */

#search label {
	display:none;
}

#search {
	padding:5px 5px 0 14px;
	margin:0 0 5px 0;
	background:#d2d3d5 url(/images/bg-search.gif) repeat-x top left;
	height:28px;
}

#search input.textbox {
	width:60%;
	border:1px solid #cecfd1;
	color:#666633;
	padding:4px 0 4px 3px;
	margin:0 1px 0 0;
	font-size:11px;
	float:left;
}

#search input.searchbutton {
	width:33%;
	font-size:10px;
	background:#ee2e24;
	color:#fff;
	border:none;
	border-right:1px solid #c66763;
	border-bottom:1px solid #9b6b69;
	border-top:1px solid #c66763;
	border-left:1px solid #949596;
	padding:1px 1px;
	float:right;
	margin:0 0 0 5px;
	cursor:pointer;
	text-transform:uppercase;
	height:22px;
}
/*  */

/* Primary Navigation */

ul.primary {
	padding: 0px 0px 10px 0px;
}

ul.primary li {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 11px;
	line-height:19px;
	border-bottom:1px solid #f2f2f2;
}

ul.primary li.nav_title {
	margin:0;
	padding:2px 14px;
	font-size:12px;
	line-height:14px;
	font-weight: bold;
	color:#fff;
	border-top:1px solid #fff;
	background:#d1d2d4 url(/images/bg-primary-li.gif) repeat-x top left;
}

ul.primary li a {
	padding: 0 14px;
	display: block;
	color: #000000;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 1em;
	height:1%;
}

ul.primary li a:hover, ul.primary li a.active {
	background:#f2f2f2;
	color: #000;
	text-decoration: none;
}

ul.primary li a.active {
	background:none;
}

/* */

/* Newsletter */

.column .newsletter {
	background:#000000;
	padding:6px 4px 6px 10px;
	margin:0 0 8px 0;
}

.column .newsletter p {
	color:#ffffff;
	padding:0 0 8px 0;
}

.column form.newsletter-form {
	margin:0 0 12px 0;
	padding:0;
	line-height:0;
}

.column form.newsletter-form label {
	display:none;
}

.column form.newsletter-form input {
	margin:0;
}

.column form.newsletter-form input.newsletter-textbox {
	width:102px;
	border:1px solid #ffffff;
	color:#000000;
	padding:2px 0 2px 2px;
	margin:0 3px 0 0;
	font-size:0.8em;
}

.column form.newsletter-form input.newsletter-button {
	font-size:12px;
	background:#77b1ff;
	color:#fff;
	border:none;
	border-right:1px solid #77b1ff;
	border-bottom:1px solid #77b1ff;
	border-top:1px solid #e2efff;
	border-left:1px solid #e2efff;
	padding:1px;
}

/* */

/* Call to action boxes */

.column .ctabox {
	margin:0;
	padding:0;
}

.column .enewsbox {
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
}

.ctabox img {
	margin: 0;
	padding: 0;
	border: none;
}

/* */


/** **/


/** CONTENT **/

.title-area {
	background: #231f20 url(/images/bg-cat-title-area.gif) bottom left no-repeat;
	
	min-height:8.3em;
	height:auto !important;
	height:8.3em;
	position:relative;
}

body#about_us .title-area,
body#case_studies .title-area,
body#faqs .title-area,
body#leasing .title-area,
body#maintenance .title-area,
body#contact .title-area,
body#testimonials .title-area,
body#site_credits .title-area {
	background: #818386 url(/images/bg-title-area.gif) bottom left no-repeat;
}

.content .title-area .inner {
	background: #231f20 url(/images/bg-cat-title-area-inner.gif) top left no-repeat;
	
	padding:14px;
}

body#about_us .title-area .inner,
body#case_studies .title-area .inner,
body#faqs .title-area .inner,
body#leasing .title-area .inner,
body#maintenance .title-area .inner,
body#contact .title-area .inner,
body#testimonials .title-area .inner,
body#site_credits .title-area .inner  {
	background: #818386 url(/images/bg-title-area-inner.gif) top left no-repeat;
}

.content .inner {
	padding:0 14px 14px 14px;
}

.title-icon {
	position:absolute;
	top:15px;
	right:15px;
}


/* Page navigation */

.content ul.pagenav {
	margin: 0;
	padding: 0;
	width:14em;
	font-size:14px;
	line-height:1.5em;
	list-style: none;
	font-weight:bold;
}

.content ul.pagenav li {
	list-style: none;
	margin:0;
}

.content li.pagelink {
	float: right;
	width: 1.4em;

}

.content li.totalpages {
	float: left;
	text-align: left;
}

.content li.previousnext {
	float: left;
}


/* Breadcrumb */

.content ul#breadcrumb {
	color: #ffffff;
	font-size: 0.9em;
	padding:0;
	margin:0;
}

.content ul#breadcrumb li {
	display: inline;
	margin:0;
	text-transform: capitalize;
}

.content ul#breadcrumb a {
	color: #ffffff;
	padding:0 3px 0 0;
	text-decoration:underline;
}

.content ul#breadcrumb a:hover {
	text-decoration:underline;
}

/* */

/* Spotlight */

div#spotlight {
	margin: 0 0 4px 0;
	padding: 0;
}

div#spotlight img {
	margin: 0;
	padding: 0;
	border: none;
}

/*  */

/* Call to action */

div.content .ctaboxpagead,
div.content .ctaboxpageadend,
div.content .ctaboxofferad,
div.content .ctaboxofferadend {
	margin: 0 6px 0px 0;
	padding: 0;
	float: left;
	width: 367px;
	background: #ffffff;
}


div.content .ctaboxpagead p,
div.content .ctaboxpageadend p,
div.content .ctaboxofferad p,
div.content .ctaboxofferadend p {
	margin:0 0 0 10px;
}

div.content .ctaboxpagead p.admintext,
div.content .ctaboxpageadend p.admintext,
div.content .ctaboxofferad p.admintext,
div.content .ctaboxofferadend p.admintext {
	position: relative;
	top: -165px;
	float: left;
	background-color: #fff;
}

div.content .ctaboxpagead p.admintext a,
div.content .ctaboxpageadend p.admintext a,
div.content .ctaboxofferad p.admintext a,
div.content .ctaboxofferadend p.admintext a
{
	color: #01437C;
}

div.content .ctaboxpagead p a,
div.content .ctaboxpageadend p a,
div.content .ctaboxofferad p a,
div.content .ctaboxofferadend p a {
	font-size: 0.9em;
	color: #8AAE34;
	text-decoration: underline;
}

div.content .ctaboxofferad,
div.content .ctaboxofferadend {
	background: #01437C url(../images/cta_offerad_bg.jpg) no-repeat bottom;
}

div.content .ctaboxpagead {

}

div.content .ctaboxpageadend {
	margin-right: 0;
}

div.content .ctaboxofferad {
	margin-right: 5px;
}

div.content .ctaboxofferadend {
	margin-right: 0;
}

div.content .ctaboxpagead h2,
div.content .ctaboxpageadend h2 {
	margin:0;
	color: #000;
	font-size: 1em;
}

div.content .ctaboxpagead img,
div.content .ctaboxpageadend img {
	margin: 0;
	padding: 0;
	border: none;
}

div.content .ctaboxofferad img,
div.content .ctaboxofferadend img {
	float: right;
	border: none;
}

div.content .ctaboxofferad h2,
div.content .ctaboxofferadend h2 {
	margin: 124px 0 0 0;
	padding: 2px;
	color: #fff;
	font-family: "Century Gothic", Helvetica;
	font-size: 1.2em;
	font-weight: bold;
	font-weight: normal;
}

.content em.oldoffpr {
	text-decoration: line-through;
	font-style: normal;
	font-size:1.4em;
}

.content em.newoffpr {
	font-weight: bold;
	font-size:1.4em;
	color: white;
	font-style: normal;
}

/* */

/* Generic styles */

.content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.content p {
	line-height: 1.4em;
	padding-right:12px;
	margin:0 0 1em 0;
	font-size:11.5px;
}

.content ul li {
	list-style: disc;
	margin-left:14px;
}

/* */

/** Specific page styles **/

/* Home */

#home .content {
	background:none;
}

#home .content h1 {
	margin:14px 0 0 18px;
	color:#000;
}

#home p {
	margin-left:18px;
}

/* Contact */

.contact-cta {
	background:#ee2e24 url(/images/bg-contact.gif) bottom left;
	width:701px;
	padding-bottom:14px;
	margin-bottom:20px;
}

.contact-cta .inner {
	background:#ee2e24 url(/images/bg-contact-inner.gif) top left;
	margin:0;
	padding:0;
}

.contact-block {
	width:317px;
	margin-right:10px;
	float:left;
	padding:14px;
}

.contact-block {
	color:#fff;
}

.contact-block h2 {
	font-size:17px;
	margin:0;
	color:#000;
}

.contact-block p {
	font-size:16px;
	margin-top:0;
}

.contact-block a {
	color:#fff;
	text-decoration:underline;
}

.contact-left {
	float:left;
	width:360px;
}

.contact-right {
	float:right;
	width:330px;
}

/* CATEGORY */

.categoryblock .product p.newprice {display:block; font-weight:bold; line-height:normal;margin:0; color:#000;}
p.newprice input { display:none; }

li.newprice {/* not used for category products ( see div.content div.product li.newprice) */
	color: #364D1F;
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
}

li.oldprice {
	display:block;
	padding:5px 0 0 0 ;
	float:left;
	text-decoration: line-through;
	color:#000;
}

em.specialoffer {
	font-weight:bold;
	color:red;
	padding:10px 0;
	display:block;
}

div.content div.categoryblock form div.product ul {
	padding:0;
	margin:0 0 0 -14px;
}

div.content div.product div.clear {
	display: none;
}

div.categoryblock div.product h2 {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	width:157px;
}

div.product h2 a,
div.productend h2 a {
	color: #656565;
	display:block;
	text-decoration:none;
}

div.content p.details {
	padding: 5px 5px 0 0;

	font-size: 1.1em;
}

div.product ul.productprices,
div.productend ul.productprices {
	height: 60px;
	color:  #364D1F;
	font-size: 0.9em;
	list-style-type: none;
}

div.product ul.productprices li,
div.productend ul.productprices li {
	padding: 0;
}

/* PRODUCT STYLES */
div.content div.product,
div.content div.productend {
	margin: 0 25px 10px 0;
	float: left;
	width: 157px;
	background-color: #fff;
}

div.content div.productend {
	margin-right: 0;
}

div.content div.product img {
	border: 1px solid #cccccc;
}

div.content div.product p {
	font-size:11px;
	margin-top:3px;
}

div.productcolleft {
	float:left;
	width:325px;
	padding:0;
	margin:0;
}

div.productcolleft a:hover {
	text-decoration:none;
}

div.productcolright {
	float:right;
	width:365px;
}
div.content div.categoryblock div.product img {
	padding:4px 4px 5px 5px;
}

div.content div.product ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.content div.product li {
	margin-bottom: 0px;
}

div.product ul li {
	display: block;
}

div.content li.detailslink {
	margin: 0.3em 0 0 0;
	padding: 0;
}
/*  */

/* PRODUCT DETAILS */

div#productdetails h3 {
	font-weight: normal;
}

div#productdetails img {
	border:none;
}

div#productdetails ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#productdetails fieldset {
	margin: 0;
	padding: 0;
}

div#productdetails table {
	clear:both;
	margin:0 0 0 1px;
	font-size: 0.9em;
	border-collapse: collapse;
	width:100%;
	border-bottom: #beb197 1px solid;
	border-right: #beb197 1px solid;
}

div#productdetails th {
	padding: 4px;
	height: 40px;
	text-align:center;
	color: #fff;
	font-weight: bold;
	background-color: #beb197;
	border-left: #fff 1px solid;
}

div#productdetails th:first-child {
	border-left: #beb197 1px solid;
}

div#productdetails td {
	background-color: #ffffff;
	border-left: #beb197 1px solid;
	padding:4px;
}

/*  */

/** **/

/** footer **/

.section {
	float:left;
	padding:10px 14px 14px 14px;
}

.section.one {
	width:172px;	
	padding-left:28px;
}

.section.two {
	width:610px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

#home .footer p {
	margin:0 0 5px 0;
	color:#808080;
}

.footer ul {
	font-size: 0.9em;
	color: #000;
	list-style-type: none;
	color:#808080;
}

.footer ul li {
	margin:0px 16px 0 0px;
	line-height: 2em;
	display:inline;
}

.footer ul li a {
	color:#808080;
	text-decoration: none;
}

.footer p a  {
	color:#000;
}

.footer ul li a:hover {
	text-decoration: underline;
}

/** FORMS **/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

legend {
	margin-left: 0;
	padding:0 0 0 4px;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	text-align:left;
}

label {
	display: block;
	line-height: 1.8em;
	font-weight:bold;
	margin-top:3px;
}

fieldset.checkboxes label {
	float:left;
	display:inline;
	margin-right:10px;
}

input {
	margin-top: 1px;
}

input.submit {
	padding: 2px;
}

input.checkbox {
	width: 1em;
}

textarea {
	margin-bottom:5px;
}

select {
	margin-top: 1px;
}

/* generic classes and ids */

.formerror {
	color: red;
	font-weight: bold;
	padding-left:6px;
}

.required {
	color: #646464;
	font-weight: bold;
	padding-left:6px;
}

.highlight {
	color: #E48B00;
	font-size: 0.8em;
}

/* */

/* maincontent form styles */

form p {
	margin: 5px 0 5px 0;
}

.content fieldset {
	margin: 0 0 0px 0px;
	padding: 10px 10px 10px 0px;
}

.content fieldset div {
	margin: 0 auto 0.5em auto;
}

p#note {
	margin: 0 0px 15px 0px;
	padding: 10px;
	border: #77b1ff 1px solid;
	background-color: #ebf4ff;
}

div#rightbutton {
	float: right;
}

div#centrebutton {
	text-align: center;
}

.content div#productdetails fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.content div#productdetails fieldset div {
	margin: 0 0 10px 0;
	padding: 0;
}

/*  */

/* --admin form--- */

div#admintext {
	margin: 0;
	padding: 0 0 30px 0;
}

div#admintext div {
	margin: 0 0 1.5em 10px;
	padding: 0;
}

div#admintext form {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#admintext fieldset {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: #D1D1C4 1px solid;
	background-color: #F7F7F7;
}

* html div#admintext fieldset {
	background-color: transparent;
}

/** **/

/** ADMIN **/

div#admintext a:link {
	color: #8C181B;
}

div#admintext a:visited {
	color: #8C181B;
}

div#admintext a:hover {
	color: #FF4500;
}

/* --Admin table styles-- */

table#admintable,
table#customertable,
table#ordertable {
	margin:0 20px 0 0;
	width:100%;
}

table#admintable th,
table#customertable th,
table#ordertable th {
	font-weight:bold;
	background:#E4EFF5;
	border-right:1px solid #ffffff;
	padding:2px;
}

table#admintable td,
table#customertable td,
table#ordertable td {
	padding:2px;
}

table#admintable tr.rowhighlight,
table#customertable tr.rowhighlight,
table#ordertable tr.rowhighlight {
	background:#EEEEEE;
}

table#admintable tr.attributehighlight {
	background-color: #E9D1B3;
}

table#admintable .width100,
table#customertable .width100,
table#ordertable .width100 {
	width: 100px;
}

table#admintable .width150,
table#customertable .width150,
table#ordertable .width150 {
	width: 150px;
}

table#admintable .width300,
table#customertable .width300,
table#ordertable .width300 {
	width: 300px;
}

table#admintable .width470,
table#customertable .width470,
table#ordertable .width470 {
	width: 470px;
}

table#admintable .width30,
table#customertable .width30,
table#ordertable .width30 {
	width: 30px;
}

table#admintable .width60,
table#customertable .width60,
table#ordertable .width60 {
	width: 60px;
}

table#admintable .width70,
table#customertable .width70,
table#ordertable .width70 {
	width: 70px;
}

table#subtotal {
	text-align: right;
}

/*  */

/* admin link styles */

#adminnav {
	background: transparent;
}

ul#adminnav  {
	border:none;
}

#adminnav li {
	margin-left: 0;
	margin-bottom: 5px;
}

#adminnav li a {
	padding-left: 5px;
	line-height: 2em;
	color: white;
	background-color: #A52A2A;
}

#adminnav li a:hover {
	color: white;
	background-color: #E82A2A;
}


.adminlink, p.admintext {
	margin-top: 20px;
	color: Red;
	text-align: left;
}

.adminlink a, p.admintext a {
	padding: 3px;
	color: white;
	font-size: 11px;
	font-weight: normal;
	background-color: #A52A2A;
	text-decoration: none;
	border: 1px solid silver;
}

.adminlink a:hover, p.admintext a:hover {
	color: white;
	background-color: #0F589D;
	text-decoration: none;
}

#categoryadminlink {
	margin: 0 0 0 50px;
	font-size: 0.45em;
	font-weight: normal;
}

.contentadminlink {
	font-size: 1em;
	color: #E48B00;
}

/*  */
.content div.manufacturer {
	margin: 0 3px 4px 0;
	padding: 0 0 10px 0;
	float: left;
	width: 115px;
	color: #000;
	border: none;
	position: relative;
	min-height: 120px;
	border: #77b1ff 1px solid;
	text-align:center;
}


div#productdetails table {
		clear:both;
		margin:0 0 0 1px;
		font-size: 0.9em;
		border-collapse: collapse;
		width:100%;
		border-bottom: #beb197 1px solid;
		border-right: #beb197 1px solid;
	}

	div#productdetails th {
		padding: 4px;
		height: 40px;
		text-align:center;
		color: #fff;
		font-weight: bold;
		background-color: #beb197;
		border-left: #fff 1px solid;
	}

	div#productdetails th:first-child {
		border-left: #beb197 1px solid;
	}


	div#productdetails td {
		background-color: #ffffff;

		border-left: #beb197 1px solid;
		padding:4px;
	}

	/*  */

	/* PRODUCT OPTIONS */
	table#productoptions th {
		font-size: 0.9em;
		font-weight: normal;
	}

	table#productoptions th.toptitle {
		text-align: center;
	}

	table#productoptions tr.descriptionrow {
		background-color: #EEEEEE;
	}

	table#productoptions td.descriptiontext {
		border: 1px solid #7E7E7E;
		text-align: left;
	}

	table#productoptions tr.options th,td {
		text-align: center;
	}
	/*  */

