/**
 * CSS Prolyte
 * @author Creative Industries
 */ /**
 * General
 */
html {
	height:						100%;
}

body {
	height:						100%;
	
	margin:						0;
	background:					#ececec;
	font-size: 					11px;
	font-family:				Verdana, Arial;
	
	overflow:					scroll;
    overflow:					-moz-scrollbars-vertical;
}

br.clear
{
	clear: both;
}

.wrapper {
	position:					relative;
	width:						870px;
	margin:						auto;
	padding:					0 25px 0 25px;
	background:					#fff;
}

#overlay {
	position:					absolute;
	
	top:						0px;
	left:						0px;
	
	width:						100%;
	height:						100%;
	
	z-index:					10;
	background-color:			#000000;
	
	text-align:					center;
	
	opacity:					0.5;
	MozOpacity:					0.5;
	KhtmlOpacity:				0.5;
	filter:						alpha(opacity='50');
	
	display:					block;
	visibility:					visible;
}

a.button {
	float: right;
	padding: 0px 10px 0px 10px;
	background: #3F8BBD;
	color: #fff;
	text-decoration: none;
	border: 1px solid #17679A;
}

button {
	position: relative;
	padding: 1px 10px 1px 10px;
	margin: 2px 0 0 0;
	background: #3F8BBD;
	color: #fff;
	text-decoration: none;
	border: none;
	font-family: arial;
	font-size: 11px;
	cursor: pointer;
	float: right;
	/*border: 1px solid ##17679A;*/
}

button.right {
	float: right;
}

input.editor {
	width: 100%;
	border: 1px solid #E4E4E4;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
}

textarea.editor {
	width: 100%;
	height: 100px;
	border: 1px solid #E4E4E4;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
	width: auto;
}



.header {
	position: relative;
	width: 870px;
	height: 98px;
}

.header .logo {
	position: relative;
	float: left;
}

.header .loginBar {
	position: relative;
	height: 90px;
	float: right;
	width: 440px;
	height: 90px;
	margin-top: 8px;
	font-family: Arial;
}

.header .loginBar div {
	color: #757575;
	text-align: right;
}

.header .loginBar div input,select {
	font-size: 10px;
	color: #757575;
}

.header .loginBar div .chk { position: relative;
	padding: 5px 0 0 0;
}

.header .loginBar label {
	font-size: 11px;
}

.header .loginBar div b {
	position: relative;
	/*float: left;
	display: block;*/
	margin: 3px 10px 0 0;
}

span.loggedon a{
	font-family: arial;
	font-size: 10px;
	color: #093b5c;
}

div.logonFailure span {
	float: left;
	display: block;	
	color: red;
}

/*
.header .loginBar div button{
	position: relative;
	border: none;
	color: #fff;
	font-size: 10px;
	padding: 3px 6px 3px 6px;
	background: #3e8bbc;
	margin: 0;
}
*/
div.registerLink {
	margin: 0px 0px 0px 0px;
}

div.registerLink a {
	color:	#1E76AF;
}

div#rememberWrapper {
	position: relative;
	float: right;
	padding: 2px;	
}

div#rememberWrapper label {
	padding: 0 0 2px 0;	
}

.mainHeaderImage {
	position: relative;
	margin: 36px 0 0 0;
	text-align: right;
	z-index:0;
}

.headerImageSmall {
	position: relative;
	float: right;
	margin: 0;
	text-align: right;
}

.headerImageContainer {
	width:					683px;
	height:132px;
	position:				relative;
	float:					right;
	
	background-color:		#D7DF3E;
	color:					#706E1B;
	padding:0px;
	margin: 0px;
}

.headerImageContainer h1, .headerImageContainer h2, .headerImageContainer h3 {
	font-family:			Arial, Verdana;
	font-size:				16px;
	color:					#FFFFFF;
	
	margin:					0px;
	padding:				0px;
}

.headerImage {
	float:					left;
	
	width:					420px;
	height:					130px;
	padding:0px;
	margin:0px;
}

.headerImage img
{
	padding:0px;
	margin:0px;
}

.headerImageText {
	width:					240px;
	float:					right;
	padding:				10px;	
	letter-spacing:			-1px;
}

/**
 * Breadcrum
 */
ul.breadcrum {
	position: absolute;
	list-style-type: none;
	bottom: 5px;
	right: 0px;
	padding: 0;
	margin: 0;
	z-index: 5;
}

ul.breadcrum li {
	position: relative;
	float: left;
}

ul.breadcrum li.divider {
        display: inline-block;
	margin: -1px 5px 0 5px;
	padding: 0px 0 2px 0;
}

ul.breadcrum li a {
	color: #2278b1;
}

ul.breadcrum li a.active {
	color: #2278b1;
}

/*
.menuMain{
	position: relative;
	list-style-type: none;
	width: 870px;
	height: 36px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background: url("images/bg_menu.jpg") repeat-x;
}

.menuMain li{
	position: relative;
	float: left;	
}
.menuMain li a{
	padding: 9px 15px 9px 15px;
	display: block;
	background: none;
	color: #fff;
	text-decoration: none;
}

.menuMain li a img{
	position: relative;
	padding: 0 0 3px 5px;
}

.menuMain li a:hover{
	background: url("images/bg_menu_hover.jpg") repeat-x;
}
*/ /**
 * Content
 */
.contentWrapperNormal {
	position: relative;
	width: 870px;
	min-height: 300px;
	margin-top: 40px;
	line-height: 20px;
	color: #282828;
	
	background-image: url("images/bg_maincontent.jpg");
	background-repeat: repeat-y;
}

.sectionLeft {
	position: relative;
	float: left;
	width: 182px;
	background: #f5f5f5;
	min-height: 500px;
}

* html .sectionLeft
{
	height:500px;

}

#search {
	position: absolute;
	top: -35px;
	right: 5px;
	z-index: 5;
}

#searchHome {
	position:		relative;
	float:			right;
	top:			6px;
	right:			5px;
}

input#keywords {
	width:			80px !important;
}

#searchNav {
	color: #888;
}

#searchNav a {
	text-decoration: none;
	color: #297aae	
}

#searchNav a:hover {
	text-decoration: underline;
}

#searchNav a.active {
	font-weight: bold;
	color: #000;
}

#search input.text, #searchHome input.text {
	position: relative;
	border: 0;
	float: left;
	margin-top: 2px;
	width: 150px;
	font-size: 11px;
	color: #666;
	padding: 3px;
}

#search input.searchButton, #searchHome input.searchButton {
	position: relative;
	border: 0;
	float: left;
	margin: 1px 0 0 5px;
}	

/* SEARCH RESULTS */

.searchResult {
	margin-bottom: 10px; padding-bottom : 10px;
	border-bottom: 1px dotted silver;
	padding-bottom: 10px;
}

.searchResult .searchResultTitle {
	font-weight:		bold;
	font-size:			14px;
}

.searchPageNav {
	float:				right;
}	

.searchPageNav a {
	color:				#000000;
	text-decoration:	none;
}

/* END SEARCH RESULT */

/* SUBMENU */

.sectionLeft h1 {
	font-weight: normal;
	font-size: 24px;
	color: #2278b1;
	padding: 17px 0 0 10px;
	margin: 0 0 26px 0;
}

.sectionLeft ul {
	position: relative; 
	list-style-type: none;
	padding: 0;
	margin: 0;	
	font-family:			Arial;
	font-size:				12px;
	
}

.sectionLeft ul li {
	display: block;
}

.sectionLeft ul li ul {
	margin: 0;
}

.sectionLeft ul li ul li a {
	display: block;
	padding-left: 33px;
	background: url("images/arrow_list.gif") no-repeat 20px 12px;
}

.sectionLeft ul li ul li a:hover {
	background: url("images/arrow_list.gif") no-repeat 20px 12px;
}

.sectionLeft ul li ul li ul li a {
	display: block;
	padding-left: 43px;
	
	background: url("images/arrow_list_hover.gif") no-repeat 30px 12px;
	
}

.sectionLeft ul li ul li ul li a:hover {
	background: url("images/arrow_list.gif") no-repeat 30px 12px;
}

.sectionLeft ul li a {
	font-size: 13px;
	color: #2278b1;
	display: block;
	padding: 5px 5px 5px 23px;
	background: url("images/arrow_list.gif") no-repeat 10px 12px;
	text-decoration: none;
	border-bottom: 1px dotted gray;

	
}

.sectionLeft ul li a:hover {
	display: block;
	background: #fff url("images/arrow_list_hover.gif") no-repeat 10px 12px;
	text-decoration: none;
	font-weight: normal;
}

.sectionLeft ul li ul li a:hover {
	display: block;
	background: #fff url("images/arrow_list.gif") no-repeat 20px 12px;
	text-decoration: none;
	font-weight: normal;
}

.sectionLeft ul li a.selected {
	display: block;
	background: #fff url("images/arrow_list.gif") no-repeat 10px 12px;
	text-decoration: none;
	font-weight: bold;
	
}

.sectionLeft ul li a.selectedMain {
	display: block;
	background: #1A70A6 url("/themes/default/images/arrow_right.gif") no-repeat 10px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
}

.sectionLeft ul li a.selectedProduct
{
	display: block;
	background: #fff url("images/arrow_list.gif") no-repeat 20px 12px;
	text-decoration: none;
	font-weight: bold;

}

.sectionLeft ul li a.selectedParent {
	display: block;
	background: #1A70A6 url("images/arrow_down.gif") no-repeat 10px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

.sectionLeft ul li a.selectedProductParent {
	display: block;
	background: #1A70A6 url("images/arrow_down.gif") no-repeat 20px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

.sectionLeft ul li a.selectedProductParent:hover {
	display: block;
	background: #1A70A6 url("images/arrow_down.gif") no-repeat 20px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

.sectionLeft ul li a.selectedParent:hover {
	display: block;
	background: #1A70A6 url("images/arrow_down.gif") no-repeat 10px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}

.sectionLeft ul li ul li a.selected {
	display: block;
	background: #fff url("images/arrow_list.gif") no-repeat 20px 12px;
	text-decoration: none;
	font-weight: bold;
	
}



/* PRODUCTS SUBMENU */

.sectionLeft ul li a.selectedProduct, .sectionLeft ul li a.selectedProduct:hover {
	background-color:			#1A70A6;
	background-image:			url("images/arrow_list.gif");
	
	color:						#FFFFFF;
}

.sectionLeft ul li ul li a.selectedCategory {
	background-color:			#FFFFFF;
	background-image:			url("images/arrow_list.gif");
	font-weight:				bold;
	
}

.sectionLeft ul li ul li a.selectedCategory:hover {
	background-color:			#FFFFFF;
	background-image:			url("images/arrow_list.gif");
	font-weight:				bold;
	
}

.sectionLeft ul li ul li a.subcat {
	background-image:			url("images/arrow_list_h.gif");
}

.sectionLeft ul li ul li a.subcat:hover {
	background-color: #fff;
}

/* END SUBMENU */

.contentWrapper {
	position: relative;
	width: 870px;
	min-height: 300px;
	margin-top: 20px;
	line-height: 20px;
	color: #282828;
}

.innerContent {
	position: relative;
	float: left;
	width: 666px;
	min-height: 280px;
	margin-top: 10px;
	padding: 0 0 0 17px;
}

div.title {
	position: relative;
	padding: 0 0 0 9px;
	margin: 0 0 20px 0px;
}

div.title img {
	position: relative;
	float: left;
	display: block;
	margin: 0px 10px 0px -8px;
}

div.title h1 {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 30px;
	font-weight: normal;
	color: #1e76af;
}

div.title h2 {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.columnLeft, .columnMiddle {
	height:				360px;
	/*overflow:			hidden;*/
	margin-bottom:		10px;
}

.columRight {
	min-height:			360px;
	overflow:			auto;
}

* html .columnRight {
	height:				360px;
}

.columnLeft {
	position: relative;
	float: left;
	width: 300px;
	min-height: 360px;
	padding: 0px 25px 5px 5px;
	border-right: 1px dashed #ccc;
	background: url("images/bg_content.jpg") no-repeat center 50px;
}

.columnLeft ul {
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

.columnLeft ul li {
	position: relative;
	padding: 1px 0px 3px 20px;
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px center;
}

.columnMiddle {
	position: relative;
	float: left;
	width: 275px;
	min-height: 300px;
	margin-left: 25px;
	padding: 0px 5px 5px 5px;
	background: url("images/bg_content.jpg") no-repeat center 50px;
}

.columnMiddle ul {
        position: relative;
        list-style-type: none;
        padding: 0px 0px 0px 15px;
        margin: 0px;
}

.columnMiddle ul li {
        position: relative;
        padding: 1px 0px 3px 20px;
        background-image: url("images/bullet.gif");
        background-repeat: no-repeat;
        background-position: 0px center;
}

.columnRight {
	position: relative;
	float: right;
	width: 195px;
	min-height: 300px;
	background: #d6df3d;
	padding: 0 5px;
}

.columnRight h1 {
	position: relative;
	font-size: 30px;
	color: #297aae;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0;
}

a.readMore {
	font-size:				12px;
	font-weight:			bold;
	color:					#1E76AF;
	
	padding-bottom:			2px;
	padding-left:			20px;
	
	background-image:		url("images/readMore.gif");
	background-repeat:		no-repeat;
	background-position:	0px center;
}

a.readMoreHome {
	font-size:				12px;
	font-weight:			bold;
	color:					#1E76AF;
	
	/*float:					right;
	clear:					both;*/
	
	padding-bottom:			2px;
	padding-left:			20px;
	
	background-image:		url("images/readMore.gif");
	background-repeat:		no-repeat;
	background-position:	0px center;
	
	position:				absolute;
	bottom:					10px;
	right:					0px;
}

.columnLeft a.readMoreHome {
	right:					20px;
}

/**
 * NEWS
 */
ul.news {
	position: relative;
	list-style-type: none;
	padding: 0px 0 10px 0;
	margin: 0;
}

ul.news li {
	/*position: relative;*/
	display: block;
	padding: 1px 0 1px 0 !important;
	border-bottom: 1px solid #ebef9e;
}

ul.news li a {
	/*position: relative;*/
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0;
	background: url("images/arrow_news.gif") no-repeat 7px 32px;
	background-color: none;
	text-decoration: none;
	color: #000;
}

ul.news li a:hover {
	background-color: #e2e978;
}

ul.news li a b {
	/*position: relative;*/
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

ul.news li a div.newsIntro {
	/*position: relative;*/
	display: block;
	margin: 0 0 0 10px;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}

/**
 * HOME NEWS
 */

.columnRight .news li {
	height:			100px;
}

.columnRight .news li a {
	height:			90px;
	display:		block;
}

.columnRight .news .newsImage {
	float:			left;
	
	width:			58px;
	height:			58px;
	margin: 0;
}

.columnRight .news .newsIntro {
	width:			115px;
	height:			65px;
	overflow:		hidden;
	margin: -5px 0px 0px 0px !important;
	float: right;
}
 
.columnRight .news .newsImage img {
	width:			58px;
	height:			58px;
}
 
.clear {
	position: relative;
	height: 1px;
	clear: both;
}

/**
 * Footer
 */
.footer {
	width: 850px;
	height: 60px;
	padding: 13px 10px 0 10px;
	margin: 5px 0 0 0;
	background: url("images/bg_footer.jpg") repeat-x;
	font-size:				10px;
}

.footer ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.footer ul li {
	position: relative;
	float: left;
}

.footer ul li a {
	font-family: arial;
	font-size: 10px;
	color: #093b5c;
}

.footer ul li a img {
	position: relative;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.footer ul li.divider {
	position: relative;
	float: left;
	width: 1px;
	height: 6px;
	font-size: 8px;
	background: #99a3aa;
	margin: 4px 10px 0 10px;
}

.info {
	position: relative;
	float: right;
	margin: 0;
	color: #093b5c;
}

/**
  * FAQ
  */
ul.listFaq {
	position: relative;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: silver;
}

ul.listFaq li {
	position: relative;
	padding: 5px 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
}

ul.listFaq li span {
	position: relative;
	display: inline-block;
	font-size: 11px;
	margin-top: -22px;
	margin: -22px 0 0 30px;
	float: left;
}

ul.listFaq li p {
	position: relative;
	display: inline-block;
	font-size: 11px;
	padding: 0;
	margin: -5px 0 0 30px;
	color: #000;
	font-weight: normal;
}

ul.listFaq li a {
	text-decoration: none;
	color: #1E75AB;
}

/**
  * Gallery
  */
ul.listGallery {
	position: relative;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: silver;
}

ul.listGallery li {
	position: relative;
	padding: 5px 0 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
}

ul.listGallery li span {
	position: relative;
	font-size: 11px;
	margin-top: -22px;
	margin: -22px 0 0 30px;
	float: left;
}

ul.listGallery li p {
	position: relative;
	font-size: 11px;
	padding: 0;
	margin: -5px 0 0 30px;
	color: #000;
	font-weight: normal;
}

ul.listGallery li a {
	text-decoration: none;
	color: #1E75AB;
}

a.requestPhoto {
	text-decoration: none;
	font-size: 10px;
	color: #093B5C;
}

a.requestPhoto img {
	position: relative;
	top: 5px;
}
/**
 * Forum
 */
ul.listForum {
	position: relative;
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: silver;
}

ul.listForum li {
	position: relative;
	padding: 10px 15px 15px 15px;
	margin: 0 0 15px 0;
	/*font-weight: bold;*/
	border: 1px solid #E4E4E4;
	color: #6D6D6D;
}

ul.listForum li span.topicDetails {
	position: absolute;
	width: 90%;
	top: 10px;
	left: 50px;
	margin: 0 0 0 15px;
	float: none;
	font-size: 11px;
	font-weight: normal;
	float: left;
	color: #8E8E8E;
	border-bottom: 1px dotted #C6C6C6;
}

ul.listForum li p {
	position: relative;
	font-size: 11px;
	padding: 0;
	margin: -2px 0 0 50px;
	color: #000;
	font-weight: normal;
}

ul.listForum li a {
	color: #1E75AB;
}

span.topicDetails {
	color: #8E8E8E;
}

span.topicDetails a {
	color:	#1E75AB;
}

.userName {
	color:	#1E75AB;
	text-decoration: underline;
}

.forumTopic {
	border:	1px solid #E4E4E4;
	margin-bottom: 15px;
	padding: 15px;
}

.forumTopic .topicTitle {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.forumTopic .topicDetails {
	display: block;
	border-bottom: 1px dotted #C6C6C6;
}

/**
 * Fade layer
 */
#fadeLayer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
	filter: alpha(opacity =   80);
	-moz-opacity: 0.8;
}

#topLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	v-align: middle;
	text-align: center;
}

/**
 * Forms
 */
 
form.defaultForm {
	width:				530px;
}

input, textarea, select {
	font-family: Arial;
	font-size:			11px;
	border:	1px solid #CDCDCD;
}

form.defaultForm input {
	width:				235px;
}

form.defaultForm input.zip {
	width:				70px;
}

form.defaultForm input.city {
	width:				100px;
}

.formDescription {
	font-family:		Arial;
	font-size:			11px;
	font-weight:		bold;
	width:				190px;
	vertical-align:		top;
}

.red {
	color:				red;
}

input.submit {
	background-color:	#3E8BBC;
	color:				#FFFFFF;
	border:				1px solid #16679B;
	width:				auto !important;
}

input.cb_normal {
	border:				0;
	width:				auto !important;
	position:			relative;
	top:				2px;
}

/*table.form tr td {
	padding: 5px 0 5px 0;
}*/

/*input.zip {
	width: 70px;
	margin: 0 10px 0 0;
}

input.normal {
	width: 300px;
}

input.city {
	width: 200px;
}

input.radio {
	width: 16px;
	border: 0px;
}

input.cb_normal {
	margin: 0 5px 0 -2px;
	padding: 0;	
}*/

textarea {
	width: 300px;
	height: 120px;
}

/**
 * Products
 */
ul.tabset {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 0;
}

ul.tabset li {
	position: relative;
	float: left;
	display: block;
}

ul.tabset li a {
	position: relative;
	padding: 5px 10px 5px 10px;
	margin: 0 2px 0 0;
	display: inline-block;
	background: #FFFFFF;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #C0C0C0 !important;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

ul.tabset li a:hover {
	background: #3F8BBD;
	color: #fff;
	text-decoration: none;
}

ul.tabset li a.active {
	background: #3F8BBD;
	color: #fff;
	text-decoration: none;
	
	border-top: 1px solid #3F8BBD;
	border-left: 1px solid #3F8BBD;
	border-right: 1px solid #3F8BBD;
}

div#productContainer {
	position: relative;
	width: 640px;
	min-height: 150px;
	padding: 10px;
	margin: 0;
	border: 1px solid silver;
	clear: both;
}

div#productContainer a, div#productContainer a:hover {
	color:			#3F8BBD;
	font-weight:	bold;
}

table tr.rowHeader {
	background: lightblue;
	font-weight: bold;
}

table tr.rowHeader td {
	padding: 2px 2px 2px 15px;
}

table tr.rowBlank {
	background: none;
}

table tr.rowBlank td {
	padding: 2px 2px 2px 15px;
}

table tr.rowColor {
	background: silver;
}

table tr.rowColor td {
	padding: 2px 2px 2px 15px;
}

/**
 * GALLERY
 */
.gallery_grid {
	float: left;
	width: 140px;
	padding: 2px;
	margin: 0px 10px 10px 0px;
	border: solid 1px #d3d7d6;
	text-align:center;
}

/*.gallery_grid a {
	float:			right;
}*/

.gallery_spacer {
	line-height: 0px;
	clear: both;
	font-size: 1px;
	height: 1px;
}

/**
 * NEWS ARCHIVE
 */
ul.newsArchive {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin: 0;
}

ul.newsArchive li {
	margin-bottom: 10px; padding-bottom : 10px;
	border-bottom: 1px dotted silver;
	padding-bottom: 10px;
}

ul.newsArchive li p {
	padding: 0;
	margin: 0 0 5px 0;
}

ul.newsArchive li span {
	color: #757575;
	font-weight: normal;
	margin-left: 10px;
}

ul.newsArchive li a {
	text-decoration: underline;
	font-weight: bold;
	color: #297aae;
}

span.newsDate {
	color:					#969696;
	font-size:				11px;
}

select.productdropdown
{
	color: #000;
	font-size:13px;
	
}

object#Header
{
	position:relative;
	z-index:1;
}
