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


body
{
	background-image: url("../image/strip.png");
    background-repeat: repeat-x, repeat;
	font-size:14px !important;
	font-family:Calibri;
}
.full-width
{
	width:100%;
}

.bord-left{
	border-left:solid thin #fff;
}
.header
{
	height:27px;
	text-align:center;
}
.header a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding-left:5px;
}
.header li img{
	vertical-align:middle;
	width:20px;
	height:auto;
	margin-left:5px;
	padding-left:5px;
}

.header li{
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	padding:0px 0px 10px 20px;
}
.header li a{
	text-decoration:none;
	color:#FFFFFF;
}
.header li ul{
	display:none;
	position:absolute;
	text-align:center;
	background:#FFFFFF;
	border-radius:4px;
	border:solid thin #666;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	z-index:210;
	-moz-box-shadow: 0 0 12px 0px #666;
	-webkit-box-shadow: 0 0 12px 0px #666;
	box-shadow: 0 0 12px 0px #666;
}
.arrow{
	display:block;
	width:150px;
	height:17px;
	background:url(../images/arrow.png) no-repeat;
	margin:-17px auto 0px auto;
	background-size:auto 100%;
	background-position:center;
}

.header li ul li{
	padding:7px 14px 7px 14px;
	margin:0;
	text-align:center;
	border-bottom:solid thin #666;
	display:block;
}
.header li ul li:last-child{
	border-bottom:none;
}
.header li ul li a{
	text-decoration:none;
	padding:0px;
	color:#000;
	text-align:center;
	font-weight:normal;
	font-size:12px;
}
/*.header li ul li:hover{
	background:#f0637a;
	color:#FFFFFF;
}
.header li:hover ul{
	display:block;
	position:absolute;
}*/
.header select{
	background:none;
	border:none;
	white-space:normal;
}
.header select option{
	color:#000000;
	background:none;
}

.half-width
{
	width:49%;
	display:inline-block;
}
.qtr-width
{
	width:24%;
	display:inline-block;
}
.inner
{
	width:1000px;
	margin:0 auto;
}
.top
{
	width:100%;
}
.top-icon
{
	width:6%;
	display:inline-block;
	background:#a2238e;
	border-radius:0px 0px 5px 5px;
}
.top-icon img
{
	margin:5px 17px;
}
.logo
{
	text-align:center;
}
.logo-part
{
	display:inline-block;
}
.line
{
	height:5px;
	background:#a2238e;
}
.banner
{
	margin:3px 0px;
}
.banner-img
{
	width:100%;
	height:300px;
}
.menu
{
	margin-top:-50px;
}
.menu ul
{
	margin:0;
	padding:0;
}
.menu ul li
{
	display:inline-block;
	list-style-type:none;
	background:black;
	padding:9px 14px;
	color:white;
	border-radius:5px;
}
.menu ul li a
{
	text-decoration:none;
	color:#FFF;
}

.menu ul li:hover
{
	background:#a2238e;
}
.body-left
{
	width:69%;
	display:inline-block;
	margin-top:15px;
	vertical-align:top;
}
.wel-image
{
	width:30%;
	display:inline-block;
	vertical-align:top;
}
.wel-cont
{
	display:inline-block;
	width:68%;
	margin-left:10px;
	text-align:justify;
}
.welcome
{
	font-size: 28px;
font-weight: bold;
height: 36px;
}

.wel-cont p
{
	text-align:justify;
	margin:15px 5px;
}
.choose
{
	margin:5px 0;
}
.choose-title
{
	font-size:22px;
}
.choose p
{
	text-align:justify;
}
.body-right
{
	width:26%;
	display:inline-block;
	background-image:url(../image/bg-right.png);
	background-size:100%;
	padding: 0px 15px;
	text-align: justify;
	font-size: 12px;
	color: white;
	vertical-align:top;
	margin-top:20px;
}
.body-right p
{
	margin:5px 0;
}
.bg-corn
{
	margin-top: 0px;
	margin-left: -15px;
	width: 62%;
}
.news
{
	font-size: 30px;
	color: white;
	font-weight: bold;
	text-align: right;
	padding: 3px 0px;
	border-bottom: solid 2px #FFF;
	margin-top: -56px;
	width: 62%;
	margin-left: 80px;
}
.news-emb
{
	margin-top: 17px;
	position: absolute;
	margin-left: 33px;
}
.news-head
{
	margin:3px 0px;
	color:#FFCC00;
}
.bott
{
	display:inline-block;
	margin:0 3px;
	vertical-align:top;
	
}
.bott1
{
	width:30%;
}
.bott2
{
	width:36%;
}
.bott3
{
	width:30%;
}
.login
{
	background:#a2238e;
	border-radius:5px;
	padding:20px 0px 20px 15px;
}
.login-input
{
	width:90%;
	margin:5px auto;
	height:30px;
	border-radius:5px;
	border:none;
	padding-left:10px;
	margin:10px 0px;
}
.login a
{
	color:white;
	margin:5px;
}
.login-but {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c961e), color-stop(1, #9bcf00));
	background:-moz-linear-gradient(top, #6c961e 5%, #9bcf00 100%);
	background:-webkit-linear-gradient(top, #6c961e 5%, #9bcf00 100%);
	background:-o-linear-gradient(top, #6c961e 5%, #9bcf00 100%);
	background:-ms-linear-gradient(top, #6c961e 5%, #9bcf00 100%);
	background:linear-gradient(to bottom, #6c961e 5%, #9bcf00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c961e', endColorstr='#9bcf00',GradientType=0);
	background-color:#6c961e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #03970f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	padding:10px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	width:92%;
	margin:10px 0px;
}
.login-but:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9bcf00), color-stop(1, #6c961e));
	background:-moz-linear-gradient(top, #9bcf00 5%, #6c961e 100%);
	background:-webkit-linear-gradient(top, #9bcf00 5%, #6c961e 100%);
	background:-o-linear-gradient(top, #9bcf00 5%, #6c961e 100%);
	background:-ms-linear-gradient(top, #9bcf00 5%, #6c961e 100%);
	background:linear-gradient(to bottom, #9bcf00 5%, #6c961e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcf00', endColorstr='#6c961e',GradientType=0);
	background-color:#9bcf00;
}
.login-but:active {
	position:relative;
	top:1px;
}
.datas
{
	background:#ada4a4;
	padding:10px;
	overflow:hidden;
	height:217px;

}
.datas ul
{
	margin:0;
	padding:0;
	
}
.datas ul li
{
	list-style-type:none;
	border-bottom:solid 1px #000;
}
.user-img
{
	width:30%;
	display:inline-block;
	vertical-align:top;
	height:97px;
}
.user-right
{
	display:inline-block;
	width:68%;
}
.user-right-head
{
	font-size:16px !important;
}
.user-right p
{
	text-align:justify;
	margin:4px;
	font-size:12px;
}
.services
{
	background:#ada4a4;
	padding:10px;
	height:217px;
}
.service-title
{
	font-size:16px;
}
.services p
{
	margin:16px 5px;
	text-align:justify;
	font-weight:bold;
}
.atlast-title
{
	font-size:16px;
	font-weight:bold;
}
.atlast-second
{
	padding-left:50px;
	width:40%;
	vertical-align:top;
	display:inline-block;
}
.foot
{
	background:#757575;
	margin-top: 5px;
}
.footer
{
	
	width:80%;
	margin:0 auto;
}
.footer-menu
{
	width:80%;
	display:inline-block;
}
.footer-menu ul
{
	margin:0;
	padding:0;
}
.footer-menu ul a
{
	color:white;
}
.footer-menu ul li
{
	list-style-type:none;
	display:inline-block;
	padding:10px;
}
.opus
{
	width:19%;
	display:inline-block;
}
.opus a
{
	text-decoration:none;
}
#q_mail, #q_number, #q_name {
    height: 25px;
    width: 250px;
}
.q_inputs {
    border: thin solid #CCCCCC;
    border-radius: 3px;
    display: block;
    margin: 7px;
    resize: none;
}
#q_but {
    height: 40px;
    margin: 0 auto 7px;
    width: 200px;
}
/*hidden Forms */ 
#email_form
{
	display:none;
	position:absolute;
	height:250px;
	width:250px;
	padding:30px;
	border-radius:10px;
	box-shadow:0px 0px 5px #C4C400;
	background:#FFF;
}

#plot_form
{
	display:none;
	position:absolute;
	height:85px;
	width:250px;
	margin-top: -89px;
	padding:30px;
	border-radius:10px;
	box-shadow:0px 0px 5px #C4C400;
	background:#FFF;
}

.close
{
	cursor: pointer;
    margin-right: -20px;
    margin-top:-302px;
    position: absolute;
    right: 0;
    width: 40px;
}
#login
{
	display:none;
	position:absolute;
	height:250px;
	width:250px;
	padding:30px;
	/*border-radius:10px;
	box-shadow:0px 0px 5px #C4C400;
	background:#FFF;*/
}
.close1
{
	cursor: pointer;
    margin-right: 13px;
    margin-top: -222px;
    position: absolute;
    right: 0;
    width: 40px;
}
.close2
{
	cursor: pointer;
   margin-right: -18px;
    margin-top: -135px;
    position: absolute;
    right: 0;
    width: 40px;
	
}
/*.bott{
	display:none;
}*/
/*--------*/

.content {
    /*margin-left: 10px;
    margin-top: 32px;
    width: 984px;*/
}
.profile {
    background: none repeat scroll 0 0 #FFFFFF;
    border: thin solid #999999;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 #999999;
    display: inline-block;
    height: 570px;
    margin-left: 15px;
   margin-top: 37px;
    width: 97%;
}
.inner_profile {
    background: none repeat scroll 0 0 #FFFFFF;
    border: thin solid #999999;
    border-radius: 5px;
    box-shadow: 0 0 12px 0 #999999 inset;
    display: inline-block;
    height: 550px;
    margin-left: 15px;
    margin-top: 10px;
    width: 97%;
}
.Loremipsum {
    font-size: 15px;
    text-align: justify;
}
.projects
{
	margin-top:10px;
	display:inline-block;
	border-radius:5px;
	background:#ffffff;
	border:solid thin #999;
	-moz-box-shadow: 0 0 12px 0px #999;
	-webkit-box-shadow: 0 0 12px 0px #999;
	box-shadow: 0 0 12px 0px #999;
	padding:4px;
}
.inner_proj
{
	width:100%;
	margin-top:10px;
	display:inline-block;
	border-radius:5px;
	background:#FFF;
	border:solid thin #999;
	-moz-box-shadow: 0 0 12px 0px #999 inset;
	-webkit-box-shadow: 0 0 12px 0px #999 inset;
	box-shadow: 0 0 12px 0px #999 inset;
}
.proj_img
{
	height:70px;
	width:160px;
	margin-left:100px;
	margin-top:10px;
	display:inline-block;
	border-radius:5px;
	background:#FFF;
	border:solid thin #999;
}
.orange{
	background:#FFCD59;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFF459), color-stop(100%, #FFCD59));
	background-image: -webkit-linear-gradient(#FFF459,#FFCD59);
	background-image: -moz-linear-gradient(#FFF459,#FFCD59);
	background-image: -o-linear-gradient(#FFF459,#FFCD59);
	background-image: linear-gradient(#FFF459,#FFCD59);
}
.proj_des
{
	width:500px;
	margin-left:15px;
	margin-top:10px;
	display:inline-block;
	border-radius:5px;
	background:#FFF;
	border:solid thin #999;
	vertical-align:top;
}
#err_msg {
visibility: hidden;
position: absolute;
background: white;
padding: 5px;
border-radius: 5px;
border: solid thin #900;
margin-top: 45px;
color: #900;
width:90%;
}