@charset "utf-8";
/* CSS Document */

img{
	border:0;
}

#main{
	margin: 0px auto;
position: fixed;
width: 40px;
right: 44px;
top: 139px;
width: 40px;
}
#navigationMenu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
	margin-bottom:8px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	right:38px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:39px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
	background:url(../images/navigation.jpg) no-repeat;

	height:39px;
	width:38px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
	text-decoration:none;
	
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 5px #9ddff5;
	-webkit-box-shadow:0 0 5px #9ddff5;
	box-shadow:0 0 5px #9ddff5;
}

/* Green Button */

#navigationMenu .home {	background-position:0 0;}
#navigationMenu .home:hover {	background-position:0 -39px;}
#navigationMenu .home span{
	background-color:#7da315;
	color:#3d4f0c;
	text-shadow:1px 1px 0 #99bf31;
}

/* Blue Button */

#navigationMenu .about { background-position:-38px 0;}
#navigationMenu .about:hover { background-position:-38px -39px;}
#navigationMenu .about span{
	background-color:#2ca7e0;
	
	text-shadow:1px 1px 0 #44a8d0;
}

/* Orange Button */

#navigationMenu .services { background-position:-76px 0;}
#navigationMenu .services:hover { background-position:-76px -39px;}
#navigationMenu .services span{
	background-color:#4e71a8;
	
	
}

/* Yellow Button */

#navigationMenu .portfolio { background-position:-114px 0;}
#navigationMenu .portfolio:hover{ background-position:-114px -39px;}
#navigationMenu .portfolio span{
	background-color:#d64136;
	
	
}

/* Purple Button */

#navigationMenu .contact { background-position:-152px 0;}
#navigationMenu .contact:hover { background-position:-152px -39px;}
#navigationMenu .contact span{
	background-color:#af1e83;
	color:#460f35;
	text-shadow:1px 1px 0 #d244a6;
}

body{
font-family:Arial, Helvetica, sans-serif !important;
margin:0 auto;
padding:0;
background-color:#C4C4C4;
color:#000000;
}
.clearfix:after {
	content:"";
	clear:both; 
	display:block;
}
#wrapper{
width:100%;
margin:0 auto;
padding:0;
}
#header{
width:100%;
margin:0 auto;
padding:0;
padding-bottom:1px;
background: linear-gradient(to top, #282083 -50%,#a61840 100%);
}
#logo_wrap{
width:999px;
margin:0 auto;
padding:0;
}
#left_logo{
float:left;
padding-top:5px;
}
#right_logo{
float:right;
width:330px;
border-radius:0px 0px 10px 10px;
background: #e0dddd; /* Old browsers */
background: -moz-linear-gradient(top, #e0dddd 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0dddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e0dddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e0dddd 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e0dddd 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #282083 0%,#a61840 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.slider_container{
width:960px;
margin:0 auto;
}
.clr{
clear:both;
font:0;
height:5px;
}
.nav_bar{
	width:100%;
	height:auto;
	background:#589715;
}

/*slider
*/
.slider_wrapper_con {  
	height:307px; /*overflow:hidden;*/ margin:0 auto; position:relative;

	background: none repeat scroll 0 0 #ECECEC;

    border: 1px solid #D5D5D5;

    /*border-radius: 10px 10px 10px 10px;*/

    box-shadow: 2px 2px 9px 1px #DEDEDE inset;

    margin: -5px auto 8px;

    width:966px;

	padding:15px 16px;

}





.nivo-caption h3 {

	font-family:'heroregular';

    font-weight:normal;

    font-size: 23px;

    margin: 10px 0 0px 0;

    padding: 0 5px 0 0;

}
.slider_bg{
width:100%;
margin:0 auto;
padding:0;
}

/* ******************* layout.css ******************************************************************************************************* */
a{
	text-transform:none;
	color:#333
}
#footer{
	background:#444444;
	padding:10px;
	border:#999 dotted 1px;
}



/* ************************************************************************************************************************************* */

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	/*overflow: hidden;*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	border-radius: 10px 10px 10px 10px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:12px;
	bottom:12px;
	background:url(images/custom_images/slider_text_bg.png) repeat;
	color:#fff;
	width:506px;
	z-index:8;
	padding:0px 15px;
	/*opacity: 0.8;*/
	overflow: hidden;
	display: none;
	-moz-opacity: 1.5;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-bottom:5px;
}
.nivo-caption p {
	padding:0px 0 5px 0;
	margin:0;
	line-height:normal;
	font-size:13px;
	font-family:Tahoma;
	color:#DFDFDF;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:9;
	cursor:pointer;	
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

 .nivoSlider {
	position:relative;
	/*background:#fff url(../images/custom_images/loading.gif) no-repeat 50% 50%;*/
    margin-bottom:10px;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
	 
}
 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	height:337px;
}
 .nivoSlider a {
	border:0;
	display:block;
}

 .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	display:none;
}
 .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/custom_images/bullets.png) no-repeat;
	text-indent:-999px;
	border:0;
	margin: 0 2px;
}
 .nivo-controlNav a.active {
	background-position:0 -22px;
}

 .nivo-directionNav a {
	display:block;
	width:45px;
	height:50px;
	background:url(images/custom_images/arrows.png) no-repeat;
	text-indent:-999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
:hover .nivo-directionNav a { opacity: 1; }
 a.nivo-nextNav {
	background-position:-48px 0;
	right:-35px;
}
 a.nivo-prevNav {
	left:-35px;
}

 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
 .nivo-caption a {
    color:#fff;
    /*border-bottom:1px dotted #fff;*/
	margin:15px 0 0 0px;
}
 .nivo-caption a:hover {
    color:#fff;
}

 .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
 .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
 .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/*Main_Contents*/
.main_contents{
width:998px;
margin:0 auto;
padding-top: 150px;
background-color:#f7f7f7;
border:1px solid #dddedf;
}
.contents{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-align:justify;
color:#333333;
line-height:20px;
}
.figure_future{
display:table;
width:1px;
margin-left:0px;
margin-right:24px;
}
.figure_future img{
display:table-row;
}
.list_contents{
list-style-type:square;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin-top:5px;
list-style-position:inside;
line-height:1.5;
width:65%;
color:#333333;
}
.sub_head {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FF0000;
margin-left:10px;
}
.nav_menu_bar_bg{
	background-color:#551D6B;
	width:100%;
	height:auto;
}
.nav_menu_bar{
width:999px;
margin:0 auto;
padding:0px;
background-color:#551D6B;
}
.nav_menu_bar ul{
	margin:0px;
	padding:0px;
}
.nav_menu_bar li {
    float: left;
    list-style: none outside none;
	border-right:1px solid #FFFFFF;
	margin:5px 0px;
}
.nav_menu_bar li a {
	background-color: #B91837;
    color: #fff;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    text-decoration: none;
    padding: 0px 9px;
    margin: 0px 11px;
}
.nav_menu_bar li a:hover{
	background-color:#9943B4;
 color:#fff;
 border-radius:5px;
}
.active{
background-color:#938297 !important;
 color:#fff;
 border-radius:5px;

}


.footer {
	background:#584839;
	vertical-align:middle;
	text-align:center;
	line-height:30px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:none;
}

.highlight {
	font-weight:bold;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}
/* 29.4.2014 */
.feature_head3{
	width:281px;
	height:auto;
	float:left;
	background:#ECECEC;
	margin:8px 0px;
	padding:5px;
	border:1px dotted #999999;
	box-shadow:1px 1px 4px #dedede;
}
.con{
	font-size:17px;
	color:#707070 !important;
	padding:5px 0px 0px 5px;
}
h4{
	margin:0px;
	padding:0px;
}
h3{
	margin:0px;
	padding:0px;
}
.feature_head3 li{
	margin:0px;
	padding:5px 0px;
	list-style:none;
}
.feature_head3 h3{
	color:#ff4200 !important;
	padding:4px 0px 4px 5px;
}
.feature_head3 ul{
	margin:0px;
	padding:10px 9px;
}
.feature_head3 label{
	display:block;
	color:#666666;
	font-size:15px;
}
.input{
	width:250px;
	height:19px;
	border:1px solid #dedede;
	border-radius:3px;
	padding:5px;
}
.input2{
	width:244px;
	height:30px;
	border:1px solid #dedede;
	border-radius:3px;
	padding:3px 3px;
	color:#333333;
}
.subscribe{
	font-size:13px;
	color:#666666;
}
.button{
	background:#7d7d7d;
	color:#FFFFFF;
	padding:3px 5px;
	border:1px solid #666666;
	border-radius:3px;
	margin-left:20px;
	cursor:pointer;
}
.button:hover{
	background:#7FB941;
	color:#FFFFFF;
}
.area{
	width:250px;
	height:100px;
	border:1px solid #dedede;
	border-radius:3px;
	padding:5px;
}
.content{
	font-size:14px;
	font-weight:bold;
}
/* 29.4.2014 */