/************************************************/
/*
  - Designer Trays positioning styles
  - 
  - File: positioning.css
  - Desc: This will only have styles that directly affect the position of elements/etc
  - No style formatting will be held in here
  
/***********************************************/

#outer-wrapper {
	width: 790px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#inner-wrapper {
	width: 734px;
	margin: 0 auto;
	display: block;
}

/* header styles start */
#header {
	width: 790px;
	height: 89px;
	margin: 0;
	padding: 0;
}
#header p {
	text-align: right;
	padding-top: 48px;
	margin-right: 40px;
}
#header p span.pipe {
	padding: 0 8px;
}
/* header styles end */

#banner {
	width: 734px;
	height: 164px;
	display: block;
	padding-bottom: 26px;
}

#banner ul li {
	margin: 0;
	padding: 0;
	float: left;
}
img.banner-image {
	padding-left: 26px;
}

/* navigation styles start */
#nav-wrapper {
	width: 164px;
	float: left;
}
ul#nav {
	margin: 0;
	padding: 0;
}
ul#nav li {
	width: 164px;
	height: 30px;
}
/* navigation styles end */


#main-content-wrapper {
	width: 544px;
	margin-left: 26px;
	float: left;
}

#product-range-wrapper {
	float: left;
	width: 544px;
}
#product-range-wrapper h1 {
	padding: 0  0 22px 0;
}
#product-range-wrapper h2 {
	clear: both;
	padding: 0 0 22px 0;
	text-indent: 20px;
}
#product-range-wrapper ul {
	margin: 0 0 24px 34px;
}
table.product-container {
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 20px 0;
	width: 544px;
}
table.product-container td.image-cell {
	width: 110px;
}
table.product-container td.image-cell-tech {
	width: 130px;
}

table.product {
	border-collapse: collapse;
	width: 410px;
}
table.product th, table.product td {
	padding: 2px;
	vertical-align: top;
}
.image-cell {
	float: left;
	width: 110px;
}
.image-cell-tech {
	float: left;
	width: 140px;
}


table.key th {
	width: 70px;
	padding-bottom: 4px;
}
table.key th.title {
	text-indent: 20px;
}
table.key td {
	padding-top: 4px;
}


#left-content {
	float: left;
	width: 354px;
}
#left-content h1 {
	padding: 22px 26px;
}
#left-content h2 {
	padding: 0 26px 22px 26px;
	text-indent: 20px;
}
#left-content p {
	padding: 0 26px 22px 26px;
}
#left-content p.contact {
	padding: 0 26px 22px 48px;
}


#right-content {
	width: 164px;
	margin-left: 26px;
	float: left;
}

#right-content-title-block-grey {
	width: 164px;
	height: 90px;
	*height: 86px;
	margin: 0 0 14px 0;
}
#right-content-title-block-grey a {
	margin: 0;
	padding: 0;
}
#right-content-title-block-grey img {
	margin: 0;
	padding: 0;
}
ul.call-to-action {
	margin: 0;
	padding: 0;
	width: 164px;
}
ul.call-to-action li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
ul.call-to-action li a {
	display: block;
	margin: 0 6px;
}
ul.right-images {
	margin: 0;
	padding: 0;
	width: 164px;
}
ul.right-images li {
	padding: 0 0 10px 0;
}

/* footer styles start */
#footer {
	clear: both;
	padding-top: 10px;
}
#footer-inner {
	width: 734px;
	margin: 0 auto;
	border-top: 13px solid #0052A0;
	padding-bottom: 30px;
}
#footer-inner p {
	margin-top: 14px;
}
#footer-inner p span.contact-item {
	padding: 0 8px;
}
#footer-inner p a:link, #footer-inner p a:visited {
	margin: 0;
	padding: 0;
}
#footer-inner p a:hover, #footer-inner p a:active {
	margin: 0;
	padding: 0;
}
/* footer styles end */