@charset "utf-8";
/* CSS Document */

/*
	Reset CSS
*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Custom fonts
*/
@font-face {  
  font-family: "mpro-reg";  
  src: url( ../fonts/MyriadPro-Regular.eot ); /* IE */  
  src: local("mpro-reg"), url( ../fonts/MyriadPro-Regular.ttf ) format("truetype"); /* non-IE */  
}

@font-face {  
  font-family: "futurabook";  
  src: url( ../fonts/FuturaBook.eot ); /* IE */  
  src: local("futurabook"), url( ../fonts/FuturaBook.ttf ) format("truetype"); /* non-IE */  
} 

@font-face {  
  font-family: "futurabold";  
  src: url( ../fonts/FuturaBook.eot ); /* IE */  
  src: local("futurabold"), url( ../fonts/FuturaBold.ttf ) format("truetype"); /* non-IE */  
}


/*
	Splash Definitions 
*/

body {
	background-color: #0198cb;
	color: #ffffff;
	font-family: "mpro-reg", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #1b69c9;
	font-family: "futurabook", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 25px;
}

p {
	color: #666666;
	font-family: "futurabook", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 340px;
	line-height: 16px;
}

a {
	color: #2e85f1;
	text-decoration: none;
}

blockquote {
	line-height: 16px;
	width: 175px;
}

ul {
	margin-top: 10px;
	text-transform: uppercase;
}

li {
	line-height: 22px;
}

#splash {
	background: url(../images/splash/background.jpg) left top no-repeat;
	min-height: 700px;
}

#logo {
	margin-top: 140px;
	margin-left: 245px;
}

#banner {
	background: url(../images/splash/transparency.png) left top repeat-x;
	height: 241px;
}

#ice {
	margin-top: 15px;
	margin-left: 40px;
	float: left;
}

#info {
	float: left;
	padding-left: 8px;
}

#contactdetails {
	margin-top: 15px;
	float: left;
}

#button {
	margin-top: 40px;
	margin-left: 50px;
}

#services {
	clear: both;
	margin-top: 25px;
	margin-left: 40px;
}

.contacttitle {
	color: #0077b9;
	font-family: "futurabook", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.contactinfo {
	color: #2e85f1;
	font-family: "futurabold", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.icon {
	display: block;
	float: left;
}

.column {
	float: left;
	width: 225px;
}