@charset "utf-8";
body {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/wallpaper_swirl.jpg);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow:scroll;
}
a {
	outline: none;
	color:#0066cc;
}
a img {
	border: none;
}
h1 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#000099;
}
h2 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:#0066cc;
}
h3 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.pdf_link h2 {
	padding-top:10px;
	line-height:32px;
}
#mainContent .pdf_link a {
	text-decoration:none;
}
.pdficon {
	float:right;
}
.thrColFixHdr #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #d1d1d1;
	border-radius: 15px;
	-moz-border-radius: 15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
}
.thrColFixHdr #header {
	background-image:url(../images/newlightbanner.jpg);
	background-repeat:no-repeat;
	height:115px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
}
#headerAnimations {
	float:right;
	padding-top:25px;
	padding-right:25px;
}
#headerAnimations img {
	border:none;
}
/************* Horizontal Navigation Bar *************/
#horizontalMenuBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:normal;
	background-color: #d51d29;
	border:0px;
	height:40px;
	color:#FFFFFF;
	background-image:url(../images/mainmenu_bg.gif);
}
#horizontalMenuBar ul {
	margin:0;
	padding-left:0;
	float:left;
}
#horizontalMenuBar li {
	margin:0;
	list-style:none;
	float:left;
	position:relative;
}
#horizontalMenuBar ul li {
	float:left;
	border-right: 1px solid #eeeeee;
	border-right-color: #eb959a;
}
#horizontalMenuBar ul li a {
	text-align:center;
	text-decoration:none;
	height:36px;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
	display:block;
	color:#FFFFFF;
	z-index:8;
}
#horizontalMenuBar ul li a:hover {
	color: #102266;
}
#horizontalMenuBar ul ul {
	position:absolute;
	visibility:hidden;
	top:30px;
	z-index:999; /*to ensure drop down menu appears in front of slider div */
}
/*****************************************************/
.NoScriptMessage {
	float:left;
	line-height:40px;
	color:#FFFFFF;
}
#phoneNumber {
	float:right;
	padding-top:1px;
	padding-right:20px;
}
#layoutBar {
	height:8px;
	border:none;
	margin:0px;
	background-image:url(../images/top_blue_border.gif);
	background-repeat:no-repeat;
}
#searchSection {
	float:right;
	height:36px;
	line-height:40px;
	padding-right:25px;
}
.searchForm {
	margin-bottom:0px;
}
#searchSection input#searchbox {
	background:url(../images/search_bg.png) repeat-x;
	border:1px solid;
	border-color:#d51d29;
	margin:0px;
}
.label {
	color:#FFFFFF;
	font-size:1em;
}
#livesearch {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	display: block;
	float:none;
	position:absolute;
	overflow: hidden;
	line-height:20px;
}
#livesearch a {
	text-decoration:none;
	color:#000000;
}
#livesearch a:hover {
	background-color:#102266;
	color:#FFFFFF;
}
#middleSection {
	background-color:#FFFFFF;
	background:url(../images/middlesection_bg.gif) repeat-y 0px 0px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	background-color:#E8E8E8;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*
	background:url(../images/sidebar_bg_forIE6.gif) repeat-y 0px 0px;
*/
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.sidebar2image {
	float:right;
	border: none; 
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom:0;
	margin-left:210px;
	margin-right:200px;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-left: 20px;
	padding-right:20px;
	padding-top:20px;
	background-color:#FFFFFF;
	font-size:0.8em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#101010;
	text-decoration:none;
	border:none;
	overflow:hidden;
}
#mainContent h1, #mainContent h2 {
	margin-top:0px;
}
#mainContent a {
	font-size:1em;
}
.productsTable {
	padding-top:20px;
}
.promotion_text {
	font-size:1.1em;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:center;
}
.promotion_thankyou {
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.4em;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
	text-align:center;
	color:#000099;
}
#promotion_div {
	margin-bottom:30px;
	text-align:center;
}
#lower_mid_homepage img {
	border:none;
}
#lower_mid_homepage {
	border-radius: 10px;
	padding-top:30px;
	padding-left:0px;
	padding-right:50px;
	margin-top:0px;
/*	background-image:url(../images/home-page-image.jpg);
	background-repeat:repeat; */
	height:245px;
/*	font-size:1.1em;  */
/*	font-family: 'Open Sans', Arial, Helvetica, sans-serif;  */
}
#lower_mid_homepage h1 {
	margin-top:15px;
}
#lower_mid_homepage h2 a {
	text-decoration:none;
	float:left;
	margin-top:20px;
}
#lower_mid_homepage h2 a:hover {
	color:#ff0000;
}
#footBorder {
	height:25px;
}
.thrColFixHdr #footer {
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:0.5em;
	background:#fbfbf8;
	margin: 0; 
	text-align: center;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.thrColFixHdr #footer a {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration:none;
}
.thrColFixHdr #footer a:hover {
	color:#FF0000;
}
.thrColFixHdr #footer p {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	padding:0.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#AccordionContainer {
/* NOTE: there is an inline style to make this div invisible under noscript conditions */	
	height:600px;
	background-color:#E8E8E8;
	background-image:url(../images/left_sidebar_background.gif);
	background-repeat:no-repeat;
	display:none;
}
#NoScriptAccordionContainer {
	height:600px;
	background-color:#E8E8E8;
	background-image:url(../images/left_sidebar_background.gif);
	background-repeat:no-repeat;
}
.AccordionContainer {
	padding:0px;
}
.AccordionTitle {
	width:210px;
	display: block;
	color:#FFFFFF;
	padding-right:0px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	vertical-align:middle;
	text-align: left;
	background-repeat:repeat-x;
	background-image: url(../images/left_menu_buttons.gif);
	-moz-user-select:none;
}
.AccordionTitle a {
	display: block;
	height:40px;
	line-height:40px;
	padding-left:15px;
	color:#FFFFFF;
	text-decoration:none;
}
.AccordionTitle a:hover {
	color: #102266;
}
.AccordionTitleText {
	display: block;
	height:40px;
	color:#FFFFFF;
}
/************ Accordion Content (start) ****************************/
.AccordionContent {
	height:0px;
	overflow:hidden;
	display:none;
	background-color:#d7f0fc;	/*needed for blank space after end of items*/
}
.AccordionContent a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:10px;
	text-decoration: none;	/*lets remove the link underlines*/
}
.AccordionContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.AccordionContent ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.AccordionContent ul li a:active {
	color: #ff0000;
	background-color: #FFFFFF;
}
/************ Accordion Content (end) ******************************/
.AccordionContentItem {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:0.75em;
	background-color:#d7f0fc;
	border-bottom: 1px solid #FFFFFF;
}
.AccordionContentItem a:link, 
.AccordionContent a:active, 
.AccordionContent a:visited {
	color: #333399;
}
/**** No Script for Content Items *******************************/
.NoScriptAccordionContentItem {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:0.75em;
	background-color:#d7f0fc;
	border-bottom: 1px solid #FFFFFF;
	text-decoration:none;
	display: block;
}
.NoScriptAccordionContentItem a {
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:10px;
}
.NoScriptAccordionContentItem a:link, 
.NoScriptAccordionContentItem a:active, 
.NoScriptAccordionContentItem a:visited {
	color: #333399;
	text-decoration:none;
	display: block;
}
.NoScriptAccordionContentItem a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration:none;
}
/**** No Script for Content Items (end)**************************/
.AccordionBase {
	height:20px;
	display:none;
}
#AddressContainer {
	background-color:#E8E8E8;
	color:#102266;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding-left:35px;
	text-align:left;
	padding-bottom:15px;
}
#AddressContainer a:link, 
#AddressContainer a:active, 
#AddressContainer a:visited {
	color:#0066cc;
	text-decoration:none;
}
#AddressContainer a:hover {
	color:#ff0000;
}
.contactRow {
	width:90%;
	margin-bottom:1em;
	margin-top:1em;
	float:left;
}
.contactHeading {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.5em;
	float:left;
}
.contact {
	color:#FF0000;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
	font-size:1.5em;
	float:right;
}
.contact a {
	font-weight:normal;
	text-align:right;
	text-decoration:none;
}
.contact a:hover {
	color:#ff0000;
}
.horizontalRule {
	width:90%;
	float:left;
}
#openingHoursDetails {
    float: right;
    border: 1px solid #B8B8B8;
	margin-top:1em;
	width:70%;
}
.tab-contents-item {
	width:100%;
    float: left;
}
.tab-contents-item .title {
    float: left;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 15px;
}
.tab-contents-item .contents {
    float: right;
	text-align:right;
	padding-right:10px;
    margin: 0;
}
div.odd {
background-color: #F2F2F2;
}
.right-image {
	float:right;
}
#site-map-table {
	font-size:10pt;
}
#site-map-table a {
	font-size:10pt;
}
.site-map a:link, 
.site-map a:active,
.site-map a:visited {
	text-decoration:none;
}
.site-map a:hover {
	color:#FF0000;
}
.homepage-subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.3em;
}
.privacy-policy-main {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:1em;
}
.byline {
	color:#898989;
	width:600px;
	margin:0 auto;
	text-align:center;
}
#webdevlogo {
	float:right;
}
.fb-link {
	padding-bottom:0px;
	border: none; 
	float:right;
}
.fb-like {
	width:100px;
	background-color:#e8e8e8;
}
/*** Google Map size ***/
#map-canvas {
        margin: 0;
        padding: 0;
        height: 300px;
}
