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;
}

a:visited {
	color: #000;
}

a:hover {
	color: #5f8fec;

}

img {
	border: 0;

}

.container-client {
	margin: auto;
	text-align: center;
}

.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: #2b3445;
}

#headercontainer {
	margin: auto;
	max-width: 1000px;
}

.subtitle {
	position: relative;
	text-align: center;
	background: #27303f;
	margin: 0px;
}

h1.subtitle {
	color: #6d92da;
	font-size: 21px;
	font-weight: 400;
	padding-top: 30px;
}

p.subtitle {
	color: #6d92da;
	margin: 0px;
	font-size: 18px;
	font-weight: 200;
	opacity: 0.7;
	padding-bottom: 30px;
}

#header {
	background: url('menubar.png');
	position: relative;
	height: 92px;
}

.logo {
	float: left;
	background: url('logo.png');
	width: 280px;
	height: 58px;
	margin-top:17px;
}

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: #6d92da;
	text-decoration: none;
 	padding: 2px 15px;
	margin-left: -1px;
	font-size: 16px;
}

.mainmenu li a:hover {
	color: #5f8fec;
	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
}

img.product:hover {
   	opacity: 0.8;
}


/* tips */

p.tips {
	font: 13px/15px Verdana, sans-serif; 	
}

/** Buttons **/

p.ButtonGroup {
	 padding: 20px 0px
}

.button {
	font-weight: 600;
	border-radius: 5px;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	height: 32px;	
        margin: 5px
}

a.button, a:visited.button {
	border: 1px solid #d7e2f9;
	background: #fff;
	text-decoration: none;
	color: #5f84da;
}

a:hover.button {
	border: 1px solid #5f84da;
	background: #5f84da;
	color: #fff;
	text-decoration: none;
}

/* 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: #f6f7f8;
	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;
        text-decoration: none;
}

#footer a:hover {
	color: #345672;
        text-decoration: none;
}

.footeritem {
	float: left;
	margin-top: 35px;
}

.footercopy {
	float: right;
	margin-top: 35px;
}


.box {
  	display: inline-block;
  	width: 330px;
  	margin: 10px;
	vertical-align: top;
	text-align: center;
	font-weight: 500;
}

.stylebox {
  	display: inline-block;
  	width: 370px;
  	margin: 10px;
	vertical-align: top;
	text-align: center;
	font-weight: 500;
}


table {
   font-family: sans-serif;
   font-size: 13px; 
   font-weight: 400;
   background: #838383
   background-repeat: repeat;
   margin: 0px;
   line-height: 1.2;
}