/* ###########
	fonts
########### */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(fonts/Roboto-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(fonts/Roboto-Light.woff) format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(fonts/Roboto-Medium.woff) format('woff');
}

/* ###########
	basics
########### */
body
{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', verdana, sans-serif;
	font-size:13px;
	font-weight:300;
	background-color:rgb(240, 240, 240);
	line-height: 1.8em;
}

#page
{
	background-color:rgb(255, 255, 255);
	width: 800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 30px;
	position:relative;
	border-radius: 10px;
	overflow: hidden;
}

h1, h2
{
	display: block;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 1px solid black;
	width: 100%;
	margin-top:35px;
}

h2
{
	font-size: 15px;
	margin-left: 15px;
	width: 90%;
	border-bottom: 1px dashed black;
}

h1 span.subHeader
{
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
	text-decoration: none;
	margin-left: 20px;
}

h2 span.subHeader
{
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
	margin-left: 20px;
}


p, div.mainText
{
	position:relative;
	display: block;
	margin-left: 37px;
	margin-right: 20px;
	margin-bottom: 0px;
}

strong
{
	font-weight: 500;
}

b
{
	font-weight: 500;
}

ul
{
	padding-left: 0px;
	margin-left: 15px;
	list-style-type: square;
}

img
{
	border-width: 0px;
}

img.feature_screenshot
{
	float:left;
	border:4px solid rgb(64, 127, 255);
	border-radius: 4px;
	overflow: hidden;
}

a, a:visited a:active
{
	color: rgb(0, 0, 210);
	text-decoration: none;
}

a:hover
{
	color: rgb(100, 100, 210);
}

/* ###########
	Top Bar
########### */
#topbar
{
	width:100%;
	float:left;
	background-color:rgb(64, 127, 255);
	/*background-color:rgb(240, 240, 240);*/
}

#logo
{
	position:relative;
	top: 17px;
	left: 30px;
	height: 105px;
	pointer-events: none;
}

#logo img
{
	float:left;
}

/* #########
	NavContainer
######### */

#navcontainer
{
	
}

#navcontainer ul
{
	background-color:rgb(157, 189, 255);
	/*background-color:rgb(240, 240, 240);*/
	margin-left: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:left;
	width: 100%;
	/*font-family: verdana, sans-serif;*/
	font-size: 13px;
	font-weight: 400;
	/*line-height: 15px;*/
}

#navcontainer ul .spacer
{
	width: 32px;
	padding-right: 0px;
}

#navcontainer ul li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 0px;
	float: left;
}

#navcontainer ul li a
{
	padding: 2px 15px;
	color: black;
	text-decoration: none;
	float: left;
	border-left: 1px solid rgb(0, 0, 0);
	border-right: 1px solid rgb(0, 0, 0);
}

#navcontainer ul li a.active
{
	background-color:rgb(118, 162, 255);
	/*background-color:rgb(220, 220, 220);*/
}

#navcontainer ul li a:hover
{
	background-color:rgb(118, 162, 255);
	/*background-color:rgb(220, 220, 220);*/
}


/* #########
	Sub-NavContainer
######### */

#subnavcontainer
{
	clear: both;
	/*background-color:rgb(157, 189, 255);*/
	position: relative;
	height: 30px;
}

#subnavcontainer ul
{
	margin-left: 0px;
	padding-left: 50px;
	margin-top: 5px;
	margin-bottom: 0px;
	width:100%;
	float:left;
	/*font-family: verdana, sans-serif;*/
	font-size: 12px;
	font-weight: 400;
}

#subnavcontainer ul li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 0px;
	float: left;
}

#subnavcontainer ul li a
{
	padding-top: 0px;
	padding-bottom: -3px;
	color: rgb(70, 70, 70);
	
	text-decoration: none;
	float: left;
	border-bottom: 0px;
	display: block;
}

#subnavcontainer ul li a.active
{
	border-bottom: 1px solid;
}

#subnavcontainer ul li a:hover
{
	color: rgb(0, 0, 0);
	border-bottom: 1px solid black;
}

/* #########
	Sub-NavContainer
######### */

.subProductIconMenu
{
	margin-top: 0px;
	padding: 0px;
}

.subProductIconMenu ul
{
	margin: 0px;
	padding: 0px;
	background-color: #FF0000;
}

.subProductIconMenu ul li
{
	display: inline;
	float: left;
	padding: 3px 7px 3px 7px;
}

.subProductIconMenu ul li a
{
	font-size: 11px;
}