/* Bugs for Bugs */

/* normalise browser defaults */

@import url('reset.css');
@import url('fonts.css');

/* global styles */

body {
	font-family: Verdana;
	color: #003300;
	background-color: #eaf3d9;
}

h1 {
	font-size: 114%;
	margin-bottom: 8px;
}

	h1 span {
		display: block;
		font-weight: normal;
	}

h2 {
	font-size: 100%;
	margin-bottom: 8px;
}

	h2 span {
		display: block;
		font-weight: normal;
		font-style: italic;
	}

p {
	margin-bottom: 8px;
	font-size: 85%;
}

	p.terms {
		font-size: 77%;
	}

a {
	text-decoration: underline;
	color: #003300;
}

em {
	font-style: italic;
}
ul {
	font-size: 85%;
}

	ul * {
		font-size: 100%;
	}

li {
	list-style-type: disc;

}

object {
	margin-bottom: 20px;
}

/* defaults for forms */

fieldset {
	margin-top: 10px;
}

	fieldset legend {
		font-weight: bold;
		color: #000;
		padding: 0 0 10px;
	}
	
	fieldset p {
		padding-bottom: 3px;
	}

	fieldset label {
		width: 140px;
		display: inline-block;
		font-weight: bold;
		text-align: right; 
		padding-right: 10px;
	}
	
	fieldset input.text {
		width: 150px;
	}
	
	fieldset input.small { /* narrow textfields */
		width: 70px;
	}
	
	fieldset p.checkbox {
		padding-left: 130px;
	}

		fieldset p.checkbox label {
			padding-left: 10px;
			width: auto;
		}
	
	fieldset p.textarea label {
		vertical-align: top;
	}
	
div.error {
	margin-bottom: 10px;
	padding: 10px;
	color: white;
	background: #ac0000;
	margin-left: -10px;
}
	
	div.error h2 {
		padding-bottom: 3px;
		border-bottom: 1px solid #ab5353;
	}

	div.error p {
		font-weight: bold; 
	}
	
div.info {
	margin-bottom: 10px;
	padding: 10px;
	background: #CAD696;
	margin-left: -10px;
}
	
p.submit {
	font-size: 108%;
}
	p.submit input {
	}

/* page layout */

#wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 850px;
}

#submenu {
	position: fixed;
	top: 220px;
	left: 216px;
	text-align: right;
	width: 88px;
}

	#submenu h3 {
		font-size: 85%;
		
	}

#submenu li {
		list-style-type: none;
		line-height: 1.6em;
}

#header {
	width: 521px;
}

	#header ul {
		position: absolute;
		left: 319px;
		top: 68px;
		z-index: 90;
	}
	
	#header ul li {
		display: inline;
		position: relative;
		float: left;
		border-right: 1px solid #003300;
		padding-right: 13px;
		padding-left: 6px;
		font-size: 100%;
		font-weight: bold;
	}
      #header ul > li:last-child,
	  #header ul li.last { border-right: none; }
	
		#header ul li a {
			text-decoration: none;
		}
		
			#header ul li a:hover {
				color: #fff;
			}
	
		#header ul li.you_are_here a {
			color: #fff;
		}

		#header ul li.first {
			padding-left: 0;
		}

		#header ul li#last {
			border: none;
		}

		#header li ul {
			display: none;
			position: absolute;
			width: 20em;
			padding-bottom: 0.5em;
			background-color: #003300;
			color: #93c;
			top: 14px;
		    left: 0;
		}

			#header li.first ul {
				width: 13em;
			}

			#header li ul { 
				top: 1em; /* everyone else */
				left: auto;
				margin-top: 2px;
			}

			#header li ul li {
				clear: left;
				display: block;
				width: 90%;
				font-weight: normal;
				border: none;
				padding: 4px 4px 0 4px;
			}

				#header li ul li a {
					color: #fff;
					display: block;
				}
				
					#header li ul li a:hover {
						color: #eeb629;
					}

      #header li:hover ul,
		#header li.over ul {
			display: block;
		}
		
		#header #basket_summary {
			background: #ade33b;
			border-radius: 4px;
			position: absolute;
			top: 40px;
			right: 34px;
			width: 86px;
			padding: 7px 4px;
			overflow: hidden;
			background: #addf3d url('/images/system/mini_basket_bg.png') no-repeat 0 0;

		}
		
			#header #basket_summary a { 
				color: #003b04;
				font-size: 85%;
				padding: 4px 5px;
				font-weight: bold;
				text-decoration: none;
				text-align: right;
				display: block;
			}
			
			#header #basket_summary p {
				background: url('/images/system/basket_icon.png') no-repeat 0 50%;
				padding: 2px 0 0 22px;
				margin: 0 0 2px 4px;
			}

		#header #need_support {
			position: absolute;
			top: 40px;
			right: 34px;
			width: 150px;
			text-align: right;
		}
		
		#header #need_support p {
			margin: 0;
		}

.home body {
  background: #cae2a1;
}

#main  {
	position: relative;
	width: 480px;
	z-index: 50;
}
	
	#wrap #home {
		display: block;
		position: absolute;
		float: left;
		left: 215px;
		top: 100px;
		
}

	#main #content {
		position: relative;
		left: 319px;
		top: 100px;
		width: 100%;
		padding-top: 26px;
		padding-bottom: 19px;
		padding-left: 18px;
		border-top: 1px solid #003300;
		border-bottom: 1px solid #003300;
		float: left;
	}
	
	#main #content.homepage {
		background: transparent url(/images/bug_home.jpg) no-repeat top left;
		height: 100px;
		padding-bottom: 0;
		border: none;
    padding-top: 235px;
	}
	
		#main #content.homepage p.intro {
			color: #fff;
			position: absolute;
			top: 182px;
		}


		#main #content ul {
			padding-left: 2em;
			margin-bottom: 8px;
		}

    #main #content ul.blog_posts {
      margin: 0;
      padding: 0;
    }

    #main #content ul.blog_posts li {
      list-style-type: none;
      font-size: 14px;
      line-height: 1.4em;
    }

    #main #content ul.blog_posts li a {
      overflow: hidden;
      display: inline-block;
      width: 360px;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    #main #content ul.blog_posts li span {
      display: inline;
      display: inline-block;
      width: 115px;
    }
		
		body.our_team #main #content div.shim {
			clear: both;
			width: 100%;
			height: 1px;
		}
		
		body.our_team #main #content h2 {
			margin-top: 8px;
		}

		#main #content p.photo,
		#main #content p.pdf {
			width: 170px;
			font-size: 77%;
			float: right;
			clear: right;
			padding: 12px 0 12px 20px;
		}

			#main #content p.photo span {
				display: block;
			}
			
			#main #content p.photo cite {
				display: block;
			}
			
		#main #content p.pdf img { 
			display: block; 
			padding: 6px; 
			float: left;
		}
		
		#main #content p.pdf span { 
			padding: 4px 0 0 0;
			display: block;
		}

		#main #content p.orderform {
			clear: both; 
		}
		
		#main #content p.orderform a {
			background: url('/images/pdficon_large.gif') no-repeat 5px 10px;
			border: 1px solid #638B1E;
			display: block;
			margin: 20px 0; 
			padding: 20px 20px 20px 45px;
			font-weight: bold;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		
			#main #content p.orderform a:hover {
				background-color: #638B1E;
			}


		
#sidebar {
	position: absolute;
	left: 220px;
	top: 200px;
	width: 95px;
	z-index: 100;
}

	#main > #sidebar {
		position: fixed;
	}
	
	#sidebar ul {
		margin-left: 0;
		padding: 0;
		background: ;
	}

	#sidebar li {
		padding-bottom: 2px;
		list-style: none;
		padding-left: 0;
		padding-bottom: 0.667em;
	}
	
		#sidebar li a {
			text-decoration: none;
			display: block;
		}
		
		#sidebar li a:hover {
			text-decoration: underline;
		}

	#sidebar #back_to_top {
		list-style-type: none;
		position: relative;
		top: 1em;
	}
			

#content dl {
	margin-bottom: 1em;
}
	#content dt {
		font-weight: bold;
		display: block;
		clear: left;
		padding-right: 1ex;
	}
	#content dd {
		display: inline;
	}


	#content.product_list table td,
 	#content.product_list table th {
		width: 160px;
		text-align: center;
		font-size: 85%;
	}
	
	#content.product_list table th {
		vertical-align: top;
		padding-bottom: 2em;
	}
	
		#main #content #pricing {
			margin-top: 2em;
			margin-bottom: 1.334em;
			clear: both;
		}
		
		#main #content #pricing table {
			margin-bottom: 0.5em;
			width: 100%;
		}
		
		#main #content #pricing table thead th {
			font-weight: bold;
			border-bottom: 2px solid #5A771F;
		}
		
		#main #content #pricing table th {
			width: 80px;
			text-align: left;
			vertical-align: top;
			padding-bottom: 0.5em;
		}
		
		#main #content #pricing table td {
			padding-top: 4px;
			text-align: right;
			vertical-align: top;
		}
		
		#main #content #pricing table th.item {
			width: 50%;
		}
		#main #content #pricing table th.price,
		#main #content #pricing table td.price {
			width: 80px;
			text-align: right;
			padding-right: 10px;
		}
		
		#main #content #pricing table th.quantity { 
			width: 40px; 
			text-align: right;
		}

		#main #content #pricing table td input { margin-top: -2px; }
		
#footer {
	position: relative;
	display: block;
	top: 122px;
	clear: both;
	height: 395px;
	padding-left: 319px;
	background: url(/images/system/branding_bg.png) no-repeat 95px 0;
}

	#footer .feature {
		margin-right: 7px;
		display: block;
		float: left;
		height: 147px;
		width: 160px;
		text-decoration: none;
		text-align: right;
	}
	
		#footer a.feature#feature1 {
			background: transparent url('../images/feature_spot_1.jpg') no-repeat top left;
		}
		
		#footer a.feature#feature2 {
			background: transparent url('../images/feature_spot_2.jpg') no-repeat top left;
		}
		
		#footer a.feature#feature3 {
			background: transparent url('../images/feature_spot_3.jpg') no-repeat top left;
		}
	
		#footer a.feature span {
			font-size: 85%;
			position: relative;
			top: 97px;
			visibility: hidden;
			margin-right: 1px;
			color: #003300;
			display: block;
			float: right;
			width: 150px;
			height: 42px;
			padding-top: 8px;
			padding-right: 8px;
			background: transparent url('../images/overlay.png') repeat top left;
		}

			#footer a.feature:hover span,
			#footer a.feature.over span {
				visibility: visible;
			}
	
	
	
	#footer p {
		color: #fff;
		text-align: center;
		clear: both;
		width: 500px;
	}
	
		#footer p span {
			display: none;
		}
		
		
/* Checout - basket */

th.numeric,
td.numeric { text-align: right; }

#main #content.checkout {
	padding-top: 12px;
}

.checkout .go_back {
	background: url('/images/system/checkout_back_btn.png') no-repeat 0 0;
	margin: 0 0 20px -10px;
}

	.checkout .go_back a {
		text-decoration: none;
		display: block;
		padding: 5px 4px 10px 20px;
		font-weight: bold;
	}

	.basket #line_items { position: relative; }
.checkout .inner {
	padding: 10px;
	background: #d4de33;
	margin-left: -10px;
}

	.basket .inner { position: relative; }
	
	.basket .inner #update_basket {
    position: absolute;
    left: 16px;
    bottom: 130px;
	}

	.basket .inner #update_basket input {
    padding-left: 8px;
    padding-right: 8px;
  }
	
	.basket .inner #empty_basket input {
		border: 1px solid #9AA124;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 7px;
		padding: 2px 6px;
		background: #BCC52D;
		font-size: 12px;
		cursor: pointer;
	}
	
		.basket .inner #empty_basket input:hover {
			background: #A0A826;
		}
	

	.checkout .inner legend {
		color: #003300;
	}
	
	.checkout .inner fieldset {
		clear: both;
	}
	
	.basket #basket_spinner { 
		position: absolute; 
		bottom: 0;
		left: 10px;
		width: 209px;
		height: 16px;
		visibility: hidden;
	}
	
			.basket #basket_spinner img { vertical-align: text-top; }

  .checkout .delivery_unavailable {
    background: #cad696;
    border: 1px solid #030;
    padding: 10px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
  }      
  
    .checkout .delivery_unavailable h3 { margin-bottom: 5px; }

    .checkout .delivery_unavailable p { font-size: 93%; }
	
.checkout table {
	margin-bottom: 10px;
	width: 100%;
	font-size: 0.923em;
}

.checkout  table th { 
	text-align: left; 
	font-weight: bold;
	padding: 3px 5px 5px;
	color: #333;
	border-bottom: 1px solid #666;
}

	.checkout  table th.qty {
		width: 40px;
	}
	
	.order .checkout table td.qty {
		text-align: right;
		padding: 0 26px 0 0;
	}

.checkout table td {
	padding: 3px 5px;
	border-bottom: 1px solid #666;
}

	.checkout table .unit {text-align: center;}
	.checkout table .price,
	.checkout table .sub-total {
		text-align: right;
	}

	.checkout table th.qty { 
		width: 50px;
	}
	
	.checkout input.qty { 
		width: 25px; 
		text-align: right;
	}
	

	.checkout table tfoot th,
	.checkout table tfoot td {
		vertical-align: middle;
		padding: 10px 5px;
	}
	
	.checkout table tfoot th {
		text-align: right; 
		padding: 10px 5px;
	}
		.checkout table tfoot tr.subtotal th,
		.checkout table tfoot tr.subtotal td {
			border-top: 2px solid #666;
		}
		
	.checkout table td.remove span {
		background: url('/images/system/bg_round_button_sml.png') no-repeat 0 1px;
		display: block;
		width: 17px;
		height: 18px;
		position: relative;
		text-align: center;
	}
	.checkout table td.remove input {
		background: none;
		border: none; 
		position: absolute;
		top: 0px;
		left: 0;
		width: 17px;
		height: 18px;
		opacity: 0.8;
	}
	
	.checkout table td.remove input:hover { opacity: 1; }
	.checkout table td.empty {
		padding: 40px 10px;
		text-align: center; 
		font-weight: bold;
	}
	
.checkout #order_summary { 
	overflow: hidden;
	margin-bottom: 2em; 
}
	.checkout #order_summary div {
		width: 40%;
		float: left;
	}
	
	#content #order_summary ul { padding-left: 0;}
	
	.checkout #order_summary .comment {
		width: 100%;
		margin-top: 20px;
	}

	.checkout #order_summary .comment p { 
		font-style: italic; 
		text-align: left;
	}

#main .checkout .address { 
	padding: 0;
}

.checkout .address li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.checkout #terms_frame {
	height: 120px;
	overflow: auto;
	background: #ecf28b;
	padding: 5px;
	margin-bottom: 10px;
}

	.checkout #terms_frame h2,
	.checkout #terms_frame h3 {
		margin-bottom: 0.334em;
	}
	
	.checkout #terms_frame li {
		margin-bottom: 0.5em;
		list-style-type: none;
	}

.checkout p.submit {
	margin-top: 20px;
  overflow: hidden;
}

	.checkout p.submit a.button,
	.checkout p.submit button {
    float: right;
		background: url('/images/system/btn_checkout_continue.png') no-repeat 100% 40%;
		cursor: pointer;
		font-weight: bold;
    font-family: "Verdana";
		border: none;
		letter-spacing: -1px;
		color: white;
		font-size: 16px;
		padding: 0 0 0 10px;
		height: 45px;
		display: block;
		text-align: left;
		width: 225px;
    padding: 0 20px;
    vertical-align: bottom;
	  margin-top: 9px;
    text-align: center;
  }
	
  .checkout p.submit a.button {
    margin-top: 0;
    float: left;
    background-image: url('/images/system/btn_checkout_back.png');
    text-decoration: none;
    display: block;
    padding-top: 22px;
    width: 195px;
}

  .basket p.submit {
    padding-left: 0;
  }
  
  .basket p.submit button {
    margin-bottom: 10px;
  }

.delivery p {
	text-align: center;
}

.delivery .spinner {
	text-align: center;
	padding: 40px;
	
}

.order #main > #sidebar { position: absolute; }
.order #main .checkout .address { 
	margin-left: 135px !important; 
}

.order_complete h1 {
    margin-left: -10px;
    background: #D4DE33 url('/images/system/order_complete_icon.png') no-repeat 10px 5px;
    padding: 5px 5px 5px 65px;
}

.complete #main #content.checkout .address { 
	margin-left: 0; 
	padding-left: 0; 
}

.order_complete #main #content ul.card_details { 
	margin: 0 0 3em 0;
	padding: 0;
}

	.order_complete #main #content ul.card_details li {
		list-style: none;
	}

	.order_complete #main #content ul.card_details strong {
		font-weight: bold;
		display: inline-block;
		text-align: right;
		width: 100px;
	}

.new_feature {
    background: #D4DE33;
    border: #030 1px solid;
    padding: 10px;
    margin: 0 0 10px -10px;
}

    .new_feature strong {
        font-weight: bold;
    }

