html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font: normal normal normal 13px/1.7em 'Segoe UI', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	color: #afafaf;
	background: #fff url(../images/body-bg.png) repeat-x;
	min-height: 100%;
	/* 16px / 24px */
	line-height: 1.5em;
}
section {
	color: #333333;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
b, strong {
	font-weight: bold;
}
abbr[title] {
	border-bottom: 1px dotted;
}
input, textarea, button, select {
	margin: 0;
	font-size: 100%;
	line-height: normal;
	vertical-align: baseline;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
*
*  Simple fluid media
*
*/
figure {
	position: relative;
}
figure img, figure object, figure embed, figure video {
	max-width: 100%;
	display: block;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.image-caption {
	font-size: 80%;
	padding-top: 0.5em;
}
small, h4 {
	font-size: 0.7em;
	line-height: 1em;
}
.normal, h3 {
	/* 16px / 24px */
	font-size: 1em;
	line-height: 1.5em; /* 24px */
}
h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.2em;
	margin: 0.4em 0 0.6em 0.2em;
}
.large, h1 {
	/* 26 / 36px */
	font-size: 1.625em;
	line-height: 1.3846153846153846em;
}
a:link, a:visited {
	background: none;
	color: #afafaf;
	text-shadow: none;
	text-decoration: none;
}
a:hover, a:active {
	color: fff;
}
/* @group General CLasses */
.relative {
	position: relative;
}
.strip {
	margin: 0;
	padding: 0;
}
.strip li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.float-l, .float-r {
	position: relative;
	float: left;
}
.float-r {
	float: right;
}
.align-l {
	text-align: left;
}
.align-c {
	text-align: center;
}
.align-r {
	text-align: right;
}
.align-j {
	text-align: justify;
}
.hr {
	border-top: 1px solid #DDD;
	font-size: 1px;
	padding-bottom: 20px;
}
.bold {
	font-weight: bold;
}
.hidden {
	display: none;
}
.spacer {
	height: 2em;
	content: '';
}
/* @group Sprite */
.topmenu, .topmenu li, nav, nav li, .search-box, .icon, .social .icon, .twitter-follow, .b2-widget-btn i, .bullet, .tweet_action i {
	background: url("../images/sprite_v1.png") 0 0 no-repeat;
}
/* @group Header Menu */
.topmenu, nav {
	height: 34px;
	line-height: 34px;
	background-position: 0 -300px;
	background-repeat: repeat-x;
}
.topmenu .menu {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
.topmenu .search-box {
	background-position: -800px -250px;
	background-color: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 11px;
}
.topmenu ul {
	padding: 0;
	margin: 0;
}
.topmenu li, nav li {
	float: left;
	padding: 0 30px;
	margin: 0;
	list-style: none;
	background-position: -500px -40px;
}
.topmenu li:first-child, nav li:first-child {
	padding-left: 0;
	background: none;
}
.topmenu a, nav a {
	color: #AFAFAF;
}
.topmenu a:hover, .topmenu .active {
	color: #FFF;
	text-decoration: none;
}
/* Main Nav */
#topimage {
	clear: both;
}
#banner nav {
	height: 34px;
	line-height: 34px;
	background-position: 0 -300px;
	background-repeat: repeat-x;
	border: 1px solid #777;
	padding: 0;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#banner nav ul {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
#banner nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background-position: -500px -40px;
}
#banner nav a:link, #banner nav a:visited {
	display: inline-block;
	height: 30px;
	color: #AFAFAF;
	text-decoration: none;
}
#banner nav a:hover, #banner nav a:active, #banner nav .active a:link, #banner nav .active a:visited {
	color: #fff;
	text-shadow: none !important;
}
#banner nav li:first-child a {
	margin-left: 20px;
}
#lightblock_div {
	font-size: 1.2em;
	color: #333333;
	background: #ddd;
	height: 100%;
}
section a:link, section a:visited {
	background: none;
	color: #333333;
	text-shadow: none;
	text-decoration: none;
	font-size: 1.2em;
}
a.info {
	position: relative; /*this is the key*/
	display: inline-block;
 *display: inline;
}
a.info span { /*the span will display just on :hover state*/
	width: 100%;
	height: 1.2em;
	line-height: 14px;
	padding: 5px;
	left: 50%;
	margin-left: -64px;
	font-size: 11px;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: white;
	text-indent: 0px;
	border-radius: 5px;
	bottom: 0px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
	position: absolute;
	max-width: 100%;
	opacity: 0;
	zoom: 1;
}
/* arrows - :before and :after */
.info:hover span:before, .info:hover span:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.info:hover span:after {
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
a.info:hover span {
	opacity: 0.9;
	bottom: 30px;
}
.bullet {
	height: 16px;
	width: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-position: -10px -120px;
	background-repeat: no-repeat;
	line-height: 16px;
}
section li {
	padding-bottom: 0.5em;
}
section p {
	margin: 0.5em;
}
section h3 {
	margin: 0.5em 0.5em;
	font-size: 1.2em;
	font-weight: 500;
}
dl {
	margin: 1.5em 0.5em;
}
dt {
	background-color: #ccc;
	margin: 0.5em 0em;
	font-size: 1.2em;
	font-weight: 500;
}
dd {
	margin: 0 0.5em;
}
	

