/* @group RESET */
*{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.25em;
	line-height: 1.0em;
}

p {
	margin: 0 0 1.3em;
}

ul, ol {
	padding: 1.0em 0;
	margin-left: 2.5em;
}

li {
	margin-left: 2.0em;
}

/* @end */

/* @group Sticker */

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -129px; /* the bottom margin is the negative value of the footer's height */
}
.footerContainer, .push {
	height: 129px; /* .push must be the same height as .footer */
}

/* @end */

/* @group Lightbox */

#lightbox {
	background-color:#E4F2FF;
	padding: 10px;
	border: 2px solid #A3C9DF;
	}
	
#lightboxDetails {
	font-size: 1.0em;
	padding-top: 0.4em;
	}
		
#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#lightbox img {
	border: none;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(../images/lightbox/overlay.png);
}

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox/overlay.png", sizingMethod="scale");
}

#closeButton {
	top: 5px;
	right: 5px;
}

kbd {
	display: inline;
	font-family: Verdana;
	font-size: 13px;
	height: 16px;
	width: 9px;
	background-color: rgb(221, 221, 221);
	border-bottom: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
	color: rgb(85, 85, 85);
	padding: 0px 3px 2px 4px;
}

/* @end */

/* @global */

body {
	background-color: #fff;
	font: 75%/1.8em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	color: #222;
}

a:link, a:visited {
	color: #0097C0;
	text-decoration: none;
}

a:hover, a:active {
	color: #57ABC0;
	text-decoration: underline;
}

img, img a:link {
	border-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, "Lucida Grande","Lucida Sans Unicode", verdana, arial, sans-serif;
	font-weight: normal;
	color: #003167;
}

.clear {
	clear: both;
}

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

.clearNone {
	clear: none;
}

.widthCheck {
	background-color: red;
	margin: 0;
	padding: 0;
	height: 200px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.align-center {
	text-align: center;
	margin: 0 auto;
}

.emphasis {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

a.red, div.red, span.red {
	color: red;
	font-size: 1.5em;
}

.font-size12 {
	font-size: 12px;
}

.indent {
	text-indent: 20px;
}

code {
	font: 1.1em/1.5em "Times New Roman", Times, serif;
	color: #666;
}

.block {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.border-bottom {
	border-bottom: 1px solid #68B6CC;
}

.border-right {
	border-right: 1px solid #68B6CC;
}

.fifteen15Bottom {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.thirty30Bottom {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.column1of2 {
	width: 48%;
	float: left;
}

.column2of2 {
	margin-left: 52%;
}

.column1of3 {
	width: 30%;
	float: left;
}

.column2of3 {
	margin-left: 35%;
	margin-right: 35%;
}

.column3of3 {
	width: 30%;
	float: right;
}

.column1of4, .column2of4, .column3of4, .column4of4 {
	display: inline;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

.column1of4 *, .column2of4 *, .column3of4 *, .column4of4 * {
	width: 90%;
	margin: 0 5%;
}

.column1of5, .column2of5, .column3of5, .column4of5, .column5of5 {
	display: inline;
	float: left;
	width: 20%;
	padding: 0;
	margin: 0;
}

.column1of5 *, .column2of5 *, .column3of5 *, .column4of5 *, .column5of5 * {
	width: 90%;
	margin: 0 5%;
}

.column1of8, .column2of8, .column3of8, .column4of8,
.column5of8, .column6of8, .column7of8, .column8of8 {
	display: inline;
	float: left;
	width: 10%;
	margin: 0 1%;
}

.column20R {
	width: 20%;
	float: right;
}

.column80L {
	margin-right: 25%;
}

.image-left {
	float: left;
	margin: 0 15px 0 0;
	line-height: 0;
}

.go-left {
	float: left;
	line-height: 0;
}

.image-right {
	float: right;
	margin: 0 0 0 15px;
	line-height: 0;
}

.go-right {
	float: right;
	line-height: 0;
}

.button-right {
	float: right;
	width: 162px;
	margin-left: 15px;
}

.overview-left {
	float: left;
	width: 545px;
}

.margin_none {
	margin: 0;
}

.margin10 {
	margin-bottom: 10px;
}

/* @end */

/* @group Layout */

body {
	background: #fff url(../images/layout/toolbar_horizontal.jpg) repeat-x;
}

.navbar {
	width: 752px;
	margin: 0 auto;
}

img.logo.header {
	float: left;
}

/* toolbar_main */
#toolbar_main {
	float: right;
}

#toolbar_main ul.navlist {
	margin: 0;
	padding: 0;
}

#toolbar_main ul.navlist li {
	list-style: none;
	display: inline;
	line-height: 53px;
	margin: 0;
	padding: 0;
}

#toolbar_main ul.navlist li a {
	margin: 0 10px;
}

#toolbar_main ul.navlist li a:link, #toolbar_main ul.navlist li a:visited {
	color: #8AE6FF;
}

#toolbar_main ul.navlist li a:hover, #toolbar_main ul.navlist li a:active {
	color: #fff;
	border-bottom: 3px solid #fff;
	text-decoration: none;
}

#toolbar_main ul.navlist li.current a {
	color: #fff;
	border-bottom: 3px solid #fff;
}

/* toolbar_sub */
#toolbar_sub {
	position: relative;
	text-align: center;
	margin: -31px 0 15px;
}

#toolbar_sub ul.navlist {
	margin: 0;
	padding: 0;
}

#toolbar_sub ul.navlist li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;

}

#toolbar_sub ul.navlist li a {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #448B9E;
	border-bottom-style: none;
	background-color: #0097C1;
	color: #ededed;
}

#toolbar_sub ul.navlist li.current a, #toolbar_sub ul.navlist li.normal a:hover, #toolbar_sub ul.navlist li.normal a:active {
	border: 1px solid #68B6CC;
	border-bottom-style: none;
	background-color: #fff;
	text-decoration: none;
	color: #0097C0;
}

.info_box {
	background: #ACEEFD url(../images/layout/info_box.jpg) repeat-x;
	height: 239px;
}

.pageHeader {
	width: 752px;
	height: 239px;
	margin: 0 auto;
	padding-top: 20px;
}

.pageHeader .title h1 {
	font-size: 2.8em;
	font-weight: bold;
}

.pageHeader .title h1.home {
	font-size: 4.8em;
	font-weight: bold;
	text-align: right;
	margin-right: 35px;
}

.pageHeader.products .title {
	float: right;
	text-align: center;	
	width: 250px;
}

.pageHeader.tictactouch .title,
.pageHeader.fourinarowtouch .title,
.pageHeader.touch_tennis .title,
.pageHeader.mancala .title,
.pageHeader.oortstorm .title,
.pageHeader.touch_hockey .title {
	text-align: center;
	padding: 160px 0 0;
}

.pageHeader.company .title, .pageHeader.aboutfounder .title,
.pageHeader.aboutsite .title, .pageHeader.terms .title,
.pageHeader.privacy .title {
	padding: 60px 0 0;
}

.pageHeader.contact .title, .pageHeader.weblog .title {
	float: right;
	padding: 20px 0 0;
	width: 350px;
}

.content_bg {
	background: #fff url(../images/layout/content_bg.jpg) repeat-x;
	text-align: center;
	border-top: 1px solid #68B6CC;
}

.content_box {
	background: #fff url(../images/layout/content.jpg) no-repeat;
	width: 764px;
	margin: 0 auto;
	text-align: left;
}

.content {
	margin: 0 20px;
	padding-top: 8px;
}

.content h1.home, .content h2.home {
	font-size: 3.2em;
	font-weight: bold;
	padding-bottom: 20px;
}

.plugin_sidebar {
	
}

ul.features {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.features li {
	padding-left: 0;
	margin-left: 0;
	line-height: 1.5em;
}

ul.features li.light-blue {
	background-color: #D0F4FE;
	border-top: 1px solid #91E1FB;
	border-bottom: 1px solid #91E1FB;
}

#feature-note {
	font-size: 0.7em;
}

.note {
	padding: 5px;
	margin-top: 10px;
	background-color: #dedede;
	border: 1px solid #ccc;
}

.web_edition_bullet {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.sidebar_box {
	border-right: 1px solid #D9E4E6;
}

.sidebar {
	margin: 20px 0 0 20px;
}

.footerContainer {
	background: #fff url(../images/layout/footerContainer.jpg) repeat-x;
}

.footer {
	width: 764px;
	height: 129px;
	margin: 0 auto;
	text-align: left;
	color: #ededed;
}

.footer p {
	position: relative;
	top: 35px;
}

/* @goup blog */

.blog-entry-date {
	margin-bottom: 5px;
	font-size: 0.8em;
}

.blog-entry-comments {
	font-size: 0.8em;
	margin: 5px 0 10px;
}

/* @end */

/* @end */