/* initials
--------------------------*/
body {font-size:100.01%;}

em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0;
}

#main {
	margin: 0px;
	padding:0px;

	
}
/* header
--------------------------*/
.plain {
color:#666666;
}

.blue {
color:#00aeef;
}


#header {
	position: relative;
	margin: 0;
	padding: 0;
	position: relative;
	width: 800px;
	height: 140px;
	
}
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 200;
}
#header a {
	display: block;
	width: 250px;
	height: 140px;
	text-decoration: none;
	font-size: 0;
}
#header span {
	display: none;
}

#logo_header {
	width: 71px;
	height: 19px;
	
}
#tag_header {
	position: absolute;
	width: 128px;
	height: 26px;
	right: 20px;
	bottom: 15px;
	
}
.textsize {
	padding:  0.7em 0.2em 0.7em 1em;
	margin-top: 300px;
	margin-left: 0px;
	margin-bottom:0px;
	margin-right: 0px;
	text-align: left;
	font-size: 85%;
	position:absolute;
	z-index:0;
	width:127px;
	height:100px;
	top: 172px;
	left: 24px;
    	

	
}

.textsize a {
	padding: 5px 10px;
	margin-top:0px;
	margin-right: 4px;
	font-weight: bold;
	text-decoration: none;

	
}



/* products
--------------------------*/
#pContent .product, #pContent .special {
	margin: 1px 20px 20px 5px;
	padding: 0 0 15px 0;
	text-align: right;
	border-bottom: 0;
}
#pContent .product img, #pContent .special img  {
	padding-right: 5px;
	float: left;
}
#pContent .product p, #pContent .special p {
	margin: 0 10px;
}
#pContent .special {
	background: #fff ;
}

.category {
	padding: 2px;
	color: #fff;
	background: #333;
}
.screenshot, .product, .feature {
	margin: 0 auto 20px auto;
	text-align: center;
}
#pContent .screenshot h3 {
	margin: 0 0 3px 40px;
	font-size: 85%;
	text-align: left;
}
.product, .feature {
	margin: 20px auto 0 auto;
	padding: 10px 0 0;
}
#feature_block {
	margin: 0;
	padding: 0;
	border: solid #fff;
	border-width: 3px 0 3px;
	background-color: #F7F7F7;
}
.codeblue {
	font-family: "Courier New", Courier, mono;
	color: #000080;
}
things {
	margin: 10px 0 30px 20px;
}


/* footer
--------------------------*/
#footer {
	clear: both;
	overflow: auto;
	margin: 0;
	padding: 0;
	background: #000;
	border: #fff solid;
	border-width: 1px 2px 5px 2px;
	font-size: 75%;
	color: #fff;
	background: #000 ;
}
#footer ul {
	float: left;
	margin: 10px 5px;
	padding: 5px 0;
	width: 35em;
	border: 0px solid #aaa;
	letter-spacing:normal;
}
#footer li {
	display: inline;
	margin-left: 10px;
	padding: 0;
}
#navbot a {
	margin: 0;
	padding: 2px 4px;
	text-decoration: none;
	border: 1px solid #000;
	color: #FFF;
}
#navbot a:hover, #navbot a.active {
	background: #333;
	border: 1px solid #fff;
	color: #66CC00;
}
.copyright {
	margin: 13px 7px 10px 5px;
	padding: 2px 4px;
	border:0;
	float: right;
	width: 30em;
	text-align: right;
}

/* utilities
--------------------------*/
.clear {
	margin: 0;
	height: 0;
	clear: both;
}
.tip, .note, .fix {
	padding: 0 2px;
	font-weight: normal;
	background: #ff0000;
	border: 1px solid #000;
	color: #FFFFFF;
}
.note {
	background: #0099ff;
	margin-right: 2px;
}
.fix {
	margin-right: 2px;
	background-color: #00CC33;
}
abbr,acronym {
	border-bottom:1px dotted #999;
	cursor:help;
}

/* item descriptions
--------------------------*/
.samples {
	margin: 2px 15px;
	padding: 0 5px;
	border: 1px solid #D8D5C6;
}
#pContent .samples p {
	margin: 5px 20px;
	padding: 0;
	line-height: 110%;
}

#pContent .leader {
	margin-bottom: 30px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #B78900;
}

.code {
	float: left;
	width: 150px;
	font-size: 100%;
	font-weight: bold;
}
.separator {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	color: #FF00FF;
}
.description {
	float: right;
	width: 370px;
	border-left: 1px dotted #555;
}
.current {
	font-weight: bold;
}

/* sidebar extras lists
--------------------------*/
#sContent .extras, #sContent .sidenotes {
	margin: 0 5px 30px;
	padding: 7px 0 7px 10px;
	font-size: 80%;
	letter-spacing: 1px;
	border: 2px solid #E1E1E1;
	background-color: #FFFFFF;
}
.extras li {
	padding: 0 0 2px 15px;
	list-style:none;
	background: #fff ;
}
#sContent .extras h3 {
	margin: 5px 0 0 20px;
	padding: 10px 0 0px 0;
	font-size: 100%;
}
#sContent .sidenotes {
	margin: 25px 5px 0;
	padding: 0;
	background-color: #FFFFFF;
}
#sContent .sidenotes p {
	margin: 0;
	padding: 7px 10px;
}
#sContent .sidenotes h3 {
	margin: 5px 0 0 10px;
	padding: 10px 0 0 0;
	font-size: 100%;
}
#sContent a:link, #sContent a:visited {
	margin: 0;
	padding: 0;
	color: #B78900;
}
#sContent a:hover {
	margin: 0;
	padding: 0;
	color: #666;
}
#sContent h2 {
	margin-left: 16px;
}

#sContent h3 {
	margin-left: 10px;
	font-size: 90%;
}
#sContent h4 {
	margin: 25px auto 5px;
	padding: 0;
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
#sContent h5 {
	position: relative;
	margin: 25px 0 -6px 0;
	padding: 0;
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}
#sContent h5 span {
	margin: 0;
	padding: 2px 4px;
	border: 3px solid #fff;
	background-color: #f7f7f7;
	color: #000000;
}

/* purchase
--------------------------*/
#payinfo { margin: 0 10px;
 border: 1px solid #ccc;
 padding: 5px;
}
#ppbutton { 
 margin: 0;
 padding: 5px 0 20px 25px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #666666;
}
.dim {
	color: #ccc;
}

/* menu
--------------------------*/
#menu {
	float: left;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #222 ;
	border-top: 1px solid #000;
	border-bottom: 1px solid #FFF;
	font-size: 95%;
	
}
#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	float: left;
	display: block;
	margin: 0;
	padding: 6px 15px;
	text-decoration: none;
	background: #444 ;
	border-right: 1px solid #000;
	color: #FFF;
}
/*\*/
#menu a { float: none; }
/**/
#menu a:hover, #menu a.active {
	background: #333 ;
}
#menu a.current {
	background: #333 ;
	font-weight: normal;
	color: #fff;
}

/*forms
*------------------------------------*/
form {
	margin: 0 0 20px 30px;
	padding: 0;
	font-size: 11px;
	letter-spacing: 1px;
}
.form {
	padding: 2px;
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
}
.formtext {
	padding: 2px;
	background-color: #FAFAFA;
	border: solid 1px #C6C6C6;
	border-bottom: 1px dotted #ccc;
	color: #000000;
}
.form:hover, .formtext:hover {
	background: #fff;
}
.form:focus, .formtext:focus {
	background: #fff;
	border: solid 1px #000000;
}
.submit {
	margin: 1px 0;
	background-color: #D3D3D3;
	border: solid 1px #C6C6C6;
	border-right:  solid 1px #9A9A9A;
	border-bottom:  solid 1px #9A9A9A;
}
.submit:hover, .submit:focus {
	background: #EDEDED;
}
#pContent .special a:link,
#pContent .special a:visited,
#pContent .product a:link,
#pContent .product a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #fff;
}
#pContent .special a:hover, #pContent .product a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #B78900;
}
.codegreen {

	font-family: "Courier New", Courier, mono;
	color: #006600;
}
.codebluetext {


	font-family: "Courier New", Courier, mono;
	color: #0000FF;
}
.codeblack {


	font-family: "Courier New", Courier, mono;
	color: #000000;
}

body.about a#about, 
body.about a#top_about, 
body.board a#board,
body.board a#top_about,
body.bio a#bio,
body.bio a#top_about,
body.support a#support,
body.support a#top_about,
body.sponsors a#sponsors,
body.sponsors a#top_about,
body.site a#site, 
body.site a#top_about,
body.gallery a#gallery,
body.gallery a#top_gallery,
body.exhibitions a#exhibitions,
body.exhibitions a#top_gallery,
body.ashg a#exhibitions,
body.ashg a#top_gallery,
body.condenast a#exhibitions,
body.condenast a#top_gallery,
body.sanantonio a#exhibitions,
body.sanantonio a#top_gallery,
body.texas a#exhibitions,
body.texas a#top_gallery,
body.yale a#exhibitions,
body.yale a#top_gallery,
body.conditions a#conditions,
body.conditions a#top_gallery,
body.albinism a#conditions,
body.albinism a#top_gallery,
body.bccns a#conditions,
body.bccns a#top_gallery,
body.ch18 a#conditions,
body.ch18 a#top_gallery,
body.costello a#conditions,
body.costello a#top_gallery,
body.fragilex a#conditions,
body.fragilex a#top_gallery,
body.idic15 a#conditions,
body.idic15 a#top_gallery,
body.marfan a#conditions,
body.marfan a#top_gallery,
body.noonan a#conditions,
body.noonan a#top_gallery,
body.ptls a#conditions,
body.ptls a#top_gallery,
body.praderwilli a#conditions,
body.praderwilli a#top_gallery,
body.proteus a#conditions,
body.proteus a#top_gallery,
body.smithmagenis a#conditions,
body.smithmagenis a#top_gallery,
body.sma a#conditions,
body.sma a#top_gallery,
body.sturgeweber a#conditions,
body.sturgeweber a#top_gallery,
body.t1813 a#conditions,
body.t1813 a#top_gallery,
body.video a#video,
body.video a#top_gallery,
body.magazines a#magazines,
body.magazines a#top_gallery,
body.life a#magazines,
body.life a#top_gallery,
body.naturegenetics a#magazines,
body.naturegenetics a#top_gallery,
body.pauline a#pauline,
body.pauline a#top_gallery,
body.q a#conditions,
body.q a#top_gallery,
body.calendar a#calendar,
body.calendar a#top_calendar,
body.calendarrecent a#calendarrecent,
body.calendarrecent a#top_calendar,
body.calendarpast a#calendarpast,
body.calendarpast a#top_calendar,
body.donate a#top_donate,
body.guestbook a#top_guestbook,
body.guestbookview a#top_guestbook,
body.movie a#about,
body.movie a#top_about,
body.testimonials a#top_testimonials,
body.testimonials a#testimonials,
body.testimonials1 a#testimonials,
body.testimonials1 a#top_testimonials,
body.testimonials2 a#testimonials,
body.testimonials2 a#top_testimonials,
body.testimonials3 a#testimonials,
body.testimonials3 a#top_testimonials,
body.testimonials4 a#testimonials,
body.testimonials4 a#top_testimonials,
body.contact a#top_contact,
body.zero a#top_testimonials,
body.zero a#zero,
body.decade a#top_about,
body.decade a#decade,
body.hps a#top_gallery,
body.hps a#conditions,
body.cdls a#top_gallery,
body.cdls a#conditions,
body.mysteries a#top_testimonials,
body.mysteries a#mysteries,
body.style a#top_testimonials,
body.style a#style,
body.media a#top_gallery,
body.media a#media,
body.eb a#top_gallery,
body.eb a#conditions,
body.tanzania a#top_gallery,
body.tanzania a#tanzania,
body.tanzania2 a#top_gallery,
body.tanzania2 a#tanzania,
body.episcopal a#top_gallery,
body.tanzania3 a#top_gallery,
body.tanzania3 a#tanzania,
body.episcopal a#tanzania,
body.nf a#top_gallery,
body.nf a#conditions,
body.alpha1 a#top_gallery,
body.alpha1 a#conditions,
body.pxe a#top_gallery,
body.pxe a#conditions,
body.invite a#top_about,
body.invite a#invite,
body.internship a#top_about,
body.internship a#internship,
body.sms a#conditions,
body.sms a#top_gallery,
body.amc09 a#conditions,
body.amc09 a#top_gallery,
body.cfc a#top_gallery,
body.cfc a#conditions,
body.ch18_09 a#top_gallery,
body.ch18_09 a#conditions,
body.costello09 a#top_gallery,
body.costello09 a#conditions,
body.hemi a#top_gallery,
body.hemi a#conditions,
body.ican a#top_gallery,
body.ican a#conditions,
body.mtm a#top_gallery,
body.mtm a#conditions,
body.n09 a#top_gallery,
body.n09 a#conditions, 
body.myotonic a#top_gallery,
body.myotonic a#conditions,
body.benefit a#top_about,
body.benefit a#benefit



 {
  color: #00aeef;
  }