/*------------------------------------------------*/
/*--                 WIRE FRAME                   --*/

html, body {
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
	height: 100%;
	font-size: .9em;
	line-height: 1.6em;
	font-family: "Lucida Sans unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	}

@font-face {
	font-family: "Vista Sans";
	src: url("VistaSanAltBoo.ttf");
	}
	
	
div#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: url("images/bg-main1600.jpg") top center repeat-x;
	background-color: #e7e6e0;
	}

div#top {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 200px;
	border-top: 20px solid #fff;
	}
		
div#container {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 900px;
	background: url("images/desk.jpg") no-repeat top right;
	}
	
div#container-portfolio {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 900px;
	}
	
div#container-samples {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 900px;
	background: url("images/viewmaster_reels.jpg") no-repeat top right;
	}
	
div#container-contact {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 900px;
	background: url("images/cans.jpg") no-repeat top right;
	}
	
div#container-services {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 900px;
	background: url("images/cards.jpg") no-repeat top right;
	}
	
div#container-about {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 900px;
	background: url("images/portrait.jpg") no-repeat top right;
	}
		
div#bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 20px solid #fff;
	}

	
div#left-column {
	float: left;
	width: 230px;
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
	}
	
div#maincontent {
	float: right;
	width: 640px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: #2F2E2D;
	min-height: 300px;
	}
	
div#maincontent-wide {
	margin: 0 auto;
	padding: 15px 0 0 0;
	color: #2F2E2D;
	}
	
div#leftcol {
	float: left;
	width: 360px;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
div#righcol {
	margin: 0 auto;
	padding: 40px 0 0 400px;
	color: #2F2E2D;
	}
	
div.minicolumns {
	display: block;
	width: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	float: left;
	}

div#bg-shim {
	width: 290px;
	height: 190px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	}
	
div#bg-shim3 {
	width: 350px;
	height: 190px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	}
	
div#bg-shim4 {
	width: 400px;
	height: 320px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	}

/*------------------------------------------------*/
/*--                 SITE WIDE                     --*/


a img {
border: 0;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #825F5E;
	}

a:hover {
	text-decoration: none;
	color: #E8613D;
	}	

a:active { 
	outline: none; 
	}

a:focus { 
	-moz-outline-style: none; 
	}
	
.comment {
	font: .95em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #825F5E;
	margin: 0;
	padding-top: 0;
	}

.clear {
	clear: both;
	}
	

h1 {
	font-family: "Vista Sans", "Georgia", Georgia, "Times Roman", Times, serif;
	font-size: 2em;
	line-height: 1.1em;
	color: #E8613D;
	padding-bottom: 12px;
	}
	
h2 {
	font-family: "Vista Sans", "Georgia", Georgia, "Times Roman", Times, serif;
	font-size: 1.6em;
	color: #4C0002;
	margin: 30px 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #E8613D;
	}
	
h3 {
	font-family: "Vista Sans",  "Georgia", Georgia, "Times Roman", Times, serif;
	font-size: 1.2em;
	color: #E8613D;
	margin: 4px 0 0 0;
	padding: 0 0 2px 0;
	}
	
.slim {
	width: 260px;
	}
	

/*------------------------------------------------*/
/*--               NAVIGATION                     --*/


#navbar {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 644px;
	height: 72px;
	}
	
ul#nav {
	border: none;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	clear: left;
	height: 72px;
	width: 644px;
	background: url("images/mainnav.png") no-repeat scroll top left;
	}
	
ul#nav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	}
	
ul#nav li a {
	display: block;
	height: 72px;
	padding: 0;
	margin: 0;
	}
	
ul#nav li a span {
	background: url("images/mainnav.png") scroll bottom left;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 100;
	}
	
ul#nav li a span:hover {
		cursor: pointer;
	}

ul#nav li strong { 
	display: none; 
	}

ul#nav li a.home { width: 109px; }
ul#nav li a.portfolio { width: 150px; }
ul#nav li a.services { width: 139px; }
ul#nav li a.about { width: 113px; }
ul#nav li a.contact { width: 133px; }

ul#nav li a.home span { background-position: 0px -72px; }
ul#nav li a.portfolio span { background-position: -109px -72px; }
ul#nav li a.services span { background-position: -259px -72px; }
ul#nav li a.about span { background-position: -398px -72px; }
ul#nav li a.contact span { background-position: -511px -72px; }


/*------------------------------------------------*/
/*--               SUB -NAVIGATION                --*/

#preload2 {
	background: transparent url("images/subnav_on.jpg")
	}

#subnav {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 650px;
	height: 77px;
	background: url("images/subnav_off.png") no-repeat;
	}
	
#subnav ul {
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
	height: 77px;
	width: 650px;
	}
	
#subnav ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	}
	
#subnav ul li a, #subnav ul li a:visited, #subnav ul li a:link {
	display: block;
	height: 77px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	}

#subnav ul li strong { 
	display: none; 
	}

li#logos a { width: 135px; }
li#print a { width: 107px; }
li#web a { width: 104px; }
li#tshirts a { width: 121px; }
li#packaging a { width: 183px; }


li#logos a:hover { background: url("images/subnav_on.png") 0px 0px no-repeat; text-decoration: none; }
li#print a:hover { background: url("images/subnav_on.png") -135px 0px no-repeat; text-decoration: none; }
li#web a:hover { background: url("images/subnav_on.png") -242px 0px no-repeat; text-decoration: none; }
li#tshirts a:hover { background: url("images/subnav_on.png") -346px 0px no-repeat; text-decoration: none; }
li#packaging a:hover { background: url("images/subnav_on.png") -467px 0px no-repeat; text-decoration: none; }


	
/*------------------------------------------------*/
/*--                 SIDEBAR                   --*/

div#sidebar {
	width: 180px;
	float: left;
	padding: 210px 0 0 0;
	margin: 0 0 0 40px;
	font: 12px/16px "Georgia", "Times Roman", Times, serif;
	color: #48130A;
	}

div#sidebar hr {
	color: #d6b470;
	background: #d6b470;
	width: 100%;
	height: 1px;
	border: 0;
	}
	

div#sidebar h3 {
	font: 16px/16px "Georgia", Georgia, "Times Roman", Times, serif;
	padding: 0 0 6px 0;
	margin: 0;
	color: #810C01;
	border-bottom: 3px double #810C01;
	}

	
/*------------------------------------------------*/
/*--                 FOOTER                   --*/

div#footer {
	display: block;
	color: #a0a0a0; 
	text-align: center;
	font: 1em Georgia, "Georgia", "Times Roman", Times, serif;
	height: 40px;
	padding: 20px 0;
	margin: 0 auto;
	}

div#footer a, div#footer a:link {
	color: #a0a0a0;
	}



/*------------------------------------------------*/
/*--              SAMPLE H1s               --*/

h1.logos {
	display: block;
	width: 103px;
	height: 46px;
	margin: 0 0 20px 0;
	background: url("images/h1_bg_logos.jpg");
	padding: 0;
	}
	
h1.web {
	display: block;
	width: 76px;
	height: 46px;
	margin: 0 0 20px 0;
	background: url("images/h1_bg_web.jpg");
	padding: 0;
	}
	
h1.print {
	display: block;
	width: 100px;
	height: 46px;
	margin: 0 0 20px 0;
	background: url("images/h1_bg_print.jpg");
	padding: 0;
	}
	
h1.tshirts {
	display: block;
	width: 118px;
	height: 46px;
	margin: 0 0 20px 0;
	background: url("images/h1_bg_tshirts.jpg");
	padding: 0;
	}
	
h1.packaging {
	display: block;
	width: 160px;
	height: 46px;
	margin: 0 0 20px 0;
	background: url("images/h1_bg_packaging.jpg");
	padding: 0;
	}
	
h1 strong {
	display: none;
	}


/*------------------------------------------------*/
/*--                 NEWS                   --*/

	
#news {
	margin: 0px 0px 30px 0px;
	padding: 90px 10px 2px 10px;
	text-align: left;
	background: url("images/blocks_NEWS.jpg") no-repeat top center #dddad3;
	}

	
#news dl dt {
	margin: 6px 6px 0 6px;
	padding: 6px 6px 0 6px;
	font: 12px/13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #58443D;
	}

#news dl dd {
	margin: 0px 10px 10px 10px;
	padding: 3px 6px 6px 3px;
	font: 12px "Georgia", "Times New Roman", Times, serif;
	color: #fff;
	text-align: right;
	}

#news a dl, #news a:visited dl, #news a:link dl {
	background: url("images/news_bg.jpg") 0px bottom no-repeat;
	border: 1px solid #F7F6F1;
	text-decoration: none;
	cursor: pointer;
	}

#news a:hover dl {
	background: url("images/news_bg.jpg") -237px bottom no-repeat;
	border: 1px solid #eeede8;
	text-decoration: none;
	}
	
#news a:hover dt {
	color: #000;
	}

/*------------------------------------------------*/
/*--                 QUOTE BOXES                   --*/

.quote {
	margin: 0 0 20px 0;
	padding: 20px 20px 0 0;
	background: url("images/quote1.jpg") top left no-repeat;
	font: 1.1em "Georgia", Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	color: #A3834A;
	text-indent: 46px;
	}
	
.quote span {
	display: block;
	margin: 0;
	padding: 20px;
	background: url("images/quote2.jpg") top right no-repeat;
	font: .9em Helvetica, Arial, sans-serif;
	color: #333;
	text-align: left;
	text-indent: 0;
	}
	


/*------------------------------------------*/
/*-----------------SAMPLES------------------*/

div#samples {
	margin-left: 40px;
	}

div#samples img {
	position: relative;
	float: left;
	}

div#samples a img, div#samples a:link img, div#samples a:visited img {
	padding: 0;
	margin: 16px 16px 0 0;
	border: 6px solid #D5D5D4;
	background: #fff;
	text-decoration: none;
	}
	
div#samples a:hover img {
	border: 6px solid #a0ccdb;
	background: #fff;
	text-decoration: none;
	}	

