/***********GENERAL**************/
@font-face {
	font-family: 'TrajanPro';
	src: url('trajan_pro.eot');
	src:
	     url('trajan_pro.eot?#iefix') format('embedded-opentype'),
	     url('trajan_pro.woff') format('woff'),
	     url('trajan_pro.ttf') format('truetype'),
	     url('trajan_pro.svg#PTSans-Narrow') format('svg');
	font-weight: normal;
	font-style: normal;
	font-size:8px;	
}

body {background-image:url(../images/img/back.jpg);font-family:'TrajanPro';font-size:10px;margin:0px;padding:0px;background-repeat:repeat;direction:ltr}

a {text-decoration:none;color:#63a9a5}

input{width:100%;height:20px;border:1px solid #CCC;border-radius:5px;}

textarea{width:100%;height:80px;border:1px solid #CCC;border-radius:5px;}

#maindiv{
width:1200px;
margin: 0 auto;
}
#innerdiv{
	width:1200px;
	height:380px;
	overflow-y:hidden;
	overflow-x: hidden;
}
#innerdiv.content{
	background-image:url(../images/img/bgfull.jpg);
	overflow-y:auto;
}

#innerdiv.content::-webkit-scrollbar {
    width: 15px;
}
#innerdiv.content::-webkit-scrollbar-track {
    background-color: #808285;
}
#innerdiv.content::-webkit-scrollbar-thumb {
	background-image:url(../images/img/scroll.png);
	background-repeat:no-repeat;
	background-position:top;
}
#innerdiv.content::-webkit-scrollbar-thumb:hover {
	background-image:url(../images/img/scroll.png);
	background-repeat:no-repeat;
	background-position:top;
}
.title{font-size:12px;color:white;}
.column {
    float: left;
    width:600px;
	height:380px;
}
.column#right{
background-image:url(../images/img/bgright.jpg);
overflow-y:auto;	
}
.column#left{
background:#585858;
}
.column#right p{
	padding:20px;
	padding-top:0px !important;
	font-size:14px;
	color:#515151;
	line-height:20px;
}
.column#right::-webkit-scrollbar {
    width: 15px;
}
.column#right::-webkit-scrollbar-track {
    background-color: #808285;
}
.column#right::-webkit-scrollbar-thumb {
	background-image:url(../images/img/scroll.png);
	background-repeat:no-repeat;
	background-position:top;
}
.column#right::-webkit-scrollbar-thumb:hover {
	background-image:url(../images/img/scroll.png);
	background-repeat:no-repeat;
	background-position:top;
}


/******************** MENU STYLE *****************/

#menu {
  width: 1200px;
  height: 30px;
  clear: both;
}

ul#nav {
  float: left;
  width: 1200px;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#nav li {
  display: inline;
}

ul#nav li a {
  float: left;
  font-size:12px;
  line-height: 30px;
  color: #58595b;
  text-decoration: none;
  margin: 0;
  padding: 0 20px;  
}

/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a  {
  color: #63a9a5;
  text-decoration: none;
}

/* APPLIES THE ACTIVE STATE */
ul#nav li a#active   {
  color: #63a9a5;
  text-decoration: none;
}

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav  ul {
  display: none;
}

/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
  position: absolute;
  display: block;  
  height: 35px;
  position: absolute;
  margin: 30px 0 0 0;
}

ul#indent1{
	width: 1100px;
	margin-left:100px !important;
	background-image:url(../images/img/indent1.png);
	background-position:left;
	background-repeat:no-repeat;
}
ul#indent1 li a{margin-left:25px !important}

ul#indent2{
	width: 960px;
	margin-left:200px !important;
	background-image:url(../images/img/indent2.png);
	background-position:left;
	background-repeat:no-repeat;
}
ul#indent2 li a{margin-left:45px !important}

ul#nav li:hover > ul li a {
  float: left;
  font-size:12px;    /*FONT SIZE*/
  line-height: 35px;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  padding: 0 30px 0 0;
}

ul#nav li:hover > ul li a:hover {
  color: #120000;
  text-decoration: none;
  text-shadow: none;
}

/****************** FOOTER ***************************/
.footer p{color:#9e9e9 !important;font-size:11px;padding-top:20px}
.footer ul{margin:0px;padding:0px;margin-top:15px;}


/*********************** Product Grid ****************/
ul#items  {list-style: none;}
#grid header, #grid footer {height:24px;width:1175px;margin:0px;padding:6px;background:#fff;background:#ececec;margin-bottom:10px;}
#grid footer a {margin:0px;}
#grid h1 {display:inline;}
.paging {float:right;line-height:24px;}
#items li {float:left;width:205px;padding:9px;height:260px;position:relative;}
#items li span {position:absolute;top:20px;right:0px;padding:5px;line-height:normal;text-align:right;color:#fff;background:#ff5454;text-transform:uppercase;-webkit-animation: delay 1.5s;-moz-animation: delay 1.5s;}
#items a {display:block;text-decoration:none;}
#items a.title {height:40px;line-height:18px}
#items a img {width:200px;border:1px solid #a0a1a5;-webkit-box-shadow:0px 0px 5px 0px rgba(180, 160, 145, 0.2);-moz-box-shadow:0px 0px 5px 0px rgba(180, 160, 145, 0.2);box-shadow:0px 0px 5px 0px rgba(180, 160, 145, 0.2);}
#items a:hover img {-webkit-box-shadow:0px 0px 5px 0px rgba(180, 160, 145, 0.8);-moz-box-shadow:0px 0px 5px 0px rgba(180, 160, 145, 0.8);box-shadow:0px 0px 5px 0px rgba(180, 160, 145, 0.8);border:1px solid #afafaf;}
#items strong {border-bottom: 1px solid #ececec;display:block;padding-bottom:5px;}
#items strong em {float:right;font-weight:normal;font-size:0.833em;}

/******************* SLIDER **************************/
#slideshow { 
    margin:0px; 
    position: relative; 
    width: 1200px; 
    height: 380px; 
    padding: 0px; 
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
/**************** LOADER *****************/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}