/* SETUP */
body {
	background-color: #0e0e0e;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 910px;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #707070;
}

link {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #707070;
}

#wrapper {
	text-align: left;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.contentClear {
	height: 0px;
	clear: both;
}



/* NAV */
#header {
	width: 850px;
	height: 94px;
	margin-left: 30px;
	margin-right: 20px;
	background-image: url(../images/portfolioLine.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#welcome {
	width: 470px;
	height: 14px;
	margin-top: 40px;
	float: left;
}

#nav {
	width: 228px;
	height: 32px;
	margin-top: 30px;
	float: right;
}

#navPortfolio {
	position: absolute;
	width: 96px;
	height: 32px;
	margin-top: 0px;
	margin-left: 0px;
	text-indent: -9999px;
	z-index: 2;
}

a.navPortfolio {
	display: block;
	width: 96px;
	height: 32px;
	outline: none;
	background-image: url(../images/navPortfolio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navPortfolio:hover {
	background-position: 0px -32px;
	z-index: 2;
}

a.navPortfolioActive {
	display: block;
	width: 96px;
	height: 32px;
	outline: none;
	background-image: url(../images/navPortfolio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navPortfolioActive:hover {
	background-position: 0px -32px;
	z-index: 2;
}

#navBlog {
	position: absolute;
	width: 61px;
	height: 32px;
	margin-top: 0px;
	margin-left: 96px;
	text-indent: -9999px;
	z-index: 2;
}

a.navBlog {
	display: block;
	width: 61px;
	height: 32px;
	outline: none;
	background-image: url(../images/navBlog.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navBlog:hover {
	background-position: 0px -32px;
	z-index: 2;
}

a.navBlogActive {
	display: block;
	width: 61px;
	height: 32px;
	outline: none;
	background-image: url(../images/navBlog.gif);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	z-index: 2;
}

#navStudio {
	position: absolute;
	width: 72px;
	height: 32px;
	margin-top: 0px;
	margin-left: 157px;
	text-indent: -9999px;
	z-index: 2;
}

a.navStudio {
	display: block;
	width: 72px;
	height: 32px;
	outline: none;
	background-image: url(../images/navStudio.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navStudio:hover {
	background-position: 0px -32px;
	z-index: 2;
}

a.navStudioActive {
	display: block;
	width: 72px;
	height: 32px;
	outline: none;
	background-image: url(../images/navStudio.gif);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	z-index: 2;
}

#navContact {
	position: absolute;
	width: 71px;
	height: 32px;
	margin-top: 0px;
	margin-left: 157px;
	text-indent: -9999px;
	z-index: 2;
}

a.navContact {
	display: block;
	width: 71px;
	height: 32px;
	outline: none;
	background-image: url(../images/navContact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.navContact:hover {
	background-position: 0px -32px;
	z-index: 2;
}

a.navContactActive {
	display: block;
	width: 71px;
	height: 32px;
	outline: none;
	background-image: url(../images/navContact.gif);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	z-index: 2;
}



/* INFO */
#infoHolder {
	width: 850px;
	height: 175px;
	margin-top: 33px;
	margin-left: 30px;
	background-image: url(../images/infoLines.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#infoContact {
	width: 286px;
	float: left;
}

#infoProducts {
	width: 210px;
	float: left;
}

#infoPortfolio {
	width: 185px;
	float: left;
}

#infoNetworks {
	width: 150px;
	float: left;
}

.infoTitle {
	height: 33px;
	margin-top: 3px;
	font-family: georgia, arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #e9e5e2;
}

.infoPic {
	width: 52px;
	height: 54px;
	margin-top: 7px;
	margin-right: 20px;
	float: left;
}

.infoQuote {
	width: 183px;
	height: 130px;
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	color: #999999;
	float: left;
}

.infoQuote a:link, .infoQuote a:visited {
	color: #e9e5e2;
	text-decoration: none;
}

.infoQuote a:hover, .infoQuote a:active {
	color: #e9e5e2;
	text-decoration: underline;
}

ul.infoLinks {
	white-space: nowrap;
}

.infoLinks li {
	list-style-type: none;
	margin-left: 4px;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #999999;
}

.infoLinks a:link, .infoLinks a:visited {
	color: #999999;
	text-decoration: none;
}

.infoLinks a:hover, .infoLinks a:active {
	color: #e9e5e2;
	text-decoration: none;
}

.infoLine {
	width: 850px;
	height: 31px;
	background-image: url(../images/portfolioLine.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.infoContact {
	font-family: georgia, arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 24px;
	color: #79b0e0;
}



/* SIDE CONTACT */
#infoFormHolder {
	width: 850px;
	height: 346px;
	margin-top: 33px;
	margin-left: 30px;
	background-image: url(../images/infoFormLines.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#infoThanksHolder {
	width: 850px;
	height: 346px;
	margin-top: 33px;
	margin-left: 30px;
}

#infoForm {
	width: 366px;
	margin-left: 29px;
	float: left;
}

.cleardefault {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #666666;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 269px;
	border: 1px solid #262626;
	background-color: #000000;
}

#contactSubmit {
	margin-top: -20px;
}

.infoSuccess {
	width: 300px;
	height: 130px;
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	color: #999999;
	float: left;
}

.infoSuccess a:link, .infoSuccess a:visited {
	color: #e9e5e2;
	text-decoration: none;
}

.infoSuccess a:hover, .infoSuccess a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#blogHolder {
	width: 850px;
	height: 300px;
	margin-top: 33px;
	margin-left: 30px;
}



/* PORTFOLIO */
#entryHeader {
	width: 850px;
	height: 57px;
	margin-left: 30px;
	margin-top: 37px;
}

.entryHeader2 {
	width: 850px;
	height: 57px;
	margin-left: 30px;
	margin-top: 16px;
}

.portfolioHolder {
	width: 880px;
	padding-left: 30px;
}

.entryHolder {
	width: 190px;
	height: 276px;
	margin-right: 30px;
	float: left;
}

.entryLogoHolder {
	width: 190px;
	height: 244px;
	margin-right: 30px;
	float: left;
}

.entryPrintHolder {
	width: 190px;
	height: 260px;
	margin-right: 30px;
	float: left;
}

.entryImg {
	width: 190px;
	height: 150px;
}

.entryImg a:link, .entryImg a:visited {
	font-size: 10px;
	color: #222222;
	text-decoration: none;
}

.entryTitle {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 4px;
	letter-spacing: -1px;
	color: #e9e5e2;
}

.entryTitle a:link, .entryTitle a:visited {
	color: #e9e5e2;
	text-decoration: none;
}

.entryTitle a:hover, .entryTitle a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.entryTitleComplete {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 8px;
	padding-left: 9px;
	padding-bottom: 4px;
	letter-spacing: -1px;
	color: #333333;
}

.entryDesc {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: 5px;
	color: #707070;
}

.entryDesc a:link, .entryDesc a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #e9e5e2;
	text-decoration: none;
}

.entryDesc a:hover, .entryDesc a:active {
	font-size: 11px;
	font-weight: bold;
	color: #e9e5e2;
	text-decoration: underline;
}

.entryDescComplete {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: 10px;
	color: #707070;
}

.entryDescComplete a:link, .entryDescComplete a:visited {
	font-size: 11px;
	color: #00a2ff;
	text-decoration: none;
}

.entryDescComplete a:hover, .entryDescComplete a:active {
	font-size: 11px;
	color: #00a2ff;
	text-decoration: underline;
}

.entryDivider {
	width: 910px;
	height: 30px;
}


	
/* FOOTER */
#footerSpace {
	width: 850px;
	height: 16px;
	margin-top: 9px;
	margin-left: 30px;
	background-image: url(../images/portfolioLine.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer {
	width: 850px;
	height: 43px;
	margin-left: 30px;
	font-family: arial;
	font-size: 11px;
	color: #707070;
	line-height: 18px;
	clear: both;
}

ul.footerLinks {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.footerLinks li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.footerLinks a:link, .footerLinks a:visited {
	color: #707070;
}

.footerLinks a:hover, .footerLinks a:active {
	color: #e9e5e2;
}









