body {background:#D7B8E7;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 100%; 
	margin: 0; 
	padding: 0;
	color: #666;
	text-align: center;
	}
a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #000099;
	font-style: italic;
}
a:hover { border: none; }	
h2 {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	clear: both;
	
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}
h1 {text-align:center;}	

.css3menu {
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	background: #111;
	background: -moz-linear-gradient(
		top,
		#c679ff 0%,
		#c679ff 25%,
		#a063ce 50%,
		#8955b0 75%,
		#5e3b78);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c679ff),
		color-stop(0.25, #c679ff),
		color-stop(0.50, #a063ce),
		color-stop(0.75, #8955b0),
		to(#5e3b78));
	background: -ms-linear-gradient(
		top,
		#c679ff 0%,
		#c679ff 25%,
		#a063ce 50%,
		#8955b0 75%,
		#5e3b78 100%);
	background: -o-linear-gradient(
		top,
		#c679ff 0%,
		#c679ff 25%,
		#a063ce 50%,
		#8955b0 75%,
		#5e3b78 100%);
	background: linear-gradient(
		to bottom,
		#c679ff 0%,
		#c679ff 25%,
		#a063ce 50%,
		#8955b0 75%,
		#5e3b78 100%);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #26192f;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 0px rgba(0,0,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 0px rgba(0,0,0,1);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 0px rgba(0,0,0,1);
}
.css3menu li{
	float: left;
	padding: 0 0 0 0;
	position: relative;
}
.css3menu li:first-child{
	margin: 0 0 0 25px;
	border-left: 0px;
}
.css3menu li:last-child{
	border-right: 0px;
}
.css3menu li:hover{
	background: rgba(252, 1, 7, 0.10);
}
.css3menu li:active{
	background: rgba(255, 0, 0, 0.10);
}
.css3menu a{
	float: left;
	padding: 10px 10px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	color: #050600;
	font-size: 16px;
	text-decoration: none;
	text-shadow:
		0px 0px 0px rgba(0,0,0,0.6),
		0px 0px 2px rgba(254,255,255,0);
}
.css3menu a:hover{
	color: #141414;
}
.css3menu a:active{
	color: #141414;
}
.css3menu li:hover > ul{
	display: block;
}
.css3menu li:active > ul{
	display: block;
}
.css3menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 99999;
	background: -moz-linear-gradient(
		top,
		#b795ff 0%,
		#7661a3);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b795ff),
		to(#7661a3));
	background: -ms-linear-gradient(
		top,
		#b795ff 0%,
		#7661a3 100%);
	background: -o-linear-gradient(
		top,
		#b795ff 0%,
		#7661a3 100%);
	background: linear-gradient(
		to bottom,
		#b795ff 0%,
		#7661a3 100%);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #7661a2;
}
.css3menu ul li{
	border-left: 0px;
	border-right: 0px;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #111111, 0 1px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 1px 0 #777777;
	box-shadow: 0 1px 0 #111111, 0 1px 0 #777777;
}
.css3menu ul li:first-child{
	padding-left: 0px;
	margin: 0;
}
.css3menu ul li:last-child{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.css3menu ul li:hover{
	background: rgba(255, 0, 0, 0.10);
}
.css3menu ul li:active{
	background: rgba(255, 0, 0, 0.10);
}
.css3menu ul a{
	color: #060606;
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	height: 16px;
	width: 260px;
}
.css3menu ul a:hover{
	color: #141414;
}
.css3menu ul a:active{
	color: #141414;
}
.css3menu ul li:first-child a{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.css3menu ul li:first-child a:hover:after{
	border-bottom-color: #04acec;
}
.css3menu ul li:last-child a{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.css3menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


.mainmenuicondata {
	line-height: 16px;
	float: left;
	padding-right: 10px;
}
.submenuicondata {
	line-height: 16px;
	float: left;
	padding-right: 10px;
}

.css3button {
	padding: 10px 20px;
	display:inline-block;
	text-decoration: none;
	text-align: left;
	background: -moz-linear-gradient(
		top,
		#cd6fff 0%,
		#cd6fff 25%,
		#c169f0 50%,
		#a85cd1 75%,
		#794396);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#cd6fff),
		color-stop(0.25, #cd6fff),
		color-stop(0.50, #c169f0),
		color-stop(0.75, #a85cd1),
		to(#794396));
	background: -ms-linear-gradient(
		top,
		#cd6fff 0%,
		#cd6fff 25%,
		#c169f0 50%,
		#a85cd1 75%,
		#794396 100%);
	background: -o-linear-gradient(
		top,
		#cd6fff 0%,
		#cd6fff 25%,
		#c169f0 50%,
		#a85cd1 75%,
		#794396 100%);
	background: linear-gradient(
		to bottom,
		#cd6fff 0%,
		#cd6fff 25%,
		#c169f0 50%,
		#a85cd1 75%,
		#794396 100%);
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(254,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(254,255,255,1);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(254,255,255,1);
	text-shadow:
		0px 0px 0px rgba(0,0,0,0.6),
		0px 0px 2px rgba(254,255,255,1);
}

.css3button:hover {
	background: -moz-linear-gradient(
		top,
		#cd6fff 0%,
		#cd6fff 25%,
		#cd6fff 50%,
		#c169f0 75%,
		#904fb3);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#cd6fff),
		color-stop(0.25, #cd6fff),
		color-stop(0.50, #cd6fff),
		color-stop(0.75, #c169f0),
		to(#904fb3));
	background: -ms-linear-gradient(
		top,
		#cd6fff 0%,
		#cd6fff 25%,
		#cd6fff 50%,
		#c169f0 75%,
		#904fb3 100%);
	background: -o-linear-gradient(
		top,
		#cd6fff 0%,
		#cd6fff 25%,
		#cd6fff 50%,
		#c169f0 75%,
		#904fb3 100%);
	background: linear-gradient(
		to bottom,
		#cd6fff 0%,
		#cd6fff 25%,
		#cd6fff 50%,
		#c169f0 75%,
		#904fb3 100%);
}

.css3button:active {
	background: -moz-linear-gradient(
		top,
		#794396 0%,
		#904fb3 25%,
		#c169f0 50%,
		#cd6fff 75%,
		#cd6fff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#794396),
		color-stop(0.25, #904fb3),
		color-stop(0.50, #c169f0),
		color-stop(0.75, #cd6fff),
		to(#cd6fff));
	background: -ms-linear-gradient(
		top,
		#794396 0%,
		#904fb3 25%,
		#c169f0 50%,
		#cd6fff 75%,
		#cd6fff 100%);
	background: -o-linear-gradient(
		top,
		#794396 0%,
		#904fb3 25%,
		#c169f0 50%,
		#cd6fff 75%,
		#cd6fff 100%);
	background: linear-gradient(
		to bottom,
		#794396 0%,
		#904fb3 25%,
		#c169f0 50%,
		#cd6fff 75%,
		#cd6fff 100%);
	-moz-box-shadow:
		inset 0px 0px 2px rgba(53,53,53,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(53,53,53,1);
	box-shadow:
		inset 0px 0px 2px rgba(53,53,53,1);
}

.maintext {
	float: left;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,1);
}

.additionaltext {
	float: left;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	border-left: 1px solid rgba(0,0,0,1);
}


#strike {
	background-image:url(images/sitestrike.jpg);
	text-align: center;
	clear: both;
	margin-bottom: 35px;
	padding-left: 10px;
	}
#strike div {
	width: 420px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 30px 40px 0;
	}	

#strike p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: -1px;
	}	
	

#body { 
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	background: url(images/linebg.gif) repeat-y 735px 20px;
	padding-left: 10px;
	padding-bottom: 61px;	
	}
#body:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
* html #body { height: 1%; }

#l, 
#l {
	width: 690px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
	}
#l p,
#r p {
	margin-top: 10px;
	}	

#r {
	width: 250px;
	float: right;
	margin-right:15px;
	}
#r p span {
	color: #009900;
	font-weight: bold;
	}
#r p {
	margin: 1em 0;
	padding: 0;
}	
#r hr {
	border-top: 1px solid #000000; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			

div.block {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	color: #999;
	margin-top: 10px;
	}	
	
#footer {
	margin-top: -61px;
	color: #9966CC;
	padding-top: 30px;
	width: 100%;
	z-index: 500;
	position: relative;	
	border-bottom: 7px solid #000;	
	background: #D7B8E7;
	}
#footer div {
	width: 800px;
	background-color:#000000;
	margin: 0 auto;
	}	
#footer div div {	
	padding-top: 10px;	
	padding-bottom: 2px;
	font-size: 10px;
	}
#footer a { color: #fff; font-weight: bold; }