
@import url("reset.css");


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-color: #999;
	padding-bottom:30px;
}




/*
Global Linking
-------------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #2893ad;
	text-decoration: none;
}
a:visited {
	color: #2893ad;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}



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

.luxLink a{
	background: url(../img/lux-icon.png) no-repeat 2px 0;
	padding: 6px 0 6px 34px;
	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;
}

.altLinkTop a{
	background: url(../img/arrow_up.gif) no-repeat 0 50%;
	color: #DB8f10;
	padding-left: 12px;
}

.altLinkTop a:hover{
	color: #999;
}



.altLink a{
	background: url(../img/arrow_right.gif) no-repeat 0 50%;
	color: #DB8f10;
	padding-left: 12px;
}

.altLink a:hover{
	color: #999;
}

.pdfLink a{
	background: url(../img/pdf.png) no-repeat 0 50%;
	color: #DB8f10;
	padding: 2px 0 0 22px;
}

.pdfLink a:hover{
	color: #999;
}


#zoomLink{
	width: 480px;
	color: #DB8f10;
	margin: -10px 0 15px;
	padding: 0;
	text-align: right;
}






/* ==DIVS */


/* layout divs */
#wrapper {
	background-color: #fff;
	padding-top: 10px;
}

body.about_us #wrapper, body.news #wrapper, body.contact #wrapper, body.static #wrapper{
	padding-bottom: 50px;
}
	
#wrapper2 {
	width: 990px;
	margin: 0 auto;
	/* border: 1px solid maroon; */
}



.clear-both{
	clear:both;
	display:block;
}




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

#header{
	width: 990px;
	height: 115px;
	background: white url(../img/header-bg.png) no-repeat;
	z-index: 1; /* required for IE6 & 7 to keep mega-menu on top */
}




/* ------ Zeta LED logo  ----------------------------- */

#zetaLedLogo h1 a{
	width: 147px;
	height: 51px;
	display:block;
	text-indent:-999em;
	/*paranoid tricks for older browsers*/
	text-decoration:none;
	overflow:hidden;
	position: relative;
	background: url(../img/zeta-led-logo.png) no-repeat;
	left: 808px;
	top: 18px;
}





.note{
	font-size: 10px;
	font-style: italic;
}




/* ----------- TOP navigation -------- */

#topNav{
	font-size: 13px;
	position: relative;
	float: left;
	width: 900px;
	top: 10px;
	color: #fff;
	margin-left: 27px;
	text-transform: capitalize;	
}


/* display block - for both ul li & ul li a - to run horizontally */
#topNav ul li{
	display: block;
	float: left;
	position: relative;
	padding-right: 10px;
}



#topNav ul li a{
	text-decoration: none;
	position: relative;
	/* spacing between each menu item */
	margin-right: 8px;
	color: #fff;
}



#topNav a:hover{
	text-decoration: none;
	color: #999;
}


.selected a{
	color: #333 !important;
	font-weight: bold;
}






#productNav{
	position: relative;
	float: left;
	width: 900px;
	color: #fff;
	top: 23px;
	margin: 0 0 0 15px;
	z-index: 100;
}



/* ---  hacks for '|' divider refresh bug on mega menu! --- */
.divider{
	color: #fff;
	padding-left: 10px;
}
.divider2{
	margin-left: -12px;
}



/* ----  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; */
	font-size: 13px;
	color: #fff;
	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;
}
ul#topnav li a {
	float: left;
	/* text-indent: -9999px;  if using background images*/
	height: 44px;
	/* spacing between each menu item */
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	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 {
	position: absolute;
	top: 23px;
	left: 0;
	/* left: -15px; */
	left: -3px;
	/* background: #344c00 url(../img/sub_bg.png) repeat-x; */
	/* background: #e1ecef; */
	background: #3da4c3;
	padding: 15px;
	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 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}
ul#topnav li .sub2 ul {
	width: 90px;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #999;
}
ul#topnav .sub ul h2{
	padding: 0;
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
ul#topnav .sub 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 {
	font-size: 12px;
	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: #fff;
	line-height: 105%;
}
ul#topnav .sub ul li a:hover {
	color: #666;
	background-position: 5px 12px;
}

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



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

/* --- image with text ---- */
/*
body.home #flashPanel{
	width: 964px;
	height: 266px;
	float: left;
	position: relative;
minus z-index required to get cycle to display beneath mega-menu 
	z-index: -1;
	clear: both;
	background: url(../images/home-flash/flash-panel-1.jpg) no-repeat;
	padding-left: 26px;
	padding-top: 38px;
} 
*/

body.home #flashPanel h1{
	color: #fff;
	font-size: 33px;
}

body.home #flashPanel{
	width: 990px;
	height: 304px;
	float: left;
	position: relative;
	clear: both;
}







/* ----------- Home Page - Link Panels -------- */

body.home #linkPanels{
	width: 956px;
	height: 170px;
	float: left;
	position: relative;
	background-color: #03b7d1;
	padding: 17px;
	color: #fff;
}
body.home #linkPanels a{
	color: #fff;
}
body.home #linkPanels a:hover{
	color: #666 !important;
}
body.home #linkPanels h2{
	font-size: 26px;
	line-height: 120%;
	margin-bottom: 22px;
}
body.home #linkPanels p{
	font-size: 12px;
}

body.home #panelGroup{
	width: 732px;
	height: 180px;
	float: right;
	bottom: 112px;
	position: relative;
	left: 18px;
	padding: 9px 0 10px;
}
.linkPanel1, .linkPanel2, .linkPanel3, .linkPanel4, .linkPanel5, .linkPanel6, .linkPanel7, .linkPanel8{
	/* width: 231px; */
	width: 221px;
	/* height: 174px; */
	height: 170px;
	float: left;
	background-color: #797979;
	margin-right: 11px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 14px;
}
.linkPanel1 a, .linkPanel2 a, .linkPanel3 a, .linkPanel4 a, .linkPanel5 a, .linkPanel6 a, .linkPanel7 a, .linkPanel8 a{
	display: block;
}


.linkPanel1{
	background: url(../images/link-panels/link-panel-1.jpg) no-repeat;
}
.linkPanel2{
	background: url(../images/link-panels/link-panel-2.jpg) no-repeat;
}
.linkPanel3{
	background: url(../images/link-panels/link-panel-3.jpg) no-repeat;
}
.linkPanel4{
	background: url(../images/link-panels/link-panel-4.jpg) no-repeat;
}
.linkPanel5{
	background: url(../images/link-panels/link-panel-5.jpg) no-repeat;
}
.linkPanel6{
	background: url(../images/link-panels/link-panel-6.jpg) no-repeat;
}
.linkPanel7{
	background: url(../images/link-panels/link-panel-7.jpg) no-repeat;
}
.linkPanel8{
	background: url(../images/link-panels/link-panel-8.jpg) no-repeat;
}



/* -----  JS CAROUSEL ------ */

#carousel{
	width: 732px;
	height: 180px;
	float: right;
	bottom: 112px;
	position: relative;
	left: 18px;
	padding: 9px 0 10px;
}


/*
 * Additional styles for the controls.
 */
.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}










/* ------- Main Content Area ----------- 
---------------------------------------*/

#mainContent{
	/* height: 800px;  testing only */
}

body.home #C1{
	float: left;
	position: relative;
	/* width: 260px; */
	width: 226px;
	padding: 25px 17px 17px;
}
body.home #C1 h2, body.home #newsC1 h2{
	color: #2893ad;
	font-size: 26px;
	line-height: 120%;
	margin-bottom: 22px;
}
body.home #C1 p, body.home #newsC1 p{
	color: #2893ad;
	font-size: 12px;
}
body.home #affilPanels{
	margin-top: 25px;
}


body.home #C2, body.home #newsC2{
	float: right;
	position: relative;
	/* width: 730px; */
	width: 710px;
	padding-top: 32px;
	padding-right: 20px;
	padding-bottom: 25px;
}
body.home #C2 p, body.home #newsC2 p{
	font-size: 13px;
	color: #333;
	line-height: 160%;
	margin-bottom: 15px;
}


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

body.home #news{
	float: left;
	position: relative;
	width: 956px;
	border-top: 2px solid #d5e7ec;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 20px;
}

body.home #newsC1{
	float: left;
	position: relative;
	/* width: 260px; */
	width: 224px;
	padding: 25px 17px 17px 0;
}

body.home #news p{
	margin-bottom: 4px;
}

#newsletterBox {
	font-size: 11px;
	line-height: 100%;
}

/* ------------- NEWSLETTER SUBSCRIBE (Home + Footer) ------- */

form#subscribeFormHome{
	width: 200px;
	height: 17px;
	margin: 20px 0 0;
}

form#subscribeFormHome fieldset legend{
	display:none;
}
form#subscribeFormHome label{
	text-transform: uppercase;
	color: #2893ad;
	font-weight: bold;
	font-size: 11px;
}

form#subscribeFormHome input{
	vertical-align:middle; /* fixes problem with input and submit button not lining up nicely */
	color: #009AB0;
}
form#subscribeFormHome input.textInput{
	font-size: 9px;
	background-color: #fff;
	padding: 1px 2px 2px 4px;
	width: 100px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}





body.home #newsC2{
	position: relative;
	width: 713px;
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 25px;
	float: right;
}

.date{
	color: #2893ad !important;
}


body.home #newsPanels{
	width: 713px;
	height: 174px;
	float: right;
	position: relative;
	padding: 0;
}
.newsPanel1, .newsPanel2, .newsPanel3{
	width: 231px;
	height: 174px;
	float: left;
	margin-right: 10px;
	padding: 0;
}
.newsPanel1{
	width: 221px;
	padding-right: 10px;
}
.newsPanel3{
	margin-right: 0;
}




/* ---  COL 1 
------  */


#col1 p{
	font-size: 12px;
	text-decoration: none;
	color: #666;
	line-height: 180%;
	margin-bottom: 12px;
}

#col1 ul{
	list-style-type: none;
}

#col1 ul li a{
	text-decoration: none;
}



.h1smallpad {
	font-size: 155%;
	text-decoration: none;
	color: #016e85;
	font-weight: normal;
	line-height: 150%; 
}

.h1bigpad {
	font-size: 195%;
	text-decoration: none;
	color: #016e85;
	font-weight: normal; 
	line-height: 130%;
	padding-top: 10px; 
}




/* ---  COL 2 
------  */



#col2 ul{
	font: 13px/130% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#col2 ul li{
	padding-top: 5px;
}
#col2 ul li a{
	font-weight: bold;
	text-decoration: none;
}


#col2 h2{
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 5px;
	font-weight: bold;
}

#col2 h3{
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 20px;
	font-weight: bold;
}

#col2 h4{
	font-size: 15px;
	margin-bottom: 5px;
}

#col2 h5{
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

#col2 h6{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 12px;
}

#col2 p{
	font: 12px/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
}

#col2 address{
	font: 12px/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}







/* -----------------   ABOUT US --------------------- */

body.about_us #mainContent{
	padding-left: 28px;
	margin-bottom: 50px;
}

body.about_us #col1{
	/* width: 260px;*/
	width: 300px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 190%;
	float: left;
}

body.about_us #col1 h1{
	margin-bottom: 10px;
}

body.about_us #subMenu{
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* for product pages sub-menus */
body.about_us #subMenu1, body.about_us #subMenu2, body.about_us #subMenu3{
	padding-top: 15px;
	border-top: 1px solid silver;
	margin-top: 20px;
}
body.about_us #subMenu3{
	border-bottom: 1px solid silver;
	padding-bottom: 15px;
}


body.about_us #subMenu ul{

}

body.about_us #subMenu1 ul li, body.about_us #subMenu2 ul li, body.about_us #subMenu3 ul li{
	list-style-type: none !important;
}
body.about_us div#subMenu3 ul li{
	margin-left: -15px;
}


body.about_us #subMenu ul li a, body.about_us #subMenu1 ul li a, body.about_us #subMenu2 ul li a, body.about_us #subMenu3 ul li a{
	background: url(../img/arrow_right.gif) no-repeat 0 50%;
	padding-left: 15px;
	font-weight: normal;
	font-style: normal;
}
body.about_us #subMenu3 ul li a{
	background: url(../img/arrow.gif) no-repeat 0 50%;
}


body.about_us #subMenu2{
	padding-top: 0;
	border-top: none;
	margin-bottom: 20px;
	border-bottom: 1px solid silver;
	padding-bottom: 15px;
}


body.about_us #subMenu2 h2{
	color: #016e85;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	font-size: 18px;
}


body.about_us h1{
	font-size: 195%;
	color: #016e85;
}

body.about_us #col2{
	width: 480px;
	float: right;
	text-align: left;
	margin-top: 30px;
	border-left: 1px solid silver;
	padding-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
}

body.about_us #col2 h2{
	color: #016e85;
	font-weight: normal;
	font-style: normal;
	margin-top: 12px;
	margin-bottom: 10px;
}


body.about_us #col2 p{
	font-size: 12px;
	text-decoration: none;
	color: #666;
	line-height: 180%;
	margin-bottom: 12px;

}

body.about_us #col2 ul{
	margin-left: 20px;
	margin-top: -10px;
	margin-bottom: 20px;
}

body.about_us #col2 ul li{
	font-size: 12px;
	text-decoration: none;
	color: #666;
	line-height: 180%;
	list-style-type: circle;
	list-style-position: outside;
}







/* -----------------   NEWS  --------------------- */


body.news #mainContent{
	padding-left: 28px;
}

body.news #col1{
	width: 400px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 190%;
	float: left;
	border-right: 1px solid silver;
	padding-right: 40px;
}

body.news #col1 h1{
	margin-bottom: 12px;
}


/*  NEWS Sub Menu */
body.news #newsMenu{
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin-top: 20px;
	margin-bottom: 20px;
}

body.news #newsMenu p{
	margin-bottom: 0px;
}

body.news .newsItem a{
	background: url(../img/arrow_right.gif) no-repeat 0 50%;
	padding-left: 15px;
}

body.news .newsShort{
	margin-left: 10px;
}

body.news .newsShort a{
	color: #DB8f10;
}


body.news .newsShort a:hover{
	color: #999;
}


body.news h1{
	font-size: 195%;
	color: #016e85;
}

body.news #col2{
	width: 400px;
	float: right;
	text-align: left;
	margin-top: 30px;
	/* border-left: 1px solid silver; */
	/* padding-left: 40px; */
	margin-right: 40px;
}

body.news #col2 h2{
	color: #016e85;
	font-weight: normal;
	font-style: normal;
}


body.news #col2 p{
	font-size: 12px;
	text-decoration: none;
	color: #666;
	line-height: 180%;
	margin-bottom: 12px;

}

body.news #col2 ul{
	margin-left: 10px;
	margin-top: -10px;
}

body.news #col2 ul li{
	font-size: 12px;
	text-decoration: none;
	color: #666;
	line-height: 180%;
	list-style-type: circle;
	list-style-position: inside;
}

body.news #col2 img{
	margin-bottom: 5px;
}




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

body.contact #mainContent{
	padding-left: 28px;
}

body.contact #col1{
	width: 330px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 190%;
	float: left;
}

body.contact #col1 h2{
	margin-top: 15px;
	font-size: 15px;
}

body.contact #col2{
	font-size: 12px;
	width: 500px;
	float: right;
	margin-top: 30px;
	border-left: 1px solid silver;
	padding-left: 40px;
	margin-right: 20px;
}

body.contact h1{
	font-size: 195%;
	color: #016e85;
}

body.contact h2{
	font-size: 150%;
	color: #016e85;
}

body.contact #col2 h2{
	font-size: 170%;
	line-height: 180%;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

body.contact #contactForm{
	margin-top: 20px;
	margin-bottom: 30px;
}

.hLight{
	color: #DB8f10;
	font-weight: bold;
}

/*form typography*/

table.contactTable{
}


.formtitle{
	font-size: 90%;
	text-decoration: none;
	color: #fff;
	background-color: #999;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px; 
	padding-top: 4px;
	padding-bottom: 4px;
	width: 200px;
}

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







#flash{
	margin-top: 10px;
}


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

body.product #mainContent{
	margin-top: 40px;
}

body.product #mainContent h1{
	font-size: 195%;
	color: #016e85;
	margin-top: 30px;
}

body.product #col1{
	width: 450px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 190%;
	float: left;
}


body.product #col2{
	font-size: 12px;
	width: 400px;
	float: right;
	padding-left: 40px;
	margin-right: 20px;
	margin-top: -30px;
}


body.product .issuuLink a, body.about_us .issuuLink a{
	background: url(../img/arrow_right.gif) no-repeat 0 50%;
	padding-left: 15px;
}



/* -----   new style PRODUCT pages (with side menu) ------- */

table.productSpecs{
	color: #666;
	margin-bottom: 20px;
}
table.productSpecs td{
	border: 1px solid #ccc;
	padding: 5px;
}
.specTitle{	
	color: #016e85;
}






/* -----   STATIC page specific ------- */

body.static div#mainContent{
	padding-left: 28px;
}

body.static div#mainContent h1{
	font-size: 195%;
	color: #016e85;
	margin-top: 30px;
}

body.static div#col1{
	width: 900px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 190%;
	float: left;
}

body.static p a{
	font-weight: bold;
}









/* -----------------   ENERGY SAVING CALCULATOR  --------------------- */

table.formPresentation{
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 13px;
	color: #666;
	width: 550px;
}





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

.infoSection{
	float: left;
	position: relative;
	/* margin-top: 25px; */
	margin-top: 15px;
	/* border-top: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
	/* padding-top: 15px; */
	padding-top: 5px;
	/* padding-bottom: 15px; */
	padding-bottom: 5px;
	margin-left: 0;
	margin-bottom: 10px;
	width: 500px;
}

.infoSection h4{
	color: #666;
	letter-spacing: 1px;
	margin-left: 2px;
	margin-top: 5px;
	padding-bottom: 5px;
}

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



/* ------- SITE MAP ----------- */

body.static h2{
	font-size: 125%;
	color: #016e85;
	margin-bottom: 10px;
}





/* ------- FOOTER ----------- */

#footer{
	width: 978px;  /* --- FF PC - needed 4px taken off this width --- */
	margin: 0 auto;
	color: #fff;
	clear: both;
	padding: 20px 0 0 26px;
	font-size: 10px;
}

#footer a{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover{
	color: #2893ad;
}

#footer h4{
	color: #fff;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#footer p{
	margin-bottom: 8px;
}

#footer ul{
	margin-bottom: 7px;
}

.bottom-nav, .bottom-nav-start, .bottom-nav-end{
	float:left;
	padding: 5px 40px;
	line-height: 1.4em;
	height: 190px;
}
.bottom-nav-start{
	padding: 5px 50px 5px 0;
	width: 200px;
}
.bottom-nav p, .bottom-nav-start, .bottom-nav-end p{
	margin-bottom: 6px;
}

.bottom-nav-end{   /* --- where the 'AddThis' code lives ----- */
	border-right: none;
	padding-left: 40px;
	padding-right: 0;
	padding-top: 10px;
	width: 200px;
}

#plusOne{
	display: block;
	position: relative;
	float: right;
	bottom: 26px;
	margin: 0;
	right: 8px;
}






