@charset "utf-8";
/* CSS Document */
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
a{ color:#333333;}

::-webkit-input-placeholder {
  
   padding-top:3px;
}
.red1{ color:#FF0000}
:-moz-placeholder { /* Firefox 18- */
   padding-top:3px; 
}

::-moz-placeholder {  /* Firefox 19+ */
   padding-top:3px;
}

:-ms-input-placeholder {  
    padding-top:3px;
}

.form input[type=text] {
	width: 90%;
	padding: 5px;
	border: 1px solid #d4d4d4;	
	
	line-height: 1.3em;
	float: right;
	
	/* some box shadow sauce :D */
	box-shadow: inset 0px 2px 2px #ececec;
}
.form input[type=password] {
	width: 90%;
	padding: 5px;
	border: 1px solid #d4d4d4;	
	
	line-height: 1.3em;
	float: right;
	
	/* some box shadow sauce :D */
	box-shadow: inset 0px 2px 2px #ececec;
}
.optionals,.optionals dt {width:100px;; float:left;white-space:nowrap}
.optionals dt {
	text-align:left;
	padding-right:10px;
}
dl,dt,dd {display:block}
.optionals dd {font-weight:bold}
dl:last-child{clear:both}
.form textarea{
	width: 90%;
	padding: 5px;
	border: 1px solid #d4d4d4;	
	
	line-height: 1.3em;
	float: right;
	
	/* some box shadow sauce :D */
	box-shadow: inset 0px 2px 2px #ececec;
}

.cimg{
	width:205px;
	height:180px;
	border:1px #CCC solid;
	padding:2px;
}

.thumbs{ width:50px;
height:50px;
padding:1px;
float:left;
margin-right:2px;
}
.thumbs img{ width:48px; height:48px; border:1px #CCC solid}

.view_16{
	height:16px;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	display:block;
	padding-left: 20px;
	width: 70px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#c_right{
	width:220px;
	float:right;
	display:block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.form input[type=text]:focus {
	/* No outline on focus */
	outline: 0;
	/* a darker border ? */
	border: 1px solid #bbb;
}

    .myButton3 {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
        -webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
        box-shadow:inset 0px 1px 0px 0px #9acc85;
		cursor:pointer;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
        background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
        background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
        background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
        background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
        background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
        
        background-color:#74ad5a;
        
        border:1px solid #3b6e22;
        
        display:inline-block;
        color:#ffffff;!important
        font-family:arial;
        font-size:13px;
        font-weight:bold;
        padding:6px 12px;
        text-decoration:none;
        
    }
    .myButton3:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
        background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
        
        background-color:#68a54b;
    }
    .myButton3:active {
        position:relative;
        top:1px;
    }
.button_all{background:url(images/button_backpic.gif) repeat-x top left;border-top:#d9a415 solid 1px;border-right:#aa8215 solid 1px;border-bottom:#aa8215 solid 1px;border-left:#d9a415 solid 1px;height:21px;font-size:12px;font-weight:bold;font-family:Arial,Helvetica,sans-serif;padding-left:2px;padding-right:2px;}

.side_right{ margin-left:10px; }

.side_left{ margin-right:10px; width:200px}

.reply_button_sprite{
	font-weight:bold;
	
	width:80px;
	text-align:center;
	font-size:12px;
	margin-left:5px;
	color:#000;
	font-family:Arial;
	
	margin-top:50px;
	
}
.c1{float:left; width:360px}
#related_t{
	
	color:#000;
	padding: 8px;
	font-weight: bold;
	font-size: 16px;
	color: #0045A9;
	border-top-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	.reply{
	background-color:#C90;





!important;
	
}

.reply-form{
	background-color:#666;
	-moz-box-shadow: 0 0 5px #CCC;
	-webkit-box-shadow: 0 0 5px#CCC;
	box-shadow: 0 0 5px #CCC;
}
    .myButton2 {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
        -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
        box-shadow:inset 0px 1px 0px 0px #a4e271;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5dab28), color-stop(1, #5dab28));
        background:-moz-linear-gradient(top, #5dab28 5%, #5dab28 100%);
        background:-webkit-linear-gradient(top, #5dab28 5%, #5dab28 100%);
        background:-o-linear-gradient(top, #5dab28 5%, #5dab28 100%);
        background:-ms-linear-gradient(top, #5dab28 5%, #5dab28 100%);
        background:linear-gradient(to bottom, #5dab28 5%, #5dab28 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5dab28', endColorstr='#5dab28',GradientType=0);
        
        background-color:#5dab28;
        
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
		cursor:pointer;
        
       border:1px solid #699C46;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:11px;
        font-weight:bold;
        padding:3px 10px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #528009;
        
    }
    .myButton2:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
        background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
        
        background-color:#77a809;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }

h4{
	font-size:14px;
	color:#333;
	margin:5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size:16px;
}
/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	
	background: #fff;
	
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	width: 202px;
	outline: none;
	border:none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #fff;
	font-size: 12px;
	height: 30px;
	width: 32px;
	margin-right:2px;
	background: #1274C0;
	background: -webkit-gradient(linear, left top, left bottom, from(#1580D3), to(#1274C0));
	background: -moz-linear-gradient(top,  #1580D3,  #1274C0);

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1580D3', endColorstr='#1274C0'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1580D3', endColorstr='#1274C0'); /* ie8 */
}


    .myButton {
        
        -moz-box-shadow:inset 0px -3px 7px 0px #11b044;
        -webkit-box-shadow:inset 0px -3px 7px 0px #11b044;
        box-shadow:inset 0px -3px 7px 0px #11b044;        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #12c049), color-stop(1, #11b044));
        background:-moz-linear-gradient(top, #12c049 5%, #11b044 100%);
        background:-webkit-linear-gradient(top, #12c049 5%, #11b044 100%);
        background:-o-linear-gradient(top, #12c049 5%, #11b044 100%);
        background:-ms-linear-gradient(top, #12c049 5%, #11b044 100%);
        background:linear-gradient(to bottom, #12c049 5%, #11b044 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#12c049', endColorstr='#11b044',GradientType=0);
        
        background-color:#12c049;
        border:1px solid #ccc;
		margin:0;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:normal;
        padding:9px 23px;
        text-decoration:none;
		cursor:pointer
        
        
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #11b044), color-stop(1, #12c049));
        background:-moz-linear-gradient(top, #11b044 5%, #12c049 100%);
        background:-webkit-linear-gradient(top, #11b044 5%, #12c049 100%);
        background:-o-linear-gradient(top, #11b044 5%, #12c049 100%);
        background:-ms-linear-gradient(top, #11b044 5%, #12c049 100%);
        background:linear-gradient(to bottom, #11b044 5%, #12c049 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#11b044', endColorstr='#12c049',GradientType=0);        
        background-color:#11b044;
		
    }
    .myButton:active {
        position:relative;       
		outline:none
    }

h2{
	margin-bottom:10px;
	font-size:40px;
	color:#0045A9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;

}
.menu a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;

}
img { border: none; }
.menu a:hover
{


text-decoration:underline;

}

.link a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: normal;

}
.link a:hover{	
	text-decoration:none;
}

.link5 a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:underline;
	font-weight: normal;

}
.link5 a:hover{	
	text-decoration:none;
}

.link2 a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1374C3;
	text-decoration:none;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1678C3;

}
.link2 a:hover{
	text-decoration:none;
	background-color:#0045A9;
	color: #FFFFFF;
}

.bodytext{
	font-size:12px;
	color:#666;
}

.bodytext2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height: 22px;
	padding: 3px;
	font-weight: bold;
	
}



.COPYRIGHTS
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 22px;
}



.tittle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
	line-height:25px;
}
.tittle3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF6600;
	font-weight:bold;
	line-height:25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tittle2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:700;
	line-height:18px;
}
.tittle4{
	font-size:16px;
	color:#0BAFEE;
	font-weight:bold;
	line-height:22px;
}


.grey{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#CCC;
	font-weight:bold;
	line-height:22px;
}


.AM a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #5F4242;

}




.AM a:hover
{

text-decoration:none;

}
.key2 a 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	line-height:22px;
}
.key2 a:hover{
text-decoration:underline;
}


.key3 a 
{
	color:#999;
	text-decoration:none;
	line-height:22px;
}
.key3 a:hover{
text-decoration:none;
color:#333333;
}
#nav {
	height:34px;
	padding:0;
	width:850px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#nav ul { margin:0; padding:0; list-style:none; }
#nav ul li { line-height:30px; float:left; }
#nav ul li a{
	line-height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#00645E;
	display:block;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color:#F45907;
}
#nav ul li a.active{ background-color:#3A0000; }
.hLINEDOT {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.tg {
	border: 2px solid #CCCCCC;
}
#side_nav{
	height:auto;
	padding:10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCC;
	background-color:#FFFFFF;
	
}
#side_nav ul { margin:0; padding:0; list-style:none; }
#side_nav ul li { line-height:30px; }
#side_nav ul li a{
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#0045A9;
	background-image:url(images/bullet.png);
	display:block;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: none;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.mbox{
	width: 200px;	
	margin-right:16px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	background-color:#FFFFFF;
}
 #login form {
              border: 1px solid #270644;
              width: 250px;
              -moz-border-radius: 20px;
              -webkit-border-radius: 20px;
              background:  -moz-linear-gradient(19% 75% 90deg,#CC66FF, #66FFFF);
              background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#66FFFF), to(#CC66FF));
              margin:50px auto;
              padding: 20px;
              -moz-box-shadow:0px -5px 300px #270644;
              -webkit-box-shadow:0px -5px 300px #270644;
       }
       #login  label {
              font-size: 12px;
              font-family: arial, sans-serif;
              list-style-type: none;
              color: #fff;
              text-shadow: #000 1px 1px;
              margin-bottom: 10px;
              font-weight: bold;
              letter-spacing: 1px;
              text-transform: uppercase;
              display: block;
       }
       #login  input {
         -webkit-transition-property: -webkit-box-shadow, background;
         -webkit-transition-duration: 0.25s;
              padding: 6px;
              border-bottom: 0px;
              border-left: 0px;
              border-right: 0px;
			  background-image:url(images/whitemenu_bg.png);
             border: 1px solid #8b3132;
               -moz-border-radius: 20px;	
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
              margin-bottom: 10px;
              background: #6b1919;
			    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6f1b1b), to(#5b1010));
              background:  -moz-linear-gradient(19% 75% 90deg,#6f1b1b, #5b1010);
              width: 150px;
			  color:#FFF;
       }
       #login  input.submit {
         -webkit-transition-property: -webkit-box-shadow, background;
         -webkit-transition-duration: 0.25s;
              width: 100px;
             background-image:url(images/bg-btn-blue.png)
			;
			background-repeat:repeat-x;
              color: #333;
			  font-weight:bold;
              
              border-top: 1px solid #FFF;
              margin-top: 10px;
       }
       #login input.submit:hover {
              -webkit-box-shadow: 0px 0px 2px #000;
                background-image:url(images/bg-btn-blue.png)
			;
			background-repeat:repeat-x;
			  color:#FFF;
       } 
       #login input.submit:active {
             background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#66FFFF), to(#781bb9)); 
              background:  -moz-linear-gradient(19% 75% 90deg,#781bb9, #66FFFF);
       }
       #login input:hover {
              -webkit-box-shadow: 0px 0px 4px #000;
              background: #651616;
       }
	/************* Bredcrumb *******************/



.bredcrumb {
	width:100%;
	text-align:left;
	color:#000000;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
.bredcrumb span {
	color:#ed1d24;
	font-weight:bold;
}
.bredcrumb a {
	text-decoration:none;
	font-weight:bold;
	color:#0045A9;
}
/************* Bredcrumb *******************/   

#side_nav ul li a:hover {
	color:#333333;
	text-decoration:underline;
}

.hLINEDOT {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.main{
font-family:Arial, Helvetica, sans-serif;
}

.main td{
	background-color:#630A0A;
	padding:8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4F0101;
	
}
warning{
		background:#FFFFDF;
		border-top:2px solid #FFCC00;
		border-bottom:1px solid #FFCC00;
		color: #9F5802;
		padding:5px;
		width:700px;
		margin-left:auto;
		margin-right:auto;
		font-size:12px;
	}
	.alignleft{ text-align:left }
	#warning p{}
	#benefits{
		background:#EFF9FF;
		border-top:2px solid #45A8DF;
		border-bottom:1px solid #45A8DF;
		color: #0043A2;
		padding:5px;
		width:700px;
		margin-left:auto;
		margin-right:auto;
		font-size:12px;
	}
	#benefits ul{list-style-position:inside;}
	#benefits ul li{list-style-image: url(images/check.gif);list-style-position:inside; border-bottom:1px dashed #45A8DF;padding-bottom:8px; }
	#benefits2{
	border:1px solid #540202;
	color: #FC0;
	padding:10px;
	width:430px;
	font-size:12px;
	float:right;
	background-color: #680303;
	margin-right: 10px;
	}
	#benefits2 ul li{
	list-style-image: url(images/right.gif);
	
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #903;
}
	.font11{
		font-size:11px;
	}
	.font16{
		font-size:16px;
		font-weight:bold;
		
		
	}
	#title-links{padding:20px 10px 0 0 !important;}
.demo-container {
	width: 210px;
	min-height: 500px;
	float:left;
	left: 0;
	top: 0;
	color: #888;
	font: 12px tahoma;
	letter-spacing:1px;
}
#main-content {
	float:left;
	width:950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 4px;
}
.demo-container ul,
.demo-container li,
.demo-container a{
	outline:none;
}
.demo-container ul,
.demo-container ul li{list-style: none; 
padding:0;
margin:0;

}
.hovergallery img{
-webkit-transform:scale(0.9); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.9); /*Mozilla scale version*/
-o-transform:scale(0.9); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/


}
.hovergallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 20px gray;
-webkit-box-shadow:0px 0px 20px gray;
-moz-box-shadow:0px 0px 20px gray;
opacity: 1;
}

.text-box1 {
	padding: 6px;
	border: 1px solid #630102;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 150px;
	
	background-color:#5b1010;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;	
	-webkit-border-radius: 3px;
	-webkit-border-radius:2px
	background-position: top;
	border:1px #912d30 solid;
	color:#FFFFFF;
}
#loader3{ padding:5px;}
#t-main{
	margin:auto;
	width:530px;
	height:auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#video{
	margin:auto;
	width:auto;
	height:auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#talent{
	width:auto;
	border:1px solid #9c4e14;
	float:left;
	text-align:center;
	margin-bottom:8px;
	margin-right:8px;
	background-color: #450606;
}
#talent-title{color:#fff; padding:4px 0px; background-color:#AC0606; margin:1px; font-weight:bold;}
#rounded-corner
{
	margin:0px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#rounded-corner thead th.rounded-company
{
width:26px;
background: #60c8f2 url('images/left.jpg') left top no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background-color: #5E0100;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #FFF;
	background-color: #5E0100;
}
#rounded-corner td
{
	padding: 8px;
	color: #FFF;
	font-size: 13px;
	background-color: #973231;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9B0000;
}
#rounded-corner tfoot td.rounded-foot-left
{
background: #ecf8fd url('images/botleft.jpg') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
background: #ecf8fd url('images/botright.jpg') right bottom no-repeat;
}
.thumb {
	border:1px solid #fff;
	padding:2px;
	margin-left: 3px;
    }
    .thumb:hover {
        border-color: #0066cc;
    }
	
	#ytvideo {
	width:100%;
    float: left;
	height:300px;
	margin-right:5px;
	margin-bottom:5px;
}
.yt_holder {
	width:450px;
    background: #FFF;
    padding:10px 40px;
    float: left;
    border: 1px solid #e3e3e3;
}
.yt_playlist{
	margin:20px 45px;
	float: left;
	width:350px;
	height:auto;	border:01px solid #aaa;
	padding:5px;
}
.yt_playlist ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 350px;
	height:auto;}
.yt_playlist ul li {
    list-style-type: none;
    display:block;
    background: #FFF;
    float: left;
    width: 350px;
    margin-bottom: 5px;
	padding:5px;
	
}
.yt_playlist ul li img {
    width: 120px;
	height:auto;
    float: left;
    margin-right: 5px;
    border: 0px solid #999;
}
.yt_playlist ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}
.scrollbar .currentvideo {
	background-color: #C63;
}
.scrollbar {width:100%;margin:0px;padding:0;overflow:hidden;}

.videoinfo{
	float:right;
	font:11px tahoma, arial;
	border:0px solid #F0F;
	width:210px;margin-right:14px;
	height:90px;
}
.videoinfo_thumb{
	float:left;
	width:122px;
	min-height:90px;
	border:0px solid #FF0;
}
.videoinfo_title{
	font-weight:bold;
	max-height:55px;
	min-height:55px;
	overflow:hidden;
	margin-bottom:2px;
}
.videoinfo_despt{
	color:#666;
	position:relative;
}
.videoinfo_count{
	width:100px;
	float:left;
	padding:2px 0;margin:0;
}
.videoinfo_duration{
	float:left;
	max-width:30px;
	right:225px;
	bottom:-4px;
	position:relative;
	background:#333;color:#FFF;
	padding:1px 2px;
}
a:focus {
    outline: 0px;
}
.brd{
	border:1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


}
#content h2 {
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  background: url(images/title-line.png) left center repeat-x;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#content h2 span {
	padding: 0 10px;
	margin-left: 20px;
	background-color: #FFF;
}
.stay-informed {
	padding: 8px;
	background-color: #CD2A13;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}
.orenge {
	padding: 8px;
	background-color: #F90;
	font-weight: bold;
	color: #202020;
	font-size: 16px;
	
}
.stay-informed h3 {
  text-align: center;
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: url(images/title-line.png) left center repeat-x;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: none;
}
h3{ color:#003262; font-size:16px; margin:2px}

.stay-informed h3 span {
  background: #3a3a3a;
  padding: 0 10px;
}

.stay-informed .content {
  background: #3a3a3a;
  color: #ffffff;
  padding: 10px 0 26px 0;
  position: relative;
}

.stay-informed .content p {
  margin: 0;
  padding-bottom: 7px;
}

.stay-informed .content .newsletter-input {
  width: 94%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.65), inset 0 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.65), inset 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 0 rgba(255,255,255,0.65), inset 0 1px 2px rgba(0,0,0,0.15);
  border: none;
  color: #999999;
  padding: 11px 8px;
  outline: none;
  display: inline-block;
}

.stay-informed .content .newsletter-submit {
  width: 38px;
  background: url(images/newsletter-submit.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 0px;
  padding: 11px 8px;
}

.ie8 .stay-informed .content .newsletter-submit {
  width: 38px;
  background: url(images/newsletter-submit.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 0px;
  padding: 11px 8px;
  height: 36px;
}

.ie7 .stay-informed .content .newsletter-submit {
  top: 33px;
}

.stay-informed .content .newsletter-submit:hover {
  background: url(images/newsletter-submit.png) 0 -48px no-repeat;
}
.jcarousel-skin-tangos .jcarousel-next-horizontal {
  position: absolute;
  top: 40px;
  right: -80px;
  width: 66px;
  height: 117px;
  cursor: pointer;
  background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tangos .jcarousel-prev-horizontal {
  position: absolute;
  top: 40px;
  left: -80px;
  width: 66px;
  height: 117px;
  cursor: pointer;
  background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tangos .jcarousel-container-horizontal {
  width: 888px;
  margin: 20px 0px 0 55px;
}

.jcarousel-skin-tangos .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tangos .jcarousel-item-horizontal {
  margin: 0 10px 0 0;
}

.jcarousel-skin-tangos .jcarousel-direction-rtl .jcarousel-next-horizontal {
  right: 40px;
  left: auto;
  background-image: url(images/prev-horizontal.png);
}

.jcarousel-skin-tangos .jcarousel-next-horizontal:hover,
.jcarousel-skin-tangos .jcarousel-next-horizontal:focus {
  background-position: -152px 0;
}

.jcarousel-skin-tangos .jcarousel-next-horizontal:active {
  background-position: -152px 0;
}

.jcarousel-skin-tangos .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tangos .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tangos .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tangos .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-skin-tangos .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(images/next-horizontal.png);
}

.jcarousel-skin-tangos .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tangos .jcarousel-prev-horizontal:focus {
  background-position: -152px 0;
}

.jcarousel-skin-tangos .jcarousel-prev-horizontal:active {
  background-position: -152px 0;
}

.jcarousel-skin-tangos .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tangos .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tangos .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tangos .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-date-content {
  position: relative;
}

.jcarousel-date-content .l-new {
  background: url(images/icons/new-property.png) 0 0 no-repeat;
  position: absolute;
  z-index: 10;
  width: 87px;
  height: 62px;
  right: 0;
}

.jcarousel-date-content .l-new a {
  display: block;
  width: 87px;
  height: 62px;
}

.jcarousel-date-content .l-off {
  background: url(images/icons/off-property.png) 0 0 no-repeat;
  position: absolute;
  z-index: 10;
  width: 87px;
  height: 62px;
  right: 0;
}

.jcarousel-date-content .l-off a {
  display: block;
  width: 87px;
  height: 62px;
}

.jcarousel-date-content .l-image {
  border: 1px solid #b9b9b9;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 0 5px;
  position: relative;
}
.jcarousel-date-content .l-image .l-image-hover {
  background: url(images/sli-ctn.png);
  position: absolute;
  width: 274px;
  height: 166px;
  top: 5px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
}

.ie8 .jcarousel-date-content .l-image .l-image-hover {
  background: url(images/sli-ctn.png);
  position: absolute;
  width: 274px;
  height: 166px;
  top: 5px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
  display: none;
}

.ie7 .jcarousel-date-content .l-image .l-image-hover {
  display: none;
}

.jcarousel-date-content .l-image:hover {
  cursor: pointer;
}

.jcarousel-date-content .l-image:hover .l-image-hover {
  background: url(images/sli-ctn.png);
  position: absolute;
  width: 254px;
  height: 101px;
  padding: 65px 0 0 20px;
  top: 5px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 1;
}

.ie8 .jcarousel-date-content .l-image:hover .l-image-hover {
  background: url(images/sli-ctn.png);
  position: absolute;
  width: 179px;
  height: 101px;
  padding: 65px 0 0 95px;
  top: 5px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 1;
  display: block;
}

.ie7 .jcarousel-date-content .l-image:hover .l-image-hover {
  display: none;
}

.jcarousel-date-content .l-image:hover .l-image-hover a.l-lupa {
  display: inline-block;
  width: 35px;
  height: 36px;
  background: url(images/icons/property-view.png) 0 0 no-repeat;
  margin-right: 5px;
}

.jcarousel-date-content .l-image:hover .l-image-hover a.l-lupa:hover {
  background: url(images/icons/property-view.png) 0 -41px no-repeat;
}

.jcarousel-date-content .l-image:hover .l-image-hover a.l-link {
  display: inline-block;
  width: 35px;
  height: 36px;
  background: url(images/icons/property-view.png) -40px 0 no-repeat;
}

.jcarousel-date-content .l-image:hover .l-image-hover a.l-link:hover {
  background: url(images/icons/property-view.png) -40px -41px no-repeat;
}

.jcarousel-date-content .l-shadow {
  background: url(images/home-images-shadow.png) 0 0 no-repeat;
  height: 7px;
}

.jcarousel-date-content .l-title {
  font-size: 14px;
  background: url(images/icons/l-line.png) left bottom repeat-x;
  padding: 5px 0 8px 0;
}

.jcarousel-date-content .l-title a {
  text-decoration: none;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.jcarousel-date-content .l-title a:hover {
  text-decoration: none;
  color: #70af1a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.jcarousel-date-content .l-features {
  font-size: 11px;
  color: #666666;
  padding: 7px 0;
  background: url(images/icons/l-line.png) left bottom repeat-x;
}

.ie7 .jcarousel-date-content .l-features {
  min-height: 18px;
}

.jcarousel-date-content .l-features .l-bedrooms {
  float: left;
  background: url(images/icons/bedrooms.png) left center no-repeat;
  padding: 0 10px 0 20px;
}

.jcarousel-date-content .l-features .l-area {
  float: left;
  background: url(images/icons/area.png) left center no-repeat;
  padding: 0 10px 0 15px;
}

.jcarousel-date-content .l-features .l-baths {
  float: left;
  background: url(images/icons/baths.png) left center no-repeat;
  padding: 0 10px 0 22px;
}

.jcarousel-date-content .l-features .l-type {
  float: left;
  background: url(images/icons/type.png) left center no-repeat;
  padding: 0 0 0 16px;
}

.jcarousel-date-content .l-details {
  padding: 7px 0;
}

.jcarousel-date-content .l-details .l-price {
  float: left;
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
}

.jcarousel-date-content .l-details .l-view {
  float: right;
}

.jcarousel-date-content .l-details .l-view a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
  background: #3a3a3a;
}

.jcarousel-date-content .l-details .l-view a:hover {
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
	box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
	background-color: #F65600;
}
#right-side {
  width: 288px;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.about h1 {
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  background: url(images/title-line.png) left center repeat-x;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

.about h1 span {
  background: #FFF;
  padding: 0 10px;
}
#left-side {
  margin-right: 30px;
}

.button {
  color: #ffffff;
  position: relative;
  z-index: 20;
  cursor: pointer;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #EC6106;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.11), inset 0 1px 0 #FD7721;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.11), inset 0 1px 0 #FD7721;
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), inset 0 1px 0 #FD7721;
  background-image: -moz-linear-gradient(bottom,#EC5F05 0%,#FD7721 100%);
  background-image: -o-linear-gradient(bottom,#EC5F05 0%,#EC5F05 100%);
  background-image: -webkit-linear-gradient(bottom,#FA690D 0%,#FD7721 100%);
  background-image: linear-gradient(bottom,#EC5F05 0%,#FD7721 100%);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  padding: 8px 15px;
  border: 1px solid #EA6008;
}



.button:hover {
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
  background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.09) -118.63%,rgba(255,255,255,0.09) 31.37%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.09) -118.63%,rgba(255,255,255,0.09) 31.37%);
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.09) -118.63%,rgba(255,255,255,0.09) 31.37%);
  background-image: linear-gradient(bottom,rgba(0,0,0,0.09) -118.63%,rgba(255,255,255,0.09) 31.37%);
}
.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 150px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
 
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}
.sidebar li{border-bottom:1px solid #ddd;text-indent:0;line-height:1.3em;margin:0;padding:3px 0 4px; list-style-image:url(images/arrow_icon.png)}

.sidebar .widget-content{margin:0 auto;padding:0px 0px}
.sidebar a:link,.sidebar a:visited{font:12px;color:#016083;text-decoration:none}
.sidebar li a:hover{color:#f7552e}
#maskolis h1 a,#maskolis h1 a:visited{color:#444}
#maskolis h1 a:hover{color:#f7441a}
#maskolis {
	width:100%;
	overflow:hidden;
	margin-bottom:25px
}
#maskolis .col_maskolis {
	width:180px;
	height:160px;
	float:left;
	border:1px solid #ccc;
	text-align:center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#maskolis .col_maskolis:hover{border:1px solid #999}
#maskolis .col_maskolis .play-button{
	cursor:pointer;
	background-image: url(images/play.png);
	background-repeat: no-repeat;
	background-position: 65px 40px;
}
#maskolis .maskolis_img {margin:10px 3px;width:155px;height:110px;transition:all 400ms ease-in-out;-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;-ms-transition:all 400ms ease-in-out}
#maskolis .maskolis_img:hover{opacity:.7;filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7}


#maskolis .posttitle {height:20px;border:0 none;line-height:8px;margin:0 5px 5px;padding:2px}
#maskolis .posttitle a{
	color:#111;
	line-height:16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
#maskolis .posttitle a:hover {color:#f7441a}
.slide-wrapper {padding:0 auto;margin:0 auto;width:auto;float: left;
word-wrap: break-word; overflow: hidden;}
.photoGallery	{ margin:0 0 10px 0; }
.photoGallery li{
	width:auto;
	margin:8px;
	float:left;
}
.photoGallery a	{ display:block; margin:0 auto; -webkit-box-shadow:3px 3px 4px rgba(0,0,0,0.4); -moz-box-shadow:3px 3px 4px rgba(0,0,0,0.4); box-shadow:3px 3px 4px rgba(0,0,0,0.4); overflow:hidden; padding:4px; background-color:white; border:solid 1px #f5f5f5; }

.photoGallery img		{ width:100%; padding:0; margin:0; }
.photoGallery li span	{ display:block; text-align:center; padding:10px 5px; height:25px; }
.photoGallery a:hover	{ border:solid 1px #999; -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4); -moz-box-shadow:0 0 4px rgba(0,0,0,0.4); box-shadow:0 0 4px rgba(0,0,0,0.4); }

.photoGallery.thumb a	{ width:175px; }
.photoGallery.med a		{ width:190px; }
.photoGallery.med li	{ margin-bottom:30px; }
.photoview{ width:500px}
ul.nav
{
margin:0px;
padding:0px;


}

li.nav
{
width:auto;
display:inline;
color:#333333;
font-size:12px;
text-align:center;
text-transform:uppercase;
}



a.nav{
text-transform:uppercase;
padding:50px 15px;
text-decoration:none;
color:#F5FE87;
font-weight:bold;


}




a:hover.nav{
	font-weight:bold;
	color:#fff;
	background-color:#B67E08;	
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

}
a.active
{
	color:#fff;
	font-weight:bold;
	padding:50px 15px;
	background-color:#13A1CD;
	text-decoration:none;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

/* button */
.button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px 1px #595959;
	filter: dropshadow(color=#595959, offx=1, offy=1);
	text-decoration: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 75px;
	padding-bottom: 10px;
	padding-left: 75px;
}

/* button shapes */
.square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.shape-1 {
    -webkit-border-radius: 5px 50px 5px 50px;
    border-radius: 5px 50px 5px 50px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 5px;
}

.shape-2 {
    -webkit-border-radius: 50px 5px 50px 5px;
    border-radius: 50px 5px 50px 5px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 50px;
}

/* button colors */
.blue {
    border: solid 1px #004F72;
    background-color: #3BA4C7;
    background: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%);
    background: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 );
    background: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);
    -webkit-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #00CCFF, inset 0px 0px 1px #FFFFFF;
}

.blue:hover {
    background-color: #1f97bf;
    background: -moz-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -webkit-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -o-linear-gradient(top, #1f97bf 0%, #0b7396 100%);
    background: -ms-linear-gradient(top, #1f97bf 0% ,#0b7396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7396', endColorstr='#0b7396',GradientType=0 );
    background: linear-gradient(top, #1f97bf 0% ,#0b7396 100%);
}

.blue:active {
    background-color: #1b7694;
    background: -moz-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -webkit-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -o-linear-gradient(top, #1b7694 0%, #0d6380 100%);
    background: -ms-linear-gradient(top, #1b7694 0% ,#0d6380 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6380', endColorstr='#0d6380',GradientType=0 );
    background: linear-gradient(top, #1b7694 0% ,#0d6380 100%);
}

.green {
    border: solid 1px #3b7200;
    background-color: #88c72a;
    background: -moz-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -webkit-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -o-linear-gradient(top, #88c72a 0%, #709e0e 100%);
    background: -ms-linear-gradient(top, #88c72a 0% ,#709e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709e0e', endColorstr='#709e0e',GradientType=0 );
    background: linear-gradient(top, #88c72a 0% ,#709e0e 100%);
    -webkit-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #66FF00, inset 0px 0px 1px #FFFFFF;
}

.green:hover {
    background-color: #7fb52f;
    background: -moz-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -webkit-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -o-linear-gradient(top, #7fb52f 0%, #67910b 100%);
    background: -ms-linear-gradient(top, #7fb52f 0% ,#67910b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67910b', endColorstr='#67910b',GradientType=0 );
    background: linear-gradient(top, #7fb52f 0% ,#67910b 100%);
}

.green:active {
    background-color: #638f22;
    background: -moz-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -webkit-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -o-linear-gradient(top, #638f22 0%, #486608 100%);
    background: -ms-linear-gradient(top, #638f22 0% ,#486608 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486608', endColorstr='#486608',GradientType=0 );
    background: linear-gradient(top, #638f22 0% ,#486608 100%);
}

.red {
	border: solid 1px #720000;
	background-color: #c72a2a;
	background: -moz-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
	background: -webkit-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
	background: -o-linear-gradient(top, #c72a2a 0%, #9e0e0e 100%);
	background: -ms-linear-gradient(top, #c72a2a 0% ,#9e0e0e 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0e0e', endColorstr='#9e0e0e',GradientType=0 );
	background: linear-gradient(top, #c72a2a 0% ,#9e0e0e 100%);
	-webkit-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
	-moz-box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
	box-shadow: 0px 0px 1px #FF3300, inset 0px 0px 1px #FFFFFF;
	color: #FFF;
}

.red:hover {
    background-color: #b52f2f;
    background: -moz-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -webkit-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -o-linear-gradient(top, #b52f2f 0%, #910b0b 100%);
    background: -ms-linear-gradient(top, #b52f2f 0% ,#910b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910b0b', endColorstr='#910b0b',GradientType=0 );
    background: linear-gradient(top, #b52f2f 0% ,#910b0b 100%);
}

.red:active {
    background-color: #8f2222;
    background: -moz-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -webkit-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -o-linear-gradient(top, #8f2222 0%, #660808 100%);
    background: -ms-linear-gradient(top, #8f2222 0% ,#660808 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660808', endColorstr='#660808',GradientType=0 );
    background: linear-gradient(top, #8f2222 0% ,#660808 100%);
}

.gray {
    border: solid 1px #333333;
    background-color: #8f8f8f;
    background: -moz-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -webkit-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -o-linear-gradient(top, #8f8f8f 0%, #616161 100%);
    background: -ms-linear-gradient(top, #8f8f8f 0% ,#616161 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#616161',GradientType=0 );
    background: linear-gradient(top, #8f8f8f 0% ,#616161 100%);
    -webkit-box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
    box-shadow: 0px 0px 1px #999999, inset 0px 0px 1px #FFFFFF;
}

.gray:hover {
    background-color: #808080;
    background: -moz-linear-gradient(top, #808080 0%, #545454 100%);
    background: -webkit-linear-gradient(top, #808080 0%, #545454 100%);
    background: -o-linear-gradient(top, #808080 0%, #545454 100%);
    background: -ms-linear-gradient(top, #808080 0% ,#545454 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#545454',GradientType=0 );
    background: linear-gradient(top, #808080 0% ,#545454 100%);
}

.gray:active {
    background-color: #6b6b6b;
    background: -moz-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -webkit-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -o-linear-gradient(top, #6b6b6b 0%, #4a4a4a 100%);
    background: -ms-linear-gradient(top, #6b6b6b 0% ,#4a4a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#4a4a4a',GradientType=0 );
    background: linear-gradient(top, #6b6b6b 0% ,#4a4a4a 100%);
}

/* button effects */
.effect-1 {
    transition: padding 1s;
    -webkit-transition: padding 1s;
    -moz-transition: padding 1s;
    -o-transition: padding 1s;
    -ms-transition: padding 1s;
}

.effect-1:hover {
    padding: 10px 200px;
}

.effect-2 {
    transition: border-radius 2s;
    -webkit-transition: border-radius 2s;
    -moz-transition: border-radius 2s;
    -o-transition: border-radius 2s;
    -ms-transition: border-radius 2s;
}

.effect-2:hover {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.effect-3 {
    transition: border-radius 1s;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
}

.effect-3:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.effect-4 {
    transition: border-radius 1s;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
}

.effect-4:hover {
    border-radius: 50px 5px 50px 5px;
    -webkit-border-radius: 50px 5px 50px 5px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 50px;
}

.mbr{-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;}
.effect-5 {
    transition: border-radius 1s;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
}

.effect-5:hover {
    border-radius: 5px 50px 5px 50px;
    -webkit-border-radius: 5px 50px 5px 50px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-bottomright: 5px;
}
.mbr2{ border:#CCC solid 1px}
##htable thead th.rounded-company
{
width:26px;
background: #60c8f2 url('images/left.jpg') left top no-repeat;
}
#htable thead th.rounded-q4
{
background: #60c8f2 url('images/right.jpg') right top no-repeat;
}
#htable
{
	padding: 8px;
	padding-left:0;
	font-weight: bold;
	font-size: 16px;
	color: #0045A9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.link3 a
{
	color:#333;
	text-decoration:underline;
	font-weight: normal;

}
.link3 a:hover{
	text-decoration:none;
	
}
		#wrapper
		{
			max-width: 60em; /* 960 px */
			margin: 0 auto;
		}
#list
{
    width: 100%;
    overflow: hidden;
    margin-bottom: -1.875em; /* 30px */
    -webkit-column-count: 3;
    -webkit-column-gap: 1.000em; /* 30px */
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 1.000em; /* 30px */
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 1.000em; /* 30px */
    column-fill: auto;
}


/* will be red only in google chrome */
#test1{color:green;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   #list{ margin-bottom: -11em; /* 30px */}
}
    .item
    {
        margin-bottom: 2.875em; /* 15px 30px */
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
		 width: 212px;
	background-color:#FFFFFF;
	display:inline-block;

    }
	
	
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}
 
@media only screen and ( max-width: 40em ) /* 640px */
{
    #list
    {
        -webkit-column-count: 2;
        -webkit-column-gap: 0.938em; /* 15px */
        -moz-column-count: 2;
        -moz-column-gap: 0.938em; /* 15px */
        column-count: 2;
        column-gap: 0.938em; /* 15px */
    }
        .item
        {
            margin-bottom: 0.938em; /* 15px */
        }
}
@media only screen and ( max-width: 20em ) /* 320px */
{
    #list
    {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
}
.accorRightHeader{
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px;
	cursor:pointer;
	height:17px;
	margin:0;
	background-color: #0045A9;
}.accorRightHeader.expanded{margin-bottom:0px;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;border-radius:5px 5px 0px 0px}.accorRightHeader.collapsed{}.statusicon{position:absolute;top:8px;right:10px}
.postListingRightBlock {
	width: 140px;
	position: relative;
}
.rightIcons{float:left;padding-right:10px}
#banner-fade,
#banner-slide{
	margin-bottom: 10px;
	
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
.flag a{
	padding-left:15px;
	text-decoration:none;
	color:#333333;
	background-image:url(images/flag.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.flag a:hover{
	text-decoration:underline;
	color:#0045A9;
	background-image:url(images/flag-h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.st1{ color:#FFFFFF; font-size:18px}
.myclickin-thHeading div.myclickin-adsTitle{width:320px}.myclickin-thHeading div.myclickin-adsStatus{width:140px}.myclickin-thHeading div.last, .myclickin-tdRow
div.last{margin-right:0px}

.dashboardMainContent{clear:both;width:795px;padding-bottom:20px}.dashboardHeading{padding:8px;font:bold 14px Arial,Helvetica,sans-serif;border:1px
solid #eeece1;background:#fef9d8}.dashboardHeading1{padding:8px;font:14px Arial,Helvetica,sans-serif;border:1px
solid #eeece1;background:#fef9d8;text-align:center}.dashboardHeading1
a{text-decoration:none;color:#000}.dashboardText{
	font-size:11px;
	padding:8px;
	border:1px
solid #eeece1;
	color:#333333;
	vertical-align:text-top
}.dashboardText
a{color:#039;text-decoration:none;font-weight:bold}.dashboardText
div{padding-bottom:8px}.dashboardText1{font-size:11px;text-align:center;padding:8px;border:1px
solid #eeece1;vertical-align:text-top}.dashboardText1
a{font-weight:bold;color:#31849b;text-decoration:none}.freeText{font-weight:bold;padding-bottom:10px}.daysRedText{color:#f00}.renewRedText{color:#f00;font-weight:bold;padding-bottom:10px}

.inertble {margin:0; padding:0; border:#e2e1e1 1px solid;}
.inertble tr {margin:0; padding:0;}

.inertble tr td img { border:none!important;}
.inertble tr td {margin:0; padding:8px 7px 8px 7px; vertical-align:top; border:#e2e1e1 dashed 1px; background-color:#FFF}
.inertble tr td.hed {margin:0; padding:8px 7px 8px 7px; vertical-align:top; font-weight:bold; border-bottom:#dbe1e5 2px solid ;}
.inertble tr th {
	margin:0;
	padding:8px 7px 8px 7px;
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	color:#0045A9;
	font-size:14px;
	border-right:1px #CCCCCC dashed;
	text-transform: uppercase;
}
.inertble tr td.sbhd {margin:0; padding:8px 7px 8px 7px; vertical-align:top; text-align:left; color:#410066; border-bottom:#dbe1e5 2px solid ; font-weight:bold;}

.inertble1 {margin:0; padding:0; border:#e2e1e1 1px solid;}
.inertble1 tr {margin:0; padding:0;}
.inertble1 tr td {margin:0; padding:8px 7px 8px 7px; vertical-align:top; text-align:center;border-bottom:#e2e1e1 dashed 1px;}
.inertble1 tr td.con {margin:0; padding:8px 7px 8px 7px; vertical-align:top; border-bottom:#e2e1e1 dashed 1px;}
.inertble1 tr th {margin:0; padding:8px 7px 8px 7px; vertical-align:top; xbackground:url(../../Images/event_headerimg_bg.jpg) repeat-x; text-align:center; font-weight:bold; color:#333333;border-bottom:#e2e1e1 solid 1px;}

.inertble1 tr td.sbhd {margin:0; padding:8px 7px 8px 7px; vertical-align:top; text-align:left; color:#410066; border-bottom:#dbe1e5 2px solid ; font-weight:bold;}






/*contact form css starts*/
   
   /* === List Styles === */
.contact_form ul {
    width:450px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form li:first-child, .contact_form li:last-child {
	border-bottom:1px solid #777;
}

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:150px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:156px;}

	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}
     /*contact form css ends*/
	 

