/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.headerwraper {
	width:100%;
	height:70px;
	padding-top:10px;}

.centerheader{
	width:80%;
	margin:0 auto;
	height:80px;
}


.log { width:75%;
  float:none;
  padding-top:16px;
  padding-left:20px;
  
}
.logo {
	width:20%;
	height:80px;
	float:left;
	
	}

.textbox {
    background: #F1F1F1 url(../../img/user.png) no-repeat;
    background-position: 5px -7px !important;
    padding: 10px 10px 10px 25px;
    width: 180px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 15px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
}

.password {
    background: #F1F1F1 url(../../img/key.png) no-repeat;
    background-position: 5px -7px !important;
    padding: 10px 10px 10px 25px;
    width: 180px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 15px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
}



 li.user {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
}

 li {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
}

.textbox:focus {
    background-color: #FFF;
    border-color: #45f4ef;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
    box-shadow: 0 0 0 1px #E8C291 inset;
}

.password:focus {
    background-color: #FFF;
    border-color: #45f4ef;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
    box-shadow: 0 0 0 1px #E8C291 inset;
}

.Btn-login {
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:15px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:5px 30px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	height:20px;
	
}
.Btn-login:hover {
	background-color:#5cbf2a;
}
.Btn-login:active {
	position:relative;
	top:1px;
}



/*===================*/
/*=== SLIDE ===*/
/*===================*/


a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.wrapperMain {
	width:100%;
	float:left;
	min-height:518;
	margin:0 auto;
}

.slider-wrapper { 
	width: 80%; 
	margin: 20px auto;

}

.slider-wrapperFull { 
	width: 100%; 
	margin: 20px auto;

}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

