/*
@import url(tables.css);
@import url(forms.css);
*/


/*overall body layout*/

body {
	background: #2950AF;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	font-family: arial;
}

div.outer-container {
	position: relative;
	width: 100%;
}

div.headlink-one {
	background: transparent none;
	position: absolute;
	right: 236px;
	top: 2px;
}

div.headlink-two {
	background: transparent none;
	position: absolute;
	right: 156px;
	top: 2px;
}

div.headlink-three {
	background: transparent none;
	height: 100px;
	position: absolute;
	right: 76px;
	top: 2px;
}

div.headlink-one a,
div.headlink-two a,
div.headlink-three a {
	border: none;
	display: block;
	height: 100px;
	width: 70px;
	text-decoration: none;
}


/*container table specifies header / left / content / right / foot locations */

table.tbl-container {
	position: relative;
	border-collapse: collapse;
	width: 747px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

table.tbl-container td {
	vertical-align: top;
	font-size: 0px;
	padding: 0px;
}


/*the header container - contains two images*/

div.container-head {
	position: relative;
	margin: 0px;
	padding: 0px;
}

div.container-head img.taiaha-right {
	position: absolute;
	left: 747px;
}

div.header-img {
	background: url(images/site/header.jpg) 0 0 no-repeat;
	width: 747px;
	height: 202px;
}


/*title container - contains left hand sidebar top, and main site title*/

table.tbl-title {
	position: relative;
	border-collapse: collapse;
	width: 100%;
	margin: 0px !important;
	z-index: 100;
}

table.tbl-title td.td-title-leftshadow {
	background: url(images/site/shadow_left.jpg) 0 0 repeat-y;
	width: 13px;
}

table.tbl-title td {
	padding: 0px;
	border: 0px;
	font-size: 0;
}

.title-content {
	position: relative;
}

div.menu-top-img {
	width: 164px;
	height: 75px;
	background: url(images/site/menu_top.jpg) 0 0 no-repeat;
}

div.content-top-img {
	width: 570px;
	height: 75px;
	background: url(images/site/content_top.jpg) 0 0 no-repeat;
}

table.tbl-title td img {
	margin: 0px;
	font-size: 0;
}


/*content container - contains the lefthand sidebar, the main content, and the left and right side shadows*/

table.tbl-center {
	position: relative;
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	width: 100%;
	z-index: 50;
}

table.tbl-center td.td-center-leftshadow {
	background: url(images/site/shadow_left.jpg) 0 0 repeat-y;
	width: 13px;
}

table.tbl-center td.td-center-leftside {
	width: 163px;
	background: #ECEFF5;
	border-right: 1px solid #3C3E7D;
}

table.tbl-center td.td-center-content {
	width: auto;
	font-size: 12px;
	background: #FFF url(images/site/watermark.gif) 100% -40px repeat-y;
}

div.container-content {
	position: relative;
	margin: 0px;
	width: 512px;
	/*actual original width: 552px*/
	padding-left: 6px;
	/*width may need adjusting to compensate for padding adjustments*/
	padding-bottom: 30px;
}

div.container-content img.taiaha-blade {
	position: absolute;
	left: 525px;
	top: 0px;
}

table.tbl-center td.td-center-verticalspacer {
	width: 1px;
	background: #BFC1C4;
}

div.verticalspacer {
	width: 1px;
	height: 165px;
	background: #BFC1C4;
}

table.tbl-center td.td-center-rightshadow {
	background: url(images/site/shadow_right.jpg) 0 0 repeat-y;
	width: 16px;
}


/*footer container - contains the left, center and right parts of the footer*/

table.tbl-foot {
	position: relative;
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	width: 100%;
	z-index: 100;
}

table.tbl-foot td.td-foot-left {
	width: 177px;
}

table.tbl-foot td.td-foot-content {
	width: auto;
	background: url(images/site/foot_bkg.jpg) 0 0 repeat-x;
	font-size: 12px;
}

table.tbl-foot td.td-foot-right {
	width: 114px;
}

div.foot-content {
	position: relative;
}


/*copyright footer area*/

div.copyright {
	/* border: 1px solid red; */
	width: 660px;
	text-align: center;
	font-size: 11px;
	color: white;
	position: absolute;
	top: 35px;
	right: -74px;
	height: 20px;
}

div.copyright a.prodev_logo_icon_link {
	/* border: 1px solid red; */
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

div.copyright a.prodev_logo_icon_link img {
	/* border: 1px solid red; */
	border: none;
}

div.copyright a {
	color: #00C27B;
}

div.copyright a:hover {
	color: #00E792;
}


/*positioning of content in container table cells - these div's allow for correct css positioning of items within these cells by using relative and absolute positioning with respect to these positioning div's*/

div.pos-head,
div.pos-left,
div.pos-center,
div.pos-right,
div.pos-foot {
	position: relative;
}

div.pos-left {
	z-index: 500;
}

div.pos-center {
	z-index: 1;
}

pos.pos-right {
	z-index: 500;
}


/*side widget styles*/

div.section-left {
	position: relative;
	background: #C3D1ED;
	margin: 0px 0px 10px 0px;
	padding-bottom: 4px;
}


/*content padding style - generic style to be used anywhere that needs content to be padded*/

.content-pad {
	padding: 0px;
}

div.clear {
	clear: both;
	font-size: 0;
}

div.tax_string {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	color: #888888;
	width: 100%;
	text-align: center;
}

div.image_grid ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.image_grid ul li {
	list-style: none;
	display: inline-block;
}

div.image_grid ul li img {
	height: 100px;
	width: auto;
}

div.item_gallery_con ul.gallery_icons {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.item_gallery_con ul.gallery_icons li {
	list-style: none;
	display: inline-block;
}

div.item_gallery_con ul.gallery_icons li img {
	height: 100px;
	width: auto;
}

div.nav-foot ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.nav-foot ul li {
	list-style: none;
	display: inline-block;
}

div.nav-foot ul li:last-child a {
	background: initial !important;
}

div.promo {
	margin-top: 10px;
}

div.promo ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.promo ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	padding: 5px;
}

div.promo ul li:last-child {
	margin-right: 0px !important;
}

div.promo div.img_con {
	text-align: center;
}

div.promo img.grid_img_src {
	height: 70px;
	width: 100px;
}

div.category_shopping_buttons {
	float: right;
}