/**
 * Basic Styles
 */
@font-face {
	font-family: Museo;
	font-weight:bold;
	src: url("/media/web/fonts/Museo700-Regular.eot");
	src: local('Museo'),
         url('/media/web/fonts/Museo700-Regular.ttf') format('truetype'),
         url('/media/web/fonts/Museo700-Regular.svg#webfont5gErXqQS') format('svg');
}
@font-face {
	font-family: MuseoSlab;
	font-weight:regular;
	src: url('/media/web/fonts/Museo_Slab_500.eot');
    src: local('Museo Slab'),
         url('/media/web/fonts/Museo_Slab_500.ttf') format('truetype'),
         url('/media/web/fonts/Museo_Slab_500.svg#webfontuLIW84qB') format('svg');
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #545454;
	font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}
a, a:link {
	color: #409edc;
	text-decoration: none;
	font-family:inherit;
}
a:visited {
	color: #409edc;
}
a:hover, a:focus {
	color: #2379b2;
	text-decoration: underline;
}
a:active {
	color: #2379b2;
}
a img {
	border:none;
}
:-moz-any-link:focus {
 outline: none;
}
/* Mozilla based browsers */
::-moz-selection {
 background-color: #cfecff;
 color: #000;
}
/* Works in Safari */
::selection {
 background-color: #cfecff;
 color: #000;
}
.left {
	float: left
}
.right {
	float: right
}
.overflow {
	overflow:hidden
}
/** 
 * Page Backgrounds
 */
#page {
	background:#fff url(../images/bg.png) repeat-x;
}
#inner-page {
	background:#fff url(../images/inner-background.jpg) repeat-x;
}
/**
 * Header
 */
#header {
	height:63px;
	position:relative;
	z-index:999
}
#logo a {
	display:block;
	background: url(../images/logo.png) no-repeat 0 0 scroll transparent;
	height:64px;
	width:312px;
	text-indent:-9999px;
	margin-top:0px;
	z-index:999;
	margin-left:-8px;
}
ul#topnav {
	padding: 0 0;
	width: 560px;  /*Change this if you want a bigger nav*/
	font-size: 1.2em;
	text-align:center;
	margin: 28px 0 19px 227px;
	list-style: none;
}
ul#topnav li {
	float: left;
	display: inline;
	margin: 0 5px;
	font-size:16px;
}
ul#topnav li a {
	text-decoration: none;
	float:left;
	cursor: pointer;
	color:#E1E1E1;
	font-size: 0.9em;
	text-shadow:1px 1px #111;
	padding:0;
}
ul#topnav li a span {
	margin: 0 5px 0 5px;
	padding: 6px 9px;
	position: relative;
	float:left;
}
ul#topnav li a:active {
	background:#CCC;
	color:#fff;
	margin-top:1px
}
ul#topnav li.active a, ul#topnav li a:hover {
	text-decoration:none;
	background:#595959;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#FFF;
}
ul#topnav li a#loginlink {
	color:rgb(158,214,57);
}
ul#topnav.sf-menu li.current ul, ul#topnav.sf-menu li ul {
	display:block;
}
/**
 * Home Page
 */
#banner {
	position:relative;
	z-index:100
}
#description {
	float:left;
	width:407px;
	margin-top:66px;
	margin-left:8px;
}
#description .head {
	color:#FFFFFF;
	text-shadow:0 1px 0 #444;
	margin-bottom:0.3em;
	line-height:1.1em;
	font-size: 2.7em;
	font-family:MuseoSlab;
	font-weight:normal;
}

#description .subhead {
	color: #04456c;
	margin-bottom:20px;
	text-shadow:none;
}
#homephone {
	margin-top:-10px;
	margin-right:55px;
	position:relative;
	float:right;
	height:446px;
	z-index:-10;
}
.who_uses {
	padding:10px 20px;
	margin-bottom:18px;
	border:1px solid #DCDEDE;
	background-color:#EFEFEF;
	width:848px;
	margin-top:16px;
}
.who_uses * {
	display:inline-block;
	vertical-align:middle;
}
.who_uses img {
	padding-left:20px;
}
.features {
	clear:both;	
}
.featurebox img {
	margin-right:15px;
	vertical-align:top;
	margin-left:-16px;
}
.featurebox {
	margin-right:22px;
	margin-bottom:10px;
	display:inline-block;
	width:290px;
	float:left;
	height:350px;
}
.featurebox h5 {
	margin-bottom:12px;
}
.featurebox p {
	font-size:13px;
	line-height:1.8em;
}
div#infobox {
	background-color:#ddecf4;
	padding:20px 15px 50px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin-top:70px;
	width:240px;
	margin-right:5px;
	margin-bottom:40px;
}
div#infobox div.featurebox h6 {
	margin-bottom:7px;
}
div#infobox h4{
	color:#1273AD;
	margin-bottom:30px;
}
div#sellingpts {
	width:612px;
	margin-right:0px;
}
div#ftrclient {
	width:580px;
	border-top:1px solid #DFDFDF;
	padding: 20px 0;
	text-align:center;
}
div#ftrclient h3 {
	margin-bottom:8px;
}
div#ftrclient div.featuretxt {
	width:580px;
	margin-top:10px;
}
div.featurebox#ftrclient img {
	margin-right:0
}
#txtuwinklogo {
	position:relative;
	right:14px;
	bottom:5px;
}
#didyouknow {
	width:220px;
	margin-right:30px;
	background-color:#DDECF4;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:15px;
	margin-top:-2px;
}
#didyouknow h4 {
	color:#1273AD;
}
#didyouknow ul {
	list-style-type:disc;
	margin-left:15px;
}
#didyouknow ul li {
	padding:5px 0;
	font-size:11pt;
}
#blogposts {
	width:385px;
}
#blogposts p {
	margin-bottom:10px;
}
#blogposts h6 {
	margin-bottom:7px;
}
#blogposts h6 a {
	color:#242424;
}
#blogposts a.readmore {
	font-size:10pt;
}
#blogposts div.homepost {
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:#CCC solid 1px;
}
#twitter {
	width:233px;
}
#twitter h5 {
	border-bottom:#242424 solid 1px;
}
#didyouknow p.source {
	color:#999;
	font-size:9pt;
	margin-top:10px;
}
.imgleft {
	float:left;
	padding:5px 10px;
}
div.secondpart {
	margin-top:15px;
}
/**
 * Page Structure
 */
div.separator {
	background: url(../images/sep-hoz-home.jpg);
	height:33px;
	width:941px
}
#main-secondary {
	margin-top:10px
}
#main-secondary .left-content-secondary img {
	float:left;
	padding:5px 15px 0 0;
}
#main-secondary .left-content-secondary {
	width:550px;
	padding-right:10px;
}
#main-secondary .right-content-secondary {
	padding-left:20px;
	padding-top:10px;
	width:330px;
}
#main-inner {
	margin-top:45px;
}
#main-inner .left-content-secondary {
	width:635px;
	padding-right:0px;
}
#main-inner .right-content-secondary {
	padding-left:20px;
	width:240px;
	margin-top: 30px
}
#main-inner .right-content-secondary h1 {
	text-align: center;
	font-size: 1.6em;
	color: #545454;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	padding: 8px 0;
	margin: 0 0;
}
#main-inner .right-content-secondary .arrow {
	background: url(../images/arrow.jpg) no-repeat 7px 0;
	width: 30px;
	text-indent: -9999px;
	margin: 0 auto;
}
#main-inner .right-content-secondary div.sidebar-box {
	clear:both;
	padding-top:30px;
	margin-bottom:0;
}
#main-inner .right-content-secondary div.sidebar-box p {
	line-height:25px;
	margin:0;
}
#main-inner .sidebar {
	text-align:center;
}

/**
 * Shared
 */
 
.main-title {
	text-align:center;
	margin: 35px 0 30px 0;
}
.subtitle {
	margin-top:-24px;
	margin-bottom:38px;
	color:#545454;
} 
#main-inner div.inner-page-title {
	margin-bottom:23px;
	text-align:center;
}

/**
 * Forms
 */

.field input {
	float:none;
}
.field {
	clear:both;
	margin:0 0 7px;
	position: relative;
	float:left;
}
.field * {
	vertical-align:middle;
}
form label {
	text-align:left;
	width:105px;
	line-height:18px;
	display:inline-block;
	color: #818181;
	text-shadow: 1px 1px #FFF;
	font-size:15px;
}
form input, form textarea, form select {
	position: relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	width:373px;
	background: #fff url(../images/text-form-bg.jpg) repeat-x;
	margin:12px 0;
	padding:10px 11px;
	font-size:15px;
	font-family:inherit;
	line-height:20px;
}
form input[type="submit"] {
	border: 0;
	background: url(../images/contact-submit.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
	height:38px;
	width: 125px;
	float:right;
	position:relative;
}
form input[type="submit"]:hover {
	background-position:0 -40px
}
form fieldset {
    margin-left: auto;
	margin-right: auto;
	width:507px;
	text-align:left;
	background: #f4f4f4 url(../images/white-space.gif) repeat-x top left;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 30px 50px 60px;
	margin-top: 25px;
}
form textarea {
	height:200px;
}
form h3 {
	background: url(../images/as.png) no-repeat 0 0;
	font-family:"Helvetica Neue","Arial", sans-serif;
	font-weight:normal;
	padding-left: 60px;
	height: 43px;
	line-height: 47px;
	text-shadow: 1px 1px #fff;
	text-align:left;
}
div.error input, div.error select, p.error input, p.error select, div.error textarea, p.error textarea {
	border-color: #8a1f11;
}
.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
}
.errormain {
	margin-bottom:20px;
	display: block;
	background: #FBE3E4 url('../images/nofeature.png') no-repeat 10px center;
	border: 1px solid #FBC2C4;
	color:#8a1f11;
	width:613px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
}
.errorlist {
	color:#8a1f11;
}
form div.field ul.errorlist {
	position:relative;
	left:109px;
	top:9px;
}
form p.required label, form div.required label {
	font-weight:bold;
	color:#545454;
}
.loader {
	padding: 0 10px;
}
form .success {
	color: #679B0B;
}
.trib {
	background:url(../images/trib.jpg) no-repeat 0 0;
	text-indent:-9999px;
	height:22px;
	width:82px;
	margin:144px auto 0;
}

/**
 * Contact Page
 */
#details p {
	text-align:justify;
}
#details p.mail {
	background:url(../images/mail.png) 0 30% no-repeat;
	padding-left:25px
}
#details p.tel {
	background:url(../images/phone.png) 0 30% no-repeat;
	padding-left:25px
}
#details p.fax {
	background:url(../images/fax.png) no-repeat scroll 0 30% transparent;
	padding-left:25px;
}
#details p.address {
	background:url(../images/present_16.png) 0 30% no-repeat;
	padding-left:25px;
}
#details p.address2 {
	padding-left:25px;
	line-height:18px;
}
#text-widget-contact {
	margin-top: 20px
}

/**
 * Learn More page
 */
#gallery {
	margin: 0 0 20px 0;
}
#gallery h3 {
	margin-bottom:11px;
	font-size:1.7em;
	color:#1273AD;
}
div.gallery-content img {
	padding: 0 20px;
}
#ftr_signup {
	text-align:center;
}

/**
 * Terms of Service and Privacy Policy
 */
 
.tostext ol {
	font-weight:bold;
	font-size:16px;
}
.tostext h3 {
	font-size:16px;
}
.tostext ol p {
	font-size:15px;
	font-weight:normal;
}
.privpoltxt ul {
	list-style-type: circle;
}

/**
 * Footer
 */

#footer {
	margin-top: 100px;
	height:433px;
	background:url(../images/footerbg.png) repeat-x
}
#top-footer {
	width:940px;
	height:382px;
	position:relative
}
#top-footer h5 {
	text-transform:uppercase;
	text-shadow:0px -1px #000;
	color:#a7ce41;
}
#top-footer div.footer-list {
	margin-top:38px;
	width: 205px;
}
#top-footer div.footer-list h5 {
    margin-bottom: 10px;
}
#top-footer div.footer-list ul {
	margin-left:0;
	width:160px;
}
#top-footer div.footer-list ul li {
	list-style:none;
	margin-left:0;
}
#top-footer div.footer-list ul li a {
	color:#888;
	display:block;
	border-bottom:1px solid #333;
	padding: 8px 0;
	text-decoration:none;
	text-shadow: 0 -1px #000;
}
#top-footer div.footer-list ul li a:hover {
	background:#111111;
}
#top-footer div.copyright {
	margin-top:100px
}
#top-footer div.copyright p {
	color:#e2e2e2;
	text-shadow:1px 1px #000
}
#top-footer {
	margin:0 auto;
	display:block
}
#credits {
	width:265px !important;
	margin:0;
}
#credits p {
	margin-bottom:5px;
	color:#888;
	text-shadow: 0 -1px #000;
	vertical-align:middle;
}
#credits img {
	padding-right:7px;
	vertical-align: middle;
}

/**
 * Reseller page
 */

#reseller p {
  font-size: 16px;
  margin: 0;
}
#reseller ol {
  margin: 20px 0 20px 40px;
  margin-left: 40px;
}
#reseller h2 {
  color: #242424;
  margin-bottom: 36px;
}
#reseller h4 {
  color: #1273AD;
  margin: 20px 0;
}
#reseller .separator {
  margin-top: 30px;
}
#reseller form .field {
  margin-bottom: 0;
}
#reseller form fieldset {
  margin-left: 0;
  margin-right: 0;
  width: 580px;
  padding-bottom: 30px;
}
#reseller form input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#reseller form input[type="submit"] {
  float: none;
}
#reseller form #services label {
  width: 510px;
  font-weight: normal;
  margin: 7px 0 0 5px;
}
#reseller form .help {
  font-weight: bold;
  margin: 10px 0 5px;
  display: inline-block;
}

#reseller form textarea {
  width: 500px;
  height: 100px;
}

/**
 * Press Page
 */
 
#press h3 {
  text-align: center;
}
#press h4 {
  margin: 20px 0;
}
#press p {
  font-size: 16px;
}
