body {
  padding: 0;
  margin: 0;
  background: #305581 url('../images/ui/background.jpg') top left repeat-x;
  font-family: Arial, "Trebuchet", Verdana, sans-serif;
  font-size: 100%;
}

h1, h2, h3, h4, h5, ul, ol, li, p {
  margin: 0;
  padding: 0;
  line-height: 1em;
  list-style: none;
}

a {
  color: #4189a3;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  background: #4189a3;
  text-decoration: none;
}

.clear {
  clear: both;
}

#wrapper {
  width: 1012px;
  background: transparent;
  color: #000;
  height: auto;
  padding: 0;
  margin: 5px auto 0 auto;
}

#wrapper #header {
  width: 972px;
  height: 94px;
  padding: 10px 20px 0 20px;
  background: transparent url('../images/ui/back_header.png') top left no-repeat;
}
#wrapper_content {
  width: 982px;
  height: auto;
  background: transparent url('../images/ui/wrapper_middle.png') top left repeat-y;
  margin: 0;
  padding: 20px 10px 20px 20px;
  min-height: 500px;
}
#wrapper_bottom {
  width: 1012px;
  height: 47px;
  background: transparent url('../images/ui/wrapper_bottom.png') top left no-repeat;
  margin: 0;
  padding: 0;
}

#logo {
  display: block;
  width: 564px;
  height: 70px;
  background: transparent url('../images/ui/logo2.png') top left no-repeat;
  padding: 0;
  margin: 6px 0 0 0;
}
#logo span {
  display: none;
}
#header span {
  float: right;
  padding: 10px 20px 0 0;
  font-size: .7em;
  color: #3c80ab;
}
#header span em {
  font-style: normal;
  padding-left: 4px;
  font-weight: bold;
  font-size: 1.6em;
}

#nav {
  width: 990px;
  background: #fff url('../images/ui/back_nav.jpg') top left repeat-x;
  height: 47px;
  margin-left: 6px;
  padding: 0 0 0 10px;
}
ul#nav li {
  float: left;
  padding-top: 5px;
}
ul#nav li a span {
  display: none;
}
ul#nav li a#nav_reviews {
  display: block;
  background: url('../images/ui/nav_reviews_states.png') 0 0 no-repeat;
  height: 35px;
  width: 173px;
}
ul#nav li a#nav_reviews:hover {
  background: url('../images/ui/nav_reviews_states.png') -173px 0 no-repeat;
}
ul#nav li a#nav_about {
  display: block;
  background: url('../images/ui/nav_about_states.png') 0 0 no-repeat;
  height: 35px;
  width: 106px;
}
ul#nav li a#nav_about:hover {
  background: url('../images/ui/nav_about_states.png') -106px 0 no-repeat;
}
ul#nav li a#nav_email {
  display: block;
  background: url('../images/ui/nav_email_states.png') 0 0 no-repeat;
  height: 35px;
  width: 100px;
}
ul#nav li a#nav_email:hover {
  background: url('../images/ui/nav_email_states.png') -100px 0 no-repeat;
}
ul#nav li a#nav_gallery {
  display: block;
  background: url('../images/ui/nav_gallery_states.png') 0 0 no-repeat;
  height: 35px;
  width: 149px;
}
ul#nav li a#nav_gallery:hover {
  background: url('../images/ui/nav_gallery_states.png') -149px 0 no-repeat;
}
ul#nav li a#nav_frames {
  display: block;
  background: url('../images/ui/nav_frames_states.png') 0 0 no-repeat;
  height: 35px;
  width: 149px;
}
ul#nav li a#nav_frames:hover {
  background: url('../images/ui/nav_frames_states.png') -149px 0 no-repeat;
}
ul#nav li a#nav_pricing {
  display: block;
  background: url('../images/ui/nav_pricing_states.png') 0 0 no-repeat;
  height: 35px;
  width: 95px;
}
ul#nav li a#nav_pricing:hover {
  background: url('../images/ui/nav_pricing_states.png') -95px 0 no-repeat;
}
ul#nav li a#nav_order {
  display: block;
  background: url('../images/ui/nav_order_states.png') 0 0 no-repeat;
  height: 35px;
  width: 95px;
}
ul#nav li a#nav_order:hover {
  background: url('../images/ui/nav_order_states.png') -95px 0 no-repeat;
}
ul#nav li a#nav_help {
  display: block;
  background: url('../images/ui/nav_help_states.png') 0 0 no-repeat;
  height: 35px;
  width: 70px;
}
ul#nav li a#nav_help:hover {
  background: url('../images/ui/nav_help_states.png') -70px 0 no-repeat;
}
ul#nav li.nav_right {
  float: right;
  padding-right: 8px;
}

#links {
  width: 271px;
  float: left;
}

.box {
  width: 239px;
  padding: 20px 16px;
}
.box h2, .box h2 a {
  font-weight: bold;
  font-size: 1.1em;
  color: #5f9845;
}
.box h2 a {
  text-decoration: underline;
}
.box h2 a:hover {
  background: #5f9845 !important;
  text-decoration: none;
  background: none;
  color: #fff;
}
.box p {
  color: #666;
  font-size: .8em;
  line-height: 1.4em;
  text-align: justify;
}
.small {
  height: 114px;
}
.large {
  height: 134px;
}
#affiliate {
  background: #fff url('../images/ui/box_affiliate.jpg') top left no-repeat;
}
#ecard {
  background: #fff url('../images/ui/box_ecards.jpg') top left no-repeat;
}
#frames {
  background: #fff url('../images/ui/box_frames.jpg') top left no-repeat;
}
#link_box{
  background: #fff url('../images/ui/box_links.jpg') top left no-repeat;
}
#content {
  width: 704px;
  float: left;
}
#content_top {
  width: 704px;
  height: 20px;
  background: #fff url('../images/ui/content_top.jpg') top left no-repeat;
}
#content_middle {
  width: 664px;
  padding: 0 20px;
  height: auto;
  background: #fff url('../images/ui/content_middle.jpg') top left repeat-y;
}
#content_bottom {
  width: 704px;
  height: 20px;
  background: #fff url('../images/ui/content_bottom.jpg') top left no-repeat;
}
#btn_order {
  width: 687px;
  height: 58px;
  background: #fff url('../images/ui/btn_order.jpg') 0 0 no-repeat;
  display: block;
  margin: 5px 13px 10px 0;
  float: right;
}
#btn_order:hover {
  background: #fff url('../images/ui/btn_order.jpg') -687px 0 no-repeat;
}
#btn_order span {
  display: none;
}
h1 {
  font-size: 1.3em;
  color: #2A5185;
}
h2 {
  font-size: 1.1em;
  color: #555;
  padding: 0 0 10px 0;
}
h3 {
  color: #5f9845;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 0 10px 10px;
}
.green_link {
  color: #5F9845;
}
.green_link:hover {
  color: #fff;
  background: #5F9845;
}
#wide p {
  font-size: .8em;
  line-height: 1.4em;
  padding: .3em 0;
  color: #555;
}
#wide ul#reviews li {
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
  margin: 10px;
}
#wide ul li blockquote {
  font-style: italic;
  font-size: .9em;
  line-height: 1.4em;
}
#wide ul li cite {
  text-align: right;
  padding-left: 2em;
}
#wide ul {
  padding-left: 10px;
}
#wide ul li {
  font-size: .8em;
  line-height: 1.4em;
}
p#signature {
  font-weight: bold;
  font-size: 1em;
}
p#title {
  font-style: italic;
}

#gallery {
  padding-top: 10px;
}
#gallery a {
  border: none !important;
  background: none !important;
  margin: 1px;
}
#gallery a img {
  border: 2px solid #fff !important;
}
#gallery a:hover img {
  background: none;
  border: 2px solid #000 !important;
}
ul#ecards {
  padding-top: 10px;
  list-style-type: disc !important;
  list-style: disc outside;
}
ul#ecards li {
  padding: 8px 0 10px 10px;
  font-weight: normal;
  font-size: .8em;
  color: #555;
  list-style: disc inside;
  background: #fff url('../images/ui/back_step.jpg') top left no-repeat;
  background: none;
}

#btn_twitter {
  display: block;
  width: 64px;
  height: 64px;
  background: #fff url('../images/ui/icn_twitter.jpg') top left no-repeat;
  margin: 0 10px;
  float: left;
}
#btn_twitter span {
  display: none;
}
#btn_facebook {
  display: block;
  width: 64px;
  height: 64px;
  float: left;
  background: #fff url('../images/ui/icn_facebook.jpg') top left no-repeat;
}
#btn_facebook span {
  display: none;
}

#btn_youtube {
  display: block;
  width: 88px;
  height: 64px;
  float: left;
  margin: 0 0 0 10px;
  background: #fff url('../images/ui/icn_youtube.jpg') top left no-repeat;
}
#btn_youtube span {
  display: none;
}


ul.steps {
  font-size: 1.1em;
}
ul.steps li {
  padding-bottom: .5em;
}
ul.steps li span {
  font-weight: bold;
  color: #396896 !important;
  float: left;
  padding: 4px 20px 0 0;
}
.help_page h2 {
  color: #396896 !important;
  padding-top: 1.5em;
  text-decoration: underline;
}
ul.steps li p {
  font-size: 1em !important;
}
ul.steps li ul li {
  list-style-type: disc;
}
ul.steps li ul {
  margin-left: 66px;
  display: block;
  font-size: 1.1em;
}
ul.steps li ul li p {
  font-size: 1.1em !important;
}
p.help_bold {
  font-weight: bold !important;
  display: block !important;
  padding: 1em 0 !important;
  margin: 0 auto !important;
  width: 400px !important;
}

form {
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px;
  width: 400px;
  margin: 1em auto 0 auto;
}
form table {
  width: 400px;
}
form table tr td {
  padding: .3em;
}
tr.alt {
  background: #dbdbdb;
}
td.label {
  width: 200px;
  color: #555;
  font-size: .9em;
}

table.prices {
  width: 950px;
  margin: 10px;
  border: 1px solid #ddd;
  border-right: none;
}
table.prices legend {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #4C8FB8;
}
table.prices tr.header {
  background: #95ACCB;
  color: #fff;
  font-weight: bold;
  text-align: left;
  border-right: none;
}
table.prices td, table.prices th {
  padding: .3em .2em .3em .5em;
}
table.prices td {
  border-right: 1px solid #ddd;
  color: #555;
}

#footer {
  padding-top: 8px;
  padding-bottom: 10px;
  height: 40px;
}
#footer ul li {
  float: left;
  border-right: 1px solid #ddd;
  padding: 2px 8px;
  font-size: .8em;
}
#footer ul li.no-border {
  border-right: none !important;
}
#footer ul li.right {
  float: right;
}
#footer ul li a {
  color: #000;
  text-decoration: none;
}
#foooter ul li a:hover {
  color: #000;
  text-decoration: underline !important;
  background: none !important;
}

.lightbox {
  padding: 10px;
  background: #F1F2F6;
}
.lightbox h1 {
  color: #305581;
  background: #eee;
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 0 10px 10px;
}
.lightbox h2 {
  color: #2A5185;
  font-size: 1em;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.lightbox ul {
  padding-left: 10px;
  font-size: .9em;
}
.lightbox ul li {
  line-height: 1.8em;
  padding-bottom: 8px;
  color: #555;
}
.lightbox ul li ul {
  padding-left: 56px;
}
.lightbox ul li span {
  padding: 12px 20px 15px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  background: #fff url('../images/ui/back_step.jpg') top left no-repeat;
  background: none;
  color: #305581;
  float: left;
}
.lightbox p {
  font-size: .9em;
  line-height: 1.6em;
  padding-top: 6px;
  padding-left: 40px;
  color: #555;
}