* {
	margin: 0;
	outline: 0
}

body,
html {
	height: 100%
}

body {
	font-size: 18px;
	line-height: 26px;
	font-family: 'Segoe-UI', Georgia, times, serif;
	color: #555555;
	background: #fff;
	/*min-width: 960px*/
}

h2 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'Segoe-UI-SemiBold', Georgia, times, serif;
	font-size: 24px;
	color: #00a8ff
}

p {
	margin: 20px;
	padding: 0;
	letter-spacing: 0px;
	font-family: 'Segoe-UI', Georgia, times, serif
}

.shell {
	margin: 0 auto;
	padding: 0;
	max-width: 797px;
    width: 90%;
}

#header {
	margin: 0;
	padding-top: 10px;
	height: 90px;
	background: #fff;
	border-bottom: #00A8FF 10px solid
}

@media only screen and (max-width: 675px) {
	#header{
		height: 120px;
	}
}


#logo {
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	font-family: 'Russo One', sans-serif;
	font-size: 30px;
}

.nav-div{
	width:100%;
	text-align: center;
	padding-top: 15px;
}

nav {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

nav ul {
	display: inline;
	list-style: none;
}

nav li {
	display: inline;
	padding: 0 10px 0 0;
	list-style: none
}

nav li a {
	text-decoration: none;
	color: #777777
}

#main {
	margin: 0;
	padding: 0;
	background-color: #fbfbfb
}

#headline {
	margin: 0;
	padding: 10px 0;
	font-family: 'Segoe-UI-SemiBold', Georgia, times, serif;
	font-size: 26px;
	text-align: center;
	letter-spacing: -1px;
	line-height: 30px;
	text-shadow: 3px 3px 2px #fff
}

#headline .style1 {
	font-size: 36px;
	margin-bottom: 8px
}

#headline strong {
	color: #00a8ff
}

div.box1 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 10px;
	margin-bottom: 50px;
	-webkit-box-shadow: 1px 2px 3px 0px #ccc;
	box-shadow: 1px 2px 3px 0px #ccc
}

.box1 h1 {
	text-align: center;
	margin: 25px 0;
	font-family: 'Segoe-UI-SemiBold', Georgia, times, serif;
	font-size: 30px;
	color: #00a8ff
}


div.box1 ul {
	margin: 20px 0 0 25px
}

div.box1 ul li {
	/*list-style-type: none;*/
	margin: 5px 0;
	/*padding-left: 20px;*/
	/*background: url(list-button.png) left center no-repeat;*/
	/*line-height: 20px*/
}

.order-button {
	max-width: 797px;
	height: 89px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 90px;
	color: #886a00;
	font-size: 36px;
	font-family: 'Museo500', Georgia, times, serif;
	background: #ffc600 repeat-x;
	text-decoration: none;
	border-radius: 4px;
	margin-bottom: 10px;
	width: 100%;
}

div.order-guarantee {
	width: 797px;
	height: 150px;
	display: block;
	padding: 0;
	margin: 0 auto;
	text-align: center
}

div.order-guarantee .element {
	display: inline-block;
	height: 90px;
	padding-top: 25px
}

div.order-guarantee .left {
	min-width: 295px;
	vertical-align: top
}

div.order-guarantee .middle {
	min-width: 215px;
	vertical-align: top
}

div.order-guarantee .right {
	min-width: 275px;
	vertical-align: top
}

div.order-guarantee .element img {
	float: left;
	text-align: left;
	vertical-align: middle
}

div.order-guarantee .element p {
	color: #a4a4a4;
	font-size: 16px;
	font-family: 'Segoe-UI', Georgia, times, serif;
	text-align: left;
	line-height: 32px
}

div.order-guarantee .element strong {
	display: block;
	color: #999999;
	font-family: 'Segoe-UI-SemiBold', Georgia, times, serif;
	font-size: 34px
}

blockquote {
	margin-left: 50px;
	border-left: 5px solid #d6d6d6;
	font-style: italic
}

#guarantee {
	background: transparent url(bg-guarantee.png) 0 0 no-repeat;
	margin: 0;
	padding: 10px;
	padding-top: 200px
}

#guarantee p {
	font-family: 'Segoe-UI', Georgia, times, serif
}

.question {
	margin: 0 0 0 20px;
	color: #000
}

footer {
	border-top: 1px solid #f3f3f3
}

footer p {
	font-size: 14px;
	text-align: center;
	font-family: 'Segoe-UI', Georgia, times, serif
}

footer p a {
	color: #898989;
	text-decoration: underline
}

#header-menu{
	float: right;
	padding-top: 20px;
}

#pricing-block{
	max-width: 500px;
	margin: auto;
}

#pricing-block li{
	list-style-type: square;
}

#pricing-block p{
	text-align: center;
}

/* add red asterisk to required form fields */
div.required label:after {
	content: " *";
	color: #e13431;
}

.hint-block{
	font-size: 0.8em;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}
