body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0; 
	color: #1E1E1E;
}

/* {
	border: 1px solid black;
}*/

.sprites { background: url(images/sprites.gif) no-repeat top left; }

.p22onlinebanner { background-position: 0 0; width:151px; height:31px}
.p22typefoundrybanner { background-position: -162 0; width:199px; height:31px; }
.p22logo { background-position: 0 -45; width:39px; height:31px;}
.ihoflogo { background-position: -59 -45; width:40px; height:32px;}
.ltclogo { background-position: -117 -45; width:41px; height:37px; }
.rtflogo { background-position: -178 -45; width:38px; height:38px;}
.sherwoodlogo { background-position: -237 -45; width:38px; height:38px;}
.terminallogo { background-position: -296 -45; width:37px; height:37px;}
.indiefontslogo { background-position: -354 -45; width:40px; height:40px;}
.collectionslogo { background-position: -415 -45; width:35px; height:34px;}
.typecasterlogo { background-position: 0 -96; width:82px; height:16px; }
.prominilogo { background-position: -86 -96; width:41px; height:18px; }
.homepagecorners { background-position: -127 -96; }
.p22icon { background-position: -360 -96; }
.sherwoodicon { background-position: -318 -96; }
.rtficon { background-position: -339 -96; }
.ltcicon { background-position: -382 -97; }
.ihoficon { background-position: -402 -96; }
.l_blue { background-position: 0 -187; }
.r_blue { background-position: 0 -209; }
.l_grey { background-position: 0 -231; }
.r_grey { background-position: 0 -253; }
.tabbrowsefonts { background-position: -365 -157; width:115px; height:30px; }
.tabfontindex { background-position: -259 -157; width:106px; height:30px; }
.tabfoundry { background-position: 0 -157; width:96px; height:30px; }
.tabmerch { background-position: -150 -157; width:109px; height:30px; }
.tabpro { background-position: -96 -157; width:54px; height:30px; }


#bottom_navigation {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: black;
	position: fixed;
	z-index: 1;
}

/* Navigation */

#navigation {
	background: #7a7a7a url(../images/p22banner.gif) no-repeat;
	height: 82px;
	position: relative;
	overflow: hidden;
}
#typecaster {
	float: left;
	display:block;
	margin: 10px;
}
#p22logo {
	float: right;
	display:block;
	margin: 10px;
}
#nav_tabs {
	clear: both;
	margin-left: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
}
#nav_tabs ul {
        margin: 0;
        padding: 0;
        display: inline;
	line-height:0;
}
#nav_tabs ul li {
	height: 30px;
        float: left;
        display: block;
        margin-left: 5px;
        margin-bottom: 0;
        list-style: none;
}

#nav_tabs a {
	display:block;
}

#foundryselect {
	position: relative;
	text-align: center;
}

#dd_transparent {
	opacity:0;
	width:84px;
	margin-left:0px;
	margin-top:4px
}

#viewcart {
	position: absolute;
	bottom: 5px;
	right: 15px;
}

#viewcart a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	display: block;
	padding: 3px;
	background: #666;
	color: #f1f1f1;
	margin-right:-5px;
	float:right;
}

/* Font Info */

#fontpage {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	text-align: left;
	position: relative;
	overflow:hidden;
}

div.fontpgcolumn {
	float:left;
	height: 414px;
	width: 250px;
	text-align: center;
	position: relative;
}

div.fontpgcolumncenter {
	width: 260px;
}

div.fontpgcolumnright {
	width: 240px;
}

/* Font Pg. Left Column */

#fontpgbrowserwrap {
	background: #f7f7f7;
	width: 240px;
	position:relative;
}

#fontpgbrowser {
	border-top: 1px solid #666;
	height:392px;
	background: #F7F7F7;
	text-align: left;
}

#tabs {
	/*border-bottom: 1px solid #666;*/
	text-align: left;
	background: white;
	height: 22px;
	position: relative;
	cursor: pointer;
}

#tabs ul {
	margin: 0;
	padding-left: 0;
	display: block;
	overflow: hidden;
}

#tabs ul li {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #fff;
	font-weight: bold;
	text-align: center;

	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: block;
	width: 20%;
	height: 22px;
	float: left;
}

#tabs ul li a {
	display: block;
}

#tabs ul li a span {
	padding: 5px 0;
	display: block;
}

#l_blue {
        background-color: #0099ff;
}

#l_grey {
        background-color: #999;
        border-left: 1px #fff solid;
}

#bodytextwrap {
	clear: both;
	background: #F7F7F7;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: auto;
	height: 392px;
}

#bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#bodytext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#bodytext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
}

#bodytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
        text-decoration:none;
}

a.fontlink 
{
	padding-right:21px;
	background: url(images/fonticon.gif) no-repeat scroll 100% 100%;
}

#messagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	margin: 20px;
}

#messagetext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333;
	font-weight: normal;
}

#fontlist {
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	height: 392px;
	text-align: left;
}

/* IE Mac doesn't style fontanchor when it's a class.. which it should be */
#fontanchor {
	display: block;
	background: #F7F7F7;
	border-top: 1px #fff solid;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	margin-right: 15px;
	color: black;
}

div.moreinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333;

	line-height: 14px;
}

#fontlist a {
	color: #333;
	text-decoration: underline;
}

#fontpdflink {
	margin-top: 5px;
	display: block;
}

#fontpdflink img {
	width:10px;
	height:10px;
	margin-right: 3px;
	border:0;
	vertical-align:text-bottom;
}

/* All of these list styles should be: div.moreinfo */
#fontlist ul {
	padding: 0;
	margin: 0;

	list-style: none;
	list-style-position: outside;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;

	font-family: Verdana;
	font-size: 10px;

	color: #333333;
}

#fontlist li {
	list-style-type: none;
	margin-left: 5px;
}

#fontlist .fontultitle {
	font-weight: bold;
	margin-left: 0;
}

#fontlist #fontultitle {
	font-weight: bold;
	margin-left:0;
	margin-bottom: 5px;
}

/* Font Pg. Center Column */

#preview {
	margin: 15px 0;
}

/* Font Pg. Right Column */

#infodisplay {
	position: relative;
	width: 194px;
	margin-top: 130px;
	margin-left: 23px;
	margin-right: 23px;
}

#infodisplayorder {
	width: 22%;
/*	float: left;*/
	position: absolute;
	top: 50%;
	left:0;
/*	margin-top: 10px; */
}

#infodisplayorder img {
	position: relative;
	top:-7px;
}

#infodisplayfnameprice {
	width: 72%;
	float: right;
}

#infodisplayclearfloat {
	clear: both;
	display: block;
}

div.familyname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#additional_links {
	margin-top:60px;	
}

#additional_links img {
	margin-bottom:10px;	
}

#inuse {
	margin-top:60px;	
}

#price {
	font-style: italic;
}

/* Footer */

#footer {
	clear: both;
	margin: 15px 0;
	padding-right:15px;
	text-align: right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #999;
}

div.indexcolumn {
	margin-top: 20px;
	float: left;
	width: 16%;
}

div.indexcolumngrey {
	background: #f1f1f1;
}

div.indexfndrytitle {
	position: relative;
	height: 70px;
	margin: 15px;
	margin-bottom: 25px;
}

div.indexfndryicon {
	float: left;
}

div.indexfndrylink {
	position: absolute;
	bottom:0;
	left:0;
}

div.indexfndrylink img {
	margin-right: 5px;
}

div.indexfndrylink a {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color:#666;
}

div.indexfndrylink a:hover {
	color:#999;
}

div.indexfndryfonts {
	margin: 15px;
}

div.indexfndryfonts ul {
	list-style: none;
	margin:0;
	padding:0;
}
	
div.indexfndryfonts li {
	margin-top: 5px;
}

div.indexfndryfonts a {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color:#666;
}

div.indexfndryfonts a:hover {
	color:#999;
}

a {
	margin:0;
	padding:0;
}

#lowerpage {
	margin-top: 50px;
	position: relative;
}
		
.lowercenter {
	text-align: center;
}

#content-wrapper {
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;

	width: 755px;
	margin-top: 20px;
}

#breadcrumbs {
	margin:20px 15px;
	font-size:10px;
	font-family: Verdana;
	text-align:right;
}

#breadcrumbs a {
	color:#0066FF;	
	text-decoration:none;
}


#fndrytypecaster {
	float: right;
	padding: 10px;
}
	
#fndrytypecaster a {
	font-family: Georgia;
	font-size: 15px;
	color: black;
}

#fndryname {
	position: absolute;
	bottom:0;
	left:0;

	margin-bottom: 5px;
	margin-left: 5px;

	font-family: Verdana;
	font-size: 25px;
}

#fndrybanner > #fndrynav {
	bottom:0;
	right:0;
	width: 75%;
}

#fndrynav {
	position: absolute;

	width: 80%;

	background: #A5B0B0 url(../shared/images/fndrycornerbkg.png);
	/*background: #99CCCC;*/

	right:-1px;
	bottom:-1px 
}

#fndrynavcrnr {
        position: absolute;
        top:0;
        left: -20px;
        height: 3.5em;
        width: 20px;
        overflow: hidden;
}

#fndrynavcrnrimg {
        width:20px;
        height:20px;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../shared/images/fndrycorner.png');
}

#fndrynavcrnr > #fndrynavcrnrimg {
         background: transparent url(../shared/images/fndrycorner.png) no-repeat top left;
}
		
#fndrynavcrnrbkg {
	position: absolute;
	height: 100%;
	/*width: 100%;*/
	width: 20px;
	background: #A5B0B0 url(../shared/images/fndrycornerbkg.png);
	/*margin-top: 20px;*/
	top: 20;
	left:0;
	bottom:0;
}


#fndrynavmenuwrap {
	/*margin: 15px 10px 10px;*/
	margin: 1em .5em .5em;
	line-height: 1em;
}

.fndrynavmenu {
	/*margin-top: 5px;
	height: 12px;*/
}

#fndrynav ul {
	display:block;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	list-style:inline;
}

#fndrynav li {
	float: left;
	display: block;
	border-left:#666 1px solid;
	margin-right: 4px;                                               
	
	font-family:Verdana;
	font-size:10px;
	color: black;
}

#fndrynav li.menuname {
	border:0;
	font-weight:bold;
	width: 5em;
}

#fndrynav li a {
	color: black;
	padding-left: 4px;
}

#fndrynav li a:hover {
	color: #666;
}

#fndrycontent {
	position: relative;
}

#fndrynews {
	position: absolute;
	top:0;
	left:0;
	width: 400px;
	background: white;
	text-align:center;
	margin-left:24px;
}

br.fndrynewclr {
	/* clear: left;*/
	/*margin-top:60px;*/
}
		
#fndrynewsbanner {
	position: relative;
	margin-top: 10px;
	height: 2em;
	text-align: left;
	border-bottom: 1px solid black;
}

#fndrynewstitle {
	float: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
	
#fndryblog {
	position: absolute;
	padding-bottom: 10px;
	bottom:0;
	right:0;
}

#fndryblog a {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
}

#fndrynews img {
	margin-top: 0;
}

.fndryfntsml {
	margin-left: 25px;
}

#fndryfonts {
	position: absolute;
	top:0;
	right:0;
	width: 305px;
	background: white;
	border-left: 1px dashed #999;
}

#fndryfontsbanner {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: none;
}

#fndryfontslist {
	
}

.fndryfont {
	border: 1px solid black;
	margin-bottom: 10px;
	height: 3.75em;
	position: relative;
	opacity: .5;
	cursor: pointer;
}

.fndryfontpreview {
	position: absolute;
	top: 0;
	left:0;
	width: 40px;
	height: 40px;
	background:white;
	margin: 10px;
}

.fndryfontname {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: Verdana;
	font-size: 16px;
	margin: 10px;
	width:210px;
	text-align:right;
}

.fndrynewfont {
	text-align: left;
	margin-top: 5px;
}

.fndrynewtitle {
	width:100%;
	overflow:hidden;
	position: relative;
	height: 1.5em;
}

.fndrynewname {
	float: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}

.fndrynewrelease {
	float: right;
	font-family: Verdana;
	font-size: 10px;
	margin: 3px;
}

.fndrynewfontinfo {
	border: 1px solid black;
	margin: 5px 0;
	position: relative;
	overflow:hidden;
	width:100%;
}

.fndrynewpreview {
	float:left;
        width: 70px;
        height: 70px;
        background:white;
	text-align:center;
}

div#fndrynews img {
	position:relative;
	top:21%;
}

.fndrynewdesc {
	float:right;
	font-family: Verdana;
	font-size: 10px;
	width: 300px;
	margin:9px;
}

.fndrynewlink {
	/*position: absolute;
	bottom:0;
	right:0;*/
	float:right;
	clear:right;
	margin: 5px;
	text-align:right;
	width:80%;
}

.fndrynewlink a {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
}

#fndrypgcontent {
	position: relative;
	font-family: Verdana;
}

#fndrypgmaintitle {
        margin: 5px 5px;
        padding: 5px 0;
        font-weight: bold;
	color: black;
	font-size: 18px;
	border: 0;
}

div.fndrypgtitle {
	margin: 5px 5px;
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	border-bottom: 1px #999 dashed;
}

div.fndrypgtitle a{
	color:#333;
}

div.fndrypgtxt {
	margin: 5px;
	padding: 5px 0px;
	font-size: 11px;
	color: black;
}

div.fndrypgtxt a {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

div#fndrypgform {
}

div#errormsg {
	font-size:20px;
	color:red;
	font-weight:bold;
}

div#fndrypgform span { 
	font-size:12px;
	font-weight:bold;
	float:left;
	position:relative;
}

div#fndrypgform p {
	color: red;
	font-size:11px;
	clear:left;
}

div#fndrypgform input, div#fndrypgform select, div#fndrypgform textarea {
	float: right;
	position:relative;
}

div#fndrypgform br {
	clear:right;
	padding:0;
	margin:0;
}

div.fndrypgformfield {
	width:100%;
	overflow:hidden;
	background:#d1d1d1;
	padding:5px;
	margin-top:1px;
	position:relative;
}

div#fndrypgformfieldsubmit {
	text-align: center;
}

div#fndrypgformfieldsubmit input {
	float:none;
}

div.biospgdesigner {
	border: 1px solid black;
	margin-bottom:10px;	
}

div.biospgimg {
	width: 80px;
	height: 100px;
	margin: 5px;
	margin-right: 10px;
	float: left;
	border: 1px solid black;
}

div.biospgname {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
}

div.biospgdesc {
	font-family: Verdana;
	font-size: 11px;
}

div.biospgfontswrapper {
}

div.biospgfonts {
	margin: 5px;
}

div.biospgfonts ul {
        margin:0;
        padding:0;
        list-style:inline;
}

div.biospgfonts li {
        float: left;
        display: block;
        border-left:#666 1px solid;
        margin-right: 4px;

        font-family:Verdana;
        font-size:10px;
        color: black;
}

div.biospgfonts li.menuname {
        border:0;
        font-weight:bold;
}

div.biospgfonts li a {
        color: black;
        padding-left: 4px;
}

div.biospgfonts li a:hover {
        color: #666;
}

div.biospgclearfloat {
	clear: left;
}

/* Sitemap Styles */

div.sitemapsection { 
	font-family:Verdana;
	border:1px solid black; 
	margin:10px;
}
/*
div.sitemapsection:hover {
	background:#FFFFE5;
}
*/
div.sitemapsubsection {
	padding:15px;
}

h4.sitemaptitle { 
	padding:5px;
	background:#555;
	color:white;
	margin: 0;
	border-bottom: 1px solid black;
	position:relative;
}

h5.sitemapsubtitle {
	color:black;
	margin:0;
	margin-bottom: 15px;
	padding: 0 0 15px !important;
	border-bottom:1px dashed grey;
}

h5.sitemapsubtitle2 {
	color:black;
	margin:15px 0;
	padding:0;
	padding-bottom:15px;
	border-bottom:1px dashed grey;
}

div.sitemappages { 
	-moz-column-width: 230px;
	-moz-column-gap: 20px;
	-webkit-column-width: 230px;
	-webkit-column-gap: 20px;
}

div.sitemapsubsection ul { 
	margin:0;
	padding:0;
	list-style:none;
	line-height:18px;
}

div.sitemapsubsection li { width: 230px; font-size:11px; }

div.sitemapsubsection li a:link {
	color: #444;	
	font-weight:bold;
}

div.sitemapsubsection li a:hover {
	color: black;	
	font-weight:bold;
}

div.sitemapsubsection li a:visited {
	color: #333;	
	font-weight:bold;
}

span.sitemaptopanchor {
	position: absolute; 
	left: 0pt; 
	text-align: right; 
	width: 100%; 
	top: 50%; 
	line-height: 0pt; 
	font-size: 15px;
}

a.sitemaptopanchor {
	color:#999;
	text-decoration:none;
	margin-right:10px;
}

#browse_selected {
	border-left: 4px solid #FFFF00;
	background: #FFFF00  url(images/arrow_18px.gif) no-repeat 100% 50%;
}


#browse_selected a {
	color:black;
}

