html {
	text-align: center;
}

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
	padding: 0;
	font-size: 0.8em;
	position: relative;
	text-align: left;
}



h1
{
	color: #fff;
	font-size:47px;
	font-weight: bolder;
	margin:0;
	padding: 0.08em 0;
}

h1 sup {
	color:#DDDDDD;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #fff;
	font-size: 2.5em;
	margin-top: 40px;
}

h3
{
	color: #FA9C94;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
	color: #92BDFA;
}

.content
{
	margin: 0px;
}

.content a, .footer a
{
	color: #CE91FA;
	text-decoration: none;
}

.content a:hover
{
	font-style: italic;
}

.content strong
{
	font-weight: bolder;
	color: #FA9A91;
}

.content em
{
	color: #BDFA91;
}

/* Showcase content */

.demo_container
{
	text-align: center;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

.content p.linkage
{
	margin-top: 2em;
	text-align: right;
}

.content p.linkage a
{
	font-size: 1.7em;
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}

/* detail content */

.content #jdsgShowcase
{
	width: 500px;
	height: 200px;
	overflow: hidden;
}

.content p.detail
{
	margin: 0 auto;
	width: 800px;
	text-align:center;
	background: #eee;
	padding: 5px;
	color: #333;
}

/* Raw content */
.content code
{
	background:#444444 none repeat scroll 0% 50%;
	display:block;
	font-family:courier,monospace;
	font-size:0.7em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:120%;
	margin:10px 15px;
	overflow:auto;
	padding:10px;
}

