/* ==YUI RESET (see: http://developer.yahoo.com/yui/reset/)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	/* border-collapse:collapse; */
	/* border-spacing:0; */
	border-spacing:4px;
}

fieldset,img { 
	border:0;
}
/* address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} */
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


q:before,q:after {
	content:'';
}


abbr,acronym { 
	border:0;
}

hr{
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
	background-color: #ccc;
}



/* ==GENERAL SETTINGS */

body{
	color: #333;
	/*font:11px/18px Helvetica, Arial, sans-serif; /* precentages on fonts so that IE can resize them */
	/* font: 70%/150% Verdana, Lucida, "Lucida Grande", sans-serif; */
	font: 70%/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fff;
}





/* 
----------------------- @FONT-FACE -------------------------------- */
  
  
@font-face {
	font-family: 'gsl';
	src: url('font-face/gsl-webfont.eot');
	src: local('☺'), url('font-face/gsl-webfont.woff') format('woff'), url('font-face/gsl-webfont.ttf') format('truetype'), url('font-face/gsl-webfont.svg#webfontail7912q') format('svg');
	font-weight: normal;
	font-style: normal;
}
  




/*
Global Linking
-------------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}



.urlLink a{
	background: url(../img/url_icon.gif) no-repeat 2px 0;
	padding-left: 20px;
	margin-left: 3px;
	margin-right: 3px;
}

.PDFLink a{
	background: #fff url(../img/pdf.png) 0 50% no-repeat;
	padding: 6px 0 6px 22px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.docLink a{
	background: #fff url(../img/documents.png) 0 50% no-repeat;
	padding: 6px 0 6px 22px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}





/* ==DIVS */


/* layout divs */
div#wrapper{
	width:960px;
	margin-left: auto;
	margin-right: auto;
}

div#wrapper2{
	width:960px;
	float:left;
}



/* ------- HEADER section - incl. top navigation ---------- */

div#header{
	width: 960px;
	height: 100px;
	background-color: #fff;
	margin: 0;
}


/* ------ SKY logo  ----------------------------- */

div#skyLogo h1 a{
	width: 182px;
	height: 98px;
	display:block;
	text-indent:-999em;
	/*paranoid tricks for older browsers*/
	text-decoration:none;
	overflow:hidden;
	position: relative;
	background: url(../img/logo-tab.gif) no-repeat;
	top: 23px;
	left: 10px;
	z-index: 1;
}





div#Navigation{
	font-size: 13px;
	/* width: 600px; */
	/* width: 675px; without 'Clients' */
	width: 740px; /* with 'Clients' */
	margin: 0;
	clear: both;
	position: relative;
	/* z-index: 1; */
	z-index: 100;
	float: right;
	bottom: 68px;
	padding: 0;
}

.selected a{
	color: #666 !important;
}

/* ----  MEGA MENU --------- 
----------------------------*/

ul#topnav {
	/* z-index: 1; */
	z-index: 100;
	position: absolute;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.0em;
	color: #999;
	margin: 0 0 0 0;
	height: 50% !important;
}
ul#topnav a{
	height: 50% !important;
}
ul#topnav li {
	float: left;
	margin: 0;
	/* padding: 0; */
	position: relative;
	line-height: 15px;
}
ul#topnav li a {
	float: left;
	/* text-indent: -9999px;  if using background images*/
	height: 44px;
	/* spacing between each menu item */
	/* padding-right: 15px; */
	padding-left: 25px;
	color: #999;
	font-size: 13px;
	padding-bottom: 10px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	/* background-position: left bottom; */
	color: #666;
}
ul#topnav li .sub, ul#topnav li .sub2 {
	position: absolute;
	top: 20px;
	left: 0;
	/* background: #344c00 url(../img/sub_bg.png) repeat-x; */
	background: #fff;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
/*--for end of row items: to flip back in opposite direction--*/
ul#topnav li .sub2 {
	left: -50px;
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul, ul#topnav li .sub2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 175px;
	float: left;
}
ul#topnav li .sub2 ul {
	width: 90px;
}
ul#topnav .sub ul li, ul#topnav .sub2 ul li {
	width: 100%;
	color: #999;
}
ul#topnav .sub ul li h2, ul#topnav .sub2 ul li h2  {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a, ul#topnav .sub2 ul li h2 a {
	padding: 0 0 5px;
	background-image: none;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
}
ul#topnav .sub ul li a, ul#topnav .sub2 ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/* background: url(../img/navlist_arrow.png) no-repeat 5px 12px; */
	/* padding: 7px 5px 7px 15px; */
	padding: 4px 5px 4px 0px;
	display: block;
	text-decoration: none;
	color: #999;
}
ul#topnav .sub ul li a:hover, ul#topnav .sub2 ul li a:hover {
	color: #666;
	background-position: 5px 12px;
}

/* -----------------------------------------------------
-------------------------------------- */







/* ----------- SEARCH / TELEPHONE panel -------- */
div#searchPanel{
	background: url(../img/search-telephone-bg.png) no-repeat;
	width: 407px;
	height: 50px;
	float: right;
	padding-left: 5px;
	position: relative;
	bottom: 98px;
}

div#searchBox{
	position: relative;
	float: left;
	height: 15px;
	margin: 14px 0 0 25px;
	width: 138px;
}
.search{
	border-style: none;
	background-color: transparent;
	color: #999;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 3px;
}
div#searchGo a{
	position: relative;
	float: left;
	top: 13px;
	padding-left: 5px;
	color: #999;
	font-size: 12px;
}
div#searchGo a:hover{
	color: #666;
}


input:hover,
textarea:hover {
}

input:focus,
textarea:focus {
}





div#telephone{
	position: relative;
	float: right;
}
div#telephone h2{
	font-size: 16px;
	color: #999;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 34px;
}




/* ----------- FLASH panel -------- */

body.home div#flashPanel{
	width: 960px;
	height: 375px;
	float: left;
	position: relative;
	bottom: 40px;
/* minus z-index required to get cycle to display beneath mega-menu */
	z-index: -1;
	clear: both;
}


/* ----------- JQUERY CYCLE related -------- */
.pics { 

}
.pics img { 

}
/* .pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
} */

body.news .pics {
	margin-top: 40px;
}



body.category div#flashPanel{
	width: 960px;
	height: 245px;
	float: left;
	position: relative;
	bottom: 40px;
/* background image moved to in-line style for dynamic content */
}

body.category div#flashPanelTxt{
	color: #fff;
	padding: 0 300px 20px 30px;
	margin-top: 118px;
	font-size: 12px;
}

/* with font-face */
body.category div#flashPanelTxt h1{
	color: #fff;
	letter-spacing: 1px;
	font: lighter 29px gsl, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.category div#flashPanelTxt a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
body.category div#flashPanelTxt a:hover{
	color: #666;
}









/* ----------- Quick Links panel -------- */

div#quickLinx{
	width: 940px;
	/* height: 176px; */
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	margin: -30px 0 0;
	/* to allow for z-index adjustment for cycle */
	/* top: 345px; */
}

div#quickLinx h2 a{
	font-size: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 8px;
	color: #fff;
	height: 20px;
	background-color: #BFC8C6;
}

div#quickLink4 h2 a{
	font-size: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 8px;
	color: #fff;
	height: 20px;
	/* 	background: #666 url(../img/news-and-icon.png) no-repeat; */
	background-color: #666;
}
div#quickLinx h2 a:hover{
	color: #999;
}

div#quickLink1, div#quickLink2, div#quickLink3, div#quickLink4{
	width: 220px;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#quickLink1 img, div#quickLink2 img, div#quickLink3 img, div#quickLink4 img{
	margin-top: 3px;
}

div#quickLink1{
	float: left;
	margin-right: 20px;
}
div#quickLink2{
	float: left;
	margin-right: 20px;
}
div#quickLink3{
	float: left;
}
div#quickLink4{
	float: right;
}


div#quickLink1 a, div#quickLink2 a, div#quickLink3 a, div#quickLink4 a{
	display: block;
}
div#quickLink1 a:hover, div#quickLink2 a:hover, div#quickLink3 a:hover, div#quickLink4 a:hover{
	/* border: 2px solid #999; */
}


/* adds the arrow graphic on top of the news item image on the home page */
div#newsArrowTab{
	width: 220px;
	height: 12px;
	background: url(../img/news-arrow-tab.gif) no-repeat;
	margin: 0 0 -10px;
	padding: 0;
	position: relative;
	bottom: 16px;
}






/* ----------- Main Text panel -------- */

div#mainText{
	float: left;
	width: 960px;
	margin-bottom: 20px;
}

body.home div#mainText{
	/* to allow for z-index adjustmet for cycle */
	/* top: 345px; */
	position: relative;
}

div#mainTextC1{
	float: left;
	width: 673px;
	padding: 10px 35px 20px 10px;
}

body.home div#mainTextC1{
	padding: 0 35px 20px 10px;
}

div#mainText h2{
	margin-bottom: 10px;
	color: #666;
	font-weight: bold;
	font-size: 16px;
}

div#mainText p{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}

div#mainTextC2{
	width: 218px;
	padding-top: 25px;
	float: right;
	margin-right: 10px;
}

body.home div#mainTextC2{
	padding-top: 0px;
}




/* -----------------  NEWS - home page  --------------------- */

div#newsPanels{
	margin: 0;
}

div#newsPanels p{
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px;
}

div#newsPanels a{
	color: #666;
}

div#newsPanels a:hover{
	color: #999;
}

div#newsPanels strong{
	font-size: 14px;
}

.date{
	color: #98C5EA !important;
}


.more a{
	text-decoration: underline;
}


div#newsletterSignup{
	width: 205px;
	height: 60px;
	padding: 8px;
	background: url(../img/signup-bg.png) no-repeat;
	margin-top: -5px;
	margin-left: -1px;
}

div#newsletterSignupTitle{
	color: #98C5EA;
	padding-top: 7px;
	padding-bottom: 2px;
	font-size: 13px;
}

.signuphere{
	border-style: none;
	background-color: transparent;
	color: #999;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 0 3px;
}

div#signup a{
	color: #999;
	font-size: 12px;
	float: right;
	position: relative;
	padding-right: 1px;
	bottom: 16px;
}

div#signup a:hover{
	color: #666;
}






/* -------  BREADCRUMBS ----------------------- */

div#breadcrumbs{
	background-color: #A8ADA9;
	width: 940px;
	height: 35px;
	margin-bottom: 35px;
	margin-left: 10px;
	text-align: right;
	position: relative;
	float: left;
	margin-top: -40px;
}

body.product div#breadcrumbs{
	height: 30px;
}

div#breadcrumbNav{
	float: right;
	position: relative;
	color: #fff;
	padding-right: 15px;
	padding-top: 7px;
	font-weight: bold;
}

/* display block - for both ul li & ul li a - to run horizontally*/
div#breadcrumbNav ul li{
	display: block;
	float: left;
	position: relative;
	color: #fff;
	padding-right: 8px;
	padding-left: 0px;
}

div#breadcrumbNav ul li a{
	text-decoration: none;
	position: relative;
	color: #fff;
	/* spacing between each menu item */
	padding-right: 8px;
	padding-left: 4px;
}

div#breadcrumbNav a:hover{
	text-decoration: none;
	color: #666;
}

.bcSelect{

}

.bcSelect_highlight{

}





/* -----------------  CATEGORY Gallery  --------------------- */

/* ------ Category page thumbnail gallery----- */
body.category div#catGallery{
	width: 960px;
	clear: both;
	position: relative;
	bottom: 25px;
	margin: 0 0 0 10px;
	min-height: 300px;
}

body.category div#mainContent div#catGallery p{
	padding: 10px 0 0;
}

body.category .catSummary{
	float:left;
	margin: 2px 20px 12px 0;
	width: 220px;
	height: 164px;
}
body.category .catSummary a{
	color: #999;
}
body.category .catSummary a:hover{
	color: #666;
}
body.category .catSummary img{
	margin-top: 3px;
}

body.category .catTitle{
	background-color: #dcdada;
	width: 210px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 14px;
}
body.category .catTitle a{
	width: 210px;
	display: block;
	color: #666;
}
body.category .catTitle a:hover{
	color: #333;
}

/* if the catTitle has key words added */
body.category .thumbModel{
	color: #999 !important;
}

body.category .catInfo{
	padding: 9px 8px;
	color: #fff;
	z-index: 1;
	position: relative;
	/* bottom: 55px; */
	bottom: 52px;
	width: 204px;
	font-size: 100%;
	margin: 0;
	/* background: rgba(0,0,0,0.3);  /* 50% transparent - CSS3 only */
	/* background-color: #666;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
	background: url(../img/catinfo-bg.png) no-repeat;
}

body.category .catInfo a{
	color: #fff;
}

body.category .catInfo a:hover{
	color: #ccc;
}

body.category .catInfoTxt{
	filter:alpha(opacity=100) !important;
	-moz-opacity:1.0 !important;
	-khtml-opacity: 1.0 !important;
	opacity: 1.0 !important;
}




/*
 --------------- PRODUCT page specific -------------
*/


body.product div#productContent{
	width: 960px;
	margin: 0;
}

body.product div#productGallery, body.news div#productGallery{
	width: 620px;
	float: left;
	margin: 0 0 0 11px;
}

/* body.product div#mainImage, body.news div#mainImage{
	width: 620px;
	height: 378px;
	float: left;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
} */


body.product div#mainImage, body.news div#mainImage{
	width: 620px;
	height: 378px;
	float: left;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	background-color: #A8ADA9;
}


body.product div#mainImageAction, body.news div#mainImageAction{
	width: 607px;
	height: 23px;
	position: relative;
	text-align: right;
	padding-right: 13px;
	padding-top: 7px;
	margin: 0;
	bottom: 4px;
	color: #fff;
}
/* body.product div#mainImageAction a, body.news div#mainImageAction a{
	color: #fff;
	background: url(../img/zoom-icon.png) no-repeat 0 50%;
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 4px;
} */

body.product div#mainImageAction a:hover, body.news div#mainImageAction a:hover{
	color: #666;
}


body.product div#productThbGallery, body.news div#productThbGallery{
	width: 618px;
	/* height: 100px; */
}
body.product .productThb, body.product .productThbEnd, body.news .productThb, body.news .productThbEnd{
	float:left;
	margin: 2px 19px 14px 0;
	width: 140px;
	height: 78px;
}
body.product .productThbEnd, body.news .productThbEnd{
	margin: 2px 0 12px 0;
}
body.product .productThb a, body.product .productThbEnd a, body.news .productThb a, body.news .productThbEnd a{
	display: block;
	width: 140px;
	height: 78px;
	border: 2px solid #fff;
}
body.product .productThb a:hover, body.product .productThbEnd a:hover, body.news .productThb a:hover, body.news .productThbEnd a:hover{
	border: 2px solid #ccc;
}




body.product div#productInfo{
	width: 280px;
	float: right;
	position: relative;
	margin-right: 10px;
	color: #999;
	padding-right: 10px;
}

/* with font-face */
body.product div#productInfo h1{
	letter-spacing: 1px;
	font: lighter 28px/80% gsl, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}
/* with font-face */
body.product div#productInfo h2{
	color: #98C5EA;
	font-weight: lighter;
	margin-bottom: 10px;
	font: lighter 17px/90% gsl, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-top: 15px;
}
.subTitle{
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* for 'spaces' page titles */
.spaceTitle{
	font-size: 24px;
}


body.product div#productInfo p{
	margin-bottom: 8px;
}

body.product div#productInfo ul{
	list-style-type: circle;
	list-style-position: inside;
}



body.product div#productDownload, body.product div#productOptions{
	width: 180px;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 13px;
}
body.product div#productOptions{
	width: 240px;
}

body.product div#productOptions ul li{
	margin-bottom: 5px;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 2px;
}

body.product div#productDownload h3, body.product div#productOptions h3{
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}

body.product div#productDownload a, body.product div#productOptions a{
	color: #999;
}
body.product div#productDownload a:hover, body.product div#productOptions a:hover{
	color: #666;
}




/* -------- NEWS/CONTACT/SITEMAP + static page specific ----- */

body.news div#mainContent, body.contact div#mainContent, body.sitemap div#mainContent{
	width: 960px;
	margin: 0;
	min-height: 300px;
}

body.news div#newsC1, body.contact div#newsC1, body.sitemap div#newsC1{
	/* width: 595px; */
	width: 645px;
	float: left;
	margin: 0;
	border-right: 1px solid #ccc;
	padding-right: 25px;
}

body.news div#newsC1 h2, body.contact div#newsC1 h2{
	font-size: 20px;
	font-weight: lighter;
	color: #666;
	margin: 0 10px;
}
body.news div#newsC1 h3{
	font-size: 16px;
	font-weight: lighter;
	color: #98C5EA;
	margin: 15px 10px 0;
}

body.news div#newsC1 p{
	padding-left: 10px;
	padding-top: 8px;
	color: #666;
	font-size: 12px;
}

body.news div#newsC1 p a{
	text-decoration: underline;
}

body.news div#newsC1 ul li{
	color: #666;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 20px;
	padding-top: 8px;
}




body.news div#productGallery{
	margin: 10px 0 10px 11px;
}



body.news div#newsC2, body.contact div#newsC2, body.sitemap div#newsC2{
	/* width: 270px; */
	width: 230px;
	float: right;
	position: relative;
	margin-right: 10px;
	color: #999;
	padding-right: 10px;
	padding-left: 10px;
}

/* with font-face */
body.news div#newsC2 h1, body.contact div#newsC2 h1, body.sitemap div#newsC2 h1{
	letter-spacing: 1px;
	font: lighter 28px/80% gsl, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

body.contact div#newsC2 h1{
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
/* with font-face */
body.news div#newsC2 h3, body.contact div#newsC2 h3{
	font-weight: lighter;
	margin-bottom: 10px;
	font: lighter 18px/90% gsl, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-top: 25px;
}

body.contact div#newsC2 h3{
	margin-top: 20px;
	font-size: 16px;
	color: #98C5EA;
	margin-bottom: 5px;
}

body.news div#newsMenu, body.news div#caseMenu{
	border-top: 1px solid #ccc;
	/* width: 240px; */
	width: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 25px;
}

body.news div#newsMenu ul, body.news div#caseMenu ul{
	
}

body.news div#newsMenu ul li, body.news div#caseMenu ul li{
	margin-bottom: 12px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

body.news div#newsMenu li a, body.news div#caseMenu li a{
	font-size: 12px;
	color: #999;
	line-height: 140%;
}
body.news div#caseMenu li a{
	background: url(../img/file_document.gif) no-repeat 0 50%;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
body.news div#newsMenu li a:hover, body.news div#caseMenu li a:hover{
	color: #333;
}



body.news div#rss {
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	width: 240px;
	margin-top: 10px;
}
body.news div#rss a{
	background: url(../img/feed-icon14x14.png) no-repeat 0 50%;
	padding: 4px 0 4px 20px;
	color: #666;
}
body.news div#rss a:hover{
	color: #333;
}





/* -------- LITERATURE page specific ----- */

.infoSection{
	float: left;
	position: relative;
	margin-top: 25px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 563px;
}

/* --- with Font-Face --- */
.infoSection h4{
	color: #666;
	font: lighter 16px/90% gsl, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-left: 11px;
	margin-top: 6px;
	margin-bottom: 7px;
}

.imagePanel{
	width: 113px;
	float: left;
	padding-right: 10px;
}
.textPanel{
	float: right;
	width: 440px;
	margin: 0;
}
.textPanel p{
	margin-bottom: 5px;
}




/* -------- CONTACT page specific ----- */

div#contactForm{
	width: 600px;
	margin-left: 30px;
	margin-bottom: 60px;
	margin-top: 10px;
	color: #666;
}

.hLight{
	color: #98C5EA;
	font-size: 14px;
}


/* ---- FORM typography ----- */

table.contactTable{
}


.formtitle{
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	background-color: #A8ADA9;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px; 
	padding-top: 6px;
	padding-bottom: 6px;
	width: 200px;
	font-weight: bold;
}

.formlabel{
	font-size: 11px;
	text-decoration: none;
	color: #666;
	background-color: #dcdcdc;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px; 
}





/* -------- SITEMAP page specific ----- */

body.sitemap div#newsC1{
	width: 585px;
	margin-left: 60px;
	margin-bottom: 60px;
	margin-top: 10px;
}

body.sitemap div#mainContent ul{
	list-style-type: circle;
	list-style-position: inside;
	margin: 10px 10px 10px 15px;
}

body.sitemap div#mainContent ul li{
	font-size: 13px;
	color: #666;
}

body.sitemap div#mainContent ul li a{
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
body.sitemap div#mainContent ul li a:hover{
	color: #666;
}



/* -----  to enclose SHARE + ACID link panels ------------------ */
div#xtraLinx{
	position: relative;
	float: left;
	width: 960px;
	margin: 20px 0 0;
	padding: 0;
	clear: both;
	height: 40px;
}

body.news div#xtraLinx{
	height: 90px;
}

body.category div#xtraLinx{
	height: 60px;
}

body.product div#xtraLinx{
	height: 80px;
}



/* -----  SHARE links ------------------ */

div#share {
	clear: both;
	/* border-top: 1px solid #666; */
	margin: 0 0 0 10px;
	/* background-color: white; */
	height: auto;
	color: #333;
	/* padding: 0; */
	padding: 0 0 30px;
	/* width: 900px; */
	width: 720px;
	position: relative;
}


body.home div#share{
	/* to allow for z-index adjustment for cycle */
	/* top: 345px; */
	position: relative;
}

body.category div#share{
	/* to create a margin-top of 20px - fix */
	padding-top: 20px;
}

body.product div#share{
	/* to create a margin-top of 40px - fix */
	padding-top: 40px;
}

body.news div#share{
	/* to create a margin-top of 50px - fix */
	padding-top: 50px;
}




#share ul {
	display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
}

#share ul li {
	float: left;
}

#share ul li.start {
	font-weight: bold;
	line-height: 2em;
	padding: 0 10px 0 0;
}

#share ul li a {
	border: 1px solid #fff;
	display: block;
	height: 20px;
	margin: 0 6px 0 0;
	text-indent: -3000em;
	width: 20px;
}

#share ul li.start a {
	display: inline;
	margin: 0;
	padding-right: 3px;
	padding-left: 3px;
}

#share ul li a:hover {
	border: 1px solid #666;
}

#share ul li a.digg {
	background: #fff url(../img/share_icons.png) no-repeat 0 -160px;
}

#share ul li a.reddit {
	background: #fff url(../img/share_icons.png) 0 0 no-repeat;
}

#share ul li a.google {
	background: #fff url(../img/share_icons.png) 0 -140px no-repeat;
}

#share ul li a.yahoo {
	background: #fff url(../img/share_icons.png) 0 -120px no-repeat;
}

#share ul li a.delicious {
	background: #fff url(../img/share_icons.png) 0 -100px no-repeat;
}

#share ul li a.stumbleupon {
	background: #fff url(../img/share_icons.png) 0 -60px no-repeat;
}

#share ul li a.newsvine {
	background: #fff url(../img/share_icons.png) 0 -80px no-repeat;
}

#share ul li a.livejournal {
	background: #fff url(../img/share_icons.png) 0 -40px no-repeat;
}

#share ul li a.facebook {
	background: #fff url(../img/share_icons.png) 0 -20px no-repeat;
}

#share ul li a.twitter {
	background: #fff url(../img/share_icons.png) 0 -180px no-repeat;
}

#whyshare {
	color: #666;
	display: none;
	height: 0; /* fix to accommodate ACID panel */
}

#whyshare p{
	font-size: 10px !important;
}





/* ACID logo panel */
div#acid a{
	background: url(../img/ACID-logo35.png) no-repeat;
	display:block;
	text-indent:-999em;
	/*paranoid tricks for older browsers*/
	text-decoration:none;
	overflow:hidden;
	width: 91px;
	height: 35px;
	float: right;
	position: relative;
	padding: 0;
	bottom: 40px;
	right: 10px;
	margin: 0;
}





/* -----------------   FOOTER (outside wrapper2) --------------------- */

/* div#footer{
	position: relative;
	float: left;
	color: #999;
	padding-bottom: 30px;
	width: 940px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 10px;
}  */

div#footer{
	position: relative;
	float: left;
	color: #999;
	padding-bottom: 30px;
	width: 950px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-left: 10px;
}

body.home div#footer{
	/* to allow for z-index adjustmet for cycle */
	/* top: 345px; */
}

/* ---- OPERA hack ------- */
 @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
 body.home div#footer{
	top: 0;}
 }


div#footerMenu1{
	float: right;
	position: relative;
	text-align: right;
	bottom: -5px;
	color: #999;
	font-size: 10px;
	padding-right: 10px;
	/* padding-top: 10px; */
}
/* display block - for both ul li & ul li a - to run horizontally */
div#footerMenu1 ul li{
	display: block;
	float: left;
	position: relative;
	color: #666;
	padding-right: 5px;
	padding-left: 0px;
}
div#footerMenu1 ul li a{
	text-decoration: none;
	position: relative;
	color: #666;
	/* spacing between each menu item */
	padding-right: 2px;
	padding-left: 2px;
}
div#footerMenu1 a:hover{
	text-decoration: none;
	color: #ccc;
}





