/* Getting the new tags to behave */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties ======================================================== */

html {
	width:100%;
}
body {
	border: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #002A35;
	line-height: 25px;
	min-width: 950px;
	margin:0px;
	padding:0px;
}
.bg {
	width:100%;
}
.main {
	width:980px;
	padding:0;
	margin:0 auto;
}
a {
	color:#002A35;
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.col-1, .col-2 {
	float:left;
	width:222px;
}
.col-1 {
	margin-right:17px;
}
.column-1, .column-2 {
	float:left;
	width:284px;
}
.column-1 {
	margin-right:37px;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
}
p {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	/*font-family: Calibri, Cambria, Candara, "Century Gothic", "Book Antiqua", "Bradley Hand ITC", "Edwardian Script ITC", Garamond, Georgia, "Gill Sans MT", Pristina, Stencil, Wingdings;*/
}
p b {
	font-size:13px;
}
.p0 {
	margin-bottom:0px;
}
.p1 {
	margin-bottom:8px;
}
.p2 {
	margin-bottom:15px;
}
.p3 {
	margin-bottom:25px;
}
.p4 {
	margin-bottom:40px;
}
.p5 {
	margin-bottom:50px;
}
.p6 {
	margin-bottom:55px;
}
.reg {
	text-transform:uppercase;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.it {
	font-style:italic;
}
.color-1 {
	color:#fff;
}
.color-2 {
	color:#000;
}
.color-3 {
	color:#4F2F18;
}
.img-border2 {
	padding:10px;
	border:1px solid #ececec;
	background:#fff;
	border-radius:6px;
	float:left;
}
.NoSpacing {
	margin-bottom: 5px;
}
/*********************************boxes**********************************/

.indent-top {
	padding-top:20px;
}
.indent-left {
	padding-left:15px;
}
.indent-left2 {
	padding-left:30px;
}
.indent-right {
	padding-right:50px;
}
.indent-bot {
	margin-bottom:20px;
}
.indent-bot2 {
	margin-bottom:30px;
}
.indent-bot3 {
	margin-bottom:45px;
}
.prev-indent-bot {
	margin-bottom:16px;
}
.img-indent-bot {
	margin-bottom:25px;
}
.margin-bot {
	margin-bottom:35px;
}
.img-indent {
	float:left;
	margin:0 20px 0px 0;
}
.img-indent2 {
	float:right; /*margin:0 51px;*/
}
.img-indent-r {
	float:right;
	margin:0 0px 0px 40px;
}
.buttons a:hover {
	cursor:pointer;
}
.menu li a, .list-1 li a, .list-2 li a, .link, .button, h1 a {
	text-decoration:none;
}
/*********************************header*************************************/

header {
	width:100%;
	position:relative;
	z-index:2;
	background:url(../images/header-bg.jpg) bottom center no-repeat;
}
.row-bot {
	width:100%;
	/*margin-top: 70px;*/
}
.row-bot-bg {
	width:100%;
	padding: 29px 0 12px;
}
#page1 .row-bot-bg {
	padding:10px 0 15px;
}
h1 {
	padding:10px 1px 0 1px;
	float:left;
}
h1 a {
	display:block;
	width:65px;
	height:65px;
	text-indent:-9999em;
	background:url(../images/logo.png) 0 0 no-repeat;
}
h2 {
	font-size:40px;
	line-height:1.2em;
	color:#fff;
	padding: 0px 0 0 30px;
	margin-top:10px;
	overflow:hidden;
}
/***** menu *****/

.menu-row {
	width: 100%;
	background: url(../images/menu-row.gif) center top repeat-x #0096CB;
	border-bottom: 1px solid #1AB9D6;
	height: 85px;
	position: relative;
	z-index: 9;
	top: 0;
}
.menu {
	margin-top: 10px;
	padding: 10px 0px 5px 17px;
	float: left;
}
.menu li {
	float:left;
	position:relative;
	padding-left:20px;
}
.menu li a {
	display:block;
	font-size:13px;
	line-height:2em;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
.menu li ul {
	display:none;
}
.menu li a.active, .menu > li > a:hover {
	color:#F9C100;
	border-bottom:2px solid #F9C100;
}
/***** slider *****/

.slider-wrapper {
	width: 970px;
	height: 340px;
	padding: 5px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/*background:#FFF;*/
}
.slider {
	width:970px;
	height:340px;
}
.items {
	display:none;
}
/*********************************content*************************************/

#content {
	width:100%;
	position:relative;
	z-index:1;
	padding-bottom: 20px;
}
.spacer-1 {
	width:100%;
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}
h3 {
	float: left;
	width: auto;
	font: normal 87.5%/1.428 "HelveticaNeueLT Std", Helvetica, sans-serif;
	color: white!important;
	line-height: 36px;
	font-size: 18px!important;
	text-align: left;
	padding: 0px 15px;
	background:url(../images/h3.png) repeat-x;
	text-shadow: none!important;
}
h6 {
	color:#000;
}
.border-bot {
	width:100%;
	padding-bottom:22px;
	background:url(../images/pic-2.gif) 0 bottom repeat-x;
}
.box {
	width:100%;
	background:url(../images/box-tail.gif) 0 0 repeat-x;
}
.button {
	display:inline-block;
	padding:3px 6px 6px 9px;
	color:#fff;
	line-height: 15px;
	cursor:pointer;
	margin:5px 0px 0px 12px;
	background:url(../images/button.jpg);
	-moz-border-radius: 3px;  /* Firefox */
	-webkit-border-radius: 3px; /* Safari and Chrome */
	-khtml-border-radius: 3px; /* Linux browsers */
	border-radius: 3px; /* Opera 10.50, IE and CSS3 */
}
.button span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.button:hover {
	background:url(../images/button-hover.jpg);
}
.list-1 li {
	line-height:16px;
	padding:5px 10px 3px 20px;
	background:url(../images/bullet.png) 0 6px no-repeat;
}
.list-1 li a {
	display:inline-block;
	color:#030303;
	text-align:justify;
}
.list-1 li a p {
	margin-bottom: 0px!important;
}
.list-1 li a p span {
	font-size:12px!important;
}
.list-1 li a:hover {
	color:#F3F3F3;
}
.list-2 li {
	font-size:14px;
	line-height:24px;
	padding:0px;
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
.list-2 li a {
	display:block;
	color:#1799cf;
	padding-left:12px;
	background:url(../images/marker-1.gif) 0 10px no-repeat;
}
.list-2 li a:hover {
	color:#fff;
}
.list-2 .last-item {
	background:none;
}
.link {
	color:#030303;
}
.link:hover {
	text-decoration:underline;
}
.link-1 {
	display:inline-block;
	color:#fff;
	text-decoration:none;
}
.link-1:hover {
	color:#4F2F18;
}
.link-2 {
	color:#030303;
	font-weight:bold;
}
.link-2:hover {
	text-decoration:none;
}
.text-1 {
	display:block;
	font-size:16px;
	line-height:25px;
	color:#7f7f7f;
	padding:5px 0 0 10px;/*background:url(../images/pic-1.gif) 0 0 repeat-y;*/
}
.text-2 {
	display:block;
	font-size:24px;
	line-height:2em;
	color:#498f06;
}
.text-2 strong {
	display:block;
	margin-top:-18px;
}
dl span {
	float:left;
	width:96px;
	font-weight:bold
}
/*********************************aside*************************************/
.img-border {
	padding:11px;
	background:url(../images/img-border.png) 0 0 no-repeat;
}
/* -- gallery  begin --*/

#gallery {
	width:960px;
	height:882px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#js {
	position:relative;
	width:960px;
	margin:0 auto;
	font-size:14px;
	line-height:25px;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */

	display: none;
	width: 410px;
	height: 340px;
	overflow: hidden;
}
div.content img {
	position: relative;
	z-index: 2;
}
div.content a, div.navigation a {
}
div.content a:focus, div.content a:hover, div.content a:active {
}
div.controls {
	position:relative;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
	display:none;
}
div.nav-controls {
	width:100%;
	height:27px;
	position:absolute;
	left:0;
	bottom:56px;
}
div.nav-controls a.prev {
	display:block;
	width:39px;
	height:39px;
	background:url(../images/carousel-prev.png) 0 0 no-repeat;
	text-indent:-9999em;
	cursor:pointer;
	position:absolute;
	top:-583px;
	left:0;
	z-index:99;
}
div.nav-controls a.next {
	display:block;
	width:39px;
	height:39px;
	background:url(../images/carousel-next.png) 0 0 no-repeat;
	text-indent:-9999em;
	cursor:pointer;
	position:absolute;
	top:-583px;
	right:0;
	z-index:99;
}
div.nav-controls a.prev:hover, div.nav-controls a.next:hover {
	cursor:pointer;
}
div.slideshow-container {
	position: relative;
	height: 370px; /* This should be set to be at least the height of the largest image in the slideshow */
	z-index:1;
	width:940px;
	margin:0 auto;
}
div.slideshow {
}
div.caption {
	width:100%;
	height:100%;
}
div.slideshow span.image-wrapper {
	display: block;
	width: auto;
	height: auto;
	background:#FFF;
	border:1px solid #ECECEC;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	margin-left:20px;
	padding:11px;
}
div.slideshow a.advance-link {
	display: block;
	margin: 0;
	font-size:0;
	line-height:0;
	text-decoration:none;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.download {
	float: right;
}
div.caption-container {
	float:right;
	width: 270px;
	height: 620px;
	position:relative;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	z-index:10;
	background:#fff;
}
div#thumbs {
	padding: 0;
	margin:0 auto 20px;
	width:930px;
	float: left;
}
ul.thumbs {
	padding: 0 0 0 0;
	width:100%;
	overflow:hidden;
	position:relative;
}
ul.thumbs li {
	float:left;
	margin-right:17px;
	margin-bottom:18px;
	width:200px;
	height:137px;
	padding:11px;
	background:url(../images/img-border.png) 0 0 no-repeat;
}
ul.thumbs li.last {
	margin-right:0;
}
ul.thumbs li.last2 {
	margin-bottom:0;
}
ul.thumbs li.last3 {
	margin:0;
}
ul.thumbs li span {
	display:block;
	font-size:15px;
	line-height:1.2em;
	color:#f9f9f9;
	text-transform:uppercase;
	font-weight:bold;
}
a.thumb {
	display:block;
}
a.thumb:focus {
	outline: none;
}
#controls {
	width:100%;
}
div.pagination {
	clear: both;
	text-align:center;
	position:relative;
	z-index:10;
}
div.top.pagination {
	display:none;
}
div.navigation div.bottom {
	display:none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	padding:0 4px;
	font-weight:bold;
	color:#fff;
}
div.pagination a:hover {
	text-decoration: none;
	color:#ffeaa8;
}
div.pagination span.current {
	color:#ffeaa8;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
/* -- gallery end --*/



/***** contact form *****/

#contact-form {
	display:block;
	width:100%;
}
#contact-form label {
	display:block;
	height:40px;
	overflow:hidden;
}
#contact-form input {
	float:left;
	width:265px;
	font-size:12px;
	line-height:1.25em;
	color:#030303;
	padding:8px 10px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ebebeb;
	background:#F8F8F8;
	outline:none;
}
#contact-form textarea {
	float:left;
	height: 160px;
	width: 365px;
	font-size:12px;
	line-height:1.25em;
	color:#030303;
	padding:5px 10px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ebebeb;
	background:#F8F8F8;
	overflow:auto;
	outline:none;
	resize:none;
}
#contact-form input[type="submit"] {
	display: inline-block;
	padding: 5px 20px 7px 20px;
	color: #fff;
	line-height: 15px;
	cursor: pointer;
	margin: 5px 0px 0px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background:url(../images/button.jpg);
	float: right;
	width: auto;
	border:none;
}
#contact-form input[type="submit"]:hover {
	background:url(../images/button-hover.jpg);
}
#contact-form input[type="reset"] {
	display: inline-block;
	padding: 5px 20px 7px 20px;
	color: #fff;
	line-height: 15px;
	cursor: pointer;
	margin: 5px 0px 0px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background:url(../images/button.jpg);
	float: right;
	width: auto;
	border:none;
}
#contact-form input[type="reset"]:hover {
	background:url(../images/button-hover.jpg);
}
.text-form {
	float:left;
	display:block;
	font-size:12px;
	line-height:32px;
	width:93px;
	color:#030303;
	font-family:Arial, Helvetica, sans-serif;
}
.buttons {
	padding:8px 0 0 0;
	text-align:right;
}
.buttons a {
	margin-left:6px;
}
/* FOOTER ------------------------------------------------------------*/



#footer {
	bottom:0px;
	width: 100%;
	padding-bottom: 0px;
	background: #00839D url(../img/png-patterns/ver-1x1.png);
	opacity:1;
	border-bottom: #383838 solid 1px;
	border-top: 2px solid #ccc;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #dcdcdc;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
	margin-bottom: 10px;
}
/* FOOTER COLS ------------------------------------------------------------*/



#footer-cols {
	display: block;
	overflow: hidden;
	margin-top: 20px;
	padding: 0px 10px;
}
#footer-cols>li {
	display: block;
	float: left;
	width: 300px;
	margin: 0px 10px;
}
#footer-cols > li > ul > li {
	background: url("../img/footer-divider.png") repeat-x scroll left bottom;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
#footer-cols > li > ul > li:last-child {
	background: none;
}
#footer-cols > li a {
	text-decoration: none;
	color: #7d7d7d;
}
#footer-cols > li a:hover {
	color: #fff;
}
/* FOOTER-BOTTOM ------------------------------------------------------------*/



#footer-bottom {
	position:relative;
	overflow: hidden;
	background: #00839D url(../images/bottom-footer.png) top left repeat-x;
	color:#ACACAC;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottom-wrapper {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
#footer-bottom #bottom-left {
	float: left;
}
#footer-bottom #bottom-right {
	float: right;
}
#footer-bottom a {
	text-decoration: none;
	color: #EFEFEF;
}
#footer-bottom a:hover {
	color: #F9C100;
}
/* FOOTER-NAV ------------------------------------------------------------*/



#footer-nav {
	display: block;
	overflow: hidden;
	margin-top: 0px;
}
#footer-nav li {
	display: block;
	float: left;
	margin-left: 10px;
}
.list-services {
	padding:0;
}
.list-services li {
	float:left;
	padding:0 0 0 10px;
}
.roundAll3 {
	-moz-border-radius: 3px;  /* Firefox */
	-webkit-border-radius: 3px; /* Safari and Chrome */
	-khtml-border-radius: 3px; /* Linux browsers */
	border-radius: 3px; /* Opera 10.50, IE and CSS3 */
}
.roundAll4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.roundAll5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.roundAll6 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.roundAll10 {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	-khtml-border-radius: 10px; /* Linux browsers */
	border-radius: 10px; /* Opera 10.50, IE and CSS3 */
}
.radius12 {
	-moz-border-radius: 12px 0px 0px 12px;
	-webkit-border-radius: 12px 0px 0px 12px;
	border-radius: 12px 0px 0px 12px;
}
.roundAll25 {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
}
.gradi {
	background: rgb(0,186,221); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmFkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzdjZDRlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmUzZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0, 186, 221, 1) 0%, rgba(124, 212, 239, 1) 60%, rgba(143, 227, 252, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 186, 221, 1)), color-stop(60%, rgba(124, 212, 239, 1)), color-stop(100%, rgba(143, 227, 252, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 186, 221, 1) 0%, rgba(124, 212, 239, 1) 60%, rgba(143, 227, 252, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 186, 221, 1) 0%, rgba(124, 212, 239, 1) 60%, rgba(143, 227, 252, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 186, 221, 1) 0%, rgba(124, 212, 239, 1) 60%, rgba(143, 227, 252, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 186, 221, 1) 0%, rgba(124, 212, 239, 1) 60%, rgba(143, 227, 252, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00badd', endColorstr='#8fe3fc', GradientType=0 ); /* IE6-8 */;
}
.li_gradi {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 0.65) 0%, rgba(237, 237, 237, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 0.65)), color-stop(100%, rgba(237, 237, 237, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0.65) 0%, rgba(237, 237, 237, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242, 242, 242, 0.65) 0%, rgba(237, 237, 237, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242, 242, 242, 0.65) 0%, rgba(237, 237, 237, 0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242, 242, 242, 0.65) 0%, rgba(237, 237, 237, 0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f2f2f2', endColorstr='#00ededed', GradientType=0 ); /* IE6-8 */
}
.banner-img {
	height:360px; 
	width:970px;
}
.borderAll {
	border:1px solid transparent;
}
.top_rounded {
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}
.top_rounded5 {
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
 .scrollsaym::-webkit-scrollbar {
 width: 8px;
}
 .scrollsaym::-moz-scrollbar {
 width: 8px;
}
 .scrollsaym::-moz-scrollbar-thumb {
 -moz-border-radius: 10px;
 -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
 .scrollsaym::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.box {
	height:355px;
	width:310px;
	float:left;
	padding-bottom:20px;
	background:url(../images/box.png) repeat-x #E1DDD8;
	margin-top: -1px;
}
.box-head {
	background:url(../images/box-head.jpg) repeat-x bottom left;
	color:#FCFCFC;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.home-image {
	position: relative;
	float: right;
	height: 200px;
	z-index: -9;
	width: 110px;
	margin-right: 50px;
	margin-bottom: -5px;
	border:0px;
}
.scrollsaym::-webkit-scrollbar {
 width: 8px;
}
 .scrollsaym::-moz-scrollbar {
 width: 8px;
}
 .scrollsaym::-moz-scrollbar-thumb {
 -moz-border-radius: 10px;
 -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
 .scrollsaym::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
audio {
	margin-top: 15px;
}
.button_gradi {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
.button_gradi:hover {
	background: #b7deed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3ZGVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzcxY2VlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIxYjRlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2RlZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7deed), color-stop(50%, #71ceef), color-stop(51%, #21b4e2), color-stop(100%, #b7deed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed', GradientType=0 ); /* IE6-8 */
}
.wht-trns {
	background:url(../images/wht-trns.png)
}
.padd10 {
	padding:10px
}
.padd20 {
	padding:20px
}
.threerounded {
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}
.threerounded_rev {
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
}
.margintop0 {
	margin-top: 0px;
}
.margin10-20 {
	margin: 20px 10px 10px;
}
.margin10-15 {
	margin: 20px 10px 10px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.margintop30 {
	margin-top:30px
}
.margintop20 {
	margin-top:20px
}
.font700 {
	font-weight:700
}
.marginright40 {
	margin-right:40px
}
.marginright10 {
	margin-right:10px
}
.margintop10 {
	margin-top:10px!important;
}
.paddtop80 {
	padding-top: 80px;
}