/* CENTRIX */

/* SITE BASICS */
html {
	scrollbar-face-color:#D4D0C8;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-arrow-color:#464646;
	scrollbar-3dlight-color:#CCCCcc;
	scrollbar-darkshadow-color:#999999;
	scrollbar-track-color:#e6e6e6; 
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url(../gui/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #F6F6F6;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	list-style: square;
}





.back_topbar {
	background-image: url('../gui/back_topbar.jpg');
	background-position: top;
	background-repeat: repeat-x;
}
.back_pattern {
	/*background-image: url('../gui/back_pattern.jpg');*/
	background-color: #053A69;
	background-position: top;
	background-repeat: repeat;
}
.back_navbar {
	background-image: url('../gui/back_navbar.jpg');
	background-position: top;
	background-repeat: repeat-x;
}
.back_sides {
	background-image: url('../gui/back_sides.jpg');
	background-color: #F6F6F6;
	background-position: top;
	background-repeat: repeat-x;
}
.back_tileW {
	background-image: url('../gui/back_tileW.jpg');
	background-color: #F6F6F6;
	background-position: top right;
	background-repeat: repeat-y;
}
.back_tileE {
	background-image: url('../gui/back_tileE.jpg');
	background-color: #F6F6F6;
	background-position: top left;
	background-repeat: repeat-y;
}

.content_area {
	background-image: url('../gui/content_dropshadow_top.jpg');
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
	padding: 13 10 10 10;
}

.bottom_bar {
	background-color: #CCCCCC;
}

img { 
	border-color: #666666; 
}


/* HOME - CONTENT */
.newsfeature_divV {
	background-image: url('../gui/div_newsfeatureV.jpg');
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: repeat-y;
}
.newsfeature_divH {
	height: 20px;
	background-image: url('../gui/div_newsfeatureH.jpg');
	background-color: #FFFFFF;
	background-position: left;
	background-repeat: repeat-x;
}
.newsfeature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.newsfeature a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
.newsfeature a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.newsfeature .superscript {
	font-size: 10px;
	vertical-align: super;
}
.newsfeature .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	padding-bottom: 10px;
}
.newsfeature .title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
.newsfeature .title a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}



/* BASIC TEXT */
.text-nopad, .text-nopad table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #000000;
	padding-bottom: 0px;
}
.text, .text table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	padding-bottom: 10px;
}
.text a {
	font-weight: bold;
	line-height: 150%;
	color: #000080;
	text-decoration: underline;
}
.text a:hover {
	font-weight: bold;
	line-height: 150%;
	color: #0066FF;
	text-decoration: underline;
}
.text ul {
	list-style-type: square;
	line-height: 150%;
}
.text ol {
	line-height: 150%;
}
.text blockquote {
	line-height: 150%;
}
.text .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 150%;
	color: #000000;
}
.text .subhead {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #000000;
}
.text .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #000000;
}
.text .small blockquote {
	line-height: 150%;
}
.text blockquote .small {
	line-height: 150%;
}
.text .superscript {
	font-size: 10px;
	line-height: 150%;
	vertical-align: super;
}
.text .subscript {
	font-size: 10px;
	vertical-align: sub;
}


.product_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	height: 55px;
	vertical-align: bottom;
}
.pink {
	color: #E73E97;
}
.blue {
	color: #3B7AAE;
}
.crimson {
	color: #9F0015;
}
.navy {
	color: #003F79;
}
.rule_pink {
	border-bottom: 2px solid #E73E97;
}
.rule_blue {
	border-bottom: 2px solid #3B7AAE;
}
.rule_crimson {
	border-bottom: 2px solid #9F0015;
}
.rule_navy {
	border-bottom: 2px solid #003F79;
}
.glutenfree {
	font-size: 18px;
	font-weight: bold;
}
.bkg_gf {
	background: url('../gui/glutenfree50.png') top right no-repeat;
}



input.button {
	background-color: #DDDDDD;
	border: 1px solid #333333;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

input.form_text, select.form_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 250px;
}
input.search_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 150px;
}

textarea.form_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 250px;
	height: 100px;
}




/* SIDEBAR */
.sidebar, .sidebar table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	background-color: #F0F5F9;
	padding: 5px;
}
.sidebar a {
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
.sidebar a:hover {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
.sidebar ul {
	list-style-type: square;
}



/* BOTTOM NAVIGATION */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.nav a {
	font-weight: bold;
	color: #053A69;
	text-decoration: none;
}
.nav a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}



/* COPYRIGHT */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.copyright a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.copyright a:hover {
	font-weight: normal;
	color: #053A69;
	text-decoration: underline;
}
