﻿/*------------- basic elements --------------------------------------------------- */

* 
{
	padding: 0;
	margin: 0;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;;
	background-position: center top;
}
a:link, a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover, a:active {
	
	color: #185a7d;
	text-decoration: none;
}

@font-face {
  font-family: "Vipernora";
  src: url("vipernora-webfont.eot");
  src: local("☺"),
    url("vipernora-webfont.woff") format("woff"),
    url("vipernora-webfont.ttf") format("truetype"),
    url("vipernora-webfont.svg#webfont") format("svg");
	font-weight: normal;
	font-style: normal;
	
  }

#container {
	width: 951px;
	margin: 0 auto;
}
/*------------- header --------------------------------------------------- */
#logo {
	background-image:url(images/logo.png);
	width: 329px;
	height: 100px;
	margin-top: -63px;
	margin-left: -38px;
	background-repeat: no-repeat;
	position: absolute;
}
.logolink {	
	height:100px;
	width:329px;
	display:block;
}
#header {
	width: 951px;
	height: 126px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/headerBg.png');
	background-repeat: no-repeat;
}
/*------------ page nav --------------------------------------------------- */
#pagenav {
	background:url(images/nav.jpg) no-repeat;
	width:600px;
	height:35px;
	margin-top: 45px;
	float: left;
	z-index: 5;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#pagenav li, #pagenav a {
    height: 35px;
    display:block;
	list-style:none;
	float:left;
}
a.about {
    width: 114px;
}
a.about:hover, a.about:active {
	background:url(images/nav.jpg) 0px -35px no-repeat;
	cursor:pointer;
}
a.portfolio {
	width: 120px;
	position:relative;
	z-index: 2;
}
a.portfolio:hover, a.portfolio:active {
	background:url(images/nav.jpg) -114px -35px no-repeat; 
	z-index: 2;
	position:relative;
}
a.resume {
	width: 96px;
}
a.resume:hover, a.resume:active {
	background:url(images/nav.jpg) -234px -35px no-repeat; 
}
a.downloads {
	width: 134px;
}
a.downloads:hover, a.downloads:active {
	background:url(images/nav.jpg) -330px -35px no-repeat; 
}
a.contact {
	width: 136px;
}
a.contact:hover, a.contact:active {
	background:url(images/nav.jpg) -464px -35px no-repeat; 
}

/* nav drop down menu style */             

#subnav {
	background-image:url(images/subnavDropdown.png);
	background-repeat:no-repeat;
	margin-left: -4px;
	margin-top: -5px;
	/*margin-top:35px;*/
	height:148px;
	padding-left: 2px;
	padding-top: 48px;
	width:128px;
	z-index: 0;
	position:absolute;
	left:-10000px;
}

#subnav li a, #subnav li {
	z-index: 0;
	list-style:none;
	margin-top: -2px;
	margin-left: -1px;
	position:relative;
	width:128px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	height:28px;

}

#subnav a{
	padding-top:5px;
}

#subnav a:hover{
	background-image:url(images/subnavButton.jpg);
	background-repeat:no-repeat;
	width:128px;
	color:white;
	height:27px;
}

#pagenav li:hover ul#subnav {
	
	left:auto;
}

.subTop img {
	height: 148px;
	width:128px;
	padding: 0px 0px 0px 0px;
	margin-left:-125px;
	margin-top:-5px;
	position: absolute;
}
/*------------ content ---------------------------------------------------- */
#content {
	width: 902px;
	height: 505px;	
}
#leftColumn {
	width: 599px;
	height: 495px;
	float: left;
}

#largeGraphicArea {
	height: 363px;
	float: left;
}
/*------------- large graphic area buttons --------------------------------------------------- */

#buttonwrapper {
	width: 78px;
	height: 26px;
	margin-left:39px;
	margin-top:28px;
}
a.oneoftwobutton {
	width: 25px;
	height: 26px;
	margin-left: 500px;
	margin-top: -68px;
	position: absolute;
	background-image: url(images/oneoftwothumb.jpg);
	background-repeat: no-repeat;
	display: block;
	z-index: 5;
}

a.oneoftwobutton:hover, a.oneoftwobutton:active {
	background-position: 0 -26px;
}

a.twooftwobutton {
	width: 25px;
	height: 26px;
	margin-left: 526px;
	margin-top: -68px;
	position: absolute;
	background-image: url(images/twooftwothumb.jpg);
	background-repeat: no-repeat;
	display: block;
	z-index: 5;
}

a.twooftwobutton:hover, a.twooftwobutton:active {
	background-position: 0 -26px;
}

a.oneofthreebutton {
	width: 25px;
	height: 26px;
	margin-left: 474px;
	margin-top: -68px;
	position: absolute;
	background-image: url(images/oneofthreethumb.jpg);
	background-repeat: no-repeat;
	display: block;
	z-index: 5;
}

a.oneofthreebutton:hover, a.oneofthreebutton:active {
	background-position: 0 -26px;
}

a.twoofthreebutton {
	width: 25px;
	height: 26px;
	margin-left: 502px;
	margin-top: -68px;
	position: absolute;
	background-image: url(images/twoofthreethumb.jpg);
	background-repeat: no-repeat;
	display: block;
	z-index: 5;
}

a.twoofthreebutton:hover, a.twoofthreebutton:active {
	background-position: 0 -26px;
}

a.threeofthreebutton {
	width: 25px;
	height: 26px;
	margin-left: 526px;
	margin-top: -68px;
	position: absolute;
	background-image: url(images/threeofthreethumb.jpg);
	background-repeat: no-repeat;
	display: block;
	z-index: 5;
}

a.threeofthreebutton:hover, a.threeofthreebutton:active {
	background-position: 0 -26px;
}

/*------------- description area --------------------------------------------------- */

#smallBoxWithText {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/homeDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithText p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithText h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextportfolio {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/portfolioDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextportfolio p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextcontact {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/contactDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextcontact p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;

}

#smallBoxWithTextdownloads {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/downloadsDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextdownloads p {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextbrokenrings {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/brokenringsDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextbrokenrings p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextlight {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/intothelightDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextlight p {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;

}

#smallBoxWithTextflammable {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/flammableDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextflammable p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

/*------------- branding --------------------------------------------------- */

#smallBoxWithTextbranding {

	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/brandingDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextbranding p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextues {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/uesDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextues p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextpinwheellogo {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/pinwheelDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextpinwheellogo p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextdpusa {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/dpusaDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextdpusa p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextblueroomlogo {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/blueroomDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextblueroomlogo p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}
#smallBoxWithTextjoelle {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/joelleDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextjoelle p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}
#smallBoxWithTextmyremixlogo {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/myremixDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextmyremixlogo p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}
#smallBoxWithTextcivilrights {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/civilrightsDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextcivilrights p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextieat {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/ieatDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextieat p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}
#smallBoxWithTextcommunityshares {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/communitysharesDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextcommunityshares p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

/*------------- print --------------------------------------------------- */

#smallBoxWithTextprint {

	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/printDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextprint p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextblueroomads {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/blueroomadDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextblueroomads p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextnarcisse {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/narcisseDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextnarcisse p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextsongsforsoul {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/songs4soulDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextsongsforsoul p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTexttktavern {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/tktavernDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTexttktavern p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextcalendar {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/calendarDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextcalendar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextnoeye {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/noeyeDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextnoeye p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextappleads {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/appleadsDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextappleads p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextnightclub {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/nightclubflyersDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextnightclub p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextallcjazz {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/allcjazzDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextallcjazz p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextblueroomstickers {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/stickersDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextblueroomstickers p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextupsandmats {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/upsandmatsDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextupsandmats p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTexttimberline {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/timberlineDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTexttimberline p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextproemads {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/proemadsDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextproemads p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}


/*------------- applied --------------------------------------------------- */

#smallBoxWithTextapplied {

	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/appliedDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextapplied p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextacm {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/acmDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextacm p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextrocky {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/rockyDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextrocky p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextsplattershirt {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/splattershirtDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextsplattershirt p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextlaptops {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/laptopsDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextlaptops p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextbirdsnest {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/birdsnestDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextbirdsnest p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextpopeye {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/popeyeDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextpopeye p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextfbrshirt {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/fbrshirtDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextfbrshirt p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextvalet {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/valetDescription.jpg');
	background-repeat:no-repeat;
}

#smallBoxWithTextvalet p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}


/*------------- web --------------------------------------------------- */
#smallBoxWithTextweb {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/webDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextweb p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextmyremixweb {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/myremixwebDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextmyremixweb p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextmoran {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/moranDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextmoran p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextmyremixadds {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/myremixaddsDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextmyremixadds p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextgorillaweb {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/gorillawebDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextgorillaweb p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextgorillapopups {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/gorillapopupsDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextgorillapopups p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextsmashboxx {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/smashboxxDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextsmashboxx p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextsalonjoel {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/salonjoelDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextsalonjoel p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextproemweb {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/proemwebDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextproemweb p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextmediainterface {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/mediainterfaceDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextmediainterface p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextpinwheelweb {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/pinwheelwebDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextpinwheelweb p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextmidas {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/midasDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextmidas p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}

#smallBoxWithTextblackdaniels {
	height: 142px;
	width:599px;
	float: left;
	background-image:url('images/blackdanielsDescription.jpg');
	background-repeat:no-repeat;
}
#smallBoxWithTextblackdaniels p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 26px;
	padding-top: 76px;
	width: 550px;
}
/*------------- right column --------------------------------------------------- */

#rightColumn {
	width: 302px;
	height: 505px;
	float: left;
}
#titleGraphicText {
	height: 312px;
	padding-top:51px;
	float: left;
	background-image:url(images/sidebarHome.jpg);
	background-repeat:no-repeat;
	background-color:white;
	width: 262px;
	padding-left:39px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
#letsTalkFreelance{
	padding-top: 12px;
	height:170px;
}
#makeContact{
	height:160px;
}
#titleGraphicText p {
	height: 24px;
}
#titleGraphicTextportfolio {
	background-color:white;
	background-image:url(images/sidebarPortfolio.jpg);
	background-repeat:no-repeat;
	float:left;
	height:363px;
	padding-left:39px;
	width:262px;
}

#titleGraphicTextportfolio p {
	color:#333333;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	height:24px;
	padding-top:51px;
	width:237px;
}

#titleGraphicTextcontact {
	height: 363px;
	float: left;
	background-image:url(images/sidebarContact.jpg);
	background-repeat:no-repeat;
	background-color:white;
	width: 301px;
}
#titleGraphicTextcontact p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	z-index: 2;
	width:237px;
	padding-top:50px;
	padding-left:37px;
}
#titleGraphicTextdownloads {
	height: 363px;
	float: left;
	background-image:url(images/sidebarDownloads.jpg);
	background-repeat:no-repeat;
	background-color:white;
	width: 301px;
}
#titleGraphicTextdownloads p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	z-index: 2;
	width:237px;
	padding-top:51px;
	padding-left:37px;
	height: 25px;
}
#titleGraphicTextbranding {
	height: 312px;
	padding-top:51px;
	float: left;
	background-image:url(images/sidebarBranding.jpg);
	background-repeat:no-repeat;
	background-color:white;
	width: 262px;
	padding-left:39px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
#titleGraphicTextbranding p {
	height: 24px;

}

#titleGraphicTextprint {
	height: 312px;
	padding-top:51px;
	float: left;
	background-image:url(images/sidebarPrint.jpg);
	background-repeat:no-repeat;
	background-color:white;
	width: 262px;
	padding-left:39px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
#titleGraphicTextprint p {
	height: 24px;

}

#titleGraphicTextapplied {
	height: 312px;
	padding-top:51px;
	float: left;
	background-image:url(images/sidebarApplied.jpg);
	background-repeat:no-repeat;
	background-color:white;
	width: 262px;
	padding-left:39px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

#titleGraphicTextapplied p {

	height: 24px;
}

#titleGraphicTextweb {
	height: 312px;
	padding-top:51px;
	float: left;
	background-image:url(images/sidebarWeb.jpg);
	background-repeat:no-repeat;
	background-color:white;
	width: 262px;
	padding-left:39px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

#titleGraphicTextweb p {

	height: 24px;
}
/*------------- portfolio thumbs --------------------------------------------------- */
#thumbwrapper {
	width: 250px;
	height: 212px;
	margin-top:34px;
}
a.acmthumb {
	width: 63px;
	height: 63px;
	padding-right:13px;
	float:left;
	background-image: url(images/acmThumb.jpg);
	background-repeat: no-repeat;
}
a.acmthumb:hover, a.acmthumb:active  {
	background-position: 0 -63px;
}

a.smashboxxhomethumb {
	width: 63px;
	height: 63px;
	padding-right:13px;
	float:left;
	background-image: url(images/smashboxxThumb.jpg);
	background-repeat: no-repeat;
}
a.smashboxxhomethumb:hover, a.smashboxxhomethumb:active  {
	background-position: 0 -63px;
}

a.uesthumb {
	width: 63px;
	height: 63px;
	padding-right:12px;
	float:left;
	background-image: url(images/uesThumb.jpg);
	background-repeat: no-repeat;
}
a.uesthumb:hover, a.uesthumb:active {
	background-position: 0 -63px;
}

a.tfministhumb {
	width: 63px;
	height: 63px;
	float:left;
	background-image: url(images/tfminisThumb.jpg);
	background-repeat: no-repeat;
}
a.tfministhumb:hover, a.tfministhumb:active {
	background-position: 0 -63px;
}

a.narcissehomethumb {
	width: 63px;
	height: 63px;
	float:left;
	background-image: url(images/narcisseThumb.jpg);
	background-repeat: no-repeat;
}
a.narcissehomethumb:hover, a.narcissehomethumb:active {
	background-position: 0 -63px;
}

a.calendarthumb {
	width: 63px;
	height: 63px;
	float:left;
	background-image: url(images/calendarThumb.jpg);
	background-repeat: no-repeat;
}
a.calendarthumb:hover, a.calendarthumb:active {
	background-position: 0 -63px;
}
a.splattershirtthumb {
	width: 63px;
	height: 63px;
	float:left;
	padding-right:13px;
	margin-top:12px;
	background-image: url(images/splattershirtThumb.jpg);
	background-repeat: no-repeat;
}
a.splattershirtthumb:hover, a.splattershirtthumb:active {
	background-position: 0 -63px;
}

a.salonjoelhomethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/salonjoelThumb.jpg);
	background-repeat: no-repeat;
	padding-right:13px;
	margin-top:12px;
	float:left;
	
}
a.salonjoelhomethumb:hover, a.salonjoelhomethumb:active {
	background-position: 0 -63px;
}

a.myremixwebthumb {
	width: 63px;
	height: 63px;
	float:left;
	padding-right:12px;
	margin-top:12px;
	background-image: url(images/myremixwebThumb.jpg);
	background-repeat: no-repeat;
	display: block;
}
a.myremixwebthumb:hover, a.myremixwebthumb:active {
	background-position: 0 -63px;
}
a.rockythumb {
	width: 63px;
	height: 63px;
	float:left;
	margin-top:12px;
	background-image: url(images/rockyThumb.jpg);
	background-repeat: no-repeat;
	display: block;
}
a.rockythumb:hover, a.rockythumb:active {
	background-position: 0 -63px;
}
a.midashomethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/midasThumb.jpg);
	background-repeat: no-repeat;
	padding-right:13px;
	margin-top:11px;
	float:left;
}
a.midashomethumb:hover, a.midashomethumb:active {
	background-position: 0 -63px;
}

a.nightclubhomethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/nightclubThumb.jpg);
	background-repeat: no-repeat;
	padding-right:12px;
	margin-top:11px;
	float:left;
}
a.nightclubhomethumb:hover, a.nightclubhomethumb:active {
	background-position: 0 -63px;
}

a.blackdanielshomethumb {
	width: 63px;
	height: 63px;
	float:left;
	padding-right:12px;
	margin-top:11px;
	background-image: url(images/blackdanielsThumb.jpg);
	background-repeat: no-repeat;
}
a.blackdanielshomethumb:hover, a.blackdanielshomethumb:active {
	background-position: 0 -63px;
}

a.pinwheelthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/pinwheelThumb.jpg);
	background-repeat: no-repeat;
	padding-right:12px;
	margin-top:11px;
	float:left;
	
}
a.pinwheelthumb:hover, a.pinwheelthumb:active {
	background-position: 0 -63px;
}

a.timberlinethumb {
	width: 63px;
	height: 63px;
	float:left;
	margin-top:11px;
	background-image: url(images/timberlineThumb.jpg);
	background-repeat: no-repeat;

}
a.timberlinethumb:hover, a.timberlinethumb:active {
	background-position: 0 -63px;
}

a.thereisnoeyethumb {
	width: 63px;
	height: 63px;
	float:left;
	margin-top:11px;
	background-image: url(images/noeyeThumb.jpg);
	background-repeat: no-repeat;

}
a.thereisnoeyethumb:hover, a.thereisnoeyethumb:active {
	background-position: 0 -63px;
}
/*------------- branding --------------------------------------------------- */
a.uesbrandthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/uesThumb.jpg);
	background-repat: no-repeat;
	margin-right:13px;
	float:left;
}
a.uesbrandthumb:hover, a.usebrandthumb:active  {
	background-position: 0 -63px;
}
a.pinwheelbrandthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/pinwheelThumb.jpg);
	background-repeat: no-repeat;
	padding-right:12px;
	float:left;
}
a.pinwheelbrandthumb:hover, a.pinwheelbrandthumb:active {
	background-position: 0 -63px;
}
a.dpusathumb {
	width: 63px;
	height: 63px;
	background-image: url(images/dpusaThumb.jpg);
	background-repeat: no-repeat;
	float:left;
}
a.dpusathumb:hover, a.dpusathumb:active {
	background-position: 0 -63px;
}
a.blueroomlogothumb {
	width: 63px;
	height: 63px;
	background-image: url(images/blueroomThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	padding-right:13px;
	float:left;
}
a.blueroomlogothumb:hover, a.blueroomlogothumb:active {
	background-position: 0 -63px;
}
a.joellethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/joelleThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	padding-right:12px;
	float:left;
}
a.joellethumb:hover, a.joellethumb:active {
	background-position: 0 -63px;
}
a.civilrightsthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/civilrightsThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	float:left;
}
a.civilrightsthumb:hover, a.civilrightsthumb:active {
	background-position: 0 -63px;
}
a.ieatthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/ieatThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	padding-right:13px;
	float:left;
}

a.ieatthumb:hover, a.ieatthumb:active {
	background-position: 0 -63px;
}

a.myremixlogothumb {
	width: 63px;
	height: 63px;
	background-image: url(images/myremixlogoThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	padding-right:12px;
	float:left;
}

a.myremixlogothumb:hover, a.myremixlogothumb:active {
	background-position: 0 -63px;
}
a.communitysharesthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/communitysharesThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	float:left;
}

a.communitysharesthumb:hover, a.communitysharesthumb:active {
	background-position: 0 -63px;
}

/*------------- print --------------------------------------------------- */
a.blueroomadsthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/blueroomadsThumb.jpg);
	background-repat: no-repeat;
	padding-right:13px;
	float:left;
}
a.blueroomadsthumb:hover, a.blueroomadsthumb:active {
	background-position: 0 -63px;
}
a.songsforsoulthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/songsforsoulThumb.jpg);
	background-repeat: no-repeat;
	padding-right:12px;
	float:left;
}
a.songsforsoulthumb:hover, a.songsforsoulthumb:active {
	background-position: 0 -63px;
}
a.narcissethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/narcisseThumb.jpg);
	background-repeat: no-repeat;
	padding-right:12px;
	float:left;
}
a.narcissethumb:hover, a.narcissethumb:active {
	background-position: 0 -63px;
}
a.calendarthumbprint {
	width: 63px;
	height: 63px;
	background-image: url(images/calendarThumb.jpg);
	background-repeat: no-repeat;
	float:left;
}
a.calendarthumbprint:hover, a.calendarthumbprint:active {
	background-position: 0 -63px;
}
a.tktavernthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/tktavernThumb.jpg);
	background-repeat: no-repeat;
	float:left;
}
a.tktavernthumb:hover, a.tktavernthumb:active {
	background-position: 0 -63px;
}
a.noeyethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/noeyeThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	padding-right:13px;
	float:left;
}
a.noeyethumb:hover, a.noeyethumb:active {
	background-position: 0 -63px;
}

a.nightclubthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/nightclubThumb.jpg);
	background-repeat: no-repeat;
	padding-right:12px;
	margin-top:12px;
	float:left;
}
a.nightclubthumb:hover, a.nightclubthumb:active {
	background-position: 0 -63px;
}
a.appleadsthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/appleadsThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	padding-right:12px;
	float:left;
}
a.appleadsthumb:hover, a.appleadsthumb:active {
	background-position: 0 -63px;
}
a.stickersthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/stickersThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	float:left;
}
a.stickersthumb:hover, a.stickersthumb:active {
	background-position: 0 -63px;
}
a.upsandmatsthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/upsandmatsThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	padding-right:13px;
	float:left;
}

a.upsandmatsthumb:hover, a.upsandmatsthumb:active {
	background-position: 0 -63px;
}
a.allcjazzthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/allcjazzThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	padding-right:13px;
	float:left;
}

a.allcjazzthumb:hover, a.allcjazzthumb:active {
	background-position: 0 -63px;
}

a.proemadthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/proemadThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	padding-right:12px;
	float:left;
}
	

a.proemadthumb:hover, a.proemadthumb:active {
	background-position: 0 -63px;
}

a.timberlinethumbprint {
	width: 63px;
	height: 63px;
	background-image: url(images/timberlineThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	float:left;
}


a.timberlinethumbprint:hover, a.timberlinethumbprint:active {
	background-position: 0 -63px;
}


/*------------- applied --------------------------------------------------- */
a.acmthumbapplied {
	width: 63px;
	height: 63px;
	background-image: url(images/acmThumb.jpg);
	background-repat: no-repeat;
	margin-right:13px;
	float:left;
}
a.acmthumbapplied:hover, a.acmthumbapplied:active  {
	background-position: 0 -63px;
}
a.rockythumbapplied {
	width: 63px;
	height: 63px;
	background-image: url(images/rockyThumb.jpg);
	background-repeat: no-repeat;
	padding-right:12px;
	float:left;
}
a.rockythumbapplied:hover, a.rockythumbapplied:active {
	background-position: 0 -63px;
}
a.splattershirtthumbapplied {
	width: 63px;
	height: 63px;
	background-image: url(images/splattershirtThumb.jpg);
	background-repeat: no-repeat;
	float:left;
}
a.splattershirtthumbapplied:hover, a.splattershirtthumbapplied:active {
	background-position: 0 -63px;
}
a.laptopsthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/laptopsThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	padding-right:13px;
	float:left;
}
a.laptopsthumb:hover, a.laptopsthumb:active {
	background-position: 0 -63px;
}
a.birdsnestthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/birdsnestThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	padding-right:12px;
	float:left;
}
a.birdsnestthumb:hover, a.birdsnestthumbb:active {
	background-position: 0 -63px;
}
a.popeyethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/popeyeThumb.jpg);
	background-repeat: no-repeat;
	margin-top:12px;
	float:left;
}
a.popeyethumb:hover, a.popeyethumb:active {
	background-position: 0 -63px;
}
a.fbrshirtthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/fbrshirtThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	padding-right:13px;
	float:left;
}

a.fbrshirtthumb:hover, a.fbrshirtthumb:active {
	background-position: 0 -63px;
}

a.valetthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/valetThumb.jpg);
	background-repeat: no-repeat;
	margin-top:11px;
	float:left;
}


a.valetthumb:hover, a.valetthumb:active {
	background-position: 0 -63px;
}

/*------------- web --------------------------------------------------- */

a.myremixwebsitethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/myremixwebThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:13px;
}

a.myremixwebsitethumb:hover, a.myremixwebsitethumb:active  {
	background-position: 0 -63px;
}

a.moranthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/moranThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:12px;
}

a.moranthumb:hover, a.moranthumb:active {
	background-position: 0 -63px;
}

a.myremixaddsthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/myremixaddsThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:12px;
}

a.myremixaddsthumb:hover, a.myremixaddsthumb:active {
	background-position: 0 -63px;
}

a.midaswebthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/midasThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	
}

a.midaswebthumb:hover, a.midaswebthumb:active {
	background-position: 0 -63px;
}

a.smashboxxthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/smashboxxThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:13px;
	margin-top:12px;
}

a.smashboxxthumb:hover, a.smashboxxthumb:active {
	background-position: 0 -63px;
}

a.salonjoelthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/salonjoelThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:12px;
	margin-top:12px;

}

a.salonjoelthumb:hover, a.salonjoelthumb:active {
	background-position: 0 -63px;
}

a.gorillapopupsthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/gorillapopupThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:13px;
	margin-top:12px;
}

a.gorillapopupsthumb:hover, a.gorillapopupsthumb:active {
	background-position: 0 -63px;
}

a.proemwebthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/proemwebThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-top:12px;
}

a.proemwebthumb:hover, a.proemwebthumb:active {
	background-position: 0 -63px;
}

a.mediainterfacethumb {
	width: 63px;
	height: 63px;
	background-image: url(images/mediainterfaceThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:13px;
	margin-top:12px;
}

a.mediainterfacethumb:hover, a.mediainterfacethumb:active {
	background-position: 0 -63px;
}

a.pinwheelwebthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/pinwheelwebThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:13px;
	margin-top:11px;
}
a.pinwheelwebthumb:hover, a.pinwheelwebthumb:active {
	background-position: 0 -63px;
}

a.gorillawebthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/gorillawebThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	padding-right:12px;
	margin-top:11px

}

a.gorillawebthumb:hover, a.gorillawebthumb:active {
	background-position: 0 -63px;
}

a.blackdanielsthumb {
	width: 63px;
	height: 63px;
	background-image: url(images/blackdanielsThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-top:11px;
}

a.blackdanielsthumb:hover, a.blackdanielsthumb:active {
	background-position: 0 -63px;
}


/*------------- downloads --------------------------------------------------- */

#downloadswrapper {
	width: 216px;
	height: 218px;
	margin-left:39px;
	margin-top:29px;
}

a.brokenringsthumb {
	width: 215px;
	height: 65px;
	float:left;
	background-image: url(images/brokenringsThumb.jpg);
	background-repeat: no-repeat;
}

a.brokenringsthumb:hover, a.brokenringsthumb:active  {

	background-position: 0 -65px;
}

a.intothelightthumb {
	width: 215px;
	height: 65px;
	margin-top: 12px;
	margin-left: 0px;
	background-image: url(images/intothelightThumb.jpg);
	background-repeat: no-repeat;
	float:left;
}

a.intothelightthumb:hover, a.intothelightthumb:active {
	background-position: 0 -65px;
}

a.flammablethumb {
	width: 215px;
	height: 65px;
	margin-left: 0px;
	background-image: url(images/flammableThumb.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-top:10px;
}

a.flammablethumb:hover, a.flammablethumb:active {
	background-position: 0 -65px;
}

/*------------- buttons --------------------------------------------------- */

#quotebutton {
	width: 169px;
	height: 142px;
	background-image:url('images/quoteButton.jpg');
	background-repeat: no-repeat;
	float: left;
	background-color:white;
}

#downloadbutton {
	width: 132px;
	height: 142px;
	background-image: url('images/downloadButton.jpg');
	background-repeat: no-repeat;
	background-color:white;
	float: left;
}

/*------------- footer --------------------------------------------------- */
#footer {
	width: 902px;
	height: 33px;
	color: #1D282A;
	background-image: url(images/footerBG.png);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	float:left;
}

#footer p , #footer p a:link, #footer p a:visited{
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
}
#footer p a:hover{
	color:#993300;
}

/*------------- social media --------------------------------------------------- */

#socialmedia {
	width: 902px;
	height: 40px;
	float:right;
	padding-right: 40px;
}

a.twitter {
	width: 36px;
	height: 36px;
	margin-right: 3px;
	margin-top: 12px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	float:right;
	
}

a.facebook {
	width: 36px;
	height: 36px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 12px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	float:right;
	
}

a.linkedin {
	width: 36px;
	height: 36px;
	margin-left: 0px;
	margin-right: 7px;
	margin-top: 12px;
	background-image: url(images/linkedin.png);
	background-repeat: no-repeat;
	float:right;
	
}
