@charset "UTF-8";

/*
	pharma.css
*/

/*
	Experimental CSS font sizing.
	See <http://www.thenoodleincident.com/tutorials/typography/index.html>
*/
/*p {	font-size: 1.0em; }
body { font-size: 76%; }
*/

/*
	Branding area style
*/

body
{
	/*
		Attach the background picture the body element so that it will occupy entire width of browser window
	*/
	
	background-image: url('../images/bodybg.jpg');
	background-position: 0px 0px; /* changed from 150px 0px before EC temp graphic */
	background-repeat: repeat-y;
	
}

div#top
{
	background-color: #011435;
	/* For IE6/Win32:  coax div into extending to upper right corner of window */
	width: 100%;
	text-align: right;
	vertical-align: top;
}

img#themeA
{
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

img#themeB
{
	position: absolute;
	top: 0;
	left: 150px;
}

div#utilityBar
{
	background-image: url('../images/topUtilityBarbg.jpg');
	text-align: left;
}

div#utilityBar img
{
}

/*
	Sitewide styling
*/

html, body
{
	/* suppress horizonal scrollbar */
	overflow-x: hidden;
}

body
{
	background-color: white;
	color: #000000;
	font-family: Verdana,Lucida,Arial,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	
	line-height: 150%;
}

h1.headline
{
	font-size: 24px;
	line-height: 125%;
	margin: 0 1em 1ex 0;
	padding: 0;
}

h2.home
{
	font-size: 20px;
	margin-top: 20px;
	clear: left;
	margin-bottom: 5px;
}

hr.home
{
	height: 4px;
	border: 0px;
	margin-top: 0px;

        color: #d80010;
        background-color: #e00010;
}

table tr th, table tr td
{
	padding: 0.5ex;
	text-align: left;
	vertical-align: top;
}

p.disclaimer, .note
{
	font-style: italic;
}

p.pretty:first-line
{
}

p.mission
{
	border: solid 1px  #acdee5;
	padding: 6px;
}

.firstSentence
{
	font-weight: bold;
}

a.printableLink
{
	display: block;
	text-decoration: none;
	font-size: larger;
}

hr.home
{
	height: 4px;
	border: 0px;
	margin-top: 4px;
	margin-bottom: 4px;

	color: #a00;
	background-color: #a00;
}

#caymanChemicalProducts
{
    margin: 0 auto 20px auto;
    max-width: 900px;
}

table.caymanChemicalProductCategoryArray
{
    margin: 0 0 0 50px;
}

table.caymanChemicalProductCategoryArray tr td
{
    font-weight: normal;
    padding: 0;
    width: 225px;
}

table.caymanChemicalProductCategoryArray tr td:before
{
    content: '• '
}

iframe
{
    border: none;
}

/*
	navigation link panels
*/

h3.navigation
{
	font-weight: bold;
	font-size: 100%;
	
	margin: 0;
	padding: 0.5ex 1em 0.5ex 0.5em;
	text-align: center;
	
	background-color: #f0f0f0;
}

ul.navigation
{
	margin: 0 0 2px 0;
	padding: 0;
}

ul.navigation li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: solid 1px #f8f8f8;
}

ul.navigation li a
{
	display: block;
	text-decoration: none;
	text-indent: -3px;
	padding: 0px 4px 0px 6px;
	background-color: #f8f8f8;
	border: solid 1px #f8f8f8;
}

ul.navigation li.category
{
    background-color: #e0e0ff;
    border-top: solid 1px #c0c0f0;
    font-style: normal;
    padding: 0px 4px 0px 4px;
}



ul.navigation li a:hover
{
	background-color: #ffffa0;
}

ul.navigation li a, ul.navigation li a:visited, ul.navigaition li a:active, ul.navigation li a:hover
{
	color: #000000;
}

div#switcher *
{
    background-color: #99b2da;
    border: none;
    
    font-size: 12px;
}

div#switcher ul.navigation li
{
    display: block;
    padding: 0px 4px 0px 4px;
}

div#switcher ul.navigation li.current
{
	font-weight: bold;
        text-indent: 2px;
}

div#switcher h3.navigation
{
}

.contact
{
	text-align: center;
}

/*
	Standard form formatting
*/

input[type="text"], input[type="password"], input[type="checkbox"], input[type="file"], textarea
{
	background-color: #fffff0;
	border: solid 1px #808080;
	padding: 2px;
	direction: ltr;
}

input:focus, textarea:focus
{
	border-color: #000000;
}

form .label
{
	font-weight: bold;
}

form .message
{
	color: #ff0000;
}

/*
	Development badge
*/
.development
{
	color: #ffffff;
	background-color: #93021F;
	border: double 3px;
	display: inline;
	font-size: 10px;
	font-weight: normal;
	margin: 1ex;
	padding: 0.25ex;
}

/*
*/

#logo, #logo img
{
	border: none;
	text-decoration: none;
}

#left
{
	background-color: #99b2da;
	margin: 0;
	padding: 0;
}

#copyright
{
	padding: 1ex;
}

.success
{
	background-color: #66ff33;
	border: solid 1px #003300;
	color: #003300;
	padding: 0.25ex;
}

.problem
{
	background-color: #ffcccc;
	border: solid 1px #330000;
	color: #330000;
	padding: 0.25ex;
}

/* Content outlines */

ul.outline li
{
	margin-top: 1ex;
}

/* structure graphics on each product page */

.structure
{
	margin: 1ex 0 1ex 0;
}


/* Contact page */
table.contactDetails {
	border-collapse: collapse;
}
table.contactDetails td {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* Home page */

.caymanPharmaTextLogo {
	padding: 4px 6px 4px 6px;
	border: 1px solid #1980aa;
	background-color: #eee;
	
	font-family: verdana;
	font-size: 17px;
}

.neraPharm a{
	color: #489a08;
	font-weight: bold;
	text-decoration: none;
}

.caymanChem a{
	color: #466db1;
	font-weight: bold;
	text-decoration: none;
}

.caymanPharma {
	color: #1980aa;
	font-weight: bold;
}

.plus {
	font-size: 14px;
}

.name a img
{
	border:  none;
	display: block;
}

#heavyHitter
{
	display: block;
	margin: 0 auto;
}

/* All Products page table */

#products
{
	line-height: 200%;
}

#products h2
{
	margin: 1ex 0 1ex 0;
}

#products .name
{
	width: 200px;
}

#products .casnumber
{
	white-space: nowrap;
}

table.productArray tr td
{
	width: 50%;
}

.product
{
	background-color: #f8f8f8;
	margin: 6px;
	padding: 18px;
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.product .name
{
	font-size: 13px;
	font-weight: bold;
}

.product a
{
}

.product img.structure
{
	border: none;
	display: inline !important;
	margin: 10px;
}

/*
	Category Array
	
	Columnal presentation of product categories on the home page
*/

table#categoryArray
{
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px auto 0 auto;
}

table#categoryArray > tbody > tr > td
{
}

table#categoryArray td
{
	background-color: #f8f8f8;
	text-align: center;
}

table#categoryArray td.spacer
{
	background-color: #ffffff;
	width: 10px;
}

table#categoryArray .icon
{
	background-color: #e0e0e0;
	border-top: solid 1px #e0e0e0;
	vertical-align: bottom;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

table#categoryArray .icon img
{
	border: none;
	margin: 10px;
}

table#categoryArray .title
{
	background-color: #e0e0e0;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	vertical-align: top;

}

table#categoryArray .description
{
	background-color: #e8e8e8;
	font-size: 14px;
	font-style: italic;
	vertical-align: middle;
}

table#categoryArray .members
{
	border-bottom: solid 1px #e0e0e0;
}

table#categoryArray .members h3
{
	font-size: 18px;
}

table#categoryArray .members table
{
	margin: 0 auto;
}

table#categoryArray .members .product
{
	background-color: #e8e8e8;
}

#categoryArray .subcategory
{
	font-weight: bold;
}

/*
	Compact product badges
*/

.productCompact
{
	font-size: 13px;
}

.productCompact img
{
	border: none;
}

/* Acknowledegement panel */

p.acknowledegement {
    font-weight: bold;
}

table#acknowledegement {
    border-collapse: collapse;
    border: solid 5px salmon;
}
