html {
	height: 100%;
}

body {
	font-family: sans-serif;
	font-size: 16px; 
	font-weight: 400;
	background: #838383
	background-repeat: repeat;
	margin: 0px;
	line-height: 1.5;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #1867b0;
	text-decoration: none;
}

img {
	border: 0;

}

.container {
	margin: auto;
	max-width: 900px;
	text-align: center;
}

.container-left {
	margin: auto;
	max-width: 900px;
	text-align: left;
}

.page {
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	background: #fff 
	overflow: hidden;
	color: #1c515c;
}

#headercontainer {
	margin: auto;
	max-width: 1000px;
}

.subtitle {
	position: relative;
	text-align: center;
	background: #2b2e3b;
	margin: 0px;
}

h1.subtitle {
	color: #71b0bf;
	font-size: 34px;
	font-weight: 400;
	padding-top: 30px;
}

p.subtitle {
	color: #71b0bf;
	margin: 0px;
	font-size: 26px;
	font-weight: 200;
	opacity: 0.5;
	padding-bottom: 30px;
}

#header {
	background: url('menubar.png');
	position: relative;
	height: 92px;
}

.logo {
	float: left;
	background: url('logo.png');
	width: 232px;
	height: 58px;
	margin-top:17px;
}

.logo:hover {
	background: url('logo_hot.png');
}

ul.mainmenu {
	float: right;
	list-style: none;
	margin: 0;
	margin-top: 36px;
}

.mainmenu li {
	float: left;
	padding-bottom: 1px;
}

.mainmenu li a:link, .mainmenu li a:visited {
	color: #71b0bf;
	text-decoration: none;
 	padding: 2px 10px;
	margin-left: -1px;
	font-size: 16px;
}

.mainmenu li a:hover {
	color: #9ae8f9;
	font-size: 16px;
}


h1 {
	font-size: 32px;
	font-weight: 100;
	margin-bottom: 20px;
	margin-top: 10px;
}

h2 {
	font-size: 24px;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.bigtext {
	font-size: 22px;
	font-weight: 100;
}


.columns h2, h2.no-space {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 0;
}

#content h3.dt {
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 13px;
}

hr {
	clear: both;
	margin: 10px -40px;
	height: 0px;
	border: none;
	background-color: #eee;
	color: #eee; /*ie*/
	width: 0px; /*ie*/
}

/* Product logo */

img.product {
	float:center; 
 	margin: 0px 10px
}

/* tips */

p.tips {
	font: 13px/15px Verdana, sans-serif; 	
}

/** Buttons **/

p.ButtonGroup {
	 padding: 20px 0px
}

.button {
	font-weight: 600;
	border-radius: 7px;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	height: 32px;	
        margin: 5px
}

a.button, a:visited.button {
	border: 1px solid #1c515c;
	background: #fff;
	text-decoration: none;
	color: #1c515c;
}

a:hover.button {
	border: 1px solid #1c515c;
	background: #1c515c;
	color: #fff;
	text-decoration: none; /* IE */
}

/* Columns */

.columns {
	overflow: hidden;
}

.column {
	float: left;
	width: 192px;
	margin-right: 20px;
	vertical-align: top;
}

.last {
	margin-right: 0;
	clear: right;
}

a.header-link {
	color: #444;
}

p.edit-link {
	display: block;
	position: fixed;
	bottom: 0;
	right: 10px;
}
p.edit-link a {
	color: #c0c0c0;
}

#footer {
	background: #f6f8f8;
	height: 92px;
	font-size: 13px;
	font-weight: 600;
	clear: both;
	text-decoration: none;
	color: #82939b;
	padding-left: 20px;
}

#footercontainer {
        margin: auto;
	max-width: 1000px;
}


#footer a {
	color: #82939b;
	margin: 0px 15px;
}

#footer a:hover {
	color: #345672;
}

.footeritem {
	float: left;
	margin-top: 35px;
}

.footercopy {
	float: right;
	margin-top: 35px;
}


.box {
  	display: inline-block;
  	width: 270px;
  	margin: 10px;
	vertical-align: top;
	text-align: center;
	font-weight: 500;
}


.form-group {
  	display: inline-block;
  	margin: 15px;
  	width: 600px;
}

.form-control {
	font-size: 17px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-radius: 7px;
	height: auto;
	border: 1px solid #929292;
	color: #2D86DA;
	box-shadow: none;
	padding: 10px;
        margin: 5px
}

.form-control:focus, .form-control.focus {
	border-color: #000000;
}

.form-button {
	font-size: 17px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-radius: 7px;
	height: auto;
	box-shadow: none;
	padding: 10px;
        margin: 5px
	text-decoration: none; /* IE */
	appearance: none;
	border: 1px solid #1c515c;
	background: #fff;
	text-decoration: none;
	color: #1c515c;
}

input:hover.form-button {
	border: 1px solid #1c515c;
	background: #1c515c;
	color: #fff;
	text-decoration: none; /* IE */
}

.signup-form {
	margin-bottom: 30px;
}


code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: normal;
}