@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
    color: #000000;
	background: url(../../images/bk.jpg);
}

.extra_nav {
  	margin: 0 auto;
	width: 994px;
	padding: 50px 0 0 0;
}

.extra_nav ul{
	float: right;
	margin: 0;
	padding: 0 0 5px 0;
}

.extra_nav li{
	list-style: none;
	float: left;
	font-size: 11px;
}

.extra_nav li a{
	color: #FFF;
	display: block;
	margin-right: 10px;
	text-decoration: none;
	border-right: #FFF solid 1px;
	padding-right: 10px;
	text-transform: uppercase;
}


.extra_nav li.last a{
	border-right: none;
	padding-right: 0;
	margin-right: 5px;
}

div#container {
	margin: 0 auto; /* center, not in IE5 */
	width: 974px;
	padding: 0 10px 0 10px;
	background: #ffffff;
}

#main_content
{
    min-height:800px;
}

#content 
{
    margin-top: -50px;
}

div#top {
    width: 974px;
    height: 155px;
    margin: 0;
}

div#top .logo {
	position: absolute;
    width: 224px;
    height: 127px;
    background-image: none;
	background: url(../../images/logo.jpg) top;
	margin: 15px 0 0 10px;
}

#top .right {
	margin-left: 185px;
}

#top .right .ad{
	height: 110px;
	padding-top: 15px;
	padding-left: 280px;
}

#top .right .ad h3{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 5px;
	margin: 0 0 0 117px;
}

#top .right .ad .origin_offer
{
    font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 345px;
	color:Gray;
}

#top .right .desc{
	text-align: right;
	font-size: 24px;
	margin-top: -15px;
}

#top .right .social{
	float: right;
	margin: -50px 0 0 0;
	padding: 0;
}

#google_translate_element {
	float: right;
	margin: -30px 10px 30px 0;
	text-align: center;
}


/* NAV */
.nav {
  background-color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  float: left;
  width: 974px;
  background: #f6f6f6 url(../../images/navi_bg.jpg) repeat-x;
  list-style: none;
  text-transform: uppercase;
  border-top: #CCC solid 1px;	
  border-bottom: #CCC solid 1px;
  font-weight: bold;	
}
.nav li {
  float: left;
}
.nav a 
{
  padding: 0 30px 0 30px;
  line-height: 31px;
  font-size: 11px;
  text-decoration: none;
  color: #625D5D;
  display: block;
  border-left: #CCC solid 1px;	


}
.nav a:hover {
  color: #d25f6c;
}

.nav .current a 
{
  color: #d25f6c; 
}
.nav .first a {
  /*background: none;*/
  margin-left: 25px;
}
.nav .last a { 
	border-right: #CCC solid 1px; 
}


/* drop down menu styles */
		
.nav li ul
{	
    margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}
		
.nav li ul li
{	
    float: none;
    display: inline;
}
			
.nav  li ul li a
{	width: auto;
	background: #f6f6f6 url(../../images/navi_bg.jpg) repeat-x;
}
			
.nav  li ul li a:hover {	}


#main_content {

}


/* FOOTER */
.footer ul
{
    width: 710px;
	height: 50px;
    font: bold 7pt arial;
    text-transform: uppercase;
    padding: 0 auto;
	margin: 20px auto;
    list-style: none;
}

.footer ul li {
  float: left;
}

.footer ul a {
  /*padding: 0 2em;*/
  padding: 0 16px;
  line-height: 37px;
  text-decoration: none;
  color: #625D5D;
  display: block;
}

.footer a:hover {
  color: #000;
}

.footer .fashion a {
    background: url(../../images/foot_shape1.jpg) no-repeat left;
}
.footer .visual a {
    background: url(../../images/foot_shape2.jpg) no-repeat left;
}
.footer .product a {
    background: url(../../images/foot_shape3.jpg) no-repeat left;
}
.footer .ceramics a {
    background: url(../../images/foot_shape4.jpg) no-repeat left;
}

.footer .last a {  
}


.extra_footer {
	margin: 0 auto;
	width: 974px;
	padding: 10px;
	padding-bottom: 100px;
}

.extra_footer li{
	list-style: none;
	float: left;
	font-size: 11px;	
}

.extra_footer li a{
	color: #FFF;
	display: block;
	margin-right: 10px;
	text-decoration: none;
	border-right: #FFF solid 1px;
	padding-right: 10px;
}

.extra_footer li a.last{
	border-right: none;
}

.clear {
	clear: both;	
}


/*********************************/

#btnGra, #btnCourse
{
    float: right;
    margin: 0 20px 10px 0;
}
select 
{
    border: 1px solid #bbb; 
    background:#fff;
}

#courseDiv 
{
    display: none;
}

.searchBox 
{
    width: 300px;
}

div#titleLeft h1, h1, h2, h3 
{
    color: #585757;
}

.firstRadioBtn 
{
    margin-left: -2px;
}
/*suggestion **/

	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 30px 0 0 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}
	
	.ac_results li 
	{
	    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	    font-size: 12px;
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_results .ac_over, .ac_over .ac_match {
		cursor: pointer;
		background-color: #4773f3;
		color:#ffffff;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
	
	
	/***************/
	
.addthis_toolbox 
{
    float: right;
}

div#aRight
{
    background-color: White;
}
