body {
	background-image:url('/assets/images/pattern.png');
	font-family    : Tahoma, Geneva, Arial, sans-serif
}

a {
	color:#0097D4;
}

div#headerbar {
	background:#296fad;
	background-image:url('/assets/images/cloudbarLogo.jpg');
	width:100%;
	margin: 0 auto;
	height: 150px;
}

.logo {
		height: 120px;
	}

div#separatorbar {
	background:#666;
	width:100%;
	margin: 0 auto;
	height: 2px;
}
div#spacerbar {
	width:100%;
	margin: 0 auto;
	height: 40px;
	vertical-align:top;
}



h1 {
font-family: MS Sans Serif4, Geneva, sans-serif;
letter-spacing : -2px;
line-height    : 1em;
}

h2 {
font-family: Georgia, serif;;
font-style: italic;
font-weight: normal;
color: #555;
}

h3 {
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
font-style: normal;
font-weight:normal;
}

h4 {
font-family: MS Sans Serif4, Geneva, sans-serif;
font-style: normal;
font-weight:normal;
text-transform:uppercase;
color: #0097D4;
}

h1 { font-size:42px; }
h2 { font-size:32px; }
h3 { font-size:24px; }
h4 { font-size:18px; }
p { font-size:15px; }

li {
list-style-type:square; 
margin: 0 0 0 20px;
}
li::marker { 
  color: #0097D4;
}


/* Contact form */
.colright label {
width: 100%;
}


/* Multi language stuff */
ul#translation li {
	
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin:0;
	
	z-index: 10000;
	float: right;
}
ul#translation a {
}

#translation a.active {
display:none;
}

/* Searchform */
#searchform {
	height:100%;
	
}
#searchform fieldset {
	border: none;
	padding: 0px;
	margin:0px;
	float: right;
}

#searchform input {
	width: 80%;
	border: none;
	float: left; 
	color: #000000;
	font-size: 1em;
	
	height: 16px;
	margin: 5px 0;
	padding: 3px;
	background: #ffffff;
	
	border: 1px solid #CCC;
}

#searchform input:focus {
	background: #EEE;
	outline: none;
}

#searchform button {
	width: 29px;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/assets/images/searchButton.png) no-repeat top right;
	border: none;
	float: left;
	margin: 5px 0;
}
#searchform button:hover {
	background: url(/assets/images/searchButton.png) no-repeat bottom right;
}

/* Footer */

div#footerbar {
	background-image:url('/assets/images/pattern2.png');
	margin: 0 auto;
	margin-top: 40px;
	padding: 15px 0;
	vertical-align:top;
	border-radius: 15px;
}
#footercontent {
	padding: 10px;
	
}

#copyrightmsg {
	text-align: center;
	margin: 5px auto;
	font-size: 85%;
}

#footerbar a {
	color:#296fad;
}

#footerbar a:hover {
	color:#FFF;
}

.shadow {
	-moz-box-shadow:    2px 2px 2px 1px #888;
  	-webkit-box-shadow: 2px 2px 2px 1px #888;
 	 box-shadow:        2px 2px 2px 1px #888;
}