/* reset styles */
@import url(reset.css);

/*============================================================
 base styles
============================================================ */

body {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  color: #545454;
  font-size: 95%;
}

a {
  text-decoration: none;
  color: #545454;
}

.clear {
  clear: both;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}

p {
  margin-bottom: 0.8em;
}

h1 {
  letter-spacing: -1px;
  font-size: 1.5em;
  font-weight: bold;
  color: #494a49;
  margin: 0 0 0.3em 0;
}

h2 {
  letter-spacing: -1px;
  font-size: 1.45em;
  font-weight: bold;
  color: #494a49;
  margin: 1em 0 0.3em 0;
}


/*============================================================
 main elements
============================================================ */

/* sitebuilding */

#container-outer {
  background: url(../images/bg.png) repeat-x top center;
}

#container {
  margin: 0 auto;
  width: 998px;
}

#header {
  position: absolute;
  top: 0;
  height: 69px;
  width: 998px;
  background: url(../images/bg-header.png) no-repeat 534px 0;
}

#content {
  padding: 180px 45px 45px 45px;
  min-height: 510px;
}

#subcontent, #footer {
  background: #eaeaea url(../images/bg-subcontent.png) repeat-x top;
  border: solid 1px #dcdcdc;
}


/* header */

#header, #header a {
  color: #fff;
  font-weight: bold;
}

p#logo {
  display: block;
  position: absolute;
  top: 0;
}

p#logo a {
  display: block;
  position: absolute;
  top: 75px;
  left: 45px;
  width: 208px;
  height: 54px;
}

#header ul#topnavi {
  position: absolute;
  top: 0;
  left: 45px;
  width: 650px;
}

#header ul#topnavi li {
  padding: 18px 0 0 30px;
  float: left;
  background: url(../images/nav-separator.png) no-repeat 15px 19px;
}

#header ul#topnavi li.first {
  padding: 18px 0 0 0;
  background: none;
}

#header p#powered {
  position: absolute;
  top: 0px;
  left: 720px;
  height: 53px;
  width: 288px;
  padding-top: 18px;
}

#header p#powered a {
  text-indent: -2000px;
  display: block;
  width: 103px;
  height: 68px;
  position: absolute;
  top: 0px;
  left: 103px;
}


/* content */

body.start #content {
  padding: 145px 45px 0 45px;
  background: url(../images/businessman.jpg) no-repeat right 166px;
}

body.start #content h1 {
  margin: 0;
}

#content h1 span {
  color: #2b292a;
}

#content a:link, #content a:visited {
  color: #1b74b3;
}

#content a:active, #content a:hover {
  color: #384390;
}

#content p.error {
  font-weight: bold;
  color: darkred;
  font-size: 1.1em;
}

#content ul {
  padding-left: 25px;
  margin: 0.8em 0;
  list-style-type: disc;
}

#content ul li {
  padding-left: 5px;
  margin: 0.3em 0;
}

#content #socialshareprivacy ul {
  list-style-type: none;
}

#content ul.facts {
  padding-left: 0;
  margin: 2.5em 0;
  font-size: 1.1em;
  list-style-type: none;
}

#content ul.facts li {
  padding-left: 35px;
  background: url(../images/arrow.jpg) no-repeat left center;
  margin: 0.5em 0;
}

#content form.start {
  margin: 2em 3em 0 0;
  padding-bottom: 2em;
  width: 491px;
  height: 189px;
  background: url(../images/setup-telco.jpg) no-repeat;
  display: block;
  position: relative;
}

#content form.start label {
  width: 358px;
  height: 30px;
  text-indent: -2000px;
  display: block;
  position: absolute;
  top: 23px;
  left: 30px;
}

#content form.start input#email-input {
  background: transparent;
  width: 386px;
  height: 26px;
  border: 0;
  position: absolute;
  top: 69px;
  left: 34px;
  padding: 11px;
  font-size: 1.4em;
  color: #545454;
}

#content form.start input.submit {
  border: 0;
  background: transparent;
  width: 239px;
  height: 32px;
  position: absolute;
  top: 137px;
  left: 203px;
  text-indent: -2000px;
  text-transform: capitalize;
  padding: 0;
  cursor: pointer;
}

#content .step {
  margin: 3em 0;
  width: 450px;
}

#content form.step p {
  margin-bottom: 1em;
}

#content form.step input.submit {
  border: 0;
  background: url(../images/order-button.jpg) no-repeat center;
  width: 237px;
  height: 30px;
  text-indent: -2000px;
  text-transform: capitalize;
  padding: 0;
  cursor: pointer;
  margin-top: 1em;
  position: absolute;
}

#content form#mailform div.csc-mailform-field {
  margin: 0.5em 0;
}

#content form#mailform div.csc-mailform-field label {
  display: block;
}

#content form#mailform div.csc-mailform-field input,
#content form#mailform div.csc-mailform-field textarea {
  width: 500px;
}

#content form#mailform div.csc-mailform-field input.csc-mailform-submit {
  width: 200px;
}

#content div.recommendform dl {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-bottom: 1%;
}

#content div.recommendform dl label {
  display: block;
  margin: 5px 0;
}

#content div.recommendform dl input {
  width: 48%;
  font-size: 13px;
}

#content div.recommendform dl.submit input {
  width: 237px;
  height: 30px;
  border: 0;
  background: url(../images/button.jpg) transparent;
  color: #fff;
}

#content div.recommendform dl.textarea {
  width: 100%;
  margin-right: 0;
}

#content div.recommendform dl.textarea textarea {
  width: 98%;
  height: 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* subcontent */

#subcontent {
  font-size: 90%
}

#subcontent div.float {
  padding: 0 25px 25px 25px;
  width: 282px;
  float: left;
}

#subcontent div.border-right {
  background: url(../images/separator-vertical.jpg) no-repeat right 20px;
}

#subcontent h2 {
  font-size: 1.45em;
  margin: 1em 0 0.3em 0;
}

#subcontent h2.border-top {
  padding-top: 1em;
  background: url(../images/separator-horizontal.jpg) no-repeat center top;
}

#subcontent ol li {
  padding: 4px 0 4px 30px;
  margin-bottom: 0.5em;
}

#subcontent ol li.one {
  background: url(../images/dot-one.png) no-repeat top left;
}

#subcontent ol li.two {
  background: url(../images/dot-two.png) no-repeat top left;
}

#subcontent ol li.three {
  background: url(../images/dot-three.png) no-repeat top left;
}

#subcontent ul {
  padding-left: 18px;
}

#subcontent ul li {
  list-style-type: disc;
}


/* footer */

#footer {
  font-size: 85%;
}

#footer a {
  font-weight: bold;
}

#footer ul {
  margin: 0 15px;
}

#footer ul li {
  padding: 10px;
  float: right;
}
