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

/* start reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset.css */
@font-face {font-family:"Perspective Sans";
	src: url("fonts/perspective_sans/persans.ttf");
}

@font-face {font-family:"Perspective Sans Bold";
	src: url("fonts/perspective_sans/persansb.ttf");
}
	
body {
	background-color: #5e5b52;
}

#wrapper {
	width:825px;
	margin:0px auto;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

#header {
	background-color:#2a2b27;
	height:12px;
}


/*Start Navigation*/
#nav {
	height:163px;
	//width:825px;
	background-color:#c6bc3c;
}

#nav li {
	height:163px;
	//display:block;
	//float:left;
	

}

#nav a {
	height:163px;
	padding:0;
	margin:0;
	//text-decoration:none;
}

li.portfolio a{
	width:206px;
	height:163px;
	background-image:url(images/navPortfolioNormal.png);
	background-repeat:no-repeat;
}

li.portfolio a:hover {
	background-image:url(images/navPortfolioRoll.png);
}


li.whatsYourVector a{
	width:206px;
	height:163px;
	background-image:url(images/navWhatsYourVectorNormal.png);
	background-repeat:no-repeat;
}

li.whatsYourVector a:hover {
	background-image:url(images/navWhatsYourVectorRoll.png);
}


li.bottleRecaps a {
	width:206px;
	height:163px;
	background-image:url(images/navBottleRecapsNormal.png);
	background-repeat:no-repeat;
}

li.bottleRecaps a:hover {
	background-image:url(images/navBottleRecapsRoll.png);
}

li.contact a{
	width:207px;
	height:163px;
	background-image: url(images/navContactNormal.png);
	background-repeat:no-repeat;
}

li.contact a:hover {
	background-image:url(images/navContactNormalRoll.png);
}


/**************** start lava lamp styles ****************/
.lavaLamp {
    position: relative;
    height: 163px; width: 825px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;


    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/rightBracket.png") no-repeat top right;
            width: 207px; height: 163px;
            z-index: 0;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/leftBracket.png") no-repeat top left;
                height: 163px;
                margin-right: 30px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
                   position: relative; overflow: hidden;
                   text-decoration: none;
                   text-transform: uppercase;
                   font: bold 14px arial;
                   color: #fff; outline: none;
                   text-align: center;
                   //height: 30px; top: 7px;
                   z-index: 8; letter-spacing: 0;
                   float: left; display: block;
                   //margin: auto 10px;
               }
/**************** end lava lamp styles ****************/

/*START CONTENT*/

#content {
	min-height:400px;
}

img.logo {
	margin:20px 0 0 40px;
}

#portfolioPrintLink a {
	//	text-indent:-999px;
	//background-image: url(images/printLink.png);
	width:49px;
	height:12px;
	float:left;
	margin-top:26px;

	

}

#portfolioPrintLink a:hover {
	//background-image:url(images/printRoll.png);
	width:49px;
	height:12px;
	float:left;
	//margin-top:26px;
}

#portfolioMultimediaLink a {
	//	text-indent:-10000px;
	//background-image:url(images/multimediaLink.png);
	width:106px;
	height:12px;
	float:left;
	margin-top:26px;


}

#portfolioMultimediaLink a:hover {
	//background-image:url(images/multimediaRoll.png);
	width:106px;
	height:12px;
	float:left;
	//margin-top:26px;
}

#portfolioArt a {
	//	text-indent:-10000px;
	//background-image:url(images/artLink.png);
	width:36px;
	height:12px;
	float:left;
	margin-top:26px;

	

}

#portfolioArt a:hover {
	//background-image:url(images/artRoll.png);
	width:36px;
	height:12px;
	float:left;
	margin-top:26px;
}

#portfolioBackground {
	width:422px;
	min-height:420px;
	margin:26px 33px 26px 40px;
	background-color:#2A2B27;
	float:left;
}

#portfolioSquares {
	width:291px;
	height:215px;
	float:left;
	margin-top:17px;
	background-color:#fff;
}

#portfolioText {
	width:291px;
	height:80px;
	background-color:#fff;
	float:left;
	margin-top:40px;
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#2A2B27;
}

#artPortfolioText {
	width:291px;
	background-color:#fff;
	float:left;
	margin-top:20px;
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#2A2B27;
}

#portfolioText strong {
	font-family: "Perspective Sans Black", Arial Bold, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#2A2B27;
	letter-spacing:1px;
}

#artPortfolioText strong {
	font-family:"Perspective Sans Black", Arial Bold, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#2A2B27;
	letter-spacing:1px;
}

#portfolioText a {
	text-decoration:underline;
	color:#4E524F;
}

#portfolioText a:hover {
	text-decoration:underline;
	color:#C6BC3C;
}


#portfolioSquares li{
	display:block;
	width:63px;
	height:63px;
	float:left;
	padding: 0 12px 12px 0;
}

#portfolioSquares li.last {
	padding:0 0 12px 0;
}


#portfolioSquares li a{
	display:block;
	width:63px;
	height:63px;
}


#portfolioSquares li.worldPeace a{
	background-image: url(images/smallPortSquareWorldPeace.jpg);
}

#portfolioSquares li.worldPeace a:hover{
	background-image: url(images/rollSmallPortSquareWorldPeace.jpg);
}

#portfolioSquares li.lifeMatters a{
	background-image: url(images/smallPortSquareLifeMatters.jpg);
}

#portfolioSquares li.lifeMatters a:hover{
	background-image: url(images/rollSmallPortSquareLifeMatters.jpg);
}

#portfolioSquares li.comancheCnty a{
	background-image: url(images/smallPortSquareComancheCover.jpg);
}

#portfolioSquares li.comancheCnty a:hover{
	background-image: url(images/rollSmallPortSquareComancheCover.jpg);
}

#portfolioSquares li.stoneCnty a{
	background-image: url(images/smallPortSquareStoneCnty.jpg);
}

#portfolioSquares li.stoneCnty a:hover{
	background-image: url(images/rollSmallPortSquareStoneCnty.jpg);
}

#portfolioSquares li.limId a{
	background-image: url(images/smallPortSquareLimId.jpg);
}

#portfolioSquares li.limId a:hover{
	background-image: url(images/rollSmallPortSquareLimId.jpg);
}

#portfolioSquares li.midCoast a{
	background-image: url(images/smallPortSquareMidCoast.jpg);
}

#portfolioSquares li.midCoast a:hover{
	background-image: url(images/rollSmallPortSquareMidCoast.jpg);
}

#portfolioSquares li.akronU a{
	background-image: url(images/smallPortSquareAU.jpg);
}

#portfolioSquares li.akronU a:hover{
	background-image: url(images/rollSmallPortSquareAU.jpg);
}

#portfolioSquares li.chiliCookOff9 a{
	background-image: url(images/smallPortSquare09CookOff.jpg);
}

#portfolioSquares li.chiliCookOff9 a:hover{
	background-image: url(images/rollSmallPortSquare09CookOff.jpg);
}

#portfolioSquares li.youRock a{
	background-image: url(images/smallPortSquareYouRock.jpg);
}

#portfolioSquares li.youRock a:hover{
	background-image: url(images/rollSmallPortSquareYouRock.jpg);
}

#portfolioSquares li.chiliCookOff8 a{
	background-image: url(images/smallPortSquare08CookOff.jpg);
}

#portfolioSquares li.chiliCookOff8 a:hover{
	background-image: url(images/rollSmallPortSquare08CookOff.jpg);
}

#portfolioSquares li.employeePosters a{
	background-image: url(images/smallPortSquareLIMPosters.jpg);
}

#portfolioSquares li.employeePosters a:hover{
	background-image: url(images/rollSmallPortSquareLIMPosters.jpg);
}

#portfolioSquares li.busDevCd a{
	background-image: url(images/smallPortSquareBusDevCd.jpg);
}

#portfolioSquares li.busDevCd a:hover{
	background-image: url(images/rollSmallPortSquareBusDevCd.jpg);
}

#portfolioSquares li.carousel a{
	background-image:url(images/multiSmallPortSquareWiz.jpg);
}

#portfolioSquares li.carousel a:hover{
	background-image:url(images/rollMultiSmallPortSquareWiz.jpg);
}

#portfolioSquares li.blueRose a{
	background-image:url(images/multiSmallPortSquareBRC.jpg);
}

#portfolioSquares li.blueRose a:hover{
	background-image:url(images/rollMultiSmallPortSquareBRC.jpg);
}

#portfolioSquares li.rfenton a{
	background-image:url(images/SmallPortSquareRFenton.jpg);
}

#portfolioSquares li.rfenton a:hover{
	background-image:url(images/rollSmallPortSquareRFenton.jpg);
}

#portfolioSquares li.wooCitySite a{
	background-image:url(images/multiSmallPortSquareWoo.jpg);
}

#portfolioSquares li.wooCitySite a:hover{
	background-image:url(images/rollMultiSmallPortSquareWoo.jpg);
}

#portfolioSquares li.spoliedRottenPets a{
	background-image:url(images/multiSmallPortSRP.jpg);
}

#portfolioSquares li.spoliedRottenPets a:hover{
	background-image:url(images/rollMultiSmallPortSRP.jpg);
}

#secondaryPortfolioNav {
	float:right;
	margin:0 10px 10px 0;
}


#secondaryPortfolioNav li{
	display:block;
	width:10px;
	height:10px;
	float:left;
	margin:0 5px 0 0;
	overflow:hidden;

}

#secondaryPortfolioNav a.activePage {
	background-color:#565754;
}
	

#secondaryPortfolioNav a{
	width:10px;
	height:10px;
	background-color:#3C3D39;
	display:block;

}

#secondaryPortfolioNav a:hover{
	background-color:#4E524F;
}

#footer {
	background-color:#2A2B27;
	height:53px;
	clear:both;
	margin:26px 0 0 0;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	color:#FFF;
	padding-left:40px;
	padding-top:11px;
	
}

p.footerLinks a {
	text-decoration:none;
	letter-spacing:1px;
	color:#fff;
}

p.footerLinks a:hover {
	color:#c6bc3c;
}

#footer p.footerContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#a9acae;
	letter-spacing:1px;
	
}


p.footerContact a {
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;

}

p.footerContact a:hover {
	color:#c6bc3c;
}

#contactBackground {
	width:666px;
	height:400px;
	margin:26px 80px 26px 80px;
	background-color:#2A2B27;
	float:left;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

#contactTopTxt h3 {
	font-family:"Perspective Sans Bold", Aria Bold, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	color:#C6BC3C;
	margin:25px 0 15px 25px;
	width:325px;
	float:left;
}

#contactTopTxt small {
	font-family: "Perspective Sans Bold", Arial Bold, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	line-height:22px;
}

#contactLeft{
	width:350px;
	float:left;
}

#contactLeft p {
	font-family: "Perspective Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing:1px;
	margin:0 0 13px 25px;
	line-height:22px;
	width:300px;
}

#contactLeft input {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#fff;
	width:296px;
	height:22px;
	padding:3px 0 0 6px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
}

#contactLeft input:focus {
	background-color:#d8d8d8;
}

#contactForm textarea {
	width:296px;
	height:150px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	background-color:#fff;
	padding:4px 0 0 6px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}

#contactForm textarea:focus {
	background-color:#d8d8d8;
}

#contactRight {
	width:260px;
	height:100px;
	margin:5px 0 0 25px;
	float:left;
}

#subjectTxt {
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing:1px;
}

#radioIntriguedTxt strong {
	font-family:"Perspective Sans Black", "Perspective Sans", Arial Bold, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	margin-left:6px;
}

#radioIntriguedTxt {
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
}

#radioStumpedTxt strong {
	font-family:"Perspective Sans Black", "Perspective Sans", Arial Bold, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	margin-left:6px;
}

#radioStumpedTxt {
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
}

#radioBeerTxt strong {
	font-family:"Perspective Sans Black", "Perspective Sans", Arial Bold, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	margin-left:6px;
}

#radioBeerTxt {
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
}


#radioBoredTxt strong {
	font-family:"Perspective Sans Black", "Perspective Sans", Arial Bold, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
	margin-left:6px;
}

#radioBoredTxt {
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
}

#radioIntrigued {
	margin:20px 0 0 -1px;
}

#radioStumped {
	margin:20px 0 0 -1px;
}

#radioBeer {
	margin:20px 0 0 -1px;
}

#radioBored {
	margin:20px 0 0 -1px;
}

em {
	margin-left:20px;
}

#submit {
	margin:73px 0 0 170px;
	width:80px;
	
}

#centerBackground {
	width:666px;
	height:400px;
	margin:26px 80px 26px 80px;
	background-color:#2A2B27;
	float:left;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

#centerBackground p {
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	letter-spacing:1px;
	color:#fff;
}

#centerBackground h1 {
	margin-top:100px;
	font-family:"Perspective Sans Bold", Arial Bold, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	letter-spacing:1px;
	color:#FFF;
	line-height:24px;
}

#centerBackground strong {
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	color:#a9acae;
	font-size:22px;
	letter-spacing:1px;
}

#centerBackground span {
	font-family:"Perspective Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	
}

#centerBackground a {
	text-decoration:underline;
	font-family:"Perspective Sans Bold", Arial Bold, Helvetica, sans-serif;
	color:#a9acae;
	font-size:12px;
}

#centerBackground a:hover {
	color:#C6BC3C;
}
	

