﻿body {
	margin:0px;
	padding:0px;
	background-color:#fefec6;
	font-family:Verdana;
	font-size:10px;
	color:#666666;
}
a {
	color:#FF9900;
	text-decoration:none;
}
a:hover {
	color:red;
}
#top {
	width:100%;
	height:121px;
	background-image:url('../img/top_back.png');
	background-repeat:no-repeat;
	background-position:center;
}
#top .logo {
	width:750px;
	height:121px;
	background-image: url('../img/logo_title.png');
	background-repeat:no-repeat;
}
#top .language {
	width:403px;
	float:right;
	margin-top:80px;
}
#top .language a {
	font-weight:bold;
	text-decoration:none;
	color:#F99F3D;
}
#top .language a:hover {
	color:red;
}
#bar {
	width: 750px;
	height: 31px;
	padding:0px;
	background-image: url('../img/bar_back.png');
	background-repeat:no-repeat;
}

#bar ul {
	margin: 0;
	padding: 0;
	margin-left:20px;
	height:31px;
	list-style: none;
	line-height: normal;
	font-style:
}

#bar li {
	display: inline;
}

#bar a {
	display: block;
	width:auto;
	float: left;
	height: 19px;
	padding: 11px 15px 0px 15px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFCC66;
	text-decoration: none;
	text-transform:uppercase;
	font-family:Verdana;
	font-size:8px;
	font-weight:bold;
	color:  #FF9900;
}

#bar a:hover {
	 background-image: url('../img/hover.gif');
	 background-repeat:repeat-x;
	 color: red;
}

#bar .current_page_item a {
	background: url('img/btn_over.jpg');
	background-repeat:repeat-x;
	
}
#menu {
	width: 150px;
	float: left;
}
#menu ul {
	float: right;
	width: 150px;
	list-style: none;
	margin:0px;
}
#menu li a {
	height: 15px;
	text-decoration: none;
}
#menu li a:visited {
	color: #FF6600;
	padding: 5px 0px 3px 5px;
	font-size: 9px;
	font-weight:bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom:1px dotted #FF9900;
}
#menu li a:link {
	color: #FF6600;
	padding: 5px 0px 3px 5px;
	font-size: 10px;
	font-weight:bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom:1px dotted #FF9900;
}
#menu li #current {
	color: #000000;
}
#menu li a:hover {
	color: red;
	background-color: #FFFFD9;
}
#menu li a:active {
}
#right {
	width:460px;
	margin-left:165px;
}
#right .product-title {
	width:460px;
	padding:0px 0px 5px 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
	letter-spacing:-1px;
	color:#999999;
}
#content {
	width:100%;
}
#content .content {
	width:750px;
}
#content .content .title{
	width:720px;
	margin:0px 0px 10px 20px;
	padding-top:10px;
	text-align:left;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:1.5em;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#FF9900;
}

#content .content .real-content {
	width:750px;
	background-image:url('../img/content_back.png');
	background-repeat:no-repeat;
	text-align:right;
}
#content .content .real-content .content {
	width:630px;
	min-height:300px;
	margin:2px 100px 10px 25px;
	text-align: justify;
	font-family:Verdana;
}
#content .content .real-content .content .title{
	font-weight:bold;
	color:#FF9900;
	font-size:10px;
	letter-spacing: normal;
	margin:0px;
}

#pic-holder {
	float:left;
	margin: 0px 10px 10px 0px;
}
#pic-holder .pic {
	padding:5px;
	background-color:#FFFFFF;
}
#pic-holder .shadow {
	width:210px;
	height:20px;
	background-image:url('../img/pic_shadow.png');
	background-repeat:no-repeat;
	background-position:center top;
}
#pic-holder-right {
	float:right;
	margin: 0px 0px 10px 10px;
}
#pic-holder-right .pic {
	width:200px;
	padding:5px;
	background-color:#FFFFFF;
}
#pic-holder-right .shadow {
	width:210px;
	height:20px;
	background-image:url('../img/pic_shadow.png');
	background-repeat:no-repeat;
	background-position:center top;
}

#pic-holder-page {
	float:left;
	margin: 0px 10px 10px 0px;
}
#pic-holder-page .pic {
	width:250px;
	padding:5px;
	background-color:#FFFFFF;
}
#pic-holder-page .shadow {
	width:260px;
	height:20px;
	background-image:url('../img/pic_shadow.png');
	background-repeat:no-repeat;
	background-position:center top;
}

#bottom {
	width:100%;
	height:181px;
	background-image:url('../img/bottom_back.png');
	background-repeat:no-repeat;
	background-position:center;
}
#bottom .copyright{
	width:750px;
	height:181px;
	background-image: url('../img/copy_back.png');
	background-repeat:no-repeat;
	background-position:center top;
}
#bottom .copy{
	width:560px;
	padding-top:45px;
	float:left;
	color:#F99F3D;
	letter-spacing:-1px;
}

