Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
Sketch2Code / 1527.html
RyanLi0802's picture
Uploaded Sketch2Code Files
a01128b verified
raw
history blame
22.8 kB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "">
<html xmlns="">
<head>
<style>
@charset "utf-8";
body {
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
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;
background-color: #EFEFEF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image: url(../images/header-background.jpg);
background-repeat: repeat-x;
background-position: top;
height: 100%;
}
h1, h2, h3, h4, h5, p {
padding: 0px;
margin: 0px;
}
h1 {
margin-bottom: 10px;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 29px;
font-weight: normal;
color: #666666;
}
a {
color: #FF9900;
font-weight: bold;
}
a:hover {
color: #666666;
}
img {
border: none;
}
#container {
width: 780px;
margin: 0 auto;
text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
height: 122px;
margin-bottom: 20px;
}
#logo {
height: 70px;
text-align: right;
color: #999999;
padding-top: 10px;
}
#logo a {
color: #CCCCCC;
text-decoration: none;
}
#logo a:hover {
text-decoration: underline;
color: #FFFFFF;
}
#logo p {
margin-top: 0px;
font-size: 10px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-right: 10px;
}
#logo img {
float: left;
}
.phone {
font-size: 23px;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 40px;
}
#mainContent {
padding-top: 13px;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
margin-top: 20px;
background-image: url(../images/content-top.gif);
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 20px;
}
#mainContent p {
line-height: 18px;
padding-bottom: 20px;
}
#mainContent h1 {
margin-bottom: 10px;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 29px;
font-weight: normal;
color: #666666;
}
#mainContent h2 {
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #666666;
}
#mainContent h3 {
font-size: 14px;
color: #FF9900;
padding-bottom: 10px;
}
#mainContent .contentbox {
background-image: url(../images/content-fill.gif);
background-repeat: repeat-y;
background-position: center;
padding-right: 15px;
padding-left: 15px;
}
#mainContent .contentbtm {
background-image: url(../images/content-bottom.gif);
background-repeat: no-repeat;
background-position: center top;
height: 13px;
}
#mainContent blockquote {
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #E9E9E9;
border-bottom-color: #E9E9E9;
margin: 20px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
#sidebar {
padding-left: 15px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #E9E9E9;
margin-top: 10px;
}
#sidebar form {
margin-left: 10px;
}
#sidebar input {
margin-bottom: 5px;
background-image: url(../images/forminputbackground.jpg);
background-repeat: repeat-x;
background-position: top;
}
#sidebar #submit {
background-color: #FFFFFF;
background-image: url(../images/submitbutton.jpg);
border: 1px solid #999999;
background-repeat: repeat-x;
background-position: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}
ul {
margin-left: 0px;
padding-left: 10px;
margin-top: 10px;
list-style-type: none;
}
li {
background-image: url(../images/listdot.gif);
background-repeat: no-repeat;
background-position: left top;
padding-left: 12px;
padding-bottom: 5px;
}
.arrow {
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
line-height: 15px;
}
#twocol {
padding-top: 13px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
background-image: url(../images/content-top.gif);
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 20px;
}
#twocol p {
font-size: 11px;
color: #666666;
padding-right: 10px;
padding-bottom: 7px;
}
#twocol h3 {
font-size: 14px;
font-weight: normal;
color: #999999;
padding-bottom: 10px;
}
#twocol strong {
color: #666666;
}
#twocol .contentbox {
background-image: url(../images/2colfill.gif);
background-repeat: repeat-y;
background-position: center;
padding-right: 0px;
padding-left: 0px;
}
#twocol .contentbtm {
background-image: url(../images/content-bottom.gif);
background-repeat: no-repeat;
background-position: center bottom;
height: 13px;
}
#twocol .contentboxp {
width: 358px;
padding-left: 17px;
font-size: 11px;
color: #666666;
padding-right: 5px;
}
#threecol {
padding-top: 13px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
background-image: url(../images/content-top.gif);
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 20px;
}
#threecol p {
font-size: 11px;
color: #666666;
padding-right: 10px;
padding-bottom: 7px;
}
#threecol h3 {
font-size: 14px;
font-weight: normal;
color: #999999;
padding-bottom: 10px;
}
#threecol strong {
color: #666666;
}
#threecol .contentbox {
background-image: url(../images/3colfill.gif);
background-repeat: repeat-y;
background-position: center;
padding-right: 0px;
padding-left: 0px;
}
#threecol .contentbtm {
background-image: url(../images/content-bottom.gif);
background-repeat: no-repeat;
background-position: center bottom;
height: 13px;
}
#threecol .contentboxp {
width: 228px;
padding-left: 17px;
font-size: 11px;
color: #666666;
padding-right: 5px;
}
/* End hide from IE-mac */
#fourcol {
padding-top: 13px;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
background-image: url(../images/content-top.gif);
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 20px;
}
#fourcol p {
font-size: 11px;
color: #666666;
padding-right: 10px;
padding-bottom: 7px;
}
#fourcol h3 {
font-size: 14px;
font-weight: normal;
color: #999999;
padding-bottom: 10px;
}
#fourcol .contentbox {
background-image: url(../images/4colfill.gif);
background-repeat: repeat-y;
background-position: center;
padding-right: 0px;
padding-left: 0px;
}
#fourcol .contentbtm {
background-image: url(../images/content-bottom.gif);
background-repeat: no-repeat;
background-position: center bottom;
height: 13px;
}
#fourcol .contentboxp {
width: 165px;
padding-left: 17px;
font-size: 11px;
color: #666666;
padding-right: 5px;
}
.productwide {
margin-right: 25px;
margin-left: 25px;
padding-bottom: 15px;
}
.productwide img {
margin-right: 10px;
}
.productwide h3 {
font-size: 16px;
padding-bottom: 8px;
}
.productwide strong {
color: #666666;
}
.productwide p {
padding-top: 10px;
padding-bottom: 10px;
}
.productwide td {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}
.google728 {
height: 90px;
width: 728px;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 26px;
}
.google468 {
height: 60px;
width: 468px;
margin-bottom: 15px;
margin-left: 25px;
margin-top: 0px;
}
#footer {
height: 260px;
margin-top: 20px;
background-color: #333333;
background-image: url(../images/footer-fill.jpg);
background-repeat: repeat-x;
background-position: top;
clear: both;
}
#footer a {
color: #999999;
font-weight: bold;
}
#footer a:hover {
color: #CCCCCC;
}
#footerwrap {
width: 780px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
#footertop {
background-image: url(../images/footer-top.jpg);
background-repeat: no-repeat;
background-position: center bottom;
height: 28px;
width: 780px;
}
#footercontent {
color: #CCCCCC;
text-align: left;
padding-left: 20px;
padding-top: 0px;
background-color: #252525;
font-size: 12px;
margin-top: 0px;
}
#footercontent strong {
display: block;
padding-bottom: 5px;
background-image: url(../images/dot.gif);
background-repeat: repeat-x;
background-position: bottom;
padding-left: 8px;
}
#footercontent ul {
margin-top: 10px;
padding-left: 20px;
margin-left: 0px;
}
#footercontent li {
color: #999999;
}
#footerbtm {
background-image: url(../images/footer-btm.gif);
background-repeat: no-repeat;
background-position: center top;
height: 10px;
width: 780px;
}
.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #999999;
text-align: center;
background-image: url(http://www.justdreamweaver.com/templates/link/spacer.gif);
background-repeat: no-repeat;
}
#about {
font-size: 9px;
color: #666666;
text-align: center;
margin-top: 10px;
}
#about a {
color: #666666;
}
.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: 15px;
margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 12px;
margin-bottom: 5px;
}
.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;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#pagetitle {
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 29px;
font-weight: normal;
color: #666666;
padding-top: 8px;
padding-right: 0px;
padding-bottom: 0;
padding-left: 120px;
margin-top: 20px;
background-image: url(../images/pagetitle.jpg);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom: 20px;
height: 51px;
width: 660px;
}
@charset "utf-8";
/* CSS Document */
.jdmenu {
font: bold 12px Arial;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
background-image: url(../images/menur_bg.jpg);
background-repeat: repeat-x;
background-position: center bottom;
}
.jdmenu li{
float: left;
display: inline;
background-image: none;
margin: 0px;
padding: 0px;
}
.jdmenu li a{
float: left;
color: #000000;
text-decoration: none;
display: block;
height: 42px;
line-height: 42px;
padding-right: 11px;
padding-left: 11px;
border-right-width: 1px;
border-right-style: none;
border-right-color: #666666;
}
.jdmenu li a:visited{
color: #000000;
}
.jdmenu li a:hover, .jdmenu ul li .current{
color: #FFFFFF !important;
background-image: url(../images/indentbg2.jpg);
background-repeat: repeat-x;
background-position: center bottom;
}
</style>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
Battery Supply Co, APC Back-UPS&nbsp;BE350 Battery, BE350C&nbsp;RBC 35
</title>
<style type="text/css">
.style1 {
text-align: center;
}
.style2 {
font-weight: bold;
}
.style3 {
color: #CCCCCC;
}
.style4 {
color: #000000;
}
.style5 {
color: #FF0000;
}
</style>
</head>
<body>
<img border="0" height="1" src="rick.jpg" width="1">
<div id="container">
<div id="header">
<div id="logo">
<sub>
<a>
<img alt="Logo" height="57" src="rick.jpg" width="340">
</a>
</sub>
<p class="style1">
[PHONE REDACTED] |
<a>
C
<span class="style3">
ontact Us
</span>
</a>
<img alt height="120" src="rick.jpg" style="float: right" width="137">
</p>
<div class="style1">
</div>
<p>
</p>
</div>
<div id="navigation">
<ul class="jdmenu">
<li>
<a>
<b>
Home
</b>
</a>
</li>
<li>
<a>
<b>
Guarantee
</b>
</a>
</li>
<li>
<a>
<b>
Privacy Policy
</b>
</a>
</li>
<li>
<a>
<b>
Terms of Sale
</b>
</a>
</li>
</ul>
</div>
</div>
<!-- InstanceBeginEditable name="Intro Image" -->
<!-- InstanceEndEditable -->
&nbsp;
<div id="mainContent">
<div class="contentbox">
<table border="0" cellpadding="8" cellspacing="0" width="750">
<tbody>
<tr>
<td valign="top" width="540">
<!-- InstanceBeginEditable name="Main Content" -->
<table border="0" height="58" id="table1" width="98%">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" id="table2" width="98%">
<tbody>
<tr>
<td align="center" width="234">
<img border="0" height="35" src="rick.jpg" width="164">
</td>
<td align="center" width="336">
<img border="0" height="67" src="rick.jpg" width="100">
</td>
<td align="center" width="27">
&nbsp;
</td>
</tr>
<tr>
<td height="5" width="234">
</td>
<td height="5" width="336">
</td>
<td height="5" width="27">
</td>
</tr>
</tbody>
</table>
<p style="text-align: center">
&nbsp;
<font class="style2" face="Arial Black">
Model:
<font color="#CF1111">
BE350C
</font>
&nbsp;&nbsp;&nbsp;&nbsp; RBC 35
</font>
<font face="Arial Black" size="2">
COMPATIBLE
</font>
</p>
<p style="text-align: center">
<font color="#CF1111" face="Arial Black" size="2">
Please look at the MODEL
Number on your unit to make sure this is the
</font>
</p>
<p style="text-align: center">
<font color="#CF1111" face="Arial Black" size="2">
RIGHT battery. Many people
order the wrong battery on this model!!!
</font>
</p>
<p style="text-align: center">
<img border="0" height="130" src="rick.jpg" width="280">
</p>
<table border="0" cellpadding="0" cellspacing="0" id="table6" width="100%">
<!-- <tr>
<td><font size="2" face="Arial"><B>BAT-APC-SU1400</B></font></td>
</tr>-->
<tbody>
</tbody>
</table>
<p>
<font face="Arial" size="2">
<br>
Brand new replacement battery cartridge for a APC BE350C. Consist of (1)
</font>
<font face="arial, helvetica" size="2">
12CE3
</font>
<font face="Arial" size="2">
battery.
<b>
Ship weight for
<font color="#cf1111">
APC
Back-UPS ES 350VA Battery
</font>
</b>
:
<font color="#CF1111">
<b>
3.17
</b>
</font>
<b>
<font color="#cf1111">
lbs.
</font>
</b>
</font>
</p>
<p>
<font face="Arial" size="2">
APC Back-UPS BE350 Battery is specifically designed for high rate UPS discharge applications, where high power output is required. All APC Back-UPS BE350 Batteries meet or exceed OEM manufacturer specifications. This APC Back-UPS BE350 Battery is professionally tested and packaged. Our APC Back-UPS BE350 Battery is a
proven solution, backed by our extensive UPS replacement battery experience. If
you have any questions on this APC Back-UPS BE350Battery, please feel free to contact us.
</font>
<br>
<br>
</p>
<p class="style2">
<strong>
Specifications:
</strong>
</p>
<ul class="style4">
<li class="style6">
2 Year Warranty
</li>
<li class="style6">
Performance Guaranteed
</li>
<li class="style6">
Brand New, Factory Fresh
</li>
<li class="style6">
Must use your existing hardware to connect batteries
</li>
</ul>
<p class="style3">
<span style="font-family: Arial;">
<span style="color: #ff0000;">
<strong>
Buy With Confidence
</strong>
</span>
<br>
<span class="style4">
This Battery is professionally tested and packaged. The Battery is a
proven solution, backed by our extensive UPS replacement battery experience.
</span>
</span>
</p>
<p>
<span class="style2">
<span style="color: #ff0000;">
<strong>
Need help? Speak with a Battery Specialist
</strong>
</span>
<br>
Call us at:
<strong>
[PHONE REDACTED]
</strong>
or email us at:
<a>
<strong>
[EMAIL REDACTED]
</strong>
</a>
</span>
</p>
</td>
</tr>
</tbody>
</table>
<p>
</p>
</td>
<td valign="top" width="200">
<!-- InstanceBeginEditable name="Sidebar Content" -->
<div id="sidebar">
<ul>
<li>
<strong>
<a>
<span class="style4">
APC UPS Batteries
</span>
</a>
</strong>
</li>
<li>
<strong>
<a>
<span class="style4">
APC UPS Units
</span>
</a>
</strong>
</li>
<li>
<strong>
<a>
<span class="style4">
Belkin UPS Batteries
</span>
</a>
</strong>
</li>
<li>
<strong>
<a>
<span class="style4">
CSB Batteries
</span>
</a>
</strong>
</li>
</ul>
<p align="center">
<img alt="Call Us Now [PHONE REDACTED]" height="302" src="rick.jpg" width="180">
</p>
<center>
<h4 class="style14">
Contact Us Via Email
</h4>
</center>
<div align="center">
<form action="send_form_email.php" method="post" name="contactform">
<table align="center" style="width: 100px">
<tbody>
</tbody>
</table>
</form>
</div>
<!-- InstanceEndEditable -->
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="contentbtm">
</div>
<!-- end #mainContent -->
</div>
<!-- InstanceBeginEditable name="Product Info" -->
<!-- InstanceEndEditable -->
<!-- end #container -->
</div>
<div id="footer">
<div id="footerwrap">
<div id="footertop">
</div>
<div id="footercontent">
<table border="0" cellpadding="5" cellspacing="0" width="740">
<tbody>
<tr>
<td valign="top" width="175">
<p>
<strong>
UPS Battery Replacement
</strong>
</p>
<ul>
<li>
<a>
A
<span class="style2">
PC UPS Battery
</span>
</a>
</li>
<li>
<a>
Belkin UPS Battery
</a>
</li>
<li>
<a>
C
<span class="style2">
SB Batteries
</span>
</a>
</li>
<li>
<a>
D
<span class="style2">
eltec Batteries
</span>
</a>
</li>
</ul>
</td>
<td valign="top" width="175">
<p>
<strong>
UPS Refurbished Units
</strong>
</p>
<ul>
<li>
<a>
A
<span class="style2">
PC UPS Units
</span>
</a>
</li>
</ul>
</td>
<td valign="top" width="175">
<p>
<strong>
Our Quality Guarantee
</strong>
</p>
<ul>
<li>
2 - Year Warranty
</li>
<li>
90 Days for Units
</li>
<li>
Pre-Tested Batteries
</li>
<li>
No Old/Reused Batteries
</li>
</ul>
</td>
<td valign="top" width="175">
<p>
<strong>
Customer Service
</strong>
</p>
<ul>
<li>
<a>
Contact via Email
</a>
</li>
<li>
<a>
Return a Shipment
</a>
</li>
<li>
<a>
D
<span class="style2">
amaged Shipment
</span>
</a>
</li>
</ul>
</td>
</tr>
<tr>
<td colspan="4" valign="top">
<p class="copyright">
Copyright &copy; 2013 BatterySupplyCo.com&nbsp; All Rights Reserved. &nbsp;&nbsp;&nbsp;&nbsp;
<a>
Privacy Policy
</a>
|
<a>
Terms of Sale
</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div id="footerbtm">
</div>
</div>
</div>
</body>
<!-- InstanceEnd -->
</html>