/* base
----------------------------------------------- */
body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #333;
font-size:62.5%;                /* font size for IE/Win */
background: #fff url(/css-images/bg.gif) repeat-x top center;
text-align:center;
}

html>body {font-size:10px}     /* font-size for everything else */

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

h1 {
font-size: 2.5em;
color:#19b3fe;
}

h2 {
font-size: 2em;
color:#19b3fe;
}

h3 {
margin:0 auto; padding:0;
font-size: 1.5em;
line-height:1.6em;
color:#19b3fe;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #000;
}

/* overrides
----------------------------------------------- */

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

/* Tables
--------------------------------------------*/
table {
border:0;
margin:0 0 18px 0;
padding:0;
}

table.services-table-ftp { width:365px; color: #3b3b3b; float:left;}
table.services-table-ssl { width:365px; color: #3b3b3b; float:right;}

table tr td {
padding:5px;
}

table tr td.size { width: 65px; }
table tr td.annually { width: 100px; text-align:right; }
table tr td.quarterly { width: 100px; text-align:right; }
table tr td.monthly { width: 100px; text-align:right; }

table tr.title-row {
background:#fb7709;
}

table tr.highlight {
background:#ffc;
}

table tr.highlight2 {
background:#ffd;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
margin: 0 auto; padding:0 10px;
width: 760px;

}

#banner-bg {
width:760px;
height:352px;
background: url(/css-images/banner-home-bg.gif) no-repeat top center;
text-align:center;
}

#banner-text {
width:760px;
height:352px;
background: url(/css-images/banner-home-text.gif) no-repeat top center;
text-align:center;
}

#logo {
float:left;
width:130px;
}

#logo a img, #logo a:link img, #logo a:visited img {
border:0;
text-decoration:none;
padding:0 0 0 2px;
}

#logo a:hover img {
border:0;
text-decoration:none;
padding:0 2px 0 0;
}

#content {
margin: 0 auto;
padding-top: 20px;
text-align:left;
font-size:1.2em;
line-height:2em;
}

#foot {
clear: both;
margin:20px auto;
padding:5px 10px;
color:#fff;
text-align: center;
font-size:0.9em;
background-color:#3f3f3f;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 760px;
w\idth: 780px;
}

.clear {
clear:both;
}
