/*  GENERAL  */
h1, h2, h3, h4, h5, h6, pre, code {
	outline:none;
}
ul, ol {
	list-style:none
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0
}
fieldset {
	border:0
}
a {
	outline: none;
}
a.active {
	font-weight: bold;
	font-size: 1em;
}
a img, :link img, :visited img {
	border:none;
}
:link, :visited {
	text-decoration:none
}
img {
	display:block
}
address {
	font-style:normal
}
.clear {
	clear:both
}
.nomargin {
	margin:0
}
input, select, textarea {
	font-family: Tahoma;
	font-size: 1em;
	color: #778899;
}
/*  GLOBAL CLASSES  */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background:#001220 url(../images/bodybg.jpg) no-repeat fixed top left;
	font-family: Tahoma;
	font-size: 75%;
	color: #778899;
}
/*  CONTAINER  */
#container {
	margin: 0 auto;
	width: 960px;
	padding-left: 20px;
}
#container #styleswitcher {
	margin-right: 36px;
	position:relative;
	top: 285px;
	display: inline;
	float:right;
	z-index: 200;
}
#container #styleswitcher ul li {
	height:10px;
	padding:2px;
	width:10px;
	list-style-image:none;
	list-style-type:none;
	float:left;
}
#container #styleswitcher ul li a img {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity=30);
 -webkit-transition: opacity .5s linear;
}
#container #styleswitcher ul li a:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
/*  HEADER LEFT  */	
#header {
	float: left;
	margin:70px 0 0;
	width: 940px;
	background:url(../images/borderline1.png) no-repeat bottom left;
	height:235px;
	position: relative;
}
#header .title {
	float: left;
	width:600px;
	overflow: hidden;
	display:inline;
}
#header #logo {
	float: right;
	height: 95px;
	width: 95px;
	margin-right:105px;
}
#header .title h1 {
	color: #009BFF;
	color: rgba(0, 155, 255, .8);
	font-family:'ChaletParisNineteenEighty', sans-serif;
	font-size:2.7em;
	font-style:normal;
	font-weight:normal;
	line-height:1em;
	padding-bottom:15px;
	text-shadow:1px 2px 0 #000813;
}
#header .title p {
	color:#778899;
	font-family:'ChaletLondonNineteenEighty', sans-serif;
	font-size:1.56em;
	line-height:1.6em;
	margin-bottom:30px;
	margin-left:0;
	margin-top:18px;
}
#header .title span.s1 {
	color: #9dbb00;
	font-weight: normal;
}
#header .title span.s2 {
	color: #ec6601;
	font-weight: normal;
}
#header .title span.s3 {
	color: #cd001d;
	font-weight: normal;
}
#header .title .heart {
	font-size: 95%;
}
/*  HEADER RIGHT  */
#header #rightblock {
	background: #123850;
	background: rgba(34, 118, 187, 0.1);
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	padding:7px 7px 3px;
	margin: 35px 0 0;
	-khtml-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
}
*+ html #rightblock {
	width: 290px;
}

/*hide icons hover text*/
div#rightblock a span, div#logo a span, div#styleswitcher a span, #content li.project p a span, .project p a.strongorange span, .project p a.stronggreen span, .project p a.strongred span, .footertext a span { position: absolute; left: -3000px; }	

div#rightblock a:hover span {
	display: block;
   position: absolute; top: 190px; left: 660px; width: 225px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #778899; background: transparent;
   font: 10px Verdana, sans-serif; 	
}
  

#rightblock2 {
	background: #123850;
	background: rgba(34, 118, 187, 0.1);
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	padding: 7px;
	margin: 7px 0 0;
	-khtml-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
}
#header ul {
	list-style:none;
	text-align:center;
}
#header #rightblock ul li {
	float: left;
	height:33px;
	width: 30px;
	padding: 5px;
}
#header #rightblock2 ul li {
	height:33px;
	width: 166px;
	padding: 5px;
	background:url url(../images/icons/linkedin-on.png) no-repeat
}
#header ul span {
	float: left;
	padding: 5px;
	width: 250px;
}
/* SOCIAL MEDIA ICONS */
#header .icontwitter a img, #header .iconfacebook a img, #header .iconlinkedin a img, #header .iconxing a img, #header .iconskype a img, #header .icondelicious a img, #header .iconflickr a img {
	-webkit-transition: opacity 0.3s linear;
}
#header a:hover img {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}
#header a img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
/* TWEETS */

#twitter_update_list {
	color: #ccc;
	background: url(../images/borderline.png) no-repeat bottom left;
	list-style:none;
	font-family: Arial;
	font-size: 1.3em;
	margin: 0;
	padding:25px 0 29px;
	width:940px;
	line-height:normal;
	font-weight: normal;
	font-weight: normal;
	font-family: 'DINLight', sans-serif;
}
#twitter_update_list li {
	background: #1f3d4f;
	background: rgba(34, 118, 187, 0.1);
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
}


#twitter_update_list:before {
	content: "Latest tweet:";
	float: left;
	padding-right: 20px;
	color: #778899;
	height: 33px;
	padding:10px
}
#twitter-rss {
	float: left;
}
/*  CONTENT  */
#content {
	float: left;
	max-width: 1000px;
	margin-top:30px;
	width: 960px;
}
#content ul#item-overview a img {
	cursor: pointer;
}
#content li.project {
	float: left;
	width: 220px;
	margin-bottom: 40px;
	padding-right: 20px;
	position: relative;
}
#content li.project h2 {
	padding: 20px 0 10px 0;
}
#content h2.inside {
	margin-top: 80px
}
#content li.project p {
	width: 220px;
	line-height: 1.6em;
	padding-bottom: 5px;
}
#content li.project p a {
	font-weight: bold;
	color: #009BFF;
}
#content #item-overview a img {
	cursor: pointer;
}
#content .project {
	float: left;
	width: 220px;
	margin-bottom: 40px;
	padding-right: 20px;
	position: relative;
}
#content .project h2 {
	padding: 20px 0 10px 0;
	font-weight: normal;
}
#content .project p {
	width: 220px;
	line-height: 1.6em;
	padding-bottom: 5px;
}
#content .project p.small {
	line-height: 1.4em;
	margin-top: 25px;
}

#content .project p a {
	font-weight: bold;
	color: #009BFF;
}
#content .project .service1 span.green {
	font-weight: bold;
	border-bottom:1px dotted #9dbb00;
	color:#9dbb00 !important;
}
#content .project .service1 span.orange {
	font-weight: bold;
	border-bottom:1px dotted #ec6601;
	color:#ec6601 !important;
}
#content .project .service1 span.red {
	font-weight: bold;
	border-bottom:1px dotted #cd001d;
	color:#cd001d !important;
}
/*transparency animtion for start thumbs*/
#content .project a img {
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter:alpha(opacity=10);
 -webkit-transition: opacity .5s linear;
	padding:  0px;
}
#content .project a:hover img {
	opacity: 1;
	padding:  0;
}
/*transparency animation for inside thumbs*/
#content .project .back-service1 a img, #content .project .back-service2 a img, #content .project .back-service3 a img {
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter:alpha(opacity=10);
 -webkit-transition: opacity .5s linear;
	padding:  0px;
}
#content .project .back-service1 a:hover img, #content .project .back-service2 a:hover img, #content .project .back-service3 a:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
#content .project .back-service1 {
	background: transparent url(../images/thumbs/icongreen.png) 0 0 no-repeat;
	width: 220px;
	height: 160px;
	margin-bottom: 7px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius: 6px;
}
#content .project .back-service2 {
	background: transparent url(../images/thumbs/iconorange.png) 0 0 no-repeat;
	width: 220px;
	height: 160px;
	margin-bottom: 7px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius: 6px;
}
#content .project .back-service3 {
	background: transparent url(../images/thumbs/iconred.png) 0 0 no-repeat;
	width: 220px;
	height: 160px;
	margin-bottom: 7px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius: 6px;
}
#content .project p.service1 {
	height: 160px;
	padding-bottom: 3px;
}
#content .project p.service2 {
	height: 160px;
	padding-bottom: 3px;
}
#content .project p.service3 {
	height: 160px;
	padding-bottom: 3px;
}
#content .project a.green {
	background: transparent url(../images/thumbs/icongreen.png) 0 0 no-repeat;
	display: block;
	width: 220px;
	height: 160px;
	text-decoration: none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius: 6px;
}
#content .project a.red {
	background: transparent url(../images/thumbs/iconred.png) 0 0 no-repeat;
	display: block;
	width: 220px;
	height: 160px;
	text-decoration: none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius: 6px;
}
#content .project a.orange {
	background: transparent url(../images/thumbs/iconorange.png) 0 0 no-repeat;
	display: block;
	width: 220px;
	height: 160px;
	text-decoration: none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius: 6px;
}
/*thumb styles*/
p.stronggreen span {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
}
p.strongorange span {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
}
p.strongred span {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.9em;
}
a.strongred {
	border-bottom: 1px dotted #cd001d;
	color: #cd001d!important;
}
a.strongred:hover {
	border-bottom: 1px solid #cd001d;
	color: #cd001d!important;
}
a.stronggreen {
	border-bottom: 1px dotted #9dbb00;
	color: #9dbb00!important;
}
a.stronggreen:hover {
	border-bottom: 1px solid #9dbb00;
	color: #9dbb00!important;
}
a.strongorange {
	border-bottom: 1px dotted #ec6601;
	color: #ec6601!important;
}
a.strongorange:hover {
	border-bottom: 1px solid #ec6601;
	color: #ec6601!important;
}
#content .project-images {
	float: right;
	margin-bottom: 19px;
	width: 720px;
}
#content .project-images ul li {
	display:inline;
}
#content .line {
	float: left;
	border-bottom: 1px solid #e0e0e0;
	width: 940px;
	height: 5px;
}
#content .flashholder {
	margin-bottom: 45px;
}
/*  FOOTER  */
#footer {
	float: left;
	margin-right: -20px;
	background:url(../images/borderline.png) no-repeat top left;
	width: 940px;
}
#footer .top {
	margin-right:-20px;
	padding:30px 0 180px;
}
#footer .top .list, #footer .top .listlast {
	float: left;
	width: 240px;
	padding-bottom: 20px;
	color: #778899;
	font-weight: normal;
	line-height: 1.7em;
}
#footer .top .listlast {
	width: 210px;
}
#footer .top .list h3, #footer .contact .form h4, #footer .contact .map h4 {
	font-family: 'ChaletLondonNineteenEighty', sans-serif;
	color: #fff;
	font-size: 1.5em;
	padding-bottom: 10px;
	font-weight:normal;
}
#footer .top .list h3:first-letter, #footer .contact .form h4:first-letter, #footer .contact .map h4:first-letter {
	font-weight: bold;
}
#footer .top .list ul li {
	padding-bottom: 4px;
}
#footer .top .list p {
	padding-bottom: 4px;
	color: #778899;
}
#footer .top .list ul#status {
	list-style-type: disc;
	margin-left: 15px;
}
#footer .top .list a {
	color: #778899;
	border-bottom:1px solid #778899;
}
#footer .top .list a:hover {
	border-bottom:1px dotted #778899;
}
#footer .top .list span {
	text-decoration: line-through;
}
#footer .contact {
	float: left;
	width: 940px;
	color: #778899;
	padding-top: 44px;
	background:url(../images/borderline.png) no-repeat top left;
}
#footer .contact p {
	line-height: 1.6em;
	margin-bottom: 6px;
}
#footer .contact .form {
	float: left;
	width: 420px;
	margin-right: 60px;
	padding-bottom: 40px;
}
#footer .contact .form span {
	margin-left: 0px;
}
#footer .contact .form fieldset {
	overflow: hidden;
	width: 360px;
	border: 0px;
	color: #778899;
}
#footer .contact .form input.field {
	background:rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border:2px inset rgba(255, 255, 255, 0.3);
	height:20px;
	margin-bottom:15px;
	padding:4px 5px 0;
	width:168px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
 -webkit-transition: background .5s linear;
}
#footer .contact .form input.field:hover, #footer .contact .form textarea:hover {
	background: transparent;
}
#footer .contact .form input.submit {
	color: #778899;
	border: 1px solid #e0e0e0;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	cursor: pointer;
	padding:7px 10px 8px;
}
#footer .contact .form label {
	margin-bottom: 10px;
	width: 125px;
	height: 20px;
	line-height: 20px;
}
#footer .contact .form label.main-label {
	display:block;
	line-height:1.4em;
	padding-bottom:10px;
	width:360px;
}
#footer .contact .form label.large {
	margin-bottom: 5px;
	padding: 0px;
	width: 320px;
}
#footer .contact .form textarea {
	margin-bottom: 15px;
	padding: 4px 5px 4px 5px;
	width: 305px;
	border: 2px inset #e0e0e0;
	background: #1f3d4f;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background:rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border:2px inset rgba(255, 255, 255, 0.3);
 -webkit-transition: background .5s linear;
}
#footer .contact .form legend.main-legend span {
	line-height: 1.3em;
	padding-bottom: 7px;
	color: #fff;
	font-family: 'ChaletLondonNineteenEighty', sans-serif;
	font-size: 1.5em;
	display: block;
}

#footer .contact .form #form-div {
border-right:1px dotted #1E465D;
}

.footertext a {color: #778899}

/*hide required text*/
legend.req-legend span {
	position: absolute;
	left:-3000px;
}
/*button styles*/


.large.awesome, .large.awesome:visited {
	font-size:12px;
	padding:6px 10px 7px;
	width: 166px;
	margin: 4px 0;
 -webkit-transition: background .5s linear;
}
.awesome:hover {
	background: transparent url(../images/alert-overlay.png) repeat-x scroll 0 0;
	color:#FFFFFF;
		border-bottom:1px solid rgba(0, 0, 0, 0.25);
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size:12px;
	font-weight:bold;
	line-height:1;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 1);
}
.awesome, .awesome:visited {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	-khtml-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.5);
	background: transparent;
	background: #334455 url(../images/alert-overlay.png) repeat-x scroll 0 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	position:relative;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
 -webkit-transition: background .5s linear;
}

#footer .contact li.resume a {
	padding:7px 10px 8px;
	background: #009EDF url(../images/alert-overlay.png) repeat-x scroll 0 0;
	 x-webkit-transition: background .5s linear;
	text-align:center;
}
#footer .contact li.resume a:hover {
	padding:7px 10px 8px;
	background: transparent url(../images/alert-overlay.png) repeat-x scroll 0 0;
}

#map_canvas {
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 5px solid white;
	margin:46px 0;
	width: 450px;
	float: right;
}
#footer .bottom {
	float: left;
	color: #778899;
	padding: 22px 0 22px 0;
	background:url(../images/borderline.png) no-repeat top left;
	width: 940px;
}

#footer #pagebottom {

	padding:20px 10px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-left-radius: 0px;
 	 -webkit-border-top-right-radius: 0px;
   -webkit-border-bottom-right-radius: 10px;
   -webkit-border-bottom-left-radius: 10px; 
	-khtml-border-radius: 10px;
	-khtml-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
	margin-bottom:30px;
}

#footer #pagebottom .footertext {
 width: 400px;	
 float: left;
 margin-top: 5px;
  color: #334455;
}

#footer #pagebottom .icontop {
 padding: 0;
}

#footer .icontop img {
	float:right;
	display:block;
	padding-left:30px;
}



/*  ELEMENTS  */

#content h1 {
	color: #009BFF;
	font-family: 'ChaletLondonNineteenEighty', sans-serif;
	font-size: 2em;
	padding-bottom: 40px;
	font-weight: normal;
}
h2 {
	color: #fff;
	font-family: 'ChaletLondonNineteenEighty', sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	padding-bottom: 10px;
	font-weight: normal;
}
h2:first-letter {
	font-weight: bold;
}
h3 {
	color: #fff;
	font-family: 'ChaletLondonNineteenEighty', sans-serif;
	font-size: 2em;
	line-height: 1em;
	padding-bottom: 10px;
	font-weight: normal;
}
h3.demo {
	color: #778899;
	font-family: 'ChaletLondonNineteenEighty', sans-serif;
	font-size: 2em;
	line-height: 1em;
	padding-bottom: 10px;
	font-weight: normal;
}
h4 {
	color: #778899!important;
	font-family: 'ChaletLondonNineteenEighty', sans-serif;
	font-family: Tahoma;
	font-size: 1.3em;
	line-height: 1em;
	padding-bottom: 10px;
}
h5 {
	color: #778899;
	font-family: Tahoma;
	font-family: 'ChaletLondonNineteenEighty', sans-serif;
	font-size: 1.1em!important;
	line-height: 1em;
	padding-bottom: 10px;
}
h6 {
	color: #fff;
	font-family: Tahoma;
	font-size: 1em;
	line-height: 1em;
	padding-bottom: 10px;
}
hr {
	border: 1px solid #e0e0e0;
	color: #e0e0e0;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	font-family: Tahoma;
	font-size: 1em;
	color: #778899;
	padding-bottom: 10px;
	/*font rendering Browser fixes i*/
	-moz-opacity: 0.99;
	text-shadow:#000 0 0 0;
}
small {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
}
a {
	color: #009BFF;
	border-bottom: 1px dotted #009BFF;
}
a:hover {
	color: #009BFF;
	border-bottom: 1px solid #009BFF;
}
a.green, a.orange, a.red {
	border-bottom:none;
}
em {
	font-weight: bold;
}
dl {
	margin: 10px;
}
ol {
	margin: 10px;
}
input {
	border: none;
}
table tr td {
	padding: 10px;
}
blockquote {
	border: 1px solid #778899;
	padding: 20px;
}
.hidden {
	position: absolute;
	left:-3000px;
}	
a.refresh {
	float: left;
}

li.adobe {text-align: center;}

 */ /*HTML5 styles */
#top {
 padding-bottom: 1px;
margin-bottom: -1px /* force #inner margin-top to take effect in Firefox/WebKit */
}
#bottom {
	padding-top: 1px;
	margin-top: -1px /* force #inner margin-bottom to take effect in Firefox/WebKit */
}
/*3D Marquee Styles*/

.rectgreen, .rectred, .rectorange {
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	float:left;
	height:30px;
	left:-10px;
	position:absolute;
	top:20px;
	width:120px;
	z-index:100;
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.66);
	-khtml-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.66);
	z-index: 100; /* the stack order: foreground */
}
.rectgreen h2, .rectred h2, .rectorange h2 {
	font-size: 12px;
	padding-top: 9px!important;
	text-align: center;
}
.bubble {
	clear: both;
	position: relative;
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
}
.trigreen, .trired, .triorange {
	border-style:solid;
	border-width:10px;
	height:0;
	left:-20px;
	position:absolute;
	top:40px;
	width:0;
	z-index: -1; /* displayed under bubble */
}
.trigreen {
	border-color:transparent #707a3a transparent transparent;
}
.trired {
	border-color:transparent #b51f34 transparent transparent;
}
.triorange {
	border-color:transparent #b8500d transparent transparent;
}
.rectgreen {
	background:#9dbb00 none repeat scroll 0 0;
}
.rectred {
	background:#fb1a3d none repeat scroll 0 0;
}
.rectorange {
	background:#ef7f2a none repeat scroll 0 0;
}
.rectgreen h2 {
	color: #58650e!important;
	font-family:tahoma
}
.rectred h2 {
	color: #82212d!important;
	font-family:tahoma
}
.rectorange h2 {
	color: #994614!important;
	font-family:tahoma
}

/*WiBIYA*/

.wibiyaToolbar_wiwi_footerlink, .wibiyaToolbar_wiwi_footerlink:link, .wibiyaToolbar_wiwi_footerlink_poweredby {
display: none!important;	
}


/*PAGE SLIDE

#secondary {
    color: #FFF;
    padding: 15px 35px;
    
}
 
#pageslide-slide-wrap {
    background-color: #000;
}
 
#pageslide-content h2 {
  color: #C60;
}
 
#pageslide-content a {
  font-size:12px;
  padding:20px;
}
 
.pageslide-close {
  font-size: 12px;
  font-weight: bold;
  padding:10px !important;
  border: 1px solid #C60;
}*/

