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

@font-face {
    font-family: "vegur";
    src: url("‘/css/vegur.otf’");
}
html,body{
	margin:0px;
	padding:0px;
	background-color:#dddcd9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img{
	border:0;
}
#menu{
	padding:15px 0 0 0;
	text-align:center;
}
#menu a, a.menu{
	font-family:"vegur", arial;
	display:inline;
	padding:10px;
	font-size: 16px;
	text-transform:uppercase;
	color:rgb(92,92,92);
	text-decoration:none;
	font-weight:normal;
}

#menu a:hover, a.menu:hover{
	font-size: 18px;
	text-transform:uppercase;
	color:rgb(182,182,182);
}

div#contentLayer0{
	width:100%;
	background-color:#dddcd9;
	margin-top:10px;
}

div#contentLayer1{
	width:900px;
	border:7px solid #bab7ad;
	margin:0 auto;
	background-color:#fff;
	padding:5px;
}

div#contentLayer2{
	width:900px;
}

div#contentLayer3{
	width:900px;
	position:relative;
}

div#footerGSM{
	width:900px;
	margin:0 auto;
}

label{
	width:75px;
	float:left;
	display:inline;
}

.image-wrapper, .ggallery {
	text-align:center;
}

.ggallery img{
	border:2px solid #BAB7AD;
}

/* CSS For EIP Forms */

div.formBuilderRow{}

div.formBuilderRow label {
	width:225px;
}

div#contactForm ul{
	padding-left:0px;
}

div#contactForm li{
	list-style-type: none;	
}
div#contactForm span, #contactForm label{
	width:225px;
	display:block;
	float:left;
}

.formBuilder-falseLabel{
	font-weight:bold;
	padding:15px 0px 5px;
	font-size:14px;
}
.input_text{
	margin-bottom:15px;
}
input{
	width:200px;
	border:1px solid #999;
	padding:4px;
}

/* END CSS for EIP Forms*/
