@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: url(../img/topBackground.jpg) repeat-x top;
	min-height: 700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 900px;
	border: 1px solid #900;
}
#page {
	background: url(../img/pageBackground.png) repeat-y left;
	position: relative;	
	margin: 0px auto;
	width: 858px;
	padding: 0px 42px 0px 42px;
}
#pageContent {
	width: 648px;
	margin: 0px;
	padding: 0px;
	float: right;
	min-height: 500px;	
}
input, textarea, keygen, select, button, isindex, datagrid {
	text-transform: none;
	text-indent: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	padding: 0px 0px 8px 0px;
	margin: 0px 20px;
	color: #0f8db5;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 100;
	padding: 6px 0px 8px 0px;
	margin: 15px 20px 0px 20px;
	color: #0f8db5;	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;	
	padding: 6px 0px 8px 0px;
	margin: 0px 20px;	
}
p {
	line-height: 1.4em;
	margin: 5px 20px 10px 20px;
	padding: 0px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0px 20px;
}
li {
	
}
a {
	color: #0f8db5;
	text-decoration: none;
}
a:hover, a:focus, a:active, a:visited {
	text-decoration: underline;
}
a img {
	border: none;	
}
input::-moz-focus-inner {/*Remove button padding in FF*/  
    border: 0;
    padding: 0;
	line-height: 12px;
}
.clear {
	clear:both;
}
br.clear {
	height: 0px;
	line-height: 0px;
	clear: both;	
}
#pageContent .red {
	color: red;	
}

/* Misc Useful Style */
.hidden { display:none; }

/* Header styles */
#header {
	padding: 0px 42px;
	margin: 0px auto;
	height: 185px;
	width: 858px;
	background: url(../img/londonSky.png) no-repeat bottom center;
}
#logo {
	width: 208px;
	height: 84px;
	float: left;
	padding: 1px;
	border: 1px solid #e4d8cc;
	margin: 30px 0px 0px 0px;
	
	box-shadow: 0px 0px 6px #888;	
}
#logo p {
	font-family: "IM Fell Double Pica SC", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #fff;
	line-height: 1.6em;
	text-align: center;
	background: url(../img/logoBackground.png) repeat-x center;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	height: 69px;
	width: 208px;
	
	text-shadow: 1px 1px 0px #726a5f;
}
#logo p strong {
	font-weight: 100;
	font-size:54px;	
	display: block;
	
	text-shadow: 0px 0px 4px #888, 1px 1px 1px #726a5f;
}
#logo p a {
	color: #fff;
	text-decoration: none;	
}
#topNav ul{
	width: 440px;
	float: right;
	list-style: none;
	padding: 0px;
	margin: 14px 0px 0px 0px;
	text-align: right;
	position: relative;
	right: -12px;
}
#topNav ul li {
	display: inline;
	padding: 0px 0px 0px 14px;
	margin: 0px;
	font-size: 14px;		
}
#topNav ul li a {
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid transparent;
	text-decoration: none;
	
	-webkit-transition: border 0.4s linear;
	transition: border 0.4s linear;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	text-shadow: 1px 1px 1px #726a5f;	
}
#topNav ul li a:hover {
	text-decoration: none;	
	border: 1px solid #fff;
	background: url(../img/logoBackground.png) repeat-x;
	background-position: 0px -60px;
	
	-webkit-box-shadow: 0px 0px 6px #726a5f, inset 0px 0px 6px #888;
	-moz-box-shadow: 0px 0px 6px #726a5f, inset 0px 0px 6px #888;
	box-shadow: 0px 0px 6px #726a5f, inset 0px 0px 6px #888; 
}

/* Search Styles */
#search {
	margin: 12px 0px 4px 0px;
	padding: 0px;
	height: 47px;
	width: 380px;
	overflow: hidden;
}
#search form {
	padding: 0px;
	margin: 0px;	
}
input, #search input {
	height: 19px;
	padding: 6px 14px;
	margin: 0px;
	border: 1px solid #726a5f;
	color: #726a5f;
	width: 200px;
	line-height: 12px;
	font-size: 12px;
	display: inline;
	float: left;
	vertical-align:middle;
	
	-webkit-box-shadow: 0px 0px 3px #726a5f;
	-moz-box-shadow: 0px 0px 3px #726a5f;
	box-shadow: 0px 0px 3px #726a5f;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	border-radius: 3px;	
}
button, #search button, .itemsList input.updateEstimate, input.inputButton, #completeEstimateForm input.send {	
	height: 33px;
	border: 1px solid #726a5f;
	color: #fff;
	background: #0f8db5 url(../img/logoBackground.png) repeat-x center;
	margin: 0px;
	padding: 6px 16px 8px 16px;
	position: relative;
	left: -2px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	font-weight: 100;
	line-height: 12px;
	display: inline-block;
	width: 80px;
	float: left;
	cursor: pointer;
	vertical-align:middle;
	
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
	-webkit-box-shadow: 0px 0px 3px #726a5f;
	-moz-box-shadow: 0px 0px 3px #726a5f;
	box-shadow: 0px 0px 3px #726a5f;
	text-shadow: 0px 0px 2px #726a5f;	
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}

button.tc_link {
	width: 250px !important;
	float: none;
}

.tc_box {
	display: block;
    clear: both !important;
    border: 1px dotted #ccc;
    padding: 0px;
    background-color: #e3e3e3;
    vertical-align: middle;
    margin-bottom: 5px;
    text-align: center;
    padding: 20px 0;
}

button:hover, #search button:hover, .itemsList input.updateEstimate:hover, input.inputButton:hover, #completeEstimateForm input.send:hover {
	border: 1px solid #fff;
	
	-webkit-box-shadow: 0px 0px 3px #000, inset 0px 0px 3px #fff;
	-moz-box-shadow: 0px 0px 3px #000, inset 0px 0px 3px #fff;
	box-shadow: 0px 0px 3px #000, inset 0px 0px 3px #fff;	
}

/* Basket styles */
#basketTop {
	width: 300px;
	height: 182px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: -120px;	
	background: url(../img/basket.png) no-repeat center top;
	color: #726a5f;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#basketTop h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #726a5f;
	text-align: right;
	padding: 16px 30px 8px 30px;
	margin: 0px;
	font-weight: 100;
	font-size: 18px;		
}
#basketTop a {
	color: #b2121e;	
	font-weight: bold;
	text-decoration: none;
}
#basketTop a:hover {
	text-decoration: underline;
}
#basketTop p {
	margin: 5px 46px;
}
#basketTop p#basketTotalTop {
	margin: 5px 104px 10px 46px;
	font-size: 14px;
	border-bottom: 2px solid #726a5f;
	padding-bottom: 10px;
}

/* Left Navigation Styles */
#leftNav {	
	width: 208px;
	margin: 0px;
	padding: 0px;
	float: left;	
}
#leftNav h2 {
	padding: 6px 12px 8px 12px;
	border: 2px solid #726a5f;
	border-right: 1px solid #726a5f;
	background: #726a5f url(../img/logoBackground.png) repeat-x center;
	margin: 0px;
	color: #fff;	
}
#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftNav ul li {
	background: url(../img/buttonShine.png) repeat-x top;
}
#leftNav ul:focus {	
    background-color:transparent;
}
#leftNav li a::-moz-selection,  {
    background-color:transparent;
}
#leftNav li a::selection {
    background-color:transparent;
}
.expandList ul {
	display: none;	
}
li.expandList a {
	background: url(../img/iconSprite.png) no-repeat right 4px;
	cursor: pointer;
}
li.expandList a:hover {
	background: url(../img/iconSprite.png) no-repeat right -26px;
}
li.contractList a {
	background: url(../img/iconSprite.png) no-repeat right -56px;	
	cursor: pointer;	
}
li.contractList a:hover {
	background: url(../img/iconSprite.png) no-repeat -86px right;	
}
#leftNav ul li a {
	padding: 6px 12px 8px 10px;
	border: 2px solid #e4d8cc;
	font-size: 14px;
	margin: 0px 1px 0px 2px;	
	display: block;		
	text-decoration: none;
	color: #b2121e;
	
	-webkit-transition: border 0.4s linear;
	transition: border 0.4s linear;	
}
#leftNav ul li a:hover {	
	text-decoration: none;
	border: 2px solid #fff;
	
	-webkit-box-shadow: inset 0px 0px 10px #fff;
	-moz-box-shadow: inset 0px 0px 6px #fff;
	box-shadow: inset 0px 0px 6px #fff;
}
#leftNav ul li li a {
	background: #fff;
	padding: 2px 12px 4px 24px;
	border: 0px;
	font-size: 12px;
	border: none;
}
#leftNav ul li li a:hover {
	text-decoration: underline;
	border: none;	
}
#leftNav ul li li {
	background-image: none;	
}
#leftNav ul li ul {
	border-bottom: 1px solid #e4d8cc;
	border-top: 1px solid #e4d8cc;
	margin-left: 1px;
	margin-right: 1px;	
}

/* Home page styles */
#homeFeatures {
	width: 372px;
	padding: 0px;
	margin: 4px 0px 20px 20px;
	padding: 0px;
	float: left;
	background: #726a5f;
	color: #fff;
	
	-webkit-border-radius: 0px 0px 14px 14px;
	-moz-border-radius: 0px 0px 14px 14px;
	border-radius: 0px 0px 14px 14px;	
}
ul#featuredImages {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 372px;
	height: 130px;
	overflow: hidden;
}
ul#featuredImages li{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 372px;
	height: 130px;
	background: #fff;
	
	-webkit-box-shadow: inset 0px 0px 40px #ddd;
	-moz-box-shadow: inset 0px 0px 40px #ddd;
	box-shadow: inset 0px 0px 40px #ddd;
}
ul#featuredImages li img {
}
#homeFeatures p { 
	margin: 10px 14px;
}
#browseByBrand {
	width: 250px;
	float: right;
	margin: 20px 0px 0px 0px;	
}
#browseByBrand h2 {	
	padding: 6px 12px 8px 12px;
	border: 2px solid #726a5f;
	background: #726a5f url(../img/buttonShine.png) repeat-x top;
	margin: 0px 0px 0px 10px;
	color: #fff;	
}
#browseByBrand ul {
	list-style: none;
	margin: 10px 0px 20px 0px;
	padding: 0px;	
}
#browseByBrand li {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: left;
	width: 52px;
	height: 52px;
	display: table;	
}
#browseByBrand a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fff;
	display:table-cell;
	vertical-align: middle;	
}
#browseByBrand a:hover {
	border: 1px solid #0f8db5;
	
	box-shadow:0px 0px 3px #0f8db5;
}
#browseByBrand a img {
	width: 50px;
	position: relative;
	top: -%50;	
}
#hireCategories {
	clear: both;
	color: #726a5f;
}

#terms_and_conditions p {
	font-size:larger;
	text-align: center;
}

#terms_and_conditions p a {
	font-size:larger;
	color: #0f6fa3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
} 

#terms_and_conditions p a:hover {
	color: #222;
} 

.hireCategory {
	width: 304px;
	background: url(../img/bottomShadow.png) repeat-x bottom;
	padding: 20px 0px 20px 20px;
	position: relative;
	float: left;
	/* height: 200px;	*/
	height: 140px;
}
.categoryImage {
	width: 110px;
	height: 110px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0px 12px 24px 0px;	
}
.categoryImage img {
	max-width: 110px;
	max-height: 110px;	
}
.hireCategory h3 {
	margin: 0px 12px;
	padding: 0px;	
}
.hireCategory p {	
	margin: 5px 0px 5px 12px;	
}

.hireCategory a {
	font-weight: bold;	
}
.hireCategory p a {
	display: inline-block;	
}
.hireCategory .nextArrow {
	display: block;
	background: url(../img/iconSprite.png) no-repeat right -140px;
	width: 20px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.hireCategory .prevArrow {
	display: block;
	background: url(../img/iconSprite.png) no-repeat right -183px;
	width: 20px;
	height: 35px;
	cursor: pointer;
	left: 24px;
	bottom: 20px;
	position: absolute;
}
.hireCategory ul {
	list-style: none;
	margin: 0px 20px;
	padding: 5px 0px;
	height: 44px;
	position: absolute;
	bottom: 16px;	
}
.hireCategory li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 52px;
	height: 52px;	
}
.hireCategory li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #726a5f;
	background: #ccc;	
}
.hireCategory li a:hover {
	border: 1px solid #0f8db5;
	
	box-shadow:0px 0px 3px #0f8db5;
}

/* Footer styles */
#footer {
	background: #726a5f url(../img/logoBackground.png) repeat-x center;
	padding: 15px 0px;
	margin: 0px;
	text-align: center;
	color: #fff;	
}
#footer a {
	color: #fff;
	font-weight: bold;	
}

/* Estimate Pages */
#estimatePage, #completeEstimatePage, .itemsPage {
	margin: 20px 0px 0px 0px;	
}
img#shoppingIcon {
	display: block;
	max-width: 128px;
	max-height: 128px;
	float: left;
	margin: 0px 10px 20px 8px;	
}
#completeEstimate {
	width: 146px;
	float: right;
	position: relative;
	margin: 6px 0px 60px 20px;
	padding: 0px;
}
.redButton {		
	background: #b2121e url(../img/logoBackground.png) repeat-x center;
	color: #fff;
	
	-webkit-transition: border 0.2s linear;
	transition: border 0.2s linear;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;	
	-webkit-box-shadow: 0px 0px 3px #726a5f, inset 0px 0px 8px #726a5f;
	-moz-box-shadow: 0px 0px 3px #726a5f, inset 0px 0px 8px #726a5f;;
	box-shadow: 0px 0px 3px #726a5f, inset 0px 0px 8px #726a5f;
	text-shadow: 1px 1px 1px #726a5f;	
}
input#estimateButton {
	width: 150px;
	padding: 8px 12px 10px 12px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	color: #fff;
	cursor: pointer;	
}
#completeEstimate a:hover {
	text-decoration: none;	
}
#completeEstimate p {
	color: #726a5f;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#completeEstimate p .estimateTotal {
	color: #29497c;
}
p.bottomEstimate {
	margin: 0px 20px 15px 20px;
	color: #726a5f;
	font-weight: bold;
}
p.bottomEstimate span {
	color: #29497c;	
	margin-right: 15px;	
}
#completeEstimateForm input {
	float: none;
	width: 200px;	
	height: auto;
	padding: 2px;
	margin: 0px;
	border: 1px solid #999;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#completeEstimateForm input.checkbox, #completeEstimateForm input.radio {
	width: auto;
	margin: 2px 0px;
	border:none;	
}
#completeEstimateForm select {	
	border: 1px solid #999; 
}
#completeEstimateForm label {
	width: 220px;
	display: block;
	float: left;
	clear: both;
	text-align: right;
	padding: 0px 10px 0px 0px;	
}
#completeEstimateForm p {
	line-height: 1.5em;	
}
span.prices {
	color: #29497c;
	font-weight: bold;	
}
#completeEstimateForm input.send {
	width: 60px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 20px 234px;
	clear: both;
	
	
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;	
	border-radius: 3px;	
}
p.formNote {
	background-color: #f4efeb;
	border: 1px solid #e4d8cc;
	padding: 8px 20px;
	margin: 10px 20px;	
}
#completeEstimatePage button#newBasket{
	width: auto;
	margin: 20px;	
}

/* Item List Page Styles */
p#tableNote {	
	font-weight: 100;	
	float: right;
	text-align: right;
	width: 120px;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.volumePricing {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../img/iconSprite.png) no-repeat right -289px;
}
.rightShadow {
	width: 690px;
	background: url(../img/tableRightShadow.png) repeat-y right top;
	clear: both;
	margin-bottom: 20px;		
}
div.itemsList {
	display: none;
	position: relative;	
}
.itemsList table {
	width: 649px;
	border-collapse: collapse;
	color: #726a5f;
	text-align: center;
	border-bottom: 1px solid #e4d8cc;
	table-layout: fixed;
}
.itemsList tr {
	position: relative;
	display: block;	
	clear: both;
	padding: 0px;
	margin:0px;
	overflow: hidden;
	width: 649px;
	background: #fff;
}
.itemsList .completeEstimateTable tr {
	display: table-row;		
}
.itemsList .completeEstimateTable tr td:nth-child(1), 
.itemsList .completeEstimateTable tr th:nth-child(1){
	text-align: left;	
}
.itemsList tr.tableHead td{
	min-height:36px;
}
.itemsList td {
	border-bottom: 1px solid #e4d8cc;	
	border-right: 2px solid transparent;	
	border-left: 2px solid transparent;
	display:table-cell;
	padding: 8px 5px 10px 5px;
	min-height: 50px;
}
.itemsList .completeEstimateTable td {	
	border: 1px solid #e4d8cc;	
}
.itemsList th {
	padding: 8px 5px 10px 5px;
	border: 2px solid #726a5f;	
	background: #726a5f url(../img/logoBackground.png) repeat-x center;
	margin: 0px;
	color: #fff;	
}
.itemsList tr:nth-child(4n+4) {
	background-color: #f4efeb;
}
.itemsList .completeEstimateTable tr:nth-child(4n+4) {
	background-color: #fff;
}
.itemsList .completeEstimateTable tr:nth-child(2n) {
	background-color: #f4efeb;
}
.itemsList table tr .descriptionCell {
	width: 132px;
	text-align: left;	
}
.itemsList table tr .smallImgCell {
	width: 60px;
	background: #fff;
}
.itemsList table tr th.smallImgCell {
	width: 64px;
	background: #726a5f url(../img/logoBackground.png) repeat-x center;
}
.itemsList table tr .smallImgCell img, .itemsList table tr .brandCell img {
	max-width: 60px;
	max-height: 60px;	
}
.itemsList table tr .priceCell {
	width: 120px;
}
.itemsList table tr .updateCell{
	width: 140px;
	text-align: center;	
}
.itemsList table tr .updateCell p {
	margin: 3px;
	padding: 0px;
	/* line-height: 12px; */
}
.itemsList table tr .removeCell {
	width: 60px;	
	text-align: center;	
}
.itemsList table tr .totalCell {
	width: 60px;	
}
.itemsList table tr .hirePeriodCell {
	width: 55px;	
}
.itemsList table tr .brandCell {
	width: 64px;	
}
.itemsList table input {
	padding: 6px 8px;	
	width: 40px;
	margin: 0px 0px 0px 14px;	
}
.itemsList table button, .itemsList table input.updateEstimate {	
	width: 60px;
	padding: 6px 6px 8px 6px;
}
.itemsList a.volprice {
    text-decoration:none;
    cursor:default;
}
.closeMore {
	display: inline-block;
	width: 20px;
	height: 22px;
	margin-top:6px; 
	background: url(../img/iconSprite.png) no-repeat right -256px;
	cursor:pointer;
}
.itemsList table button.removeItem {
	width: 24px;
	font-weight: bold;
	font-size: 14px;
	height: 34px;
	display: block;
	text-align:center;
	margin: 0px 0px 0px 22px;
	padding-left: 5px;
}
.descriptionCell h2 {
	color: #b2121e;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;	
}
.moreInfo {
	color: #b2121e;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.moreInfo span {
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url(../img/iconSprite.png) no-repeat right -122px;
	cursor:pointer;
}
img.pdf {
	width: 20px;
	position: relative;
	top: 2px;	
}
.itemsList tr.itemInfo {
	border-bottom: 10px solid #e4d8cc;
	min-height: 0px;
}
.itemsList tr.itemInfo td {
	background-color: #fff;
	border: 1px solid transparent;	
	margin: 0px;
	padding: 0px;
}
.itemsList tr.itemInfo td.largeImgCell img {
	max-width: 120px;
	max-height: 120px;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0px 0px 20px 14px;
	
	-webkit-box-shadow: inset 0px 0px 10px #ddd;
	-moz-box-shadow: inset 0px 0px 10px #ddd;
	box-shadow: inset 0px 0px 10px #ddd;		
}
.itemsList tr.itemInfo td.longDescriptionCell {
	vertical-align: top;	
}
.itemsList tr.itemInfo td.longDescriptionCell p {
	text-align: left;
	margin: 14px 10px 5px 14px;
}
.itemsList tr.itemInfo td.closeCell {
	vertical-align: top;
	width: 40px;
	padding-top: 10px;
}
input.reset {	
	margin-right: 20px;
	width: 124px;
	background-color: #726a5f;
		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
input.submit {	
	margin-right: 60px;
	width: 166px;	
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.itemPagination button {
	width: auto;
	padding: 4px 4px 6px 4px;
	margin: 15px 4px 20px 0px;	
		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
button.currentPageButton {
	background-color: #726a5f;	
}
.tooltip {
    background-color:#f6f5f0;
    border:3px solid #000;
    display:none;
    font-size:12px;
    height:65px;
    width:160px;
    padding:15px;
    color:#000;
}
.leftImageDetails {
	float:right; 
	width: 320px; 
	margin: 0px 0px 20px 20px; 
	padding: 10px 0px 10px 14px; 
	border: 1px solid #ccc;
	box-shadow: 0px 0px 6px #ccc;
}

/* getQuote Page Styles */
.itemsList table#getQuote tr.itemCategory {
	background: #fff;	
}
.itemsList table#getQuote td strong {
	color: #0f8db5;	
}

/* Keysbottom Styles */
#keysbottom {
	display: block;
	clear: both !important;
	border: 1px dotted #ccc;
	padding:0px;
	background-color:#F4F2EC;
	vertical-align:middle;
	margin-bottom:5px;
	}
#keysbottom p {
	color: #258;
	margin-bottom:20px;
	width: auto;
}
#keysbottom p a {
	color:#706153;
	border-bottom:1px dotted #706153;
	text-decoration:none;
}

/* Hide Spamcheck Field on Contact Form */
input.check { display: none; }


.recaptcha .g-recaptcha {
	margin: 0 auto;
	display: block;
	float: none;
    margin-left: 250px;
}

/* Feeds */

#leftNav #all_news_link {
	display: block;
	padding: 5px 8px 15px 12px;
}

#leftNav #sidebar_tweets {
	padding:7px;
}

#leftNav #blogfeed img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

#home_announcement {
	border: 1px dotted #CCC;
	background-color: #F4F2EC;
	padding: 0px 0px 16px 0px;
	margin: 20px 0px;
	display: block;
	clear: both;
	font-size: larger;
	text-align: center;
}

#home_announcement h2 {
	text-align: center;
	text-transform: uppercase;
}

.cfg_testimonial {
	display: block;
	margin-bottom: 25px;
	background-color: #F4F2EC;
	padding: 15px;
	display: block;
	clear: both;
	font-size: 0.8rem;
	line-height: 1rem;
}


.cfg_testimonial .sitelink {
	display: block;
	float: right;
	margin-bottom: 10px;
}

.cfg_blog {
	margin: 10px 10px 15px 20px;
	display: block;
	clear: both;
}

.cfg_blog h2 {
	margin-left: 0 !important;
}

.cfg_blog img {
	width: 250px
	height: auto;
	display: inline-block;
	float: left;
	margin: 0 15px 8px 0;
}

#cfg_sites {
  column-count: 3;
}

