/*
		VITROCHEM TECHNOLOGY
		====================================
		Front end revisions and improvements
		by Madeline Ong (http://maddon.net)
		====================================
		Date: July 2009
*/


/****** CSS Reset (thanks to meyerweb.com) ******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

:focus { outline: 0; }

body { line-height: 1; color: black; background: white; }

ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }


/****** Main Structure ******/

#siteTitle { display: none; }

#header {
	width: 100%;
	background: url(../images/darkBar.gif) top left repeat-x;
	text-align: center;
	margin-bottom: 15px;
}

#content { width: 766px; margin: 0 auto; }

#content:after { content: ""; display: block; height: 0; clear: both; }

#footer {
	width: 100%;
	text-align: center;
	background: #3E3A2F;
	margin-top: 30px;
	padding: 10px 0;
	clear: both;
}

.col1of2 { float: left; width: 347px; } /* width + margin = 48% */

.col2of2 { margin-left: 367px; width: 347px; }

.col1of3 { float: left; width: 225px; margin-right: 20px; } /* 32% */

.col2of3 { float: left; width: 477px; margin-right: 20px; } /* 65% */


/****** Main Structure for Home Page******/

#homePage { background: #ffffff url(../images/darkBar.gif) top left repeat-x;}

#homePage #primary {
	width: 766px;
	display: inline;
	float: left;
}

#homePage #secondary {
	width: 204px;
	display: inline;
	float: left;
	margin: 97px 0 0 10px;
}

#homePage #header { background: transparent; }

#homePage #mainContent { margin: 0 auto; width: 980px; overflow: hidden; }


/****** Main Structure for Pages with Sidebar ******/

.withSecondary #mainContent { margin: 0 auto; width: 766px; overflow: hidden; }

.withSecondary #primary {
	width: 552px;
	display: inline;
	float: left;
}

.withSecondary #secondary {
	width: 204px;
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}

.withSecondary #content { width: 100%; }


/****** Brands ******/

#brandGrid {
	margin: 0 auto;
	padding: 0;
	border-color: #A4A4A4;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

#brandGrid td {
	margin: 0;
	padding: 0;
	border-color: #A4A4A4;
	border-style: solid;
	border-width: 0 1px 1px 0;
	text-align: center;
	min-width: 180px;
	vertical-align: middle;	
}


/****** Typography and Font Colors ******/

body {
	font: 13px/1.6 "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #4F4F4F;
}

a { color: #7D8F00;	text-decoration: none; }

a:hover { color: #000000; }

p a { border-bottom: 1px dotted #CFCFCF; }

h1 {
	color: #91A700;
	text-decoration: none;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}

h2 {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

h2.tableHead { text-align: center; }

h3 {
	text-decoration: none;
	font-size: 1.05em;
	line-height: 1.2em;
	margin-bottom: 0.1em;
}

p { margin-bottom: 1.3em; }

#footer { color: #ffffff; }

#footer a {
	color: #DFFF00;
	text-decoration: none;
	border: none;
}

#footer a:hover { color: #FFFFFF; }


/****** Custom Tags ******/

.alignCenter {
	display: block;
	margin: 0 auto 1.3em auto;
}

.lastInContainer { margin: 0; }

.img02 {
	float: right;
	margin: 0 0 10px 10px;
	padding: 8px;
	background: #efefef;
	border: 1px solid #bfbfbf;
}

.img01 {
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px;
	background: #efefef;
	border: 1px solid #bfbfbf;
}

/****** Lists ******/

#content ul {
	list-style: disc outside;
	margin-bottom: 1em;
	margin-left: 20px;
}

#content ol {
	list-style: decimal outside;
	margin-bottom: 1em;
	margin-left: 20px;
}


/****** Images ******/

img { margin: 0 0 1.6em 0; padding: 0; }

.imageBanner { text-align: center; }

.imageBanner img { margin: 0 5px 1.6em 5px; }

table img { margin: 3px; }

#brandGrid img { margin: 0; padding: 0; }


/****** Tables ******/

table {
	background: #FFFFFF;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 20px;
	border-left: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
}

th {
	padding: 5px 10px;
	font-weight: bold;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	background: #EFEFEF;
}

td {
	padding: 5px 8px;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	vertical-align: top;
}

td.paragraphCell { text-align: left; }

/****** No Flash ******/

.noflash {
	background: #ffffff;
	width: 766px;
	margin: 0 auto;
	text-align: left;
	padding: 0 15px;
}

.noflash ul { margin-bottom: 1em; }

#navigation {
	width: 100%;
	background: url(../images/darkBar.gif) top repeat-x;
	margin-bottom: 15px;
	height: 89px;
}

#navigation ul {
	width: 766px;
	margin: 40px auto 0 auto;
}

#navigation li { display: inline; }

#navigation li a {
	padding: 0;
	margin: 0 20px;
	color: #DFFF00;
	text-decoration: none;
	border: none;
}

#navigation li a:hover { color: #FFFFFF; }


/****** Forms ******/

label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 15px;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #CFCFCF;
	width: 330px;
	padding: 5px;
	font: 13px/1.6em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-bottom: 10px;
}

textarea { height: 180px; margin-bottom: 10px; }

input.button {
	background: #dfdfdf;
	width: 164px;
	color: #4F4F4F;
	margin-left: 10px;
	font-weight: bold;
}

input.button:hover { background: #EFEFEF; cursor: pointer; }

input.submit-button { margin-left: 115px; }

.pform { margin: 0; padding: 0; }

.impt { /* for validation display */
	padding: 6px 9px;
	background: #FFFDDF;
	border: 1px solid #FFED2F;
	font-style: italic;
}

.required { font-weight: bold; color: #DF5829; }


/****** Breadcrumbs ******/

.breadcrumbs {
	border-bottom: 1px dotted #cfcfcf;
	width: 100%;
	margin-bottom: 1.3em;
	font-size: 0.9em;
	padding-bottom: 10px;
}

.breadcrumbs a.currentPage {
	color: #3f3f3f;
}


/****** Product Pages ******/

.submenu {
	border: 1px solid #cfcfcf;
	background: #efefef;
	width: 200px;
	padding: 10px 15px;
	float: right;
	margin: 0 0 15px 5px;
}

.submenu ul { font-size: 0.9em; }

.backToTop {
	font-size: 0.7em;
	font-weight: normal;
	float: right;
	margin-left: 5px;
}

.backToTop a {
	background: url(../images/backToTop2.png) center left no-repeat;
	padding-left: 10px;
	margin-left: 2px;
	margin-right: 1px;
}

.productDesc { font-size: 0.9em; color: #7f7f7f;}


/****** Sidebar ******/

#secondary {
	font-size: 0.9em;
	background: #ffffff url(../images/sidebar.png);
	height: 90%;
}

.secContent {
	padding: 0 10px 10px 10px;
}

.secHeader {
	margin: 10px;
}

#secondary h1 {
	border-bottom: 1px solid #AFAFAF;
	color: #6F6F6F;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#secondary h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #91A700;
}

#secondary .linkList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 1em;
}

#secondary .linkList li {
	margin: 0;
}

#secondary .linkList li a {
	display: block;
	border-bottom: 1px solid #C5C5C5;
	margin: 0;
	padding: 3px 5px;
	width: 174px;
}

#secondary .linkList li a:hover {
	background: #dfdfdf;
}


/****** Home Page, with What's New sidebar ******/

#whatsNew .secHeader { margin: 0; }

#whatsNew h1 {
	font-size: 1.3em;
	color: #efefef;
	font-weight: bold;
	background: url(../images/sidebarHeader.png) top center no-repeat;
	height: 48px;
	line-height: 40px;
	text-align: center;
	padding-top: 6px;
	border: none;
	margin-bottom: 0;
	text-transform: none;
}

#whatsNew h2 {
	background: url(../images/sidebarDivider.png) top center no-repeat;
	padding-top: 1em;
}

#whatsNew h2.first { background: transparent; padding-top: 0; }

#whatsNew .date {
	font-size: 0.9em;
	background: #ffffff;
	padding: 0 2px;
	color: #6F7F00;
}

#whatsNew .readMore { color: #A14E0B; }

#whatsNew .readMore:hover { color: #000000; }


/****** What's New Page ******/

#whatsNewPage .date {
	font-style: italic;
	color: #6F7F00;
}

#whatsNewPage h2 { margin-top: 2em; margin-bottom: 0; }