@charset "utf-8";
@import "lightbox.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, html[xmlns] .clearfix {
  display: block;
}

html {
  overflow-x: hidden; }

body {
  background: url(../img/background.png) repeat-x 0 0 #FEFEFE;
  color: #49493E;
  font: normal 12px/18px arial, sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr {
  border-bottom: 1px dotted black;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

* {
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  border: 0;
  }

input[type="submit"]:hover {
  cursor: pointer;
  }

/*LINKS*/

a:link, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;
}

#slider a:hover,
#start a:hover,
#footer ul li a:hover,
#right a:hover {
  text-decoration: underline;
  }

/*WRAPPER-1*/
#wrapper-1 {
  margin: 0 auto;
  width: 1030px;
  background: #FFFFFF;
  position: relative;
  z-index: 99;
  }

#header {
  position: relative;
  margin: 0 auto;
  width: 948px;
  height: 184px;
  }

#header a#logo-name {
  background: url(../img/logo.png) no-repeat 0 0 transparent;
  position: absolute;
  display: block;
  height: 65px;
  width: 230px;
  top: 45px;
  text-indent: -9999px;
  }

#header #top {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-top: 10px;
  }

#header #top p,
#header #top form {
  float: left;
  }

#header #top p {
  margin: 6px 15px 0 0;
  color: #8b8b88;
  }

#header #top p span {
  color: #fe7d25;
  font-style: italic;
  cursor: pointer;
  }
#header ul.country-dropdown {
  display: none;
  position: absolute;
  right: 220px;
  top: 35px;
  text-align: right;

  border-right: 1px dotted #fe7d25;
  border-bottom: 1px dotted #fe7d25;
  padding: 0 10px;
  }
  
 #header ul.country-dropdown li.active a {
 	color: #fe7d25;
 } 
  
#header #top form {
  position: relative;
  }

#header #top form input[type="text"] {
  background: #eeedec;
  width: 200px;
  padding: 4px 5px;
  color: #68685f;
  }

#header #top form input[type="submit"] {
  background: url(../img/search.png) no-repeat 5px 0 transparent;
   position: absolute;
   top: 5px;
   right: 0;
   display: block;
   width: 24px;
   height: 24px;
   }

#header p#logo-text {
  position: absolute;
  right: 0;
  top: 90px;
  font-size: 15px;
  font-weight: bold;
  color: #68685f;
  }

#header p#logo-text span {
   color: #fe7d25;
  font-weight: bold;
   }

/*MENU [LEVEL-1]*/
ul a {
  font-weight: normal;
   }

ul#nav {
 position: absolute;
 float: left;
 left: 0;
 bottom: 0;
 width: 100%;
 border-bottom: 1px dotted #FE7D25;
}

ul#nav li {
 background: url(../img/border-menu.png) no-repeat 0 0 transparent;
 float: left;
 vertical-align: middle;
/*  width: 130px; */
padding: 0 27px;
 text-align: center;
 
}

ul#nav.nb  {
  border-bottom: none;
  }

ul#nav li:first-child {
  background-image: none;
  }

ul#nav li#long {
  width: 168px;
  }

ul#nav li:hover, ul#nav li.active {
color: #FFFFFF;
background: #fe7d25;
position: relative;
cursor: default;
}

ul#nav li:hover a, ul#nav li.active a {
  background: none;
  color: #FFFFFF;
  }

ul#nav > li:hover a span {
  font-weight: bold; }

ul#nav li a {
 padding: 20px 0;
 display: block; }

/*
ul#nav li:hover + li {
  background: none; }
*/

ul#nav li:first-child a {
  background: none; }

/*MENU [LEVEL-2]*/
ul#nav li:hover ul.level-2 {
  display: block;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 9999;
  }

ul#nav ul.level-2 li {
  position: relative;
  background: url(../img/opacity_2.png) repeat 0 0 transparent;
  text-align: left;
  width: 210px;
  text-indent: 15px;
  padding: 0 10px;
  border-bottom: none;
  }

ul#nav ul.level-2 li a {
  background: none;
  display: block;
  padding: 10px 0;
  border-top: 1px dotted #86867d;
  }

ul#nav ul.level-2 li a:hover, ul#nav ul.level-2 li.active a {
  font-weight: bold; }

ul#nav ul.level-2 li:first-child a {
  border-top: none;
  }

ul#nav ul.level-2 li a:hover, ul#nav ul.level-2 li.active a  {
  background: url(../img/opacity.png) repeat 0 0 transparent;
  }
ul#nav ul.level-2 {
  display: none;
  }
  
/*
ul#nav ul.level-2 li.sub a:hover {
  margin-right: -10px; }

ul#nav ul.level-2 li.sub:hover > ul.level-3 {
  background: transparent;
  display: block;
  position: absolute;
  top: 1px;
  left: 230px;
  width: 230px;
  padding: 0;
  z-index: 999;
  }

ul#nav ul.level-2 li.sub:hover > ul.level-3 li a {
  font-weight: normal;
  background: transparent;
  margin-left: -10px; }

ul#nav ul.level-2 li.sub:hover > ul.level-3 li a:hover {
  background: transparent;
  font-weight: bold; }

ul.level-2 > li.sub:hover a {
  margin-right: -10px;
  font-weight: bold;
  background: url(../img/opacity.png) repeat 0 0 transparent !important;
  }
*/

/*START*/
#start {
  border-top: 1px dotted #ff8a55;
  margin: 25px auto 30px auto;
  padding-top: 25px;
  width: 948px;
  height: 100%;
  overflow: hidden;
  clear: both;
  }

#start .box {
  position: relative;
  width: 280px;
  padding: 0 15px 5px 0;
  height: 333px;
  float: left;
  }

#start .box.info {  
  font-size: 16px;
  line-height: 25px; }

#start .box.info a {
	text-decoration: underline;
}

/*
#start .box.info a {
  background: url(../img/link-arrow.png) no-repeat right center #fe7d25;
  position: absolute;
  left: 5px;
  bottom: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 3px 10px;
  padding-right: 25px;
  border-radius: 10px;
  letter-spacing: -1px;
  }
*/

#start .box.more,
#start .box.list {
  width: 266px;
  padding: 0 25px;
  margin-left: 10px;
  background: url(../img/box-bgr.jpg) no-repeat 0 0 transparent;
  }

#start .box > span {
  display: block;
  color: #fe7d25;
  padding: 20px 0 12px 0;
  margin-left: -15px;
  border-bottom: 1px dotted #fe7d25;
  font-size: 19px;
  text-transform: uppercase;
  text-indent: 15px;
  letter-spacing: -1px;
  }

#start .box.list > span {
  padding-left: 35px; }

#start .box.list a#next,
#start .box.list a#prev {
  background: url(../img/slider-small-left.png) no-repeat 0 0 transparent;
  position: absolute;
  top: 18px;
  left: 23px;
  display: block;
  width: 11px;
  height: 20px;
  }

#start .box.list a#next {
  background-image: url(../img/slider-small-right.png);
  left: 230px;
   }

#start .box.more img {
  margin: 10px 0;
  }

#start .box.more p strong {
  display: block;
  }

#start .box.more a, a.s-button:link,a.s-button:visited  {
  background: url(../img/link-arrow.png) no-repeat right center #9e9890;
  position: absolute;
  left: 20px;
  bottom: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 10px;
  padding-right: 25px;
  border-radius: 10px;
  letter-spacing: -1px;
   }

a.s-button:link,a.s-button:visited  {
	position: relative;
	 left: 0;
  bottom: 0;
}
#start #news {
	margin-left: -10px;
}
#start #news div {
	width: 215px;	
	position: relative;
	padding: 10px 10px 10px 50px;
	/*   margin: 0 -10px 0 -15px; */

	border-top: 1px dotted #c6c6c6;
	float: left;
}

#start #news div:first-child {
  border-top: none;
  }

#start #news div span.number {
  position: absolute;
  top: 12px;
  left: 5px;
  display: block;
  float: left;
  width: 30px;
  height: 24px;
  border-radius: 30px;
  background: #fc7d36;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 6px; }
  
  
#start #news div.th2 span.number {
	background: #ea6b43;
}
  
#start #news div.th3 span.number {
	background: #eda784;
}

#start #news div strong span {
  font-weight: bold;
  color: #fe7d25;
   }

#start #news div p {
  margin-top: 10px; }

#start #news div a {
  color: #fe7d25;  }

/*TEMPLATE*/
#content {
  height: 100%;
  overflow: hidden;
  width: 948px;
  margin: 0 auto;
  }

#left, #right {
  float: left;
  margin: 20px 0;
  }

#left {
  width: 250px;
  }

#right {
  width: 698px;
  min-height: 550px;
  padding-bottom: 30px;
  }

#right h1 {
  color: #FE7D25;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1.2em;
  }

#right h2 {
  color: #e37d31;
  font-size: 13px;
  font-weight: bold;
  }

#right h3 {
  font-weight: bold;
  }

#right p {
  margin: 15px 0;
  }

#right ol,
#right ul {
  margin: 10px 0;
  }

#right ul li {
  padding-left: 15px;
  background: url(../img/pointer-list.png) no-repeat 0 8px transparent;
  }

#right ol {
  position: relative;
  list-style-position:inside;
  list-style-type: decimal;
  }


/*SLIDER(RIGHT)*/
#page-slides {
	width: 700px;
	height: 285px;
	position:relative;
    margin-bottom: 20px;
}

.slides_container {
	width: 700px;
	height: 285px;
	overflow:hidden;
	position:relative;
	
}
#page-slides a.zoom {
	position: relative;
	display: block;
	width: 700px;
	height: 285px;
	float: left;
}
.slides_container img {
  position: relative;
	width: 700px;
	height: 285px;
	display:block;
}

#page-slides a.next,
#page-slides a.prev {
  display: block;
  position: absolute;
  top: 125px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-white-left.png) no-repeat 9px 7px #fe7d25;
  border-radius: 30px;
  z-index: 9;
}
#page-slides a#mag_glass {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	right: 0;
	padding: 5px;
	z-index: 9;
}
#page-slides a.next {
  left: 645px;
  background-image: url(../img/arrow-white-right.png);
  background-position: 12px 7px;
}

#right a#back {
  margin: 10px 0;
  background: url(../img/link-arrow.png) no-repeat right center #fe7d25;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 10px;
  padding-right: 25px;
  border-radius: 10px;
  letter-spacing: -1px;
  }

/*TABLE*/
table {
  width: 550px;
  background: #ededed;
  border-width: 3px 25px;
  border-style: solid;
  border-color: #ededed;
  margin: 20px 0;
  }

table td {
  padding: 5px 0;
  border-top: 1px dotted #97978e;
 }

table tr td:first-child {
  width: 220px;
  font-weight: bold;
  }

/*MENU [CATEGORY-1] */
#left ul#category-1 {
  width: 228px;
  background: #68685f;
   }

#left ul#category-1 li {
  background: #74726a;
  display: block;
  }

#left ul#category-1 li:first-child {
  border-top: none; }

#left ul#category-1 li a {
  display: block;
  color: #ffffff;
   }
   
   #left ul#category-1 li a span {
  display: block;
  border-top: 1px dotted #84847c;
	margin: 0 10px;
	padding: 10px;
   }
   
    #left ul#category-1 li.active ul li a span {
  display: block;
  border-top: none;
 	line-height: 1.3em;
 	padding: 7px 10px;
   }

#left ul#category-1 li a:hover, #left ul#category-1 li.active a {
  background: #fe7d25;

  }
#left ul#category-1 li.active ul li {
  background: url(../img/sub_nav_sub_item.png) no-repeat 10px 10px;
  margin: 0 10px;
  border-top: none;
  }

#left ul#category-1 li.active ul {
	padding: 5px 0 10px 0;
}
#left ul#category-1 li.active ul li a {
  background: none;

  }
#left ul#category-1 li.active ul li a:hover,  #left ul#category-1 li.active ul li.active a {
  color:#fe7d25;
  background: url(../img/sub_nav_sub_active.png) no-repeat 10px 10px;
  }
  
/*MENU [CATEGORY-2] */
#left ul#category-2 {
  width: 170px;
  margin: 40px 0 0 25px;
  }

#left ul#category-2 li a {
  display: block;
  background: url(../img/pointer.png) no-repeat center right transparent;
  padding: 10px 0;
  border-bottom: 1px dotted #FE7D25;
  color: #49493e;
  text-transform: uppercase;
  font-weight: bold;
  /*letter-spacing: -1px;*/
  letter-spacing: 0;
  font-size: 15px;
  }

#left ul#category-2 li a:hover {
  text-decoration: underline; /*?*/
  }
  
  /*MENU [CATEGORY-3] */
  
 #left ul#category-3 {
  width: 228px;
  background: #68685f;
   }

#left ul#category-3 li {
  background: #74726a;
  display: block;
  }

#left ul#category-3 li:first-child {
  border-top: none; }

#left ul#category-3 li a {
  display: block;
  color: #ffffff;
   }
   
   #left ul#category-3 li a span {
  display: block;
  border-top: 1px dotted #84847c;
	margin: 0 10px;
	padding: 10px;
   }
   
    #left ul#category-3 li.active ul li a span {
  display: block;
  border-top: none;
 	line-height: 1.3em;
 	padding: 7px 10px;
   }

#left ul#category-3 li a:hover, #left ul#category-3 li.active a {
  background: #fe7d25;

  }
#left ul#category-3 li.active ul li {
  background: url(../img/sub_nav_sub_item.png) no-repeat 10px 10px;
  margin: 0 10px;
  border-top: none;
  }

#left ul#category-3 li.active ul {
	padding: 5px 0 10px 0;
}
#left ul#category-3 li.active ul li a {
  background: none;

  }
#left ul#category-3 li.active ul li a:hover,  #left ul#category-3 li.active ul li.active a {
  color:#fe7d25;
  background: url(../img/sub_nav_sub_active.png) no-repeat 10px 10px;
  } 
  
  

/*PROJECTS*/
#right ul.projects {
  background: #FFFFFF;
   height: 100%;
   width: 720px;
   margin: 0;
   margin-left: -20px;
   overflow: hidden;
   }

#right ul.projects li {
  display: block;
  float: left;
  width: 204px;
  height: 210px;
  background: #ededed;
  padding: 0;
  margin-bottom: 9px;
  margin-left: 9px;
  padding: 5px 13px;
  }

#right ul.projects li span {
  font-weight: bold;
  font-size: 14px;
  color: #FE7D25;
  text-transform: uppercase;
  letter-spacing: -1px;
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #FE7D25;
  min-height:36px;
  }

#right ul.projects li img {
  margin: 10px 0;
  }

#right ul.projects li a {
  padding: 5px 0;
  padding-right: 25px;
  background: url(../img/pointer.png) no-repeat right center transparent;
  color: #49493E;
  border-bottom: 1px dotted #FE7D25;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13.5px;
  letter-spacing: -1px;
  }
 
#right ul.projects li p {
 display: none;
  }  
#right ul.projects li.active p {
 display: block;
  }  
#right ul.projects li.active img {
	display: none;
	}  

#right ul.projects li.active {
  background: url(../img/corner-list.jpg) no-repeat top right #FE7D25;
  }

#right ul.projects li.active span {
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  width: 170px;
  }

#right ul.projects li.active p {
  margin: 15px 0;
/*   height: 115px; */
  width: 203px;
  overflow: hidden;
  color: #FFFFFF;
  line-height: 19px;
  }

#right ul.projects li.active a {
  background: url(../img/pointer-2.png) no-repeat right center transparent;
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  }

/*PAGER*/
#pages {
	width: 100%;
}

#pages ul, div.paging ul {
  float: right;
  background: #E37D31;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  padding: 0 10px;
  margin-top: 10px;
  }

#pages ul li, #right div.paging li {
  padding: 5px 3px;
  padding-top: 7px;
  float: left;
  }

#pages ul li a, #right div.paging li a {
  color: #FFFFFF;
  font-size: 13.5px;
  letter-spacing: -1px;
  }

/*WRAPPER-2*/
#wrapper-2 {
  background: #46463a;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }

#footer {
  position: relative;
  margin: 0 auto;
  width: 948px;
  height: 100%;
  overflow: hidden;
  background: url(../img/footer.png) no-repeat -12px bottom #46463a;
  padding-bottom: 40px;
  }

#footer ul,
#footer #cent {
  float: left; }

#footer ul {
  position: relative;
  font-size: 12px;
  padding-top: 20px;
  padding-left: 35px;
  margin-bottom: 20px;
  width: 255px;
  min-height: 203px;
  float: left;
  z-index: 5;
  }

#footer ul:first-child {
  padding-left: 0;
  padding-right: 50px;   }

#footer ul li strong {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #a2a09a;
  text-transform: uppercase;
  border-bottom: none;
  letter-spacing: -1px;
  }

#footer ul li a {
  padding: 5px 0;
  padding-top: 10px;
  background: url(../img/pointer.png) no-repeat right center transparent;
  color: #FFFFFF;
  display: block;
  border-bottom: 1px dotted  #d1d1ce;
  }

#footer #cent {
  position: relative;
  margin: 10px 0;
  height: 185px;
  width: 249px;
  border-left: 1px dotted #FFFFFF;
  border-right: 1px dotted #FFFFFF;
  padding: 10px 40px 0 25px;
  }

#footer #cent strong {
  display: block;
  font-size: 18px;
  color: #a2a09a;
  text-transform: uppercase;
  border-bottom: none;
  letter-spacing: -1px;
   }

#footer #cent p {
  color: #FFFFFF;
  margin: 20px 0;
  }

#footer #cent a {
  padding: 5px 0;
  padding-right: 25px;
  background: url(../img/pointer.png) no-repeat right center transparent;
  color: #FFFFFF;
  border-bottom: 1px dotted  #d1d1ce;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13.5px;
  letter-spacing: -1px;
  float: left;
  }

#footer #cent a#btt {
  background: url(../img/btt.png) no-repeat 0 0 transparent;
  position: absolute;
  width: 120px;
  height: 26px;
  left: 100px;
  bottom: -18px;
  border: none;
  text-indent: -9999px;
  z-index: 100;
  }

#footer #partners {
  position: absolute;
  display: block;
  width: 650px;
  height: 60px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  }

#footer #partners ul {
  width: 650px;
  margin: 0;
  padding: 0;
  }

#footer #partners ul li {
  height: 56px;
  float: left;
  margin: 0 5px;
  }

#footer #partners ul li a {
  float: left;
  border: none;
  background: none;
  }

/*WRAPPER-3*/
#wrapper-3 {
  background: #FFFFFF;
  }

#wrapper-3 p {
  display: block;
  text-align: right;
  margin: 10px auto;
  width: 948px;
  font-style: italic;
  font-size: 11px;
  }


/*SLIDER START*/
/*
#slider-container .graphic,
#slider-container #prevBtn,
#slider-container #nextBtn,
#slider-container #slider1prev,
#slider-container #slider1next {
  margin:0;
  padding:0;
  display:block;
  width: 100%;
  overflow: visible;
  text-indent:-8000px;
  position: absolute;
  }

#slider-container {
	position: relative;
	padding:0px 0px 0px 0px;
	display: block;
	height: 100% !important;
	width:100% !important;
  }

#slider {
	position: relative;
	padding:0px 0px 0px 0px;
	display: block;
	height: 100% !important;
	width:100% !important;
    left: 50%;
    margin-left: -474px;
    overflow: visible !important;
  }

#slider ul, #slider li,
#slider2 ul, #slider2 li{
  margin:0;
  padding:0;
  list-style:none;
  float: left;
  }

#slider ul {
  position: relative;
  }

#slider li,
#slider2 li {
	position: relative;
	width: 989px;
	height:400px;
	overflow:hidden;
  }

#slider-container #prevBtn a,
#slider-container #nextBtn a,
#slider-container #slider1next a,
#slider-container #slider1prev a {
  display:block;
  position: absolute;
  width: 41px;
  height: 380px;
  background: url(../img/slider-left.png) no-repeat 7px 150px #FFFFFF;
  left: 50%;
  margin-left: -515px;
  top: 0;
  z-index: 9150;
  }

#slider-container #nextBtn a,
#slider-container #slider1next a {
  left: 50%;
  margin-left: 474px;
  background:url(../img/slider-right.png) no-repeat 9px 150px #FFFFFF;
  }


#slider ul li div.slide {
  position: relative;
  width: 948px;
  height: 380px;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  z-index: 100;
  }


#slider #s1 {
  background-image: url(../img/slider-1.jpg); }
#slider #s2 {
  background-image: url(../img/slider-2.jpg); }
#slider #s3 {
  background-image: url(../img/slider-3.jpg); }


#slider ul li div.slide div {
  background: url(../img/opacity-box.png) repeat 0 0 transparent;
  background: rgba(255,255,255,0.9);
  position: absolute;
  width: 213px;
  height: 170px;
  right: 30px;
  top: 40px;
  overflow: hidden;
  padding: 15px 16px;
  }

#slider-container div.slide div strong {
  color: #fe7d25;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: -1px;
  }

#slider-container div.slide div p {
  border-top: 1px dotted #66767c;
  border-bottom: 1px dotted #66767c;
  margin: 10px 0;
  padding: 10px 0;
  color: #424f57;
  }

#slider-container div.slide div a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url(../img/link-arrow.png) no-repeat right center #9e9890;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 4px 10px;
  padding-right: 25px;
  border-radius: 10px;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: -1px;
  }

.opacity {
  background: url(../img/slider-opacity.png) repeat 0 0 transparent;
  background: rgba(255,255,255,0.75);
  display: block;
  width: 9999px;
  height: 420px;
  position: absolute;
  top: 184px;
  }

.opacity.left {
  left: -9995px;
  }

.opacity.right {
  left: 1025px;
  }
*/



#right form label {
	float: left;
	width: 100px;
}
#right form label span, .error {
	color: #FE7D25;

}
#right form input, #right form textarea {
	border: 1px solid #666;
	width: 200px;
	padding: 5px;
	font: normal 12px/18px arial, sans-serif;
} 
#right form textarea {
	width: 400px;
	height: 150px;
}
#right form input.s-button {
  background: url(../img/link-arrow.png) no-repeat right center #fe7d25;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 3px 10px;
  padding-right: 25px;
  border-radius: 10px;
  letter-spacing: -1px;
  border: none;
  width: auto;
}



.post {
	margin: 30px 0 0 0; 
}
div.paging {
	margin: 30px 0 0 0;

	border-top: 1px dotted #FE7D25;
}



/*----------------------------------------------------------------*/

#c-carousel {
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#c-carousel {
    min-height: 380px;
    min-width: 948px;
}

#carousel-wrapper {
	background-color: #fff;
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
    left: 0;
	z-index: 2;
}

#carousel .slide  {
	width: 948px;
	height: 380px;
	position: relative;
	display: block;
	float: left;
	z-index: 3;
}
#carousel .slide .slide-info {
	display: none;
}

a#slide-prev, a#slide-next {
	background: url(../img/slider-opacity.png) repeat 0 0 transparent;
	display: block;
	height: 380px;
	width: 50%;
	top: 0;
	position: absolute;
	cursor: default;
	z-index: 9999999;
}

#slide-prev {
	left: -474px;
}
#slide-next {
	right: -474px;
}

#slide-prev span {
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
	height: 380px;
	background: #fff;
	cursor: pointer;
	background: url(../img/slider-left.png) no-repeat 7px 150px #FFFFFF;
}

#slide-next span {
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
	height: 380px;
	background: #fff;
	cursor: pointer;
	background:url(../img/slider-right.png) no-repeat 9px 150px #FFFFFF;
}


#carousel-side-info {
	position: absolute;
	width: 213px;
    height: 170px;
	background: red;
	z-index: 9999999;
	top: 30px;
	right: 50%;
	margin-right: -444px; 
	overflow: hidden;
    padding: 15px 16px;
    background: url(../img/opacity-box.png) repeat 0 0 transparent;
  background: rgba(255,255,255,0.8);
}


#carousel-side-info strong {
  color: #fe7d25;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: -1px;
}

#carousel-side-info p {
  border-top: 1px dotted #66767c;
  margin: 10px 0;
  padding: 10px 0;
  color: #424f57;
}

#carousel-side-info a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: url(../img/link-arrow.png) no-repeat right center #9e9890;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  padding: 4px 10px;
  padding-right: 25px;
  border-radius: 10px;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: -1px;
}






















