@import url('reset.css');
/* General Demo Style */
body{
    background:#f9f9f9 url(../imagens/white_texture.jpg) repeat top left;
	color: #333;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 13px;
}
.container{
	position:relative;
}
.clr{
	clear: both;
}
.main{
	position:relative;
    width:680px;
    margin: 0 auto;
}
h1{
	margin:0px;
	padding:20px 20px 10px 20px;
	font-size:34px;
	color:#333;
    text-shadow:1px 1px 1px #fff;
	text-align:left;
	font-weight:400;
    text-align:center;
}
h1 span{
    display:block;
	font-size: 14px;
    font-family: Georgia, serif;
    font-style: italic;
	color:#b2891b;
	padding-top:10px;
}
/* Header Style */
.header{
	font-family:'Arial', Arial, sans-serif;
	line-height: 55px;
	font-size: 22px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}

.more{
	position:relative;
	clear:both;
	font-family:'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
    height: 30px;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#b2891b;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:40px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
				
/* content area start 
-----------------------*/
#conent
{
   margin:20px 0;
   padding:0px;
   text-align:justify;
}
.left_col
{
   /*float:left;
   */
   width:60%;
   min-height:300px;
   margin-left:0px;
}

.right_col
{
   float:right;
   min-height:200px;
   width:38%;
}



/* Footer declaration Start */
#footer
{
   background:#fff url('../imagens/bot_bg.png') no-repeat scroll right top;
   width:100%;
   min-height:5px;
   margin-bottom:50px;

}
#copyright
{
   float:right;
   font-size:0.9em;
   margin-top:5px;
}
#designby
{
   clear:both;
   float:right;
   font-size:0.9em;
   margin-top:5px;

}


/* design boxes declaration start 
-----------------------------------*/

/* Design box #1 */
.db1
{
   position:relative;
}
.db1 .db1_title
{
   float:none;
   background:#fff url('../imagens/db1_title_bg.png') repeat-x;
   border-right:1px solid #E8E8E8;
   height:34px;
}

.db1 .db1_title h3
{
   height:27px;
   background:url('../imagens/db1_title_bg_left.png') no-repeat scroll top left;
   display:block;
   padding-top: 7px; 
   padding-left: 20px;  
   color:#ff0000;
}

.db1 .db1_content
{
   background:#fff url('../imagens/db1_content_bg.png') no-repeat scroll top right;
}
.db1  .db1_container 
{
   background: url('../imagens/db1_content_bg.png') no-repeat scroll top left;
   padding: 10px;
   position:relative;
}


/* design box 2*/

.db2
{
   margin:10px 0;

} 
/**/
.db2_content
{
   background:#fff url('../imagens/db2_content_bg_right.png') repeat-y scroll right;
   position:relative;
}

.db2_content_container
{
   background:url('../imagens/db2_content_bg_left.png') repeat-y scroll left;
   padding: 0px 10px 0px 10px;
   position:relative;
}



.db2_content h3
{
border-bottom:1px solid #E0E1E1;
margin:0  5px 10px 5px;
padding:0px 5px 5px 10px;
}

.bd2_top
{
   background:url('../imagens/db2_bg_right.png') no-repeat scroll right top;
   height:10px;
   line-height:0;
   font-size:1px;
}
.bd2_top_content
{
   background:url('../imagens/db2_bg_left.png') no-repeat scroll left top;
   height:10px;
   line-height:0;
   font-size:0px;
}
.bd2_bot
{
   background:url('../imagens/db2_bg_right.png') no-repeat scroll right bottom;
   height:10px;font-size:1px;
}

.bd2_bot_content
{
   background:url('../imagens/db2_bg_left.png') no-repeat scroll left bottom;
   height:10px;font-size:1px;
   line-height:0;
}


/* design box 3*/

.db3
{
   margin:10px 0;
}
.db3_content
{
   background:#ebf3fa;
   border-left:1px solid #b1c9d9;
   border-right:1px solid #b1c9d9;
   padding: 0px 10px;
}

.db3_content h3
{
border-bottom:1px solid #b1c9d9;
margin:0  5px 10px 5px;
padding:0px 5px 5px 10px;
}

.bd3_top
{
   background:url('../imagens/db3_bg_right.gif') no-repeat scroll right top;
   height:10px;
   line-height:0;
   font-size:1px
}
.bd3_top_content
{
   background:url('../imagens/db3_bg_left.gif') no-repeat scroll left top;
   height:10px;
   line-height:0;
   font-size:1px
}
.bd3_bot
{
   background:url('../imagens/db3_bg_right.gif') no-repeat scroll right bottom;
   height:10px;font-size:1px
}

.bd3_bot_content
{
   background:url('../imagens/db3_bg_left.gif') no-repeat scroll left bottom;
   height:10px;font-size:1px
}

.db3_content
{
   background:#ebf3fa;
   border-left:1px solid #b1c9d9;
   border-right:1px solid #b1c9d9;
   
   padding: 0px 10px;
}

.db3_content h3
{
border-bottom:1px solid #b1c9d9;
margin:0  5px 10px 5px;
padding:0px 5px 5px 10px;
}

.bd3_top
{
   background:url('../imagens/db3_bg_right.gif') no-repeat scroll right top;
   height:10px;
   line-height:0;
   font-size:1px; line-height:0;
}
.bd3_top_content
{
   background:url('../imagens/db3_bg_left.gif') no-repeat scroll left top;
   height:10px;
   line-height:0;
   font-size:1px; line-height:0;
}
.bd3_bot
{
   background:url('../imagens/db3_bg_right.gif') no-repeat scroll right bottom;
   height:10px;font-size:1px; line-height:0;
}

.bd3_bot_content
{
   background:url('../imagens/db3_bg_left.gif') no-repeat scroll left bottom;
   height:10px;font-size:1px; line-height:0;
}

/* design box 4*/

.db4
{
   margin:10px 0;
} 
.db4_content
{
   background:#FAFAFA;
   border-left:1px solid #E0E1E1;
   border-right:1px solid #E0E1E1;
   
   padding: 0px 10px;
}

.db4_content h3
{
border-bottom:1px solid #E0E1E1;
margin:0  5px 10px 5px;
padding:0px 5px 5px 10px;
}

.bd4_top
{
   background:url('../imagens/db4_bg_right.png') no-repeat scroll right top;
   height:10px;
   line-height:0;
   font-size:1px;
   line-height:0;
}
.bd4_top_content
{
   background:url('../imagens/db4_bg_left.png') no-repeat scroll left top;
   height:10px;
   line-height:0;
   font-size:1px;
   line-height:0;

}
.bd4_bot
{
   background:url('../imagens/db4_bg_right.png') no-repeat scroll right bottom;
   height:10px;font-size:1px; line-height:0;
}

.bd4_bot_content
{
   background:url('../imagens/db4_bg_left.png') no-repeat scroll left bottom;
   height:10px;font-size:1px;
}

.Button_ON {
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #075ee0), color-stop(1, #094a75));
   background:-moz-linear-gradient(top, #075ee0 5%, #094a75 100%);
   background:-webkit-linear-gradient(top, #075ee0 5%, #094a75 100%);
   background:-o-linear-gradient(top, #075ee0 5%, #094a75 100%);
   background:-ms-linear-gradient(top, #075ee0 5%, #094a75 100%);
   background:linear-gradient(to bottom, #075ee0 5%, #094a75 100%);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#075ee0', endColorstr='#094a75',GradientType=0);
   background-color:#075ee0;
   -moz-border-radius:28px;
   -webkit-border-radius:28px;
   border-radius:28px;
   border:5px solid #dbf1ff;
   display:inline-block;
   cursor:pointer;
   color:#ffffff;
   font-family:Arial;
   font-size:15px;
   padding:20px 10px;
   text-decoration:none;
   text-shadow:0px 1px 0px #2f6627;
}
.Button_ON:hover {
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #094a75), color-stop(1, #075ee0));
   background:-moz-linear-gradient(top, #094a75 5%, #075ee0 100%);
   background:-webkit-linear-gradient(top, #094a75 5%, #075ee0 100%);
   background:-o-linear-gradient(top, #094a75 5%, #075ee0 100%);
   background:-ms-linear-gradient(top, #094a75 5%, #075ee0 100%);
   background:linear-gradient(to bottom, #094a75 5%, #075ee0 100%);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#094a75', endColorstr='#075ee0',GradientType=0);
   background-color:#094a75;
}
.Button_ON:active {
   position:relative;
   top:1px;
}


.Button_OFF {
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aeb1b5), color-stop(1, #292c2e));
   background:-moz-linear-gradient(top, #aeb1b5 5%, #292c2e 100%);
   background:-webkit-linear-gradient(top, #aeb1b5 5%, #292c2e 100%);
   background:-o-linear-gradient(top, #aeb1b5 5%, #292c2e 100%);
   background:-ms-linear-gradient(top, #aeb1b5 5%, #292c2e 100%);
   background:linear-gradient(to bottom, #aeb1b5 5%, #292c2e 100%);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeb1b5', endColorstr='#292c2e',GradientType=0);
   background-color:#aeb1b5;
   -moz-border-radius:28px;
   -webkit-border-radius:28px;
   border-radius:28px;
   border:5px solid #dfebf2;
   display:inline-block;
   cursor:pointer;
   color:#ffffff;
   font-family:Arial;
   font-size:15px;
   padding:20px 10px;
   text-decoration:none;
   text-shadow:0px 1px 0px #2f6627;
}
.Button_OFF:hover {
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #292c2e), color-stop(1, #aeb1b5));
   background:-moz-linear-gradient(top, #292c2e 5%, #aeb1b5 100%);
   background:-webkit-linear-gradient(top, #292c2e 5%, #aeb1b5 100%);
   background:-o-linear-gradient(top, #292c2e 5%, #aeb1b5 100%);
   background:-ms-linear-gradient(top, #292c2e 5%, #aeb1b5 100%);
   background:linear-gradient(to bottom, #292c2e 5%, #aeb1b5 100%);
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#292c2e', endColorstr='#aeb1b5',GradientType=0);
   background-color:#292c2e;
}
.Button_OFF:active {
   position:relative;
   top:1px;
}
