/* basic */
body {
	margin:0;
	padding:0;
	background:#330000;
	color:white;
	font:16px georgia, Verdana,sans-serif; }
#container {
	background-color:#ffffcc;
	color:#330000;
	margin:0 45px;
	width:90%;
	text-align:center; }
h2 {
	margin-top:.8em;
	font-weight:normal;
	font-size:150%;
	margin-bottom:.1em;
	color:white; }
h3 {
	color:#006633;
	font-size:x-large;
	font-weight:bolder;}
h4{
	color:#339933;
	font-size:large;}

/* links */
a {text-decoration: none;}
a img {border: none;}
a:link, a:visited { color:#ffc757; }
a:hover { color:#ffe761; }

/* link */
#nav-global {
	position:absolute;
	margin:0;
	top:1px;
	bottom:0;
	right:20px;
	height:120px; }
#nav-global li {
	display:block;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0; }
#nav-global a {
	display:block;
	float:left;
	padding:5em 16px 10px 16px;
	background:#ff9933; }
#nav-global a:hover {
	color:#006633;
	background:#ff9933 url(t2.png) repeat-x; }
#nav-home a, #nav-product a, #nav-download a, #nav-contact a {
	color:#006633;
	background:#ffcc66; }

/* header */
#header {
	position:relative;
	height:110px;
	background:#330000; }
#header h1#logo {
	margin:0;
	width:150px;
	height:41px;
	position:absolute;
	bottom:25px;
	left:25px;
	color:white; }

/* content */
#content-main {
	margin:0 auto 20px auto;
	padding:20px 0;
	width:75%;
	text-align:left; }
ul li.sp {
	margin-top:20px;}

/* subtitle */
#subtitle {
	background:#330000 url(b2.png) repeat-x;
	border-bottom:6px solid #330000;
	font-size:12px;
	padding-left:15px;
	height:50px;
	padding-top:25px;
	color:white;
	bottom:0; }

/* copyright */
#copyright {
	clear:both;
	margin-top:50px;
	color:white;
	padding:10px 20px;
	font-size:80%;
	text-align:center; }