body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; margin: 0px; } body { text-align: center; background-color: #E3F3FA;	/*background-image: url('main-bg.png'); background-repeat: repeat; background-position: center top;*/ } #outer-wrapper { clear: both; height: auto; text-align: center; margin-top: 0px; margin-bottom: 0px; margin-right: auto; margin-left: auto; background-image: url('wrapper-bg.png'); background-repeat: repeat-y; background-position: center top;  } #inner-wrapper { clear: both; height: auto; margin-top: 0px; margin-bottom: 0px; margin-right: auto; margin-left: auto; /*background-image: url('bg.png'); background-repeat: repeat-y; background-position: center top;*/ } a:link { color: #0000CC; text-decoration: none; } a:visited { color: #0000CC; text-decoration: none; } a:hover { text-decoration: underline; color: #333333; } a:active { color: #0000CC; text-decoration: none; } a img { border: none; } /* Headings */ h1, h2, h3, h4, h5, h6 { color: #006600; font-weight:bold; line-height:1.3; } h1 { font-size:16px; margin-top: 0px; padding-top: 0px; } h2 { font-size:14px; } .border-h3 { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC; } h3 { font-size:13px; } h4            { font-size:13px;} h5            { font-size:12px;} h6            { font-size:11px;} /** Header Starts **/ #header-container { background-image: url('header-bg.png'); background-repeat: repeat-y; background-position: center top; height: 132px; margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px; } #header { width: 975px; margin-right: auto; margin-left: auto; } #header .logo { float: left; height: 120px; width: 280px; } #header .email { float: left; height: 30px; width: 380px; margin-left: 80px; font-size: 14px; font-weight: bold; margin-top: 27px; text-align: left; color: #2D65B4; } #header .email a{ color: #525252; } #header .email a:hover{ color: #999; text-decoration: none; } /** Header Ends **/ /** Top Nav Starts **/ #top-nav-wrapper{ background-image: url('nav-bg.png'); background-repeat: repeat-x; background-position: center top; margin-right: auto; margin-left: auto; height: auto; } #top-nav{ height: 40px; width: 975px; margin-right: auto; margin-left: auto; padding-top: 4px; color: #fff; text-align: right; overflow: visible; border-top-width: 0px; border-bottom-width: 0px; border-top-style: solid; border-bottom-style: solid; border-top-color: #d2c3da; border-bottom-color: #d2c3da; /*background-color: #017842;*/ } #top-nav a{ color: #FFF; } #top-nav ul { text-align: left; margin: 0px; padding: 0px; } #top-nav ul li { } #top-nav .products-menu { text-align: left; padding: 0px; float: left; margin-top: 5px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; } #top-nav .info-menu { text-align: left; width: 50px; padding: 0px; float: right; margin-top: 5px; margin-right: 0px; margin-bottom: 0px; margin-left: 5px; } .search-button { margin-left: 10px; } #top-nav .shopping-cart { margin-top: 5px; margin-bottom: 11px; } #top-nav .shopping-cart-header { } #top-nav .cart-summary-wrapper { float: left; width: 600px; margin-top: 0px; } #top-nav .cart-summary-wrapper a { font-weight: normal; }  #top-nav .cart-summary { color: #cccccc; } /*------------------------------------*\ NAV \*------------------------------------*/ #nav2{ list-style:none; font-weight:normal; margin-bottom:10px; /* Clear floats */ float:left; width:100%; /* Bring the nav above everything else--uncomment if needed.*/ position:relative; z-index:999; } #nav2 li{ float:left; margin-right:10px; position:relative; list-style:none; } #nav2 a{ display:block; padding:5px; color:#fff; /*background:#333;*/ text-decoration:none; } #nav2 a:hover{ color:#ccc; /*background:#009900;*/ text-decoration:underline; } /*--- DROPDOWN ---*/ #nav2 ul{ background:#006600;*/ /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background).  background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */ list-style:none; position:absolute; left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */ } #nav2 ul li{ padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */ float:none; list-style:none; } #nav2 ul a{ white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */ } #nav2 li:hover ul{ /* Display the dropdown on hover */ left:0; /* Bring back on-screen when needed */ z-index:999; } #nav2 li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */ background:#006600; text-decoration:underline; } #nav2 li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */ text-decoration:none; } #nav2 li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */ background:#006600; } /** Top Nav Ends **/ /** Page Starts **/ #page { width: 975px; text-align: left; margin-top: 0px; margin-bottom: 0px; /*background-image: url('page-bg.gif'); background-repeat: repeat-y; background-position: left top;*/ clear: both; overflow: auto; margin-right: auto; margin-left: auto; } /** Page Ends **/ /** Sidebar Starts **/ #sidebar { float: right; height: 800px; width: 167px; display: inline; color: #000099; margin-top: 0px; margin-right: 10px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-color: #CCC; } /** Right Sidebar Starts **/ #right-sidebar { float: right; height: auto; width: 205px; display: inline; color: #000099; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 2px; padding-top: 10px; padding-right: 10px; padding-bottom: 5px; padding-left: 0px; text-align: center; } #right-sidebar .side-box { height: auto; width: 202px; border: 1px solid #CCC; margin-bottom: 10px; background-color: #edf3fa; background-image: url('sidebar-box-bg.jpg'); background-repeat: no-repeat; background-position: center top; } #right-sidebar .side-box img{ padding: 1px; } #right-sidebar .side-box p{ padding: 5px; } /** Right Sidebar Ends **/ #product-menu 	/* Overall container for Menu */ { margin-left: 0px; text-align: left; padding-left: 7px; } #product-menu a { text-decoration: none; } #product-menu ul { margin: 0; padding: 0; list-style-type: none; } #product-menu li  { text-indent: 7px; margin-top: 0; margin-right: 0; margin-bottom: 1px; margin-left: 0; } #product-menu div { display: block; width: 165px; padding-top: 3px; padding-right: 2px; padding-bottom: 3px; padding-left: 0px; margin-bottom: 1px; } #product-menu div:hover	/* NB fails in IE */ { } #product-menu a:hover { } /* */ #info-menu 	/* Overall container for Menu */ { margin-left: 0px; text-align: left; padding-left: 7px; } #info-menu a { text-decoration: none; } #info-menu ul { margin: 0; padding: 0; list-style-type: none; } #info-menu li  { text-indent: 7px; margin-top: 0; margin-right: 0; margin-bottom: 1px; margin-left: 0; } #info-menu div { display: block; width: 165px; padding-top: 3px; padding-right: 2px; padding-bottom: 3px; padding-left: 0px; margin-bottom: 1px; } #info-menu div:hover	/* NB fails in IE */ { } #info-menu a:hover { } .menu-boxes { padding: 0px; text-align: center; margin-top: 3px; margin-right: 0px; margin-bottom: 5px; margin-left: 2px; } .menu-boxes img{ padding: 2px; border: 1px solid #d2c3da; } .menu-boxes p { padding: 3px; text-align: center; margin: 0px; } .menu-boxes2 {} .menu-boxes2 p{ padding: 2px; text-align: center; } .product-header { } .info-header { margin-top: 10px; } /** Sidebar Ends **/ /** Main Content Starts **/ #brochure { text-align: left; } #main-content { height: auto; width: 733px; margin-top: 20px; float: left; margin-bottom: 10px; padding-top: 0px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; margin-left: 10px; text-align: left; overflow: visible; } #home #main-content { height: auto; width: 738px; margin-top: 10px; float: left; margin-bottom: 10px; padding-top: 0px; padding-right: 5px; padding-bottom: 10px; padding-left: 0px; margin-left: 10px; text-align: left; overflow: visible; } .solar-logos { margin-top: 10px; } #home #main-content .text{ padding: 10px; margin-top: 20px; } #home #main-content .text p{ margin: 10px; } #main-content ul { list-style-position: outside; list-style-type: disc; } #main-content img{ padding: 2px; border: 0px solid #d2c3da; clear: both; } #main-content .img-main { max-width: 154px; } .product-table { table-layout:fixed; } .product-layout { padding: 5px; } .product-layout .image { text-align: center; float: left; width: 160px; } .product-layout .description { float: right; width: 200px; text-align: left; padding-top: 0px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; } #content .clear{ } #content .banner {  text-align: center; } #content .banner img{ padding: 0px; border: 1px solid #d2c3da; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; } #content .banner-extinfo img{ padding: 0px; border: 1px solid #d2c3da; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; } /** Main Content Ends **/ /** Footer Starts **/ #footer-container { height: auto; padding-top: 0px; clear: both; text-align: center; background-image: url('footer-bg.png'); background-repeat: repeat-y; background-position: center top; } #footer { text-align: left; overflow: auto; padding-top: 0px; margin-right: auto; margin-left: auto; width: 975px; } #footer ul { text-align: left; float: left; width: 200px; list-style-type: none; list-style-position: outside; margin: 0px; padding-top: 0px; padding-right: 10px; padding-bottom: 10px; padding-left: 20px; } #footer ul.wide { width: 350px; } #footer ul li{ padding-top: 2px; padding-bottom: 2px; } #footer ul li a{ padding-top: 2px; padding-left: 12px; background-image: url('footer-arrow.png'); background-repeat: no-repeat; background-position: left top; } #footer ul li a:hover{ padding-top: 2px; padding-left: 12px; background-image: url('footer-arrow-over.png'); background-repeat: no-repeat; background-position: left top; text-decoration: none; } #footer .title { font-weight: bold; color: #FFF; font-size: 14px; } #footer .info-wrapper { float: left; width: 620px; } #footer .contact-wrapper { float: left; width: 300px; } #footer .contact-wrapper .contact-us{ font-weight: bold; color: #FFF; font-size: 12px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 25px; } #footer .list-title-info { color: #333; background-image: url('footer-line.png'); background-repeat: repeat-x; background-position: left bottom; width: 570px; padding: 10px; margin-bottom: 10px; margin-left: 10px; } #footer .list-title-contact { color: #333; background-image: url('footer-line.png'); background-repeat: repeat-x; background-position: left bottom; width: 300px; padding: 10px; margin-bottom: 10px; margin-left: 10px; } #footer .social-links { margin: 10px 0 0 25px; } #footer .social-links .facebook a { background-image: url('facebook_logo.png'); background-repeat: no-repeat; background-position: left top; float: left; height: 32px; width: 32px; margin-right: 20px; margin-bottom: 10px; } #footer .social-links .facebook a:hover { background-image: url('facebook_logo.png'); background-repeat: no-repeat; background-position: left bottom; } #footer .social-links .twitter a { background-image: url('twitter_logo.png'); background-repeat: no-repeat; background-position: left top; float: left; height: 32px; width: 32px; margin-right: 20px; margin-bottom: 10px; } #footer .social-links .twitter a:hover { background-image: url('twitter_logo.png'); background-repeat: no-repeat; background-position: left bottom; } #footer a{ color: #fff; } #footer a:hover{ color: #ccc; text-decoration: none; } #footer .copyright{ text-align: right; width: 390px; float: right; padding-right: 10px; } #footer p{ color: #000000; margin-top: 9px; padding: 0px; margin-bottom: 9px; } #footer img{ margin: 5px; } #footer .logos{ border: 0px solid #d2c3da; padding: 5px; width: 680px; margin-top: 5px; margin-right: auto; margin-bottom: 5px; margin-left: auto; } #footer .currency { padding-top: 0px; } #footer .footer-text { font-size: 12px; color: #999999; } #footer-extra { text-align: center; overflow: auto; padding: 10px; margin-right: auto; margin-left: auto; width: 955px; } #footer-extra p{ color: #000000; margin-top: 9px; padding: 0px; margin-bottom: 9px; } #footer-extra a{ color: #000000; text-decoration: none; } /** Footer Ends **/ /**General Styles**/  .actrequired { font-weight: normal; color: #FF0000; } .totop { padding-top: 5px; padding-bottom: 5px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: none; border-bottom-style: dotted; border-left-style: none; border-top-color: #999999; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #999999; } .top-text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #999999; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; } #top-fragment-image { margin-top: 2px; } #top-fragment-image img{ margin: 0px; padding: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-align: center; } #logo-fragment-image { } #logo-fragment-image img{ padding: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-align: center; margin-top: 5px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; } .form { margin: 0px; } .share { padding-top: 10px; padding-right: 5px; padding-bottom: 0px; padding-left: 7px; } .currency-label { font-weight: bold; } .currency-table { padding-bottom: 20px; } .holiday-notice { font-size: 16px; font-weight: bold; color: #990000; padding: 10px; border: 1px solid #000066; text-align: center; margin-top: 10px; } .delivery-notice { font-size: 16px; font-weight: bold; color: #521770; padding: 10px; border: 1px solid #d2c3da; text-align: center; width: 733px; margin-right: auto; margin-left: auto; margin-bottom: 10px; } /** Shopping Cart and Checkout Starts **/ /** Shopping Cart and Checkout Ends **/ .center { text-align: center; } .terms-popup-wrapper { background-color: #FFFFFF; padding: 10px; width: 550px; border: 1px solid #d2c3da; } .cartheading { font-weight: bold; color: #000000; background-color: #faf5fa; } .shopping-cart-table { text-align: center; } .shopping-cart-table table{ border-collapse:collapse; } .shopping-cart-table td,th{ border: 1px solid #d2c3da; padding: 5px; } .no-border {} .no-border td{ border: 0px solid #FFFFFF; } .no-border2 { border: 0px solid #FFFFFF; } .receipt-wrapper { background-color: #FFFFFF; padding: 10px; width: 100%; } .no-border-img img{ padding: 10px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; } /*Layout for brochure page fragments*/ #info-page { text-align: left; } #info-page .left-image-led{ width: 220px; float: left; } #info-page .main-text-led { width: 490px; text-align: left; float: left; } #info-page h1{ text-align: center; } #info-page ul{ list-style-position: outside; list-style-type: disc; } #info-page ul.indent{ list-style-position: inside; list-style-type: disc; margin-left: 20px; } #info-page ul.indent li{ } .first{ padding-bottom: 15px; } #info-page .clear{ clear: both; } #info-page img { float: left; margin-right: 10px; margin-bottom: 10px; border: 1px solid #cccccc; } #info-page .bld-img { float: right; margin-left: 10px; margin-bottom: 10px; border: none; } #info-page .suntech-img { border: 1px none #FFF; } #info-page .pv-kits-img { float: left; margin-left: 10px; margin-bottom: 30px; border: 1px solid #cccccc; padding: 0px; } #info-page .certs { text-align: center; } #info-page .certs img{ padding: 0px; float: none; margin: 30px; } #info-page .image { text-align: center; width: 300px; float: left; margin-right: 15px; margin-bottom: 15px; } #info-page .image img { float: left; margin-right: 0px; margin-bottom: 10px; border: 1px solid #cccccc; } #info-page .image p { color: #2d65b4; font-size: 10pt; margin: 0px; padding: 5px; } #philadelphia {} #philadelphia ul{ list-style-position: inside; list-style-type: disc; } #philadelphia .clear{ clear: both; } #philadelphia .no-img{ margin: 0px; padding: 0px; float: none; } #philadelphia img { float: right; margin-left: 10px; margin-bottom: 10px; border: 0px solid #333333; } #philadelphia .image { text-align: center; width: 300px; float: left; margin-right: 15px; margin-bottom: 15px; } #philadelphia .image img { float: left; margin-right: 0px; margin-bottom: 10px; border: 1px solid #333333; } #philadelphia .image p { color: #2d65b4; font-size: 10pt; margin: 0px; padding: 5px; } #philadelphia tr td table tr td { text-align: center; } #philadelphia-certs img { border: 1px solid #CCC; } .table-border-green { border: 1px solid #333333; } .fragment-table-border { border: 1px solid #333333; margin-bottom: 20px; } #sharp-layout { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ddd; overflow: auto; padding-bottom: 10px; } #sharp-layout h3 a{ color: #060; } #sharp-layout .product-ref{ text-align: left; float: left; width: 170px; margin-right: 20px; } #sharp-layout .product-name{ text-align: left; float: left; margin: 0px; padding: 0px; } #sharp-layout .product-name a{ color: #060; } #sharp-layout .sharp-description{ clear: both; padding-top: 10px; padding-bottom: 10px; margin-left: 150px; } .downloads-pv { background-image: url('downloads-box.png'); background-repeat: no-repeat; background-position: left top; border: 1px solid #CCC; padding-left: 60px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; margin-bottom: 20px; } .downloads-pv h3{ padding-top: 0px; margin-top: 0px; } .downloads { background-image: url('downloads-box.png'); background-repeat: no-repeat; background-position: left top; border: 1px solid #CCC; padding-left: 60px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; } .downloads h3{ padding-top: 0px; margin-top: 0px; } .section-name { margin-right: auto; margin-left: auto; text-align: center; } .sharp-fragment { padding-bottom: 20px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; } .sharp-fragment ul li{ margin-bottom: 5px; } .divider { height: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; margin-bottom: 20px; }
