

/* Import CSS Reset File */
@import url("reset.css");
/* Import CSS 960 Grid System File */
@import url("960.css");
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css"); 

/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
  background-color: #000;  
  font-family: arial, verdana, tahoma, helvetica;
  font-size: 12px;
  color: #666666;
}
/* === Custom Background Image :: uncomment this code block if you want to use background image === */
/*
body {
  background-image: url(../images/bg1.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
*/
/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#454545;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-size:50px; 
	line-height:36px; 
	margin-bottom:14px;
	color: #DBDADB;
	text-transform: uppercase;
}
h2{
	font-size:20px; 
	line-height:30px; 
	margin-bottom:14px;
	color: #DC137C;
	text-transform: uppercase;
}
h3{
	font-size:24px; 
	margin-bottom:12px;
}
h4{
	font-size:22px; 
	line-height:16px; 
	margin-bottom:8px;
	color: #DC137C;
	text-transform: uppercase;
}
h5{
	font-size:16px; 
	margin-bottom: 8px; 
	padding:0px;
}
h6{
	font-size:14px; 
	margin-bottom: 8px; 
	padding:0px;
	letter-spacing: 1px;
}
/* links */
a,a:link,a:visited {
  color:#DC137C;
  text-decoration:none;
}
a:hover{
  color:#555555;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  margin-bottom:12px;
  color:#000;
  font-size: 12px;
	line-height: 21px;
}
blockquote {
  margin: 0 0 10px 0;
  color: #8a8a8a;
  background: url(../images/quote.png) top left no-repeat;
  font-style: italic; 
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.4em;
  font-size: 14px;
}
blockquote p {
  line-height: 1.4em;
  font-size: 14px;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #858585;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
pre{ 
  clear: both; 
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
  background: url(../images/pre_bg.gif) repeat; 
  border: 1px solid #d3d3d3;
  padding: 18px 20px 15px 20px;
  line-height: 19px;
  overflow:auto;
  overflow-Y: hidden;
  color: #555;
  margin: 0 0 20px 0;
}
ol {
  margin: 20px 0 20px 25px;
  list-style-type: decimal;
}
ol li {
  font-size: 12px;
  margin: 5px 0; 
  padding-bottom: 5px;
  color: #666666;
} 

/* Arrow List */
.arrowlist {
  margin-bottom: 20px;
  margin-left: 5px;
}
.arrowlist li {
  font-size: 12px;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/arrow.png) .3em 0 no-repeat;
  color: #666666;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.checklist {
  margin-bottom: 20px;
  margin-left: 5px;
}
.checklist li {
  font-size: 12px;
  margin: 10px 0; 
  padding-bottom: 10px;
  padding-left: 25px;  
  background: url(../images/tick.png) 0 0 no-repeat;
  color: #666666;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.bulletlist {
  margin-bottom: 20px;
  margin-left: 5px;
}
.bulletlist  li {
  font-size: 12px;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/bullet.png) 0 .1em no-repeat;
  color: #757575;
  border-bottom: 1px solid #dfdfdf;
}
/* Item List */
.itemlist {
  margin-bottom: 20px;
  margin-left: 5px;
}
.itemlist  li {
  font-size: 12px;
  margin: 8px 0; 
  padding-bottom: 8px;
  padding-left: 20px;  
  background: url(../images/item.png) 0 .1em no-repeat;
  color: #757575;
  border-bottom: 1px solid #dfdfdf;
}

/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 10px 0 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 10px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.imgbox2 {
  padding: 3px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.divider {
  background: url(../images/divider.jpg) bottom repeat-x;
  padding: 5px 0;
  margin-bottom: 10px;
  display: block;
}
/* Custom Message Styling */
.info {
  margin: 15px 0;
  font-size: 14px;
  color: #246EA7;
  padding: 15px 12px 15px 47px;
  background: #DFECF7 url(../images/info.png) .5em .4em no-repeat;
  border: 1px solid #A7CEEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;  
} 
.error {
  margin: 15px 0;
  font-size: 14px;
  color: #C92036;  
  padding: 15px 12px 15px 47px;
  background: #FAE1E1 url(../images/error.png) .5em .4em no-repeat;
  border: 1px solid #EDA8A8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;   
} 
.warning {
  margin: 15px 0;
  font-size: 14px;
  color: #E08820;  
  padding: 15px 12px 15px 47px;
  background: #FDF4D7 url(../images/warning.png) .5em .4em no-repeat;
  border: 1px solid #E8C779;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
.success, 
.success-message{
  margin: 15px 0;
  font-size: 14px;
  color: #84AF22;  
  padding: 15px 12px 15px 47px;
  background: #E6F2D2 url(../images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #96C24A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#000;color:#111;}	

/* Button */
.button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #777777;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
  height: 26px;
  background: url(../images/button-right.png) no-repeat 100% 0;
  display: inline-block;
}
.button span {
  text-align: center;
  margin-right: 7px;
  padding: 0 10px 0 20px;
  background: url(../images/button-left.png) no-repeat;
  display: inline-block;
  height: 26px;
  float: left;
  font-size: 11px;
}
.button:hover {
  background-position: 100% -26px;
}
.button:hover span {
  background-position: 0 -26px;
}
a.button{
  color: #666666;
}
a.button:hover {
  color: #333333;
}
img.readmore {
  position: relative;
  top: 5px;
  left: 8px;
  overflow: hidden;
}

/* ----------------------- WRAPPER -----------------------*/
#wrapper {  
  width: 976px;
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
   margin-bottom:20px;
}
#topwrapper {
  height: 15px;
  width: 976px;
  background: url(../images/topwrapper.png) no-repeat;
}
#mainwrapper {
  width: 976px;
  background: url(../images/mainwrapper.png) repeat-y;
 
}
#bottomwrapper {
   margin: 0 auto;
  height: 30px;
  width: 976px;
  background: url(../images/bottomwrapper.png) no-repeat;
}
.center {
  margin : 0 auto;
  width: 900px;
}

/* ----------------------- HEADER -----------------------*/
#header {
  width: 960px;
  height: 15px;
  padding-bottom: 39px;
  background: #DD127B;
  margin: 0 auto;
}
#headerright {
  padding-top: 10px;
  width: 900px;
  float: right;
}



/* ----------------------- SLIDESHOW -----------------------*/
#slide-wrapper {
  padding: 0;
  margin: 0 auto;
  width: 960px;
  height: 400px;
  border-top: 0px solid #8EC6400;
  border-bottom: 0px solid #8EC640;
}
.static-block {
  float: left;
  width: 620px;
  height: 345px;
}
.static-text {
  padding: 20px;
  float: left;
  width: 300px;
  height: 305px;
  background: #000;
}
.static-text h3 {
  color: #ffffff; 
}
.static-text p {
  color: #ffffff; 
}

#languagebox,
#quotebox {
  height: 110px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid #ffffff;
  background-color: #DD127B;
  background-image: url(../images/purple.jpg);
  background-position:  bottom center;
  background-repeat:  repeat-x;  
  text-align: center; 
}
#languagebox ul {
  margin: 0;
  padding: 0 30px;
}
#languagebox ul li {
  float: left;
  width: 200px;
  padding-bottom: 5px;
  margin-left: 10px;
  padding-left: 15px; 
  background: url(../images/front/divider.png) center left no-repeat;
}
#languagebox ul li p {
  line-height: 16px; 
  font-size: 11px;
  color: #ffffff; 
}
#languagebox ul li.first {
  margin-left: 0;
  padding-left: 0; 
  background: none;
}
#languagebox ul li.last {
  margin-right: 0;
  padding-right: 0;
  float: right;
}
#languagebox ul li img {
  margin: 10px 5px 0 0 ;
  padding: 0;
  float: left; 
}

#languagebox ul li h4 {
 font-size: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #ffffff; 
}

#languagebox ul li h5 {
 font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #3C0120; 
}


#languagebox ul li h4 a {
  color: #ffffff; 
}



/* ----------------------- PAGE HEADING -----------------------*/
#page-heading {
  margin: 0 auto;
  width: 960px;
  height: 250px;
  border-top: 10px solid #DD127B;
  border-bottom: 10px solid #DD127B;  
  background: #fff;
}
#page-heading img {
  position: absolute;
} 
.heading-text {
  padding: 15px 20px;
  width: 260px;
  position: relative;
  left: 0;
  top: 30px;
  background-color: transparent;
  background-image: url(../images/transparent.png);
  background-repeat:  repeat;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;  
}
.heading-text-right {
  padding: 15px 20px;
  width: 260px;
  position: relative;
  right: 0;
  top: 30px;
  background: url(../images/transparent.png) repeat;  
  float: right;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;   
}
.heading-text h3,
.heading-text-right h3 {
  color: #ffffff;
  margin-bottom: 10px;
}
.heading-text-right h3 {
  text-align: right; 
}
.heading-text p, 
.heading-text-right p{
  color: #dadada;
  margin-bottom: 0;
  line-height: 16px;
}
.heading-text-right p{
  text-align: right; 
}
.breadcrumbs {
  border-bottom: 1px solid #dadada;
  margin: 10px 0 0 0;
  text-align: right;
  font-size: 12px;
  color: #666666;
  display: block;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* ----------------------- HOMEPAGE CONTENT -----------------------*/
ul.content-3col li {
  width: 285px;
  margin: 10px 20px 10px 0;
  float: left;
}
ul.content-3col li.last {
  width: 285px;
  margin-right: 0;
  float: right;
}

ul.content-2col li {
  width: 440px;
  margin: 10px 20px 10px 0;
  float: left;
}
ul.content-2col li.last {
  width: 440px;
  margin-right: 0;
  float: right;
}



.maincontent {
  padding: 20px 0 0 0;
  width: 630px;
  float: left;
}
.maincontent-right {
  padding: 20px 0 0 0;
  width: 630px;
  float: right;
}
.maincontent-full {
  padding: 25px 0;
  width: 100%;
}
.mainbox {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.mainbox img { 
}
.mainbox h4,
.mainbox2 h4 {
  color: #4F8C00;
  margin-bottom: 10px;
}
.mainbox h4 a,
.mainbox2 h4 a {
  color: #4F8C00;
}
.mainbox p, 
.mainbox2 p {
  margin-bottom: 5px; 
}
.mainbox2 {
  float: left;
  width: 198px;
  margin-right: 18px;
  margin-bottom: 5px;
}
.mainbox2 img { 
}
.box-last {
  float: right;
  margin-right: 0;
}
.boximg {
  margin-top: 5px;
  background: url(../images/bgboximg.png) center no-repeat;
  width: 97px;
  height: 99px;
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
.boximg2 {
  margin-top: 5px;
  background: url(../images/bgboximg2.png) center no-repeat;
  width: 193px;
  height: 95px;
  margin-bottom: 5px;
}
.boximg-pad {
  padding: 6px;
}
.boximg-pad2 {
  padding: 8px 7px;
}
.spacer {
  clear: both;
  display: block;
  padding-bottom: 10px;
}




/* Portfolio 1 Column */
ul.portfolio-1col {}
ul.portfolio-1col li {
  margin: 10px 0 15px 0;
  float: left;
}
/* Portfolio 2 Columns */
ul.portfolio-2col li {
  width: 440px;
  margin: 10px 20px 10px 0;
  float: left;
}
ul.portfolio-2col li.last {
  width: 440px;
  margin-right: 0;
  float: right;
}
/* Portfolio 3 Columns */
ul.portfolio-3col li {
  width: 285px;
  margin: 10px 20px 10px 0;
  float: left;
}
ul.portfolio-3col li.last {
  width: 285px;
  margin-right: 0;
  float: right;
}
/* Portfolio 4 Columns */
ul.portfolio-4col li {
  width: 209px;
  margin: 10px 20px 10px 0;
  float: left;
}
ul.portfolio-4col li.last {
  width: 209px;
  margin-right: 0;
  float: right;
}
/* Portfolio 4 Columns Filterable */
ul.portfolio-4col-filterable li {
  width: 204px;
  margin: 10px 21px 10px 0;
  float: left;
}
ul.portfolio-1col li p,
ul.portfolio-2col li p,
ul.portfolio-3col li p,
ul.portfolio-4col li p,
ul.portfolio-4col-filterable li p {
  margin-bottom: 5px; 
}

/* Portfolio Imabe Block */
.portfolio-blockimg {
  float: left;
  width: 440px;
  margin-right: 10px;
}
.portfolio-blockimg-last {
  float: right;
  width: 440px;
  margin-right: 0;
}
.portfolio-imgbox1 {
  width: 440px;
  height: 207px;
  background: url(../images/bg-portfolio1.png) center no-repeat;
  margin-bottom: 5px;
}
.portfolio-imgbox2 {
  width: 285px;
  height: 145px;
  background: url(../images/bg-portfolio2.png) center no-repeat;
  margin-bottom: 5px;
}
.portfolio-imgbox3 {
  width: 209px;
  height: 105px;
  background: url(../images/bg-portfolio3.png) center no-repeat;
  margin-bottom: 5px;
}
.portfolio-content1 {
  width: 440px;
  float: right;
  margin-left: 10px;
}
.zoom {
  background: url(../images/zoom.png) 50% 50% no-repeat;
}
.play {
  background: url(../images/play.png) 50% 50% no-repeat;  
}

/* Random Portfolio */
.random-portfolio {
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
  margin: 30px 0;
}

/* Portfolio Category Filter */
#filter {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font: normal 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0;
	border-bottom: 1px solid #D3D3D3;
}
#filter ul {
  margin: 10px 10px 25px 10px;
  padding: 0;
}
ul#filter {
  margin: 10px 0 25px 0;
  padding: 0 0 20px 0;  
}
#filter li {
	display: inline;
	color: #a1a2a2;
	font-weight: bold;
	margin-right: 5px;
}
#filter li a {
	margin-right: 2px;
	padding: 5px 8px;
	border: 1px solid #dadada;		
	color: #a1a2a2;
  text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
#filter li a:hover,
#filter li a.current, 
#filter li.current a,
#filter li.current-cat a {
	background-color: #e0e0e0;
	color: #8a8a8a;
	border: 1px solid #dadada;
	text-decoration: none;
}

/* ----------------------- SIDEBAR -----------------------*/
#sidebar,
.sidebar {
  width:  241px;
  float: right;
  margin: 30px 0 0 20px;
}
#sidebar-left,
.sidebar-left {
  width:  241px;
  float: left;  
  margin: 10px 20px 0 0;
}
.sidebar,
.sidebar-left {
  margin: 0 0 25px 0;
}
.sidebar p {
  margin-bottom: 5px;
}
.sidebartop {
  width:  241px;
  height: 11px;
  background: url(../images/sidebartop.png) top no-repeat;
}
.sidebarmain {
  width:  241px;
  background: url(../images/sidebarmain.png) center center repeat-y;
}
.sidebarbottom {
  width:  241px;
  height: 13px;
  background: url(../images/sidebarbottom.png) bottom no-repeat;
}
.sidebarcontent {
  padding: 5px 25px 5px 25px;
}
.sidebarcontent h4 {
  margin-bottom: 5px;
}
.sidebarheading {
  padding-bottom: 20px;
  background: url(../images/bgheading.png) bottom center no-repeat;
}
.nospace {
  margin-bottom: 0; 
}
/* Latest News Box */
ul.latestnews {
  margin: 0 0 10px 0;
  padding: 0;
}
ul.latestnews li {
  margin-bottom: 5px;
}
ul.latestnews li a {
  font-size: 12px;
  line-height: 16px;
}
ul.latestnews li p.posteddate {
  margin-top: 5px;
  border-top: 1px dotted #d5d5d5;
  font-size: 11px;
  color: #8a8a8a;
  margin-bottom: 0;
}
.button-more {
  background: url(../images/arrow_grey.png) left center no-repeat;
  padding-left: 22px;
  font-size: 11px;
}
img.arrow-icon {
  position: relative;
  top: 5px;
  right: 0;
  left: 10px;
}
/* Unorderlist Box */
ul.sidelist{
}
ul.sidelist li  {
   margin: 10px 0;
   padding-bottom: 10px;
   border-bottom: 1px solid #eaeaea;
   background: url(../images/arrow.png) 100% 0 no-repeat;
}
ul.sidelist li a {
   padding-right: 26px;
   font-size: 12px;
   display: block;
}
p.testiname {
  text-align: right;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}

/* Twitter Widget */
.twitter_icon {
  position: relative;
  top: 8px;
  left: 0;
  margin-right: 5px;
}
p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(../images/loading.gif) 1em center no-repeat;
}

a#profileLink {
	padding: 0.3em 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #8f8f8f;
}




/* ----------------------- FOOTER -----------------------*/
#footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 20px;
}
/* Footer Box */
.footerbox {
  float: left;
  margin-right: 20px;
  width: 210px;
}
.footerbox h4 {
  margin-bottom: 15px;
  color: #ffffff;
}
.footerbox a,
.footerbox li a {
  color: #ffffff; 
}
.footerbox a:hover {
  color: #dddddd; 
}
.footerbox ul {
  margin: 0;
  padding: 0; 
}
.footerbox ul li {
  margin: 8px 0;
  padding-bottom: 10px; 
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px dotted #cacaca;
}
.footerbox p {
  font-size: 11px;  
  line-height: 18px;
  margin-bottom: 5px;
  color: #ffffff;
}
.box-last {
  float: right;
  margin-right: 0;
}
/* Address List */
ul.addresslist {
  margin: 0;
  padding: 0;
}
ul.addresslist li {
  line-height: 18px;
  margin: 4px 0;
  padding-bottom: 4px;
}
.footerbox ul.social-links {
  margin: 10px 0;
  padding: 0;
  display: block;
}
.footerbox ul.social-links li {
  border: none;
  margin:0 5px 0 0;
  padding: 0;
  float: left;
}
.footerbox ul.social-links li a  {
  background: none; 
  margin: 0;
  padding: 0;
}
.bottom {
  padding: 5px;
  width: 960px;
  height: 31px;
  
  margin: 20px 0;
  display: block;
}
.footermenu {
  float: left;
  width: 960px;
  margin-left : 10px;
  font-size: 11px;
  text-align: center;
}
.footermenu ul { padding-left: 150px; }
.footermenu ul li {
  color: #eaeaea;
  font-size: 11px; 
  padding-right: 15px;
  border-right: 1px dotted #cacaca;
  display: inline;
  float: left;
  margin: 6px 6px 6px 10px;
}
.footermenu ul li a {
  color: #eaeaea;
  font-size: 11px; 
  padding-right: 15px;
  border-right: 1px dotted #cacaca;
}
.footermenu ul li a:hover {
  color: #ffffff; 
}

a  .photo {
	padding: 4px;
	text-decoration: none;
	background-color: #191818;
	border: 1px solid #FFFFFF;
	filter : Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


a:hover  .photo {
	padding: 4px;
	text-decoration: none;
	background-color: #191818;
	border: 1px solid #000;
	filter : Alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}	

td	{
	padding: 5px;
        vertical-align: top;
	}

.langmenu {
	padding: 5px;
	margin-right: 40px;
	float: right;
	color: #fff;
}
.langmenu a {
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
}
.langmenu a:hover {
	color: #000;
}

div.ppt, .pp_description {
display: none !important;
}



input[type="text"], select,
textarea {
	background: #fff; 
	border: 1px solid #7F7E7F;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
}

input[type="text"], select,
textarea {	padding: 5px;}


.button:hover{ text-decoration:none; }
.button{
	padding:0px 15px;
	display:inline-block;
	font-size:12px;
	font-weight: bold;
	text-align:center;	
	color:#fff;
	border:solid 1px #fff;
	background:#000;	
	
}


.button:hover{
	border:solid 1px #fff;
	background:#DD127B;

	

}
