body {
	background: #111;
	color: #888;
	font: 0.75em/1.3em Arial, Helvetica, Sans-serif;
}

/* Headings */

h1 {
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
}

h2 {
	padding: 0 0 0.2em;
	font-size: 1.25em;
	line-height: 1.2em;
	text-transform: uppercase;
}

h3 {
	padding: 0 0 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

/* Lists */

ol, ul {
	padding: 0 0 1.3em;
	margin: 0 0 0 20px;
}

	li {
		padding: 0 0 5px;
	}

/* Forms */

form {
	padding: 0 0 1.3em;
}

	form h2 {
		padding-top: 1em;
	}

	.input {
		padding: 0 0 8px;
	}

		.input label {
			display: block;
			font-weight: bold;
		}

		.input input, .input select, .input textarea {
			margin: 0 0 2px;
			font: 1.1em/1em Arial, Helvetica, Sans-serif;
			text-transform: none;
			vertical-align: middle;
		}

			.input select option {
				padding: 0 0.5em 0 0;
			}

		.input .error-message {
			margin: 0;
			padding: 2px 0 0;
			background: transparent;
			color: #c00;
		}

	.radio, .checkbox {
		padding: 5px 0 8px;
	}

		.radio label, .checkbox label {
			padding-left: 5px;
			display: inline;
		}

	.submit {
		padding-top: 10px;
	}

		.submit button, .basket-update button {
			padding: 0;
			background: transparent;
			border: none;
			cursor: pointer;
			vertical-align: middle;
		}

		* html .submit button, * html .basket-update button {
			overflow: visible;
		}

		*+html .submit button, *+html .basket-update button {
			overflow: visible;
		}

/* Tables */

table {
	margin: 0 0 1.3em;
	width: 100%;
}

	td, th {
		padding: 5px 0;
		border-bottom: solid 1px #ccc;
	}

	th {
		font-weight: bold;
	}

	tfoot td {
		font-weight: bold;
	}

	tbody th {
		width: 200px;
	}

	td.no-data {
		padding: 30px 0;
		text-transform: uppercase;
		text-align: center;
	}

	td.info {
		vertical-align: middle;
		color: #444;
	}

		td.info p {
			padding: 0 100px 0 20px;
			font-style: italic;
			font-weight: normal;
		}

	td.delete, th.delete {
		width: 60px;
	}

	td.qty, th.qty {
		width: 3em;
	}

	td.price-each, th.price-each {
		width: 10em;
		text-align: right;
	}

	td.price-total, th.price-total {
		width: 6em;
		text-align: right;
	}

/* General tags */

a:link, a:visited {
	color: #03c;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #D7201C;
}

img {
	border: none;
}

img.right {
	float: right;
}

p {
	padding: 0 0 1.3em;
}

p.no-data {
	margin: 0 0 1.3em;
	padding: 1.3em 0;
	background: #fafafa;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
}

strong {
	font-weight: bold;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.9em;
}

.clear {
	height: 1px;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.highlight {
	font-weight: bold;
}

.error-message, #flashMessage {
	margin: 0 0 1.3em;
	padding: 7px 10px;
	background: #333;
	color: #fff;
	font-weight: bold;
}

/* Header */

#header {
	padding: 35px 0 45px;
	height: 265px;
	background: url(../img/header.gif) 0 100% repeat-x;
}

body.home #header {
	height: 395px;
}

	#header h1 {
		margin-left: -480px;
		margin-bottom: 30px;
		position: relative;
		display: block;
		left: 50%;
		width: 231px;
		height: 48px;
		overflow: hidden;
	}

		#header h1 a, #header h1 a span {
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			cursor: pointer;
		}

			#header h1 a span {
				background: url(../img/logo.gif) no-repeat;
				z-index: 10;
			}

	#banner {
		margin-left: -220px;
		position: absolute;
		top: 0;
		left: 50%;
		width: 700px;
		height: 330px;
		overflow: hidden;
	}

	.home #banner {
		height: 445px;
	}

/* Top menu */

#top-menu {
	position: absolute;
	margin-right: -480px;
	right: 50%;
	top: 10px;
	width: 700px;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: right;
}

	#top-menu a:link, #top-menu a:visited {
		color: #fff;
		text-decoration: none;
	}

	#top-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#top-menu ul li {
			padding-left: 20px;
			display: inline;
		}

/* Enterprise menu */

#enterprise-menu {
	margin-left: -480px;
	position: relative;
	left: 50%;
	width: 230px;
	text-transform: uppercase;
	font-size: 1.7em;
	line-height: 1.1em;
}

	#enterprise-menu a:link, #enterprise-menu a:visited {
		color: #acacac;
		text-decoration: none;
	}

	#enterprise-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#enterprise-menu ul li.current {
			background: #000;
			font-weight: bold;
		}

		#enterprise-menu ul li.current a:link, #enterprise-menu ul li.current a:visited {
			color: #fff;
		}

/* Middle */

#middle {
	position: relative;
	background: #eee url(../img/middle.gif) 50% repeat-y;
	color: #191919;
}

	#middle-title {
		padding: 5px 0 25px;
		background: #f7f6f5 url(../img/middle-title.gif) 50% 100%	 no-repeat;
	}

		#middle-title h1, #middle-title .subtitle {
			margin: 0 auto;
			padding-left: 290px;
			position: relative;
			width: 670px;
		}

		#middle-title .subtitle {
			padding-top: 3px;
			padding-bottom: 0;
			text-transform: uppercase;
			font-size: 1.25em;
		}

	#middle-wrapper {
		margin: 0 auto;
		width: 960px;
	}

/* Main */

#main {
	padding: 18px 0 20px;
	width: 670px;
	float: right;
}

#main-content {
	width: 315px;
	float: left;
}

/* Sidebar */

#sidebar {
	margin: -39px 0 0;
	width: 260px;
	float: left;
}

	#sidebar h2 {
		padding: 0 0 10px 15px;
		background: url(../img/red-arrow.gif) 0 6px no-repeat;
		color: #d7201c;
		font-weight: bold;
	}

	#sidebar ul.ui-tabs-nav {
		margin: 0 0 17px;
		padding: 0;
		position: relative;
		width: 260px;
		height: 30px;
		overflow: hidden;
		list-style: none;
	}

		#sidebar ul.ui-tabs-nav li {
			display: block;
			float: left;
			line-height: 23px;
			text-transform: uppercase;
			font-weight: bold;
		}

			#sidebar ul.ui-tabs-nav li a:link,
			#sidebar ul.ui-tabs-nav li a:visited {
				padding: 6px 1px 0;
				display: block;
				width: 128px;
				background: #e6e6e6 url(../img/sidebar-tab-off.gif) repeat-x;
				color: #888888;
				border-bottom: solid 1px #d6d6d6;
				text-align: center;
				text-decoration: none;
				font-size: 0.95em;
			}

			#sidebar ul.ui-tabs-nav li.ui-state-active a:link,
			#sidebar ul.ui-tabs-nav li.ui-state-active a:visited {
				padding: 5px 0 1px;
				background: #fff;
				color: #d7201c;
				border: solid 1px #d6d6d6;
				border-bottom: none;
				font-size: 1.1em;
			}

	.ui-tabs .ui-tabs-hide {
		display: none;
	}

		.ui-tabs h2 {
			display: none;
		}

		.sidebar-item {
			margin: 0 0 15px;
			padding: 0 0 0 15px;
			width: 215px;
			background: url(../img/divide.gif) 0 100% repeat-x;
		}

			.sidebar-item h3 {
				margin-left: -15px;
				padding: 0 0 0 15px;
				background: url(../img/red-arrow.gif) 0 4px no-repeat;
			}

				.sidebar-item h3 a:link, .sidebar-item h3 a:visited {
					color: #191919;
					text-decoration: none;
				}

			.date {
				padding: 0 0 1em;
				color: #666;
				font-size: 0.9em;
			}

/* Footer */

#footer {
	padding: 38px 0 0;
	position: relative;
	height: 100px;
	background: url(../img/footer.gif) 50% 0 no-repeat;
}

	#footer-copy {
		margin-left: -480px;
		padding-top: 30px;
		position: absolute;
		width: 260px;
		left: 50%;
		background: url(../img/footer-logo.gif) no-repeat;
		font-size: 0.9em;
		line-height: 1.2em;
	}

		#footer-copy a:link, #footer-copy a:visited {
			color: #999;
			text-decoration: none;
		}

		#footer-copy a:hover, #footer-copy a:focus {
			text-decoration: underline;
		}

	#footer-sponsors {
		margin-left: 186px;
		position: absolute;
		top: 38px;
		left: 50%;
		width: 294px;
		z-index: 20;
	}

	#footer-menu {
		margin-top: 25px;
		padding: 3px 0;
		height: 1.5em;
		position: relative;
		top: 70px;
		background: #000;
		color: #acacac;
	}

		#footer-menu a:link, #footer-menu a:visited {
			color: #acacac;
			text-decoration: none;
		}

		#footer-menu ul {
			margin: 0 0 0 -220px;
			padding: 0;
			position: absolute;
			display: block;
			left: 50%;
			width: 700px;
			list-style: none;
		}

			#footer-menu ul li {
				padding-right: 20px;
				display: inline;
			}

		#footer-menu ul#footer-menu-fixed {
			margin-left: -480px;
			width: 260px;
			top: 3px;
			position: absolute;
		}

/* Quote */

.quote {
	margin: 0 0 20px;
	padding: 0 0 15px;
	background: url(../img/divide.gif) 0 100% repeat-x;
}

	.quote p {
		padding: 0;
	}

		.quote q {
			color: #666;
			text-transform: uppercase;
			font-size: 1.75em;
			line-height: 1.1em;
			font-weight: bold;
		}

	.quote p.attrib {
		color: #7b7b7b;
		text-transform: uppercase;
	}

/* Sub menu */

#sub-menu {
	margin: -15px 0 15px;
	padding: 5px 0 10px;
	background: url(../img/divide.gif) 0 100% repeat-x;
	text-transform: uppercase;
}

	#sub-menu a:link, #sub-menu a:visited {
		color: #969696;
		text-decoration: none;
	}

	#sub-menu a:hover, #sub-menu a:focus {
		text-decoration: underline;
	}

	#sub-menu ul {
		margin: 0;
		padding: 0;
		width: 100%;
		overflow: hidden;
		list-style: none;
	}

		#sub-menu ul li {
			margin: 0 11px 3px -11px;
			padding: 0 10px;
			float: left;
			border-left: solid 1px #adadad;
		}

		/*#sub-menu ul li.first {
			padding-left: 0;
			border-left: none;
		}*/

		#sub-menu ul li.current {
			font-weight: bold;
		}

/* Image borders */

.image {
	width: 329px;
	background: url(../img/image-top.gif) no-repeat;
}

	.image-inner {
		padding: 3px;
		width: 323px;
		overflow: hidden;
		background: url(../img/image-bottom.gif) 0 100% no-repeat;
	}

		.image-inner img {
			float: left;
		}

.image-right {
	margin: 0 0 15px 25px;
	float: right;
}

.image-left {
	margin: 0 25px 15px 0;
	float: left;
}

/* Pagination */

#pagination {
	margin: -15px 0 20px;
	padding: 2px 0 5px;
	position: relative;
	background: url(../img/divide.gif) 0 100% repeat-x;
	color: #666;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 26px;
}

	#pagination p {
		padding: 0;
	}

	#pagination p.numbers {
		position: absolute;
		right: 0;
		top: 2px;
		font-weight: bold;
	}

		#pagination p.numbers a:link, #pagination p.numbers a:visited {
			color: #a1a1a1;
			text-decoration: none;
		}

		#pagination p.numbers a:hover, #pagination p.numbers a:focus {
			color: #000;
		}

		#pagination p.numbers strong {
			padding: 0 3px 0 0;
			float: left;
		}

		#pagination p.numbers span.current, #pagination p.numbers a {
			display: inline;
			float: left;
			width: 28px;
			height: 26px;
			text-align: center;
			line-height: 26px;
		}

		#pagination p.numbers span.current {
			background: url(../img/button-in.gif) no-repeat;
		}

		#pagination p.numbers a {
			background: url(../img/button-out.gif) no-repeat;
		}

/* Products */

.product-row {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
	background: url(../img/divide.gif) 0 100% repeat-x;
}

	#products .product {
		margin: 0 29px 0 0;
		width: 204px;
		float: left;
		display: inline;
	}

	#products .product-row .last {
		margin: 0;
	}

		.product .product-image {
			margin: 0 0 10px;
			padding: 3px;
			width: 198px;
			height: 95px;
			background: url(../img/image-product.gif) no-repeat;
		}

		.product h2 a:link, .product h2 a:visited {
			text-decoration: none;
		}

		.product .price {
			color: #666;
			text-transform: uppercase;
			font-size: 1.15em;
		}

		.product .more-info {
			padding: 5px 0;
			background: url(../img/divide.gif) 0 0 repeat-x;
		}

/* Product search */

#product-search {
	margin: -15px 0 15px;
	padding: 15px 10px;
	position: relative;
	display: block;
	clear: both;
	background: #dfdfdf url(../img/product-search.gif) 0 100% repeat-x;
	color: #666;
	text-transform: uppercase;
	text-align: left;
}

	#product-search h3, #product-search form, #product-search form div {
		display: inline;
	}

		#product-search h3 {
			padding: 0 3px 0 0;
		}

		#product-search .input {
			padding: 0 5px 0 0;
		}

			#product-search .input label {
				padding-bottom: 0;
				padding-right: 5px;
				display: inline;
				font-weight: normal;
			}

		#product-search .submit {
			padding-top: 0;
			position: absolute;
			top: 13px;
			right: 10px;
		}

/* Product page */

#back-to-search {
	margin: -15px 0 15px;
	padding: 6px 0 8px;
	width: 670px;
	overflow: hidden;
	background: url(../img/divide.gif) 0 100% repeat-x;
	text-align: right;
}

	#back-to-search a {
		display: block;
		position: relative;
		width: 135px;
		height: 16px;
		float: right;
		overflow: hidden;
		font-size: 0.8em;
		line-height: 1em;
		cursor: pointer;
		text-indent: 10px;
	}

		#back-to-search a span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 10;
			background-image: url(../img/back-to-search.png);
			background-repeat: no-repeat;
		}

		* html #back-to-search a span {
			background-image: url(../img/back-to-search.gif);
		}

#product-image {
	width: 329px;
	float: left;
}

	#product-image .image {
		margin: 0 0 10px;
	}

	a#enquire-about-this-product {
		display: block;
		position: relative;
		width: 156px;
		height: 16px;
		overflow: hidden;
		font-size: 0.8em;
		line-height: 1em;
		text-indent: 10px;
	}

		a#enquire-about-this-product span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 10;
			background-image: url(../img/enquire-about-this-product.png);
			background-repeat: no-repeat;
		}

		* html a#enquire-about-this-product span {
			background-image: url(../img/enquire-about-this-product.gif);
		}

#product-info {
	width: 316px;
	float: right;
}

	#buy-now {
		padding: 12px 0;
		background: url(../img/divide.gif) repeat-x;
	}

		#buy-now p {
			color: #333;
			font-size: 0.95em;
			font-style: italic;
		}

		#buy-now form {
			position: relative;
			width: 100%;
			overflow: hidden;
			line-height: 30px;
		}

			#buy-now .input, #buy-now .submit, #buy-now .input label {
				padding: 0;
				float: left;
				vertical-align: middle;
			}

			#buy-now .submit {
				padding-left: 4px;
			}

				#buy-now .input label {
					width: 70px;
				}

				#buy-now #BasketItemQty {
					text-align: right;
				}

			#buy-now #total-box {
				position: absolute;
				right: 0;
				bottom: 8px;
				text-transform: uppercase;
				font-size: 0.9em;
			}

				#buy-now #total-box strong {
					padding-left: 3px;
					font-size: 1.3em;
				}

		#submitting-message-waiting, #submitting-message-success {
			position: absolute;
			top: 15px;
			left: 0;
			width: 430px;
			text-align: center;
			font-size: 1.1em;
			text-transform: uppercase;
		}

			#TB_ajaxContent #submitting-message-waiting p {
				padding: 15px 0 0;
			}

			#TB_ajaxContent #submitting-message-success p {
				padding: 15px 0 0;
			}

#enquire {
	display: none;
}

#enquire-now {
	width: 580px;
	clear: both;
	background: #eee;
}

	#enquire-now form {
		padding: 12px 0 0;
		background: url(../img/divide.gif) repeat-x;
	}

		#enquire-name {
			width: 240px;
			float: left;
		}

		#enquire-message {
			float: right;
		}

			#enquire-message textarea {
				width: 300px;
			}

		#enquire-submit {
			padding: 12px 0 0;
			clear: both;
			background: url(../img/divide.gif) repeat-x;
			text-align: right;
		}


		#enquire-message-waiting, #enquire-message-success {
			position: absolute;
			top: 160px;
			left: 0;
			width: 600px;
			text-align: center;
			font-size: 1.1em;
			text-transform: uppercase;
		}

			#TB_ajaxContent #enquire-message-waiting p {
				padding: 15px 0 0;
			}

			#TB_ajaxContent #enquire-message-success p {
				padding: 15px 0 0;
			}

#TB_title {
	background: #ccc;
}

	#TB_ajaxWindowTitle {
		font-weight: bold;
		text-transform: uppercase;
	}

	a#TB_closeWindowButton {
		display: block;
		width: 17px;
		height: 15px;
		overflow: hidden;
		background: url(../img/close-button.gif) no-repeat;
		text-indent: 500em;
	}

#TB_ajaxContent {
	padding: 15px;
	background: #eee;
}

	#TB_ajaxContent p {
		padding: 0 0 15px;
	}

/* Basket indicator */

#basket {
	margin-right: -480px;
	position: absolute;
	display: inline;
	width: 183px;
	top: -10px;
	right: 50%;
	z-index: 20;
}

	#basket-info {
		position: absolute;
		top: 0;
		left: 0;
		width: 183px;
		height: 58px;
		background: url(../img/basket-info.gif) no-repeat;
		z-index: 20;
		font-size: 0.9em;
		line-height: 1.4em;
		vertical-align: middle;
	}

	* html #basket-info {
		display: none;
	}

		#basket-info strong {
			font-size: 1.4em;
		}

		#basket-items {
			position: absolute;
			width: 95px;
			top: 30px;
			left: 0;
			text-align: center;
			text-transform: uppercase;
		}

		#basket-value {
			position: absolute;
			width: 87px;
			top: 30px;
			left: 96px;
			text-align: center;
		}

	#basket-button {
		position: absolute;
		top: 0;
		left: 0;
		width: 183px;
		height: 21px;
		overflow: hidden;
		z-index: 30;
		text-align: center;
	}

		#basket-button a, #basket-button a span {
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			cursor: pointer;
		}

			#basket-button a span {
				z-index: 10;
				background: url(../img/basket-button.png) no-repeat;
			}

			* html #basket-button a span {
				background: url(../img/basket-button.gif) no-repeat;
			}

/* Basket page */

.basket-update {
	float: left;
}

.basket-checkout {
	float: right;
}

/* Columns */

.cols {
	width: 100%;
	overflow: hidden;
}

	.cols .col {
		padding: 0 20px 0 0;
		width: 315px;
		float: left;
	}

	#address-details .checkbox {
		padding: 1.3em 0 0;
		height: 2.6em;
	}

/* Panels */

#panels {
	padding: 20px 0 0;
	clear: both;
	background: url(../img/divide.gif) 0 0 repeat-x;
}

.panel-row {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
	background: url(../img/divide.gif) 0 100% repeat-x;
}

	#panels .panel {
		margin: 0 29px 0 0;
		width: 204px;
		float: left;
		display: inline;
	}

	#panels .last {
		margin: 0;
	}

		.panel h2 {
			padding: 0;
			font-size: 1.6em;
		}

			.panel h2 a:link, .panel h2 a:visited {
				color: #191919;
				text-decoration: none;
			}

		.panel .subtitle {
			color: #666;
			text-transform: uppercase;
		}

		.panel .panel-image {
			margin: 0 0 10px;
			padding: 3px;
			width: 198px;
			height: 95px;
			background: url(../img/image-product.gif) no-repeat;
		}
	
		.panel .price {
			color: #666;
			text-transform: uppercase;
			font-size: 1.15em;
		}
	
		.panel .more-info {
			padding: 5px 0;
			background: url(../img/divide.gif) 0 0 repeat-x;
		}

/* News */

#news-stories {
	width: 100%;
	clear: both;
}

.news-story {
	padding: 15px 0 0;
	width: 100%;
	clear: both;
	overflow: hidden;
	background: url(../img/divide.gif) 0 0 repeat-x;
}

	.news-image-thumbnail {
		margin: 0 0 10px;
		padding: 3px;
		float: left;
		width: 198px;
		height: 95px;
		background: url(../img/image-product.gif) no-repeat;
	}

	.news-content {
		width: 436px;
		float: right;
	}

		.news-content h2 {
		}

			.news-content h2 a:link, .news-content h2 a:visited {
				text-decoration: none;
			}

			.news-content h2 a:hover, .news-content h2 a:focus {
				text-decoration: underline;
			}

		.news-content .read-full {
			padding: 5px 0;
			background: url(../img/divide.gif) 0 0 repeat-x;
		}

#news-stories-min {
	width: 436px;
	float: left;
}

	#news-stories-min .news-content {
		width: 204px;
	}

#archive-months {
	width: 204px;
	float: right;
}

	#archive-months ul {
		margin: 0;
		list-style: none;
	}

		#archive-months ul li {
			padding: 8px 0;
			background: url(../img/divide.gif) 0 0 repeat-x;
		}

/* Contact page */

#contact-form {
	margin: 0 0 20px;
	background: url(../img/divide.gif) 0 100% repeat-x;
}

/* Newsletter signup */

#sidebar #NewsletterSignup {
	padding: 0 0 0 15px;
}

	#NewsletterSignup .input {
		margin: 0 0 5px;
		padding: 7px 9px 0;
		height: 21px;
		background: url(../img/sidebar-field.gif) no-repeat;
	}

	#NewsletterSignup .input input {
		padding: 0;
		width: 186px;
		background: transparent;
		border: none;
		line-height: 1em;
		vertical-align: middle;
	}

	#NewsletterSignup .input input.empty {
		color: #666;
		font-style: italic;
	}

#newsletter-feature {
	padding: 40px 0 0;
}

	#newsletter-feature h2 {
		color: #acacac;
		font-size: 1em;
	}

	#newsletter-feature p {
		padding: 0 0 5px;
		color: #acacac;
		text-transform: none;
		font-size: 0.6em;
		line-height: 1.5em;
	}

/* Homepage banner */

#homepage-banner-text {
	margin-left: -190px;
	padding-right: 230px;
	position: absolute;
	width: 400px;
	top: 320px;
	left: 50%;
	color: #fff;
}

	#homepage-banner-text h2 {
		font-size: 2em;
	}

	#homepage-banner-text p {
		padding: 0 0 3px;
	}

	#homepage-banner-text .subtitle {
		padding: 0 0 10px;
		color: #818181;
		text-transform: uppercase;
		font-size: 1.2em;
	}

	.homepage-banner-button {
		position: absolute;
		bottom: 0;
		left: 430px;
	}

/* Homepage quote */

#quote {
	position: absolute;
	bottom: 120px;
	right: 0;
	z-index: 30;
}

/* Everywhere */

#footer-everywhere {
	margin-left: -220px;
	position: absolute;
	left: 50%;
	top: 35px;
	width: 316px;
}

	#footer-everywhere h2 {
		font-size: 1em;
		text-transform: uppercase;
	}

	#footer-everywhere ul {
		margin: 0;
		padding: 2px 0 0;
		list-style: none;
	}

		#footer-everywhere ul li {
			width: 105px;
			height: 22px;
			float: left;
			line-height: 20px;
		}

			#footer-everywhere a:link, #footer-everywhere a:visited {
				color: #ccc;
				text-decoration: none;
			}

				#footer-everywhere a img {
					vertical-align: middle;
				}