html
{
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	width: 100%;
}
.body-dark
{
	background-color: #111;
	background-image: url(../images/grain.png);
}
.body-light
{
	background-color: #eee;
	background-image: url(../images/grain.png);
}
ol,ul
{
	list-style: none;
}
/*a
{
	text-decoration: none;
}*/
.bg-light
{
	background-color: #777;
	height: 700px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
}
.centerme
{
	margin-left: auto;
	margin-right: auto;
}
.bannercontainer
{
	background-color: #333;
	border-radius: 3px;
	height: 224px;	
	/*margin-top: 230px;
	max-width: 940px;*/
	max-width: 610px;
	moz-border-radius: 3px;
	position: relative;
	webkit-border-radius: 3px;
}
.bannercontainer ul>li
{
	display: none;
}
.bannershadow
{
	height: 40px;
	margin-top: 0px;
	/*max-width: 930px;*/
	max-width: 610px;
	position: relative;
}
.demoholder .glare
{
	background: url(../images/glare.png) no-repeat;
	height: 700px;
	/*left: 50%;
	margin-left: -600px;*/
	position: absolute;
	top: 0px;
	/*width: 1200px;*/
	width: 610px;
}
#headerlogo_dark a
{
	background-image: url(../images/headerimage.png);
	height: 200px;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	top: 0px;
	width: 700px;
}
#headerlogo_light a
{	
	height: 200px;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	top: 0px;
	width: 700px;
}
.selector
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 480px;
	position: relative;
	z-index: 2000;
}
.selector .seltext
{
	background: url(../images/navigationtext.png);
	float: right;
	height: 50px;
	margin-right: 25px;
	width: 150px;
}
.body-light .selector .seltext
{
	background: url(../images/navigationtext_light.png);
	float: right;
	height: 50px;
	margin-right: 25px;
	width: 150px;
}
.selector .thumbbutton
{
	background: url(../images/navig_btn.png);
	border-radius: 5px 0px 0px 5px;
	color: #777;
	cursor: pointer;
	float: right;
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin-top: 10px;
	moz-border-radius: 5px 0px 0px 5px;
	padding: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: 0px 1px 0px #000000;
	webkit-border-radius: 5px 0px 0px 5px;
	width: auto;
}
.body-light .selector .thumbbutton
{
	background: url(../images/navig_btn_light.png);
	border-radius: 5px 0px 0px 5px;
	color: #444;
	cursor: pointer;
	float: right;
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin-top: 10px;
	moz-border-radius: 5px 0px 0px 5px;
	padding: 9px;
	padding-left: 15px;
	padding-right: 15px;
	text-shadow: 0px 1px 0px #ddd;
	webkit-border-radius: 5px 0px 0px 5px;
	width: auto;
}
.selector .thumbbutton .grain
{
	background: url(../images/grain.png);
}
.selector .middle
{
	border-radius: 0px 0px 0px 0px;
	moz-border-radius: 0px 0px 0px 0px;
	webkit-border-radius: 0px 0px 0px 0px;
}
.body-light .selector .middle
{
	border-radius: 0px 0px 0px 0px;
	moz-border-radius: 0px 0px 0px 0px;
	webkit-border-radius: 0px 0px 0px 0px;
}
.selector .right
{
	border-radius: 0px 5px 5px 0px;
	moz-border-radius: 0px 5px 5px 0px;
	webkit-border-radius: 0px 5px 5px 0px;
}
.body-light .selector .right
{
	border-radius: 0px 5px 5px 0px;
	moz-border-radius: 0px 5px 5px 0px;
	webkit-border-radius: 0px 5px 5px 0px;
}
.selector .seperator
{
	background-color: #101010;
	float: right;
	height: 35px;
	margin-top: 10px;
	width: 1px;
}
.body-light .selector .seperator
{
	background-color: #777;
	float: right;
	height: 36px;
	margin-top: 10px;
	width: 1px;
}
.selector .thumbbutton:hover,.selector .selected
{
	background: url(../images/navig_btn.png);
	background-position: bottom;
	color: #fff;
}
.body-light .selector .thumbbutton:hover,.body-light .selector .selected
{
	background: url(../images/navig_btn.png);
	background-position: bottom;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}
#small_divider
{
	margin-top: 8px;
}
#big_divider
{
	margin-top: 150px;
}
.responsiveholder	{width:610px; max-width:610px;}
.readMorefloat		{float:right; margin: -4px 12px 0px 0px;}