@charset "utf-8";
/* reset */
@font-face{font-family: Open Sans; src:url(/resources/fonts/OpenSans-Light.ttf)}
img{vertical-align:middle;}
a{cursor:pointer;}

#logo{float:left;width:40%}
#headerLogin{width:55%;float:right;margin-top:20px;}

#logo img{width:250px;}

#form1 span{
	
}

#header-master{
	background: #FFFFFF;
	margin-bottom: 20px;
	border-bottom: 2px solid #3A424C;
    padding-bottom: 5px;
}

#header{
	position:relative;
	height:55px;
	background: #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}
.wrap{
	margin:auto;
	max-width:1074px;
	min-width:1024px;
	background:#FFFFFF;
	padding-bottom:20px;
}

#wrapper{
	background: #FFFFFF; 
}

#footer{
	background:#3A424C;
	width: 100%;
	height:125px;
	color:#FFFFFF;
	padding-top: 20px;
}

#footer-top{
	height:65px;
}

#footer a{
	color:#FFFFFF;
	text-decoration: none;
}

#footer hr{
	margin-top:0px !important;
	margin-bottom:0px !important;
}

#footer-top img{
	width:130px;
	float:right;
}

#footer-bottom ul{
	padding:0px;
}

#footer-bottom ul li{
	list-style: none;
	float:left;
	margin-right: 64px;
}

/**
	header navigation bar
**/

.head-nag{
	float:right;
	margin-top: -10px;
}

.image-holder{
	float:left;
	margin-left: 20px;
	margin-top: 25px
}

.image-holder div{
	text-align: center;
}

.image-holder a{
	color: #000000;
	text-decoration: none;
}

.image-holder img{
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

body{
	margin: 0px;
}

p.error-message{
	color:#FF0000;
}

h{
	font-size: 25px;
}

h1{
	font-size: 20px;
	/*font-family: roboto-bold;*/
}

h2{
	font-size: 18px;
	font-weight: normal;
}


.grey{
	background: #e7e7e7;
}


.default-button-skin{
	border-radius:3px;
	border:none;
	text-align: center;
	cursor: pointer;
	padding: 10px;
    width: 180px;
    font-size: 16px;
    color: #FFFFFF;
}


*{
	font-family: sans-serif;
}