﻿/*-  BASE STYLES
----------------------------------------------------------------------*/

/*- self-clearing floats ----------*/

.mod:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*- fluid images and objects ----------*/

img,
object,
embed {max-width: 100%;}


/*- Paul Irish's Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ ----------*/

@font-face {
  font-family: 'Graublau Web';
  src: url('GraublauWeb.eot');
  src: local('☺'),
         url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype');
}


/*- LET'S GET STARTED!
----------------------------------------------------------------------*/

body {
	background: #fff url(../img/body.jpg) 50% 0;
	color: #333;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 740px;
	padding: 0;
}

a {
	color: #b32017;
}

.button {
	background: #b32017;
	border: 0;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

p {
	margin-bottom: 12px;
}

hr {
	border-top: 1px dotted #ccc;
}

.align-right {
  text-align: right;
}



section {
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}
section.noborder {
	border-bottom: 0;
}
#content section {
	border-bottom: 1px solid #666666;
}



header {
	background: #000 url(../img/body2.jpg) 50% 0;
	border-bottom: 5px solid #ddd;
	padding: 20px 0 10px 0;
}

header .container_9 {
	border-bottom: 0;
}

/*#abc {
	background: #fff;
	float: right;
	margin-bottom: 20px;
	padding: 7px 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#abc a {
	color: #b32017;
	font-weight: bold;
	text-decoration: none;
	
}*/

header .grid_3 {
	clear: both;
}

header nav .reseller {
	display: block;
	float: right;
	margin-bottom: 14px;
}

header nav .button {
	clear: both;
  display: block;
  float: right;
  margin-bottom: 15px;
}

header nav ul {
  clear: both;
	float: right;
}

header nav li {
	float: left;
	padding: 0 0 0 20px;
}

header nav a {
	color: #ccc;
	text-decoration: none;
}

header nav a:hover {
	color: #fff;
}

header nav .active a {
	color: #fff;
	font-weight: bold;
}



#subheader {
	padding-top: 40px;
}

#subheader_home {
	background: url(../img/photo_home.png) 0 90px no-repeat;
	color: #999;
	font-style: italic;
	padding-bottom: 20px;
}

#subheader_home h2 {
	background: url(../img/headline_home.png) 50% 0 no-repeat;
	height: 58px;
	overflow: hidden;
	text-indent: -9999px;
}

#subheader_pro h2 {
	background: url(../img/headline_pro.png) 0 0 no-repeat;
	float: left;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	width: 212px;
}

#subheader_consumer h2 {
	background: url(../img/headline_consumer.png) 0 0 no-repeat;
	float: left;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	width: 242px;
}

#subheader_contact h2 {
	background: url(../img/headline_contact.png) 0 0 no-repeat;
	float: left;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	width: 312px;
}

#subheader_thankyou h2 {
	background: url(../img/headline_thankyou.png) 0 0 no-repeat;
	float: left;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	width: 198px;
}

#subheader_home_caption_pro {
	float: left;
	padding-top: 160px;
	text-align: left;
}

#subheader_home_caption_consumer {
	float: right;
	padding-top: 380px;
	text-align: right;
}

#subheader_home_abc {
	clear: left;
	float: left;
	padding-top: 165px;
}

#subheader_home_abc a {
	background: url(../img/abc.png) 0 0 no-repeat;
	display: block;
	height: 48px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	width: 347px;
}

#subheader_home strong {
	color: #333;
}

#slider {
	height: 370px;
	overflow: hidden;
}

#slider img {
	display: block;
}

#slider_nav {
	float: right;
	line-height: 26px;
	margin-bottom: 0;
}



#content {
	background: #000 url(../img/body2.jpg) 50% 0 no-repeat;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	color: #ccc;
}



#features {
	color: #999;
}

#features .grid_3 {
	padding-top: 30px;
}

#features .grid_3 div {
	border-bottom: 1px dotted #666666;
	padding-left: 42px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 178px;
}

#features h3 {
	height: 30px;
	margin: 0;
	text-indent: -9999px;
}

#features p {
	margin-bottom: 0;
}

#features_fast {
	background: url(../img/icon_fast.png) 0 50% no-repeat;
	border-top: 1px dotted #666666;
}
#features_fast h3 {
	background: url(../img/h3_fast.png) 0 0 no-repeat;
}

#features_easy {
	background: url(../img/icon_easy.png) 0 50% no-repeat;
}
#features_easy h3 {
	background: url(../img/h3_easy.png) 0 0 no-repeat;
}

#features_safe {
	background: url(../img/icon_safe.png) 0 50% no-repeat;
}
#features_safe h3 {
	background: url(../img/h3_safe.png) 0 0 no-repeat;
}





#sharktank {
	background: #000 url(../img/sharktank.jpg) 0 0 no-repeat;
	border: 0;
	color: #ccc;
	height: 230px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#sharktank h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 30px;
}

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



#description {
	border-bottom: 0;
	padding: 20px 0 28px 0;
}

#description p {
	margin-bottom: 12px;
}



#request {
	background-color: rgba(0, 0, 0, 0.05);
	border-bottom: 0;
	padding-top: 40px;
}

#request h3 {
	color: #fff;
}

form {
	padding-top: 20px;
	padding-bottom: 20px;
}

fieldset {
	clear: both;
	margin-bottom: 18px;
}

fieldset label {
	display: block;
	float: left;
	line-height: 12px;
	margin-right: 10px;
	padding: 10px 0;
	text-align: right;
	width: 160px;
}

fieldset .textbox {
	border: 1px solid #ccc;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 5px;
	width: 300px;
}

fieldset .textbox.short {
	width: 50px;
}

fieldset select {
	border: 1px solid #ccc;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 18px;
	padding: 2px;
}

fieldset th, fieldset td {
	background-color: rgba(255, 255, 255, 0.2);
	border-bottom: 1px dotted #666666;
	padding: 5px 20px;
	text-align: left;
	vertical-align: middle;
}

fieldset th {
	border-top: 1px dotted #666666;
}

fieldset tfoot td {
	font-size: 11px;
	font-style: italic;
}

fieldset textarea.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 450px;
}

input.button {
	margin-left: 170px;
}



h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}



#about {
	background-color: rgba(0, 0, 0, 0.05);
	border-top: 1px solid #ccc;
	color: #666666;
	margin-top: 20px;
}

#about .grid_2 {
	padding-top: 11px;
}

#about p {
	margin-bottom: 0;
}



footer {
	color: #999;
	font-size: 11px;
	margin-bottom: 100px;
	padding: 20px 0;
}

footer p {
	margin-bottom: 0px;
}

footer .grid_4 p {
	text-align: right;
}

footer em {
	color: #b32017;
}

footer a {
	color: #999;
}