/* 
  Web Express Evolution Layout 
  
  Copyright (c) 2011-2012 Unique Websites 
  All Rights Reserved.

  http://www.uniquewebsites.com.au 
*/
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  position: relative;
}
#easypage {
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 320px;
  width: 100%;
}
/* Elements */
body,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font: 12px/1.54em Arial, Helvetica, sans-serif;
}
ul, li, div {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
address strong {
  font-weight: bold;
  margin: 0 0 5px 0;
}
h1 {
  font-size: 1.4em;
  line-height: 1.6em;
}
h2 {
  font-size: 1.3em;
  line-height: 1.5em;
}
h3 {
  font-size: 1.2em;
  line-height: 1.4em;
}
address strong, h4 {
  font-size: 1.1em;
  line-height: 1.3em;
}
h5 {
  font-size: 1.0em;
  line-height: 1.2em;
}
h6 {
  font-size: 1.0em;
  line-height: 1.2em;
}
figcaption {
  display: none;
}
/* Major Section Layout */
.section-wrap-bg, .section-wrap {
  float: left;
  position: relative;
  width: 100%;
}
.section-box, .content-wrap {
  margin: 0 auto;
  padding: 0;
  width: 990px;
  position: relative;
}
.full-width {
  clear: both;
  width: 954px;
}
.full-width.padded {
  width: 934px;
}
.sidebar-right .full-width, .sidebar-left .full-width {
  width: 726px;
}
.sidebar-right .one-whole, .sidebar-left .one-whole {
  width: 706px;
}
.sidebar-left.sidebar-right .full-width {
  width: 498px;
}
.sidebar-right .full-width.padded, .sidebar-left .full-width.padded {
  width: 706px;
}
.sidebar-right .full-width.double-padded, .sidebar-left .full-width.double-padded {
  width: 676px;
}
.sidebar-left.sidebar-right .full-width.padded {
  width: 478px;
}
.two-thirds {
  float: left;
  width: 475px;
}
.padded .two-thirds {
  width: 455px;
}
.one-quarter {
  float: left;
  margin: 0 18px -1000px 0;
  padding: 0 0 1000px 0;
  vertical-align: top;
  width: 225px;
}
.one-quarter.vertical-divider {
  margin: 0 0 -1000px;
  padding: 0 8px 1000px 9px;
}
.one-quarter.last {
  margin: 0 0 -1000px 0;
}
.one-quarter.vertical-divider.first {
  padding: 0 8px 1000px 0;
}
.one-quarter.vertical-divider.last {
  padding: 0 0 1000px 9px;
}
.one-quarter.panel.padded {
  margin: 0 18px 0 0;
  padding: 10px 10px 15px 10px;
  width: 205px;
}
.one-quarter.panel.padded.last {
  margin: 0;
}
.three-quarters {
  float: left;
  width: 530px;
}
.padded .three-quarters {
  width: 510px;
}
.sidebar-left .one-quarter a.button, .sidebar-right .one-quarter a.button {
  width: 168px;
}
.sidebar-right .one-quarter, .sidebar-left .one-quarter {
  width: 163px;
}
.sidebar-right .one-quarter.padded, .sidebar-left .one-quarter.padded {
  width: 148px;
}
.sidebar-left.sidebar-right .one-quarter {
  width: 111px;
}
.sidebar-left.sidebar-right .one-quarter.padded {
  width: 91px;
}
.one-quarter a.button {
  width: 195px;
}
.one-quarter.button-absolute a.button {
  bottom: 1010px;
  left: 15px;
  position: absolute;
}
.one-quarter.button-absolute.panel a.button {
  bottom: 15px;
  left: 15px;
  position: absolute;
}
.one-quarter p {
  margin: 10px 0;
}
.one-half {
  float: left;
  margin: 0 18px 0 0;
  vertical-align: top;
  width: 468px;
}
.one-half.last {
  margin: 0;
}
.one-half.padded {
  width: 448px;
}
.one-half.vertical-divider {
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}
/* Helpers */
.fill {
  width: 100%;
}
.clear {
  float: left;
  clear: both;
}
.hidden {
  display: none;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.width-auto {
  width: auto;
}
.padded {
  padding: 10px;
}
.double-padded {
  padding: 10px 25px;
}
.margin-top {
  margin-top: 9px;
}
.margin-bottom {
  margin-bottom: 9px;
}
.overflow-hidden {
  overflow: hidden;
}
/* Navigation */
.navigation {
  z-index: 99;
}
.navigation a {
  text-decoration: none;
  width: auto;
  display: block;
}
.navigation a span {
  display: block;
}
.navigation a span {
  background: none;
  display: block;
  white-space: nowrap;
}
.horizontal.navigation li {
  display: inline-block;
  float: left;
}
.horizontal.navigation li.lv2,
.horizontal.navigation li.lv3,
.horizontal.navigation li.lv4,
.horizontal.navigation li.lv5,
.horizontal.navigation li.lv6,
.horizontal.navigation li.lv7,
.vertical.navigation li {
  width: 100%;
  display: block;
  clear: both;
  white-space: nowrap;
  margin: 0;
}
.navigation ul.lv2,
.navigation ul.lv3,
.navigation ul.lv4,
.navigation ul.lv5,
.navigation ul.lv6,
.navigation ul.lv7,
.navigation ol.lv2,
.navigation ol.lv3,
.navigation ol.lv4,
.navigation ol.lv5,
.navigation ol.lv6,
.navigation ol.lv7 {
  width: auto;
  position: absolute;
  display: none;
}
.navigation.css-animate li.lv1:hover ul.lv2,
.navigation.css-animate li.lv1:hover ol.lv2,
.navigation.css-animate ul.lv2 li:hover ul.lv3,
.navigation.css-animate ul.lv3 li:hover ul.lv4,
.navigation.css-animate ul.lv4 li:hover ul.lv5,
.navigation.css-animate ul.lv5 li:hover ul.lv6 .navigation.css-animate ul.lv6 li:hover ul.lv7 .navigation.css-animate ul.lv7 li:hover ul.lv8 {
  display: block;
}
.navigation ul.mega-menu li.lv2 {
  height: auto;
}
/* Carousel Setup */
.carousel {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.carousel ul {
  margin: 0;
  padding: 0;
  width: 20000em;
  position: absolute;
  clear: both;
}
.carousel li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  text-align: left;
  position: relative;
}
.carousel div.scrollable {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.carousel div.thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.carousel div.details-background {
  position: absolute;
  top: 0px;
  background: transparent url(https://dc1e6e9f7ad8f655aec1-eb18b688436860dbc50355abf0af66b9.ssl.cf2.rackcdn.com/seo-express/1.0/images/opaque-black-bg.png) 0 0 repeat;
}
.carousel div.details {
  position: absolute;
  background: transparent;
  color: white;
}
.carousel li div.thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.carousel li div.thumbnail img {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
/* Carousel Dimensions */
.carousel.width640 div.scrollable,
.carousel.width640,
.carousel.width640 li,
.carousel.width640 div.thumbnail,
.carousel.width640 div.thumbnail a,
.carousel.width640 div.thumbnail img {
  width: 640px;
}
.carousel.height320 div.scrollable,
.carousel.height320,
.carousel.height320 li,
.carousel.height320 div.thumbnail,
.carousel.height320 div.thumbnail a {
  height: 320px;
}
.carousel.height320 div.thumbnail img {
  top: -40px;
}
.carousel.width640.height320 div.details-background {
  width: 330px;
  height: 320px;
  left: 310px;
}
.carousel.width640.height320 div.details {
  top: 10px;
  left: 350px;
  width: 275px;
  height: 270px;
}
.carousel div.navi {
  bottom: 5px;
  height: 22px;
  left: 330px;
  position: absolute;
  text-align: center;
  width: 310px;
}
.carousel div.navi a {
  background: url(" https://dc1e6e9f7ad8f655aec1-eb18b688436860dbc50355abf0af66b9.ssl.cf2.rackcdn.com/nivo-default/bullets.png") no-repeat scroll 0 0 transparent;
  border: 0 none;
  display: inline-block;
  height: 22px;
  margin-right: 3px;
  text-indent: -9999px;
  width: 22px;
}
.carousel div.navi a.active {
  background-position: 0 -22px;
}
.easypage-form {
  clear: both;
  float: left;
}
.easypage-form ul {
  display: inline-block;
  float: left;
  width: 100%;
}
.easypage-form li {
  clear: both;
  float: left;
  width: 100%;
}
.easypage-form label {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 1em;
  line-height: 34px;
  margin: 2px 5px 0 0;
  vertical-align: top;
  width: 180px;
}
#content.sidebar-left.sidebar-right .easypage-form label {
  width: 120px;
}
body #content.sidebar-left.sidebar-right .easypage-form label.inline {
  width: auto;
  float: none;
  border-right: none;
  padding: 0 5px 0 10px;
}
.easypage-form label.checkbox-label {
  border-right: medium none;
}
.easypage-form label.error {
  border-radius: 3px 3px 3px 3px;
  clear: both;
  display: none;
  font-weight: bold;
  margin: 5px 0 0 185px;
  moz-border-radius: 3px 3px 3px 3px;
  padding: 1px 10px;
  webkit-border-radius: 3px 3px 3px 3px;
  width: auto;
}
.easypage-form input.password, .easypage-form input.text {
  border: none;
  border-radius: 3px 3px 3px 3px;
  font: 14px Arial, Helvetica, sans-serif;
  moz-border-radius: 3px 3px 3px 3px;
  padding: 8px;
  webkit-border-radius: 3px 3px 3px 3px;
  width: 350px;
}
#content.sidebar-left.sidebar-right .easypage-form input.password, #content.sidebar-left.sidebar-right .easypage-form input.text {
  width: 290px;
}
.easypage-form input.password.confirm {
  margin: 10px 10px 0 187px;
}
.easypage-form li.captcha input.text {
  margin: 5px 0 0 188px;
}
.easypage-form textarea {
  border: none;
  border-radius: 3px 3px 3px 3px;
  font: 14px/1.33 Arial, Helvetica, sans-serif;
  height: 230px;
  min-height: 230px;
  moz-border-radius: 3px 3px 3px 3px;
  padding: 8px;
  resize: vertical;
  webkit-border-radius: 3px 3px 3px 3px;
  width: 352px;
}
.easypage-form input.radio-button, .easypage-form input.checkbox {
  float: left;
  left: 0;
  margin: 0 6px 0 0;
  position: relative;
  top: 9px;
}
.easypage-form input.checkbox label {
  margin: -1px 0 0 5px;
  width: 272px;
}
input.submit, .easypage-form input.submit {
  cursor: pointer;
  float: left;
  font: 15px Arial, Helvetica, sans-serif;
  font-weight: bold;
  left: 0;
  margin: 0 0 0 188px;
  overflow: visible;
  padding: 8px 40px;
  position: relative;
  top: -1px;
}
.nav_border {
  border: 0 none;
}
.nav_hover_border {
  border: 0 none;
}
.subnav_border {
  border: 0 none;
}
.subnav_hover_border {
  border: 0 none;
}
.subnav_box_shadow {
  -webkit-box-shadow: 1px 1px 2px 0px #555;
  box-shadow: 1px 1px 2px 0px #555;
}
.button_border {
  border: 0 none;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.nav_bg {
  background: #c1201d;
  background: -moz-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03431), color-stop(100%, #951916));
  background: -webkit-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -o-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -ms-linear-gradient(top, #e03431 0%, #951916 100%);
  background: linear-gradient(top, #e03431 0%, #951916 100%);
}
.nav_hover {
  background: #930e00;
  background: -moz-linear-gradient(top, #c61300 0%, #600900 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c61300), color-stop(100%, #600900));
  background: -webkit-linear-gradient(top, #c61300 0%, #600900 100%);
  background: -o-linear-gradient(top, #c61300 0%, #600900 100%);
  background: -ms-linear-gradient(top, #c61300 0%, #600900 100%);
  background: linear-gradient(top, #c61300 0%, #600900 100%);
}
.subnav_bg {
  background: #27292c;
  background: -moz-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4247), color-stop(100%, #0f1011));
  background: -webkit-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -o-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -ms-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: linear-gradient(top, #3f4247 0%, #0f1011 100%);
}
.subnav_hover_bg {
  background: #c1201d;
  background: -moz-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03431), color-stop(100%, #951916));
  background: -webkit-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -o-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -ms-linear-gradient(top, #e03431 0%, #951916 100%);
  background: linear-gradient(top, #e03431 0%, #951916 100%);
}
#nav-box {
  height: 43px;
  left: 0;
  z-index: 9999;
}
#nav-wrap {
  background: #c1201d;
  background: -moz-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03431), color-stop(100%, #951916));
  background: -webkit-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -o-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -ms-linear-gradient(top, #e03431 0%, #951916 100%);
  background: linear-gradient(top, #e03431 0%, #951916 100%);
  position: relative;
  zoom: 1;
  height: 43px;
}
#nav {
  height: 43px;
  position: relative;
  top: 0px;
}
.navigation a span {
  padding: 0 15px;
  font-weight: bold;
}
ul.navigation {
  padding: 0;
  margin: 0;
}
.horizontal.navigation.lv1 {
  height: 43px;
  position: relative;
  top: 0px;
  background: #c1201d;
  background: -moz-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03431), color-stop(100%, #951916));
  background: -webkit-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -o-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -ms-linear-gradient(top, #e03431 0%, #951916 100%);
  background: linear-gradient(top, #e03431 0%, #951916 100%);
}
.horizontal.navigation li {
  height: 39px;
  margin: 2px 0;
}
.horizontal.navigation a {
  color: white;
  border: 0 none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.horizontal.navigation a.lv1:hover {
  color: white;
  border: 0 none;
  background: #930e00;
  background: -moz-linear-gradient(top, #c61300 0%, #600900 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c61300), color-stop(100%, #600900));
  background: -webkit-linear-gradient(top, #c61300 0%, #600900 100%);
  background: -o-linear-gradient(top, #c61300 0%, #600900 100%);
  background: -ms-linear-gradient(top, #c61300 0%, #600900 100%);
  background: linear-gradient(top, #c61300 0%, #600900 100%);
}
.navigation li a span {
  height: 39px;
  line-height: 39px;
}
.horizontal.navigation ul.lv2 {
  top: 39px;
}
.horizontal.navigation ul.lv2, .horizontal.navigation ol.lv2 {
  padding: 5px;
  -moz-border-radius: 0 6px 6px 6px;
  -webkit-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  -webkit-box-shadow: 1px 1px 2px 0px #555;
  box-shadow: 1px 1px 2px 0px #555;
}
.horizontal.navigation ul.lv2,
.horizontal.navigation ol.lv2,
.horizontal.navigation ul.lv3,
.horizontal.navigation ul.lv4,
.horizontal.navigation ul.lv5,
.horizontal.navigation ul.lv6,
.horizontal.navigation ul.lv7 {
  background: #27292c;
  background: -moz-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4247), color-stop(100%, #0f1011));
  background: -webkit-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -o-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -ms-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: linear-gradient(top, #3f4247 0%, #0f1011 100%);
}
.horizontal.navigation a.lv2,
.horizontal.navigation a.lv3,
.horizontal.navigation a.lv4,
.horizontal.navigation a.lv5,
.horizontal.navigation a.lv6,
.horizontal.navigation a.lv7 {
  color: white;
  border: 0 none;
}
.horizontal.navigation li.lv1.has-child:hover a.lv1 span {
  color: white;
  background: #3f4247;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.horizontal.navigation a.lv2:hover,
.horizontal.navigation a.lv3:hover,
.horizontal.navigation a.lv4:hover,
.horizontal.navigation a.lv5:hover,
.horizontal.navigation a.lv6:hover,
.horizontal.navigation a.lv7:hover {
  color: white;
  background: #c1201d;
  background: -moz-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03431), color-stop(100%, #951916));
  background: -webkit-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -o-linear-gradient(top, #e03431 0%, #951916 100%);
  background: -ms-linear-gradient(top, #e03431 0%, #951916 100%);
  background: linear-gradient(top, #e03431 0%, #951916 100%);
  border: 0 none;
}
div.mega-menu {
  background: #27292c;
  background: -moz-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f4247), color-stop(100%, #0f1011));
  background: -webkit-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -o-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: -ms-linear-gradient(top, #3f4247 0%, #0f1011 100%);
  background: linear-gradient(top, #3f4247 0%, #0f1011 100%);
  float: left;
}
div.mega-menu div.col {
  float: left;
  padding: 5px 10px;
}
div.mega-menu div.col h2 {
  color: white;
  font-size: 1.1em;
  border-bottom: solid 1px #0f1011;
}
.section-box.page-title, .section-box.content {
  background: white;
  color: black;
}
.section-box.content a, .section-box.content a:visited {
  color: red;
}
.section-box.content a:hover, .section-box.content a:active {
  color: yellow;
}
