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

/* Global styles */

* {
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	outline: none;
}
div.clear {
	clear:both;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 54px;
	color: #fff;
	text-indent: 26px;
	margin: 4px;
	height: 54px;
	background-color: #547e8d;
	background-image: url(../images-layout/back-h1.jpg);
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	padding-left: 55px;
	padding-right: 55px;
	text-transform: uppercase;
	color: #9e1b32;
}

h3 {
	font-size: 19px;
	font-weight: bold;
	padding-left: 55px;
	padding-right: 55px;
	color: #547e8d;
}

p {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 30px;
	padding-left: 55px;
	line-height: 20px;
}

.picLeft {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.picRight {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.picBorder {
	border: 2px solid #c8cbcc;
}

/* Main area DIVs */

div#header {
	height: 155px;
	background-image: url(../images-layout/back-header.jpg);
	background-repeat: repeat-x;
	position: relative;
}

div#mainMiddle {
	background-color: #c9cacd;
	background-image: url(../images-layout/back-main-body.jpg);
	background-repeat: repeat-x;
}

div#footer {
	overflow-y: auto;
	background-image: url(../images-layout/back-footer.jpg);
	background-repeat: repeat-x;
	background-color: #5c6877;
}
div#footContainer {
	width: 960px;
	height: 245px;
	background-image: url(../images-layout/back-footer-inset.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow-y: auto;
	margin-top: 28px;
	margin-left: auto;
	margin-right: auto;
}
div#footContainer div#footMenContainer {
	height: 45px;
}
div#footContainer div#footMenContainer div.left {
	float: left;
	height: 45px;
	width: 702px;
}
div#footContainer div#footMenContainer div.right {
	float: right;
	height: 45px;
	width: 246px;
	padding-right: 10px;
}
div#footContainer div#footMenContainer div.right div.socialTag {
	float: right;
	height: 45px;
	width: 157px;
}
div#footContainer div#footMenContainer div.right div.socialTag p {
	font-family: Tahoma, Georgia, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;	
}
div#footContainer div#footMenContainer div.right div.socialIconFaceBook {
	float: right;
	padding-top: 10px;
	height: 45px;
	width: 34px;
}
div#footContainer div#footMenContainer div.right div.socialIconBlogger {
	float: right;
	padding-top: 10px;
	height: 45px;
	width: 34px;
}
div#footContainer div#footMenContainer div.right div.socialIconFaceBook a {
	display: block;
	height: 45px;
	width: 34px;
	background-image: url(../images-content/icon-facebook.gif);
	background-repeat: no-repeat;
}
div#footContainer div#footMenContainer div.right div.socialIconBlogger a {
	display: block;
	height: 45px;
	width: 34px;
	background-image: url(../images-content/icon-blogger.gif);
	background-repeat: no-repeat;
}
div#footContainer div#footMenContainer div.right div.socialIconFaceBook a:hover {
	background-image: url(../images-content/icon-facebook-alt.gif);
	background-repeat: no-repeat;
}
div#footContainer div#footMenContainer div.right div.socialIconBlogger a:hover {
	background-image: url(../images-content/icon-blogger-alt.gif);
	background-repeat: no-repeat;
}
div#footContainer div#footMenContainer div.right div.socialIconFaceBook a span {
	display: none;
}
div#footContainer div#footMenContainer div.right div.socialIconBlogger a span {
	display: none;
}
div#footContainer div#footAddress {
}
div#footContainer div#footAddress div.footerAddressCont {
	float: left;
	height: 45px;
	width: 300px;
	padding-left: 20px;
	padding-top: 20px;
}
div#footContainer div#footAddress div.footerAddressCont h5 {
	font-family: Tahoma, Georgia, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fcf3d3;
	padding-left: 20px;
}
div#footContainer div#footAddress div.footerAddressCont p {
	font-family: Tahoma, Georgia, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 30px;
	padding-left: 20px;
	line-height: 18px;
}
div#headerInfo {
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-right: 12px;
	width: 230px;
}

div#headerInfo h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}

div#headerInfo p {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 16px;
}

div#headerInfo a {
	font-size: 14px;
	font-weight: bold;
	color: #fbf9ec;
	text-decoration: underline;
}

div#headerInfo a:hover {
	color: #fff;
}

div#headerInfoNav {
	color: #fbf9ec;
}

div#headerInfoNav a {
	font-size: 14px;
	font-weight: bold;
	color: #fbf9ec;
	text-decoration: none;
}

div#headerInfoNav a:hover {
	color: #fff;
}

div.sub {
	width: 968px;
	
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div#header div.sub {
	height: 155px;
	background-image: url(../images-layout/burst.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#mainMiddle  div.sub {
	width: 960px;
	overflow-y: auto;
}

div#seal {
	width: 148px;
	height: 145px;
	overflow-y: auto;
	background-image: url(../images-layout/apples-apples-seal.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

div#mainContent {
	width: 960px;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 14px;
	margin-bottom: 1px;
	background-image: url(../images-layout/back-bot-mainContent.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#mainContent a {
	color: #603233;
	font-weight: bold;
}

div#getQuoteBtn {
	width: 298px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div#getQuoteBtn p {
	font-family: Tahoma, Georgia, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3303e;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 32px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 16px;
}

div#bodyBullet ul {
	padding-left: 98px;
	padding-right: 58px;
	padding-bottom: 14px;
}

div#bodyBullet li {
	padding-bottom: 8px;
	list-style-position: outside;
	list-style-type: disc;
}

div#header a#logo {
	float: left;
	display: block;
	background-image: url(../images-layout/logo-goteez.gif);
	height: 119px;
	width: 287px;
	margin: 0 0 0 15px;
}

div#header a#logo span {
	display: none;
}

div#datePlate {
	width: 502px;
	height: 58px;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images-layout/bar-design-1992.jpg);
}

div#compression {
	width: 834px;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #dfe0e1;
}

/* Top Links */

div#nav {
	position: absolute;
	left: 0;
	top: 127px;
	width: 812px;
}

div#nav ul {
	list-style-type: none;
	display: block;
}

div#nav li {
	float: left;
	display: block;
}

div#nav a {
	display: block;
	text-transform: uppercase;
	color: #23303e;
	font-family: Tahoma, Georgia, Verdana;
	font-size: 13px;
	line-height: 22px;
	padding:  0 17px 5px;
	font-weight: bold;
	border-right: solid 1px #23303e;
	background-image: url(../images-pres/nav_a_repeat-x.gif);
	background-repeat: repeat-x;
	background-position: left 500px;
	text-decoration: none;
}

div#nav a:hover {
	background-position: left bottom;
	color: #fff;
}

/* Entry item containers- Beyond Printing, Band Merch */

div#item-holder {
	float:left;
	width:820px;
	text-align:left;
	margin-left:85px;
	margin-bottom: 12px;
	display:inline;
}

div#item-holder h2 {
	padding-left: 0px;
}

div#item-holder p {
	padding-right: 0px;
	padding-left: 0px;
}

div#item-holder img {
	padding: 2px;
	border: 1px solid #66727f;
	float: right;
}

/* Home Page DIV areas */

div#homeLeft {
	width:719px;
	overflow: visible;
	margin-top: 14px;
	margin-bottom: 1px;
	float: left;
}

div#homeRight {
	width:231px;
	overflow-y: auto;
	margin-top: 14px;
	margin-bottom: 1px;
	float: right;
}

div#homebox-Main {
	width:719px;
	height:383px;
	background-color: #fff;
	background-image: url(../images-content/back-souths-finest.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

div#homeboxText {
	width:400px;
	overflow-y: auto;
	text-align: center;
	position: relative;
	top: -70px;
	left: 75px;
}

div#homeboxText  h4 {
	font-family: Tahoma, Georgia, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #496a79;	
}

div#homeboxText  p {
	font-family: Tahoma, Georgia, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #23303e;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 15px;
}

div#homeboxText  a {
	font-family: Tahoma, Georgia, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #603233;	
}

div#homebox-greenMenu {
	width:231px;
	height:228px;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url(../images-layout/back-greenMenu.jpg);
	background-repeat: no-repeat;
}

div#breakout {
	width:203px;
	height:308px;
	background-color: #fff;
	position: relative;
	top: 37px;
	left: 499px;
}


div#homebox-rightPromo {
	width:231px;
	height:358px;
	overflow-y: auto;
	background-color: #fff;
	background-image: url(../images-layout/back-homebox-rightPromo.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

div#homebox-rightPromo img {
	height: 350px;
	width: 223px;
	margin: 4px;
}

div#homebox-botPromo {
	width:711px;
	height:195px;
	padding: 4px;
	background-color: #fff;
}

/* Home Page Green right-hand menu styles  */

#greennav {
	width:223px;
	list-style:none;
	padding-top: 6px;
}

#greennav li {
}

#greennav a {
	display:block;
	background-image: url(../images-layout/bullet-green-back.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 22px;
	font-weight:bold;
	font-size:17px;
	color: #fbf9ec;
	padding-top: 14px;
}

#greennav a:hover {
	color: #fff;
}

#greennav a span {
	display:block;
	font-weight:bold;
	color:#fff;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90a3ab;
	padding-bottom: 16px;
	padding-top: 3px;
}

#greennav a span.last {
	border-bottom-style: none;
}

/* Table areas */

table.display {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 24px;
}

table.display td {
	padding: 2px 4px;
}



.headerColor {
	background-color: #557f8d;
	color: #fff;
}

.secondColor {
	background-color: #f6eeca;
}

.alt {
	background-color: #eae8e2;
}


/* Products Page */

#product-holder {
	width:577px;
	float: left;
}

div#product-holder img {
	padding-left: 92px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#product-list {
	float: right;
	width:220px;
	overflow-y: auto;
	margin-bottom: 24px;
}

#product-list ul {
	color:#23303E;
	font-family:Helvetica,Arial,sans-serif;
	font-size:15px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:27px;
}

/* Portfolio Page */

div#portfolio-holder {
	width:580px;
	margin-left: auto;
	margin-right: auto;
}

ul.portfolio  {
	color:#838c96;
	font-size: 16px;
	list-style:none;
	padding-top: 5px;
	padding-bottom: 30px;
	line-height: 23px;
}

/* Pricing Page */

div#left-bar {
	width:650px;
	float: left;
	overflow-y: auto;
	margin-bottom: 32px;
	margin-left: 8px;
}

div#right-bar {
	width:276px;
	float: right;
	overflow-y: auto;
	border: 3px solid #3d595d;
	margin-bottom: 32px;
	margin-right: 10px;
	background-color: #fcf9ed;
}

div#right-bar h2 {
	width: 100%;
	display: block;
	font-size: 26px;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	color: #fff;
	background-color: #4c5f6f;
	text-indent: 12px;
	height: 61px;
	line-height: 60px;
}

div#right-bar h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	color: #3d595d;
	padding-top: 13px;
	padding-bottom: 4px;
	line-height: 19px;
}

div#right-bar p {
	font-size: 12px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 12px;
	line-height: 15px;
	color: #557f8d;
	font-style: italic;
}

div#right-bar a {
	color: #603233;
	font-weight: bold;
}

div#right-bar a:hover {
	text-decoration: underline;
}
