/* 
CSS Document
Client: St. Kitts International Ground Services
Coder/Authorship: Genesis Creatives
Date: September 2013
*/




#links a:link,
#links a:visited{
color:#fff;
  font-size:1.3em;
  font-weight:lighter;
  margin:10px;
}

#services li div {
	background-image: url('../../../images/filter-black.png');
	width: 100%;
	top: 130px;
	
	padding: 0;
	margin: 0;
	text-align: center;
	color: #E1E1E1;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
}

#services li div a:link,
#services li div a:visited{
color:#fff;
font-weight:lighter;
display:block;

}

#services li {
	margin: 8px 0px 8px 11px;
}

/* ------------master styles reset(em)-----------------*/
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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*html5 display rule */
article, aside, canvas, 
details, figcaption, figure, 
footer, header, hgroup, menu, 
nav,section,summary{
display:block;	
}

html{
  height:100%;

}

.bg {
	background-image:url(../images/sky.jpg);
	background-repeat:no-repeat;
	background-size: 100%;
height:800px;
}

#container{
  margin: 0 auto;
  width:950px;
  overflow:hidden;
  min-height:100%;
 margin-top:-800px;
  font-family:Arial, sans-serif;
  color:#666;
}


/*-------------HEADER---------------*/
header{
/*height:80px;*/
height:150px;
}

#links{
float:right;
color:#fff;
font-size:0.7em;
font-weight:lighter;
margin-top:10px;
}

#logo{
float:left;

}

#logo h1{
color:#fff;
margin-top:50px;
font-size:1.6em;
font-family:Helvetica, Arial, sans-serif;
font-weight:lighter;
}

#logo h1 a{
text-decoration:none;
}
/*-------------ANI---------------*/
#ani-home{
overflow:hidden;
/*border:1px solid #09c;*/
background-image:url('../../../images/filter-white2.png');

border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
box-shadow:0 0 10px rgba(0,0,0,.1);
}



/*------------NAV-------------------*/
nav#primary{
position:relative;
top:-45px;
left:0px;
z-index:999;
}

nav#primary ul li{
float:left;
list-style-type:none;
margin-right:50px;
color:#fff;

}

nav#primary .icemegamenu ul li.iceMenuLiLevel_1{
font-size:0.7em;
}


nav#primary .iceMenuLiLevel_2{
font-size:0.9em;
}

/*------------MAIN-----------------*/
#main{
border:1px solid #fff;
clear:both;
padding-bottom:50px;
overflow:hidden;
background-image:url(../images/filter-white.png);
padding:25px;
}


nav#secondary{
float:left;
width:175px;
font-size:0.8em;
margin-right:25px;
}

nav#secondary ul{
	list-style: none; 
	/*border-top: 1px solid #ccc;*/ 

}

nav#secondary .active{
background-color:#e4e4e4;

}

nav#secondary .active a{
color:#333;
}

nav#secondary ul li {
	border-bottom: 1px dotted #ccc;
	display: block; 
}

nav#secondary ul a, nav#secondary ul a:visited { 
	display: block; 
padding:10px;
	color:#666;
	text-decoration: none;
	/*background: #C6D580;*/
}
nav#secondary ul a:hover{ 
display: block; 
	background: #d5dee7;
	color:#053a6b;;
}

nav#secondary ul a:active, nav#secondary ul a:focus { 
	background: #d5dee7;
	color:#053a6b;
}



section#side2 h1{
font-size:2em;
margin-bottom:20px;
}



section#side2{
float:left;
width:645px;
font-size:0.8em;
border-left:1px solid #ccc;
padding-left:40px;
}

section#side2 p{
margin-bottom:1em;
}



/*-------------FOOTER---------------*/
footer{
	text-align:center;
margin:45px 0 25px 0;
padding-top:15px;
border-top:1px dotted #ccc;
clear:both;
font-size:0.6em;
}

footer p,
footer p a{
color:#09c;
line-height:2.5em;
}