/*
 * Responsive HTML5/CSS3 template
 * http://webcodebuilder.com/examples/responsive-html5css3-template/index.html
 *
 * Copyright 2012, WebCodeBuilder
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
@media all{

    body {
	  margin: 0;
	  background: #383838;
	  width: 100%;
	  text-decoration: none;
	  font-family: Futura-Book, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	}

	a {
      text-decoration: none;
      outline: none;
	  color:#333;
    }
    a:hover {
      text-decoration: none;
      outline: none;
    }
    a:link {
      text-decoration: none;
      outline: none;
    }
	a:active {
      text-decoration: none;
      outline: none;
    }
	q {
	  text-align:justify;
	}
	section, header,footer,nav {
	  display:block;
	}
	img {
	  border:0;
	  vertical-align:top;
	  max-width:100%;
	}
	form, fieldset {
	  border:0;
	  padding:0;
	  margin:0;
	}

	.subHeading{
	  display:block; /*33px/38px*/
	  margin:0 0 0.4em;
	  text-align:center;
	  color:#7a7a7a;
	  text-shadow:0px 1px 1px rgba(255,255,255,0.5);
	  font-family: 'PT Sans', Futura-Book, Arial, Helvetica, sans-serif;
	  font-size: 1.2em;
	  text-align:justify;
	}

	.subHeading2{
	  display:block; /*33px/38px*/
	  margin:0 0 0.4em;
	  text-align:center;
	  color:#7a7a7a;
	  text-shadow:0px 0px 0px rgba(255,255,255,0.5);
	  font-family: 'PT Sans', Futura-Book, Arial, Helvetica, sans-serif;
	  font-size: 1.3em;
	  line-height: 1.151em;
	  text-align:justify;
	}

	ul {
	  padding:0;
	  margin:0;
	  list-style:none;
	}

	section ul,
	article ul{
	  margin:0 0 0.5em;
	}

	blockquote {
	  margin:0 0 1em;
	  font-size:1.143em;
	  line-height:1.25em;
	  font-style:italic;
	  color:#444;
	  background-image: none;
	  background-repeat: no-repeat;
	}

	q {
		quotes:none;
		display:block;
		/*padding:1.5em 1em 0 40px;*/
	}
	q:before { content:"";}
	q:after { content:"";}
	cite {
		display:block;
		text-align:right;
	}
	dl{ margin:0 0 10px;}
	dt {font-weight:bold;}
	dd { margin:0 0 10px 20px;}
	form,
	fieldset {
		padding:0;
		margin:0;
		border:0;
	}
	.center {
	   max-width:960px;
	   width:100%;
	   margin:0 auto;
	}
	.center2 {
	   margin: 0 auto;
	   width:90%;
	}
	.hidden{display:none;}
	.box-main:after,
	.center:after {
		content:"";
		clear:both;
		display:block;
	}
	.right { float:right;}
	.left { float:left;}
	.alignLeft{
		float:left;
		margin-right:1em;
	}
	.alignRight{
		float:right;
		margin-left:1em;
	}
	.fullWidth{width:100%;}
	.fullWidth img{width:100%;}

	.row1{
		width:98%;
		background:#eaeaea;
		/*padding:0.857em 0;*/
		padding-left: 2%;
	}

	.row{
	    width: 100%;
	    background: #eaeaea;
	    padding-top: 0em;
	    padding-right: 0;
	    padding-bottom: 0em;
	    padding-left: 0;
	}

	.row:after{
		content:"";
		display:block;
		clear:both;
	}
	.grey{
		background:#000;
		background:#7e8794;
		color:#fff;
		border-bottom:1px solid #f6f6f6;
		border-top:1px solid #f6f6f6;

		-moz-box-shadow:   	inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
		box-shadow:         inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	}
	.grey2{
	font-weight: normal;
	/*line-height: 1.3em;*/
	text-align: left;
	background: #000;
	color: #fff;
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
	-moz-box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	font-family: Futura-Book, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.grey3{
	/*font-weight: normal;*/
	/*color: #000;*/
	/*line-height: 1.3em;*/
	text-align: left;
	border-bottom: 1px solid #f6f6f6;
	border-top: 1px solid #f6f6f6;
	-moz-box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75),
							inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.75);
	background-image: none;
	background-repeat: no-repeat;
	background-size: 100%;


  				inset 0 -6px 6px -6px rgba(0,0,0,0.75);
	font-family: Futura-Book, Arial, Helvetica, sans-serif;
	/*font-size: 10px;*/
	}




	.grey h1{
		color:#fff;
		text-shadow:0 1px 2px rgba(0,0,0,0.5);
	}
	.h1_part{
color:#fff;

		}

	.grey h2{
		text-shadow:0 1px 2px rgba(0,0,0,0.5);
	}
	.grey .subHeading{
		color:#d9e7fb;
		text-shadow:0 1px 1px rgba(0,0,0,0.5);
	}
	.grey a{color:#fff;}
	.btn{
		position:relative;
		display:inline-block;
		padding:0.278em;
		font:1.214em/2.375em Futura-Book, Arial, Helvetica, sans-serif;
		border:1px solid #d6d6d6;
		background:#dedede;
		text-decoration:none;
		font-weight:bold;
		cursor:pointer;
		width:auto;
		margin:0 -2px;
		overflow:visible;

		-webkit-border-radius: 1.67em;
		-moz-border-radius: 1.67em;
		border-radius: 1.67em;

		-webkit-transition: background 0.5s ease;
		-moz-transition: background 0.5s ease;
		-o-transition: background 0.5s ease;
		transition: background 0.5s ease;
	}
	* +html .btn{margin:0;}
	.btn span{
		color:#EEE;
		padding:0 0.75em;
		display:block;
		text-shadow: 0px 0 rgba(0,0,0,0.31), 0 1px rgba(0,0,0,0.5), 0px 0 rgba(0,0,0,0.5), 0 0px rgba(0,0,0,0.5);

		-moz-box-shadow:   	inset 0 0px 3px rgba(255,255,255,255.75);
		-webkit-box-shadow: inset 0 0px 3px rgba(255,255,255,0.75);
		box-shadow:         inset 0 0px 3px rgba(255,255,255,0.75);

		-webkit-border-radius: 1.25em;
		-moz-border-radius: 1.25em;
		border-radius: 1.25em;



	}
	.btnSmall{
		padding:0.278em;
		text-decoration:none;
		font-size:1.214em;
		line-height:2.35em;
		background:#798493;
		font-weight:bold;
		border:1px solid #505a68;

		-webkit-border-radius: 1.47em;
		-moz-border-radius: 1.47em;
		border-radius: 1.47em;

		-webkit-transition: background 0.5s ease;
		-moz-transition: background 0.5s ease;
		-o-transition: background 0.5s ease;
		transition: background 0.5s ease;

		-moz-box-shadow:   	0 1px 1px rgba(255,255,255,0.36);
		-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.36);
		box-shadow:         0 1px 1px rgba(255,255,255,0.36);
	}
	.btnSmall span{
		color:#fff;
		text-decoration:none;
		padding:0 1.47em;
		display:block;
		text-shadow: 0px 0 rgba(0,0,0,0.31), 0 1px rgba(0,0,0,0.5), 0px 0 rgba(0,0,0,0.5), 0 0px rgba(0,0,0,0.5);

		border:1px solid #566270;
		background:#606a78;

		background-image: linear-gradient(bottom, rgb(98,119,149) 0%, rgb(160,188,226) 100%);
		background-image: -o-linear-gradient(bottom, rgb(98,119,149) 0%, rgb(160,188,226) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(98,119,149) 0%, rgb(160,188,226) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(98,119,149) 0%, rgb(160,188,226) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(98,119,149) 0%, rgb(160,188,226) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(98,119,149)),
			color-stop(1, rgb(160,188,226))
		);

		-moz-box-shadow:   	inset 0 2px 2px -2px rgba(255,255,255,255.75),
							inset 0 0 0 #fff;
		-webkit-box-shadow: inset 0 2px 2px -2px rgba(255,255,255,0.75),
							inset 0 0 0 #fff;
		box-shadow:         inset 0 2px 2px -2px rgba(255,255,255,0.75),
							inset 0 0 0 #fff;

		-webkit-border-radius: 1.25em;
		-moz-border-radius: 1.25em;
		border-radius: 1.25em;
	}
	.btn:hover {
		background:#1b4648;
		background:rgba(0,0,0,0.2);
	}
	.btnSmall:hover {
		background:none;
	}
	.btnSmall:hover span{
		background-image: linear-gradient(bottom, rgb(109,131,164) 0%, rgb(169,199,241) 100%);
		background-image: -o-linear-gradient(bottom, rgb(109,131,164) 0%, rgb(169,199,241) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(109,131,164) 0%, rgb(169,199,241) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(109,131,164) 0%, rgb(169,199,241) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(109,131,164) 0%, rgb(169,199,241) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(109,131,164)),
			color-stop(1, rgb(169,199,241))
		);
	}
	.btn:active{
		top:1px;
	}
	.btn:hover span,
	.btn:active span{
		color:#fff;
	}
	.btnGreen span{
		border:1px solid #5e9048;
		background:#75cf44;

		background-image: linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);
		background-image: -o-linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(80,153,46) 0%, rgb(117,207,68) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(80,153,46)),
			color-stop(1, rgb(117,207,68))
		);
	}

	.btnBlue span{
		background:#52b3d3;
		border:1px solid #67a2b4;
		color:#fff;

		background-image: linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);
		background-image: -o-linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(66,153,179) 0%, rgb(82,179,211) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(66,153,179)),
			color-stop(1, rgb(82,179,211))
		);
	}
	.formRow{
		width:100%;
		margin:0 0 1.5em;
	}
	.formRow:after{
		content:"";
		display:block;
		clear:both;
	}
	.textField{
		width:100%;
		overflow:hidden;
		border:1px solid #505a68;
		background:#798493;
		font-weight:bold;
		font-size:14px;
		padding:0.5em;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;

		-moz-box-shadow:   	0 1px 1px rgba(255,255,255,0.36);
		-webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.36);
		box-shadow:         0 1px 1px rgba(255,255,255,0.36);
	}
	input,
	textarea{
		display:block;
		background:#fff;
		font:1em/1.214em Futura-Book, Arial, Helvetica, sans-serif;  /*14px/17px*/
		color:#444;
		width:100%;
		padding:0.75em 1.5em;
		border:1px solid #505762;
		margin:0;

		resize:none;

		-moz-box-shadow:   	inset 0 0px 3px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
		box-shadow:         inset 0 0px 3px rgba(0,0,0,0.75);

		-webkit-border-radius: 1.5em;
		-moz-border-radius: 1.5em;
		border-radius: 1.5em;

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	textarea {
		overflow:auto;
		height:10.812em;
	}
	* +html input,
	* +html textarea,
	* +html .textField{
		width:99%;
		padding:0;
	}
	::-webkit-input-placeholder {
		color:    #444;
	}
	:-moz-placeholder {
		color:    #444;
	}
	.columns{width:100%	}
	.columns:after{
		content:"";
		display:block;
		clear:both;
	}
	.columns > div,
	.columns > article{
		float:left;
		vertical-align:top;
	}
	.columns h2{text-align:left;}
	.half{
		width:48.0%;
		margin:1.3%;
	}
	.oneThird{
	width:310px;
	margin:5px;

	}
	.oneThird_int{
	width:310px;
	margin:5px;
	border-top-style:double;
	border: 1px #BBB solid;
	}
	.oneThird2{
		width:48%;
		margin:1%;
	}

	.oneThird3{
		width:32%;
		margin:0%;
		float:left;
	}
		.oneThird33{
		width:32%;
		margin:0%;
		float:left;
		margin-left:20px;
	}
		.oneThird333{
		width:32%;
		margin:0%;
		float:left;
		margin-left:15px;
	}
	.columns > div:first-child,
	.columns > article:first-child{margin-left:0;}
	.oneThird +.oneThird +.oneThird,
	.threeForth + .oneForth,
	.oneForth + .half,
	.half + .half,
	.half + .oneForth + .oneForth,
	.last{
		float:right;
		margin-right:0;
	}
	.oneForth{width:25%;}
	.threeForth{width:74.5%;}
	.buttons{
	width:100%;
	height:355px;
	overflow:hidden;
	text-align:center;
	margin-top: 0.6em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	.buttons > span{
		background:url(../img/sep-vert.gif) no-repeat 50% 50%;
		display:inline-block;
		font-size:1.714em;
		line-height:1.125em;
		padding:1em 0.75em;
		margin:0 -1px 0 -2px;
		background:#;
	}
	* +html .buttons > span{margin:0 20px;}
	.buttons > span em{
		font-style:normal;
		display:block;
		background:#eaeaea;
	}
	.imgHolder{
		display:inline-block;
		padding:1px;
		background:#fff;
		border:6px solid #cecece;
		margin-bottom:1em;
		max-width:100%;
		overflow:hidden;

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	.imgHolder2{
		display:inline-block;
		padding:1px;
		background:#000;
		border:1px solid #000;
		margin-bottom:1em;
		max-width:100%;
		overflow:hidden;

		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	* +html .imgHolder{
		max-width:93.5%;
		border-width:3%;
		padding:0;
	}
	.imgHolder img{display:block;}
	.grey .imgHolder{
		border-color:#646e7d;
	}
	/*main styles*/
	#pagewidth {width:100%;}
	#header{
		position: fixed;
		z-index:100;
		left: 0;
		top: 0;
		/*height:105px;*/
		width:100%;
		overflow:hidden;
		padding:10px 0;
		background:#404751;

		-moz-box-shadow:   	inset 0 0 0 #fff,
							inset 0 -20px 20px -20px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset 0 0 0 #fff,
							inset 0 -20px 20px -20px rgba(0,0,0,0.75);
		box-shadow:         inset 0 0 0 #fff,
							inset 0 -20px 20px -20px rgba(0,0,0,0.75);
	}
	#content{padding:59px 0 0;}
	#content2{padding:82px 0 0;}
	#mainNav{text-align:center;}
	#mainNav li{
		display:inline-block;
		margin:0 5px;
	}
	#mainNav a{
		color:#fff;
		position:relative;
		display:inline-block;
		padding:0.278em;
		text-decoration:none;
		font-size:1.214em;
		line-height:2.35em;
		background:#2d3239;
		font-weight:bold;

		-moz-box-shadow:   	inset 0 0px 3px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset 0 0px 3px rgba(0,0,0,0.75);
		box-shadow:         inset 0 0px 3px rgba(0,0,0,0.75);

		-webkit-border-radius: 1.47em;
		-moz-border-radius: 1.47em;
		border-radius: 1.47em;
	}
	#mainNav a span{
		color:#fff;
		text-decoration:none;
		padding:0 0.85em;
		display:block;
		text-shadow: 0px 0 rgba(0,0,0,0.31), 0 1px rgba(0,0,0,0.5), 0px 0 rgba(0,0,0,0.5), 0 0px rgba(0,0,0,0.5);

		border:1px solid #202329;
		background:#606a78;

		background-image: linear-gradient(bottom, rgb(65,72,82) 0%, rgb(96,106,120) 100%);
		background-image: -o-linear-gradient(bottom, rgb(65,72,82) 0%, rgb(96,106,120) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(65,72,82) 0%, rgb(96,106,120) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(65,72,82) 0%, rgb(96,106,120) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(65,72,82) 0%, rgb(96,106,120) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(65,72,82)),
			color-stop(1, rgb(96,106,120))
		);

		-moz-box-shadow:   	inset 0 2px 2px -2px rgba(255,255,255,255.75),
							inset 0 0 0 #fff;
		-webkit-box-shadow: inset 0 2px 2px -2px rgba(255,255,255,0.75),
							inset 0 0 0 #fff;
		box-shadow:         inset 0 2px 2px -2px rgba(255,255,255,0.75),
							inset 0 0 0 #fff;

		-webkit-border-radius: 1.25em;
		-moz-border-radius: 1.25em;
		border-radius: 1.25em;
	}
	#mainNav a:active{
		top:1px;
	}
	#mainNav a:hover span ,
	#mainNav li.active span {
		background-image: linear-gradient(bottom, rgb(71,83,101) 0%, rgb(123,145,177) 100%);
		background-image: -o-linear-gradient(bottom, rgb(71,83,101) 0%, rgb(123,145,177) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(71,83,101) 0%, rgb(123,145,177) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(71,83,101) 0%, rgb(123,145,177) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(71,83,101) 0%, rgb(123,145,177) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(71,83,101)),
			color-stop(1, rgb(123,145,177))
		)
	}
	.gallery{
		background:url(../img/sep-hor.gif) no-repeat 50% 0;
		padding:2px 0;
		position:relative;
		margin:0 auto;
		width:81.25%;
		position:relative;
	}
	.gallery:after{
		content:"";
		position:absolute;
		bottom:0;
		left:0;
		background:url(../img/sep-hor.gif) no-repeat 50% 0;
		width:100%;
		height:2px;
	}
	.news > div{
		border:1px solid #505a68;
		position:relative;
		padding:0 0 10px;
		margin:0 0 30px;
		height:1%;
	}
	.news > div:after{
		content:"";
		display:block;
		clear:both;
	}
	.news h3{
		font-size:1.314em;
		line-height:1.983em;
		text-align:center;
		margin:0 0 0.83em;
		border-top:1px solid #909eb2;
		border-bottom:1px solid #545b65;
		background:#5d6a7c;

		background-image: linear-gradient(bottom, rgb(93,106,124) 0%, rgb(126,137,153) 100%);
		background-image: -o-linear-gradient(bottom, rgb(93,106,124) 0%, rgb(126,137,153) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(93,106,124) 0%, rgb(126,137,153) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(93,106,124) 0%, rgb(126,137,153) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(93,106,124) 0%, rgb(126,137,153) 100%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(93,106,124)),
			color-stop(1, rgb(126,137,153))
		);
	}
	.news h3 a{
		display:block;
		text-decoration:none;
		text-shadow:0 1px 2px rgba(0,0,0,0.5);
	}
	.news .content{
		width:97%;
		overflow:hidden;
		margin:0 auto;
	}
	.news .content2{
		width:91%;
		overflow:hidden;
		margin:0 auto;
	}

	.news .readMore{
	position: absolute;
	top: 100%;
	margin: -2.143em 0 0;
	width: 100%;
	text-align: center;
	left: 14px;
	}
	.slides{
		list-style:none;
		overflow:hidden;
		padding:0;
		width:100%;
	}
	.slides li{
		padding:0;
		display: none;
		position:relative;
		background:url(../img/sep-vert.gif) no-repeat 50% 50%;
	}
	* +html .slides li{
		display:inline;
		zoom:1;
		margin:0;
	}
	.slides blockquote{
		float:right;
		width:48%;
		margin:4.5em 0 0;
	}
	.slides blockquote:first-child{float:left;}
	#map{
		border:1px solid #535d6b;
		padding:0.428em;
		background:#798493;
		margin:0 0 1em;
	}
	#map .imgHolder{
		height:1%;
		overflow:hidden;
		background:#f5f5f5;
		padding:1px;
		border:0;
		margin:0;
		display:block;
	}
	#map .imgHolder img{
		width:100%;
	}
	.form{width:92%;}
	#testimonials{
		margin-top:-2.857em;
	}
	#testimonials .row{
		/*padding:25px;*/
		/*background:url(../img/sep-hor.gif) no-repeat 50% 1.5em;*/
	}
	#testimonials .row:first-child{
		background:none;
	}
	#testimonials{background:none;}
	#testimonials:after{display:none;}

	#footer{
	width: 100%;
	overflow: hidden;
	color: #fff;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color:#000;
	}
	#footer a{
		color:#fff;
	}

	#message p{margin: 0;}
	.error_message{
	border-width: 2px !important;
	background: rgba(247,0,0,0.5) !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	.ok_message{
	background: rgba(57,143,20,0.5) !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding: 1px;
	}
}

a{
text-decoration:none
}
h5{
font:12px  Verdana, Geneva, sans-serif bold; letter-spacing:-1px; margin:5px 0; color:#FFF; text-align:left;
text-shadow: 0.1em 0.1em #333;
font-weight:bold;
list-style:none;

}
.h1{
font:18px  Verdana, Geneva, sans-serif bold; letter-spacing:-1px; color:#FFF; text-align:left;
text-shadow: 0.1em 0.1em #333;
font-weight:bold;
list-style:none;
margin-bottom:20px;
margin-right:20px;
}
.copy
{
margin-top:21px;
text align:left;
text-align:center;
}

.subirletra{
	font:12px  Verdana, Geneva, sans-serif bold; letter-spacing:-1px; margin:5px 0; color:#FFF; text-align:left;
text-shadow: 0.1em 0.1em #333;
font-weight:bold;
padding-top:0px;
	}



.tablemenu{
width:940px;
background-color:grey;
height:40px;
border-color:#000000;
background:#5D5D5D;
}

.punteados{
width:940px;
height:110px;
  border-style: dotted;
  	border-width: 1px;
  	border-color: 660033;
  	font-family: verdana, Futura-Book, Arial;
  	font-size: 10pt;
	backgorund-color:black;
	color:black;
	border-top-style:hidden;
	border-left-style:hidden;
	border-right-style:hidden;
	/*para ver border punteado en firefox*/
	border-bottom:1px dotted grey;

}
.punteadoss{
width:940px;
height:55px;
  border-style: dotted;
  	border-width: 1px;
  	border-color: 660033;
  	font-family: verdana, Futura-Book, Arial;
  	font-size: 10pt;
	backgorund-color:black;
	color:black;
	border-top-style:hidden;
	border-left-style:hidden;
	border-right-style:hidden;
	/*para ver border punteado en firefox*/
	border-bottom:1px dotted grey;

}
.punteadosss{
width:140px;
height:1px;
  border-style: dotted;
  	border-width: 1px;
  	border-color: 660033;
  	font-family: verdana, Futura-Book, Arial;
  	font-size: 10pt;
	backgorund-color:black;
	color:black;
	border-top-style:hidden;
	border-left-style:hidden;
	border-right-style:hidden;
	/*para ver border punteado en firefox*/
	border-bottom:1px dotted grey;
	text-align:center;
	margin-right:30px;

}

.tablaredes
{
	float:righ;
	border-style: dotted;
  	border-width: 0px;
  	border-color: 660033;
  	font-family: verdana, Futura-Book, Arial;
  	font-size: 10pt;
	backgorund-color:black;
	color:black;
	border-top-style:hidden;
	border-left-style:hidden;
	border-right-style:hidden;
	border-bottom-style:hidden;
	margin-top:14px;
	margin-left:825px;
	margin-right:40px;
}

.h5{
color:#444;

}
.ligim
{
	margin-top:15px;
	font-size:15px;
}
.titulo{
	font-size:12px;


}
 a.back{
            width:256px;
            height:73px;
            position:fixed;
            bottom:15px;
            right:15px;

        }


ul#navigation {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 150px;
	left: 0px;
	list-style: none;
	z-index:9999;
}
ul#navigation li {
    width: 100px;
}
ul#navigation li a {
	display: block;
	margin-left: -2px;
	width: 145px;
	height: 70px;
	background-repeat:no-repeat;
	background-position:center center;
	border:1px solid #AFAFAF;
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	/*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 0.6;

    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .homee a{
    background-image: url(../imagenes/home.png);
}
ul#navigation .aboutt a      {
    background-image: url(../imagenes/id_card.png);
}
ul#navigation .searchh a      {
    background-image: url(../imagenes/search.png);
}
ul#navigation .podcastss a      {
    background-image: url(../imagenes/ipod.png);
}
ul#navigation .rssfeedd a   {
    background-image: url(../imagenes/rss.png);
}
ul#navigation .photoss a     {
    background-image: url(../imagenes/camera.png);
}
ul#navigation .contactt a    {
    background-image:url(../imagenes/mail.png);
}
.menu_lateral{
	font-size:24px;
	padding-top:20px;

}

h4 {
font-size: 1.5em;
font-family: 'Yanone Kaffeesatz', sans-serif;
/*font-weight:700;*/
color: grey;
display: block;
line-height: 180%;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;


}

#tabla_arriba
{
margin-left:auto;
margin-right:auto;
width:870px;
height:200px;
}
.tablita
{
	width:870px;
	height:200px;
	text-align:start;



		opacity:0.9;
filter:alpha(opacity=90);
}
.tablita_td
{
	width:290px;
	height:200px;

}

.img_tablita
{
float:left;


}
.img_tablita2
{
float:right;


}

.boton
{
	height:25px;
color: #999999;
border: 0px #222222 solid;
background-color:#444;
box-shadow: 0px 1px 3px #000000;
-moz-box-shadow: 0px 1px 3px #000000;
-webkit-box-shadow: 0px 1px 3px #000000;
background-position: center;
background-repeat: repeat-x;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
margin-top:18px;

}
.boton3
{
height:25px;
color: #999999;
border: 0px #222222 solid;
background-color:#444;
box-shadow: 0px 1px 3px #000000;
-moz-box-shadow: 0px 1px 3px #000000;
-webkit-box-shadow: 0px 1px 3px #000000;
background-position: center;
background-repeat: repeat-x;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
#titulo_gim{
	background-color:#cdcccc;
	border-top-style:double;
	border: 1px #BBB solid;

}
#titulo_gim_arriba{
	background-color:#cdcccc;
	border-top-style:double;
	border: 1px #BBB solid;

}

/* Added Marc */
form .textField {
    padding: 0.75em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
form input, form textarea  {
    border-radius: 0.65em;
    margin: 6px 0 0;
}

form input[type="submit"] {
    font-weight: bold;
}