@charset "utf-8";
/* CSS Document */


/***********************************/
/*           HTML Reset            */
/*                                 */
/***********************************/

* {
	margin: 0;
	padding: 0;
	border:0;
}




/***********************************/
/*           Standard HTML         */
/*                                 */
/***********************************/

body {
	background-color: #171236;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#ccc;
	
}

hr {
	color:#65607f;
	height:1px;
	background-color: #65607f;
}

h1{
	color:#FFF;
  font-size: 1.2em;
}

h2{
	color:#d9d8da;
	font-size: 1.2em;
}

p{
	padding-bottom:7px;
}

a{
 	color:#99CCFF;
	text-decoration:none;
}


/***********************************/
/*           Header                */
/*                                 */
/***********************************/

#wrapper {
	margin: 0 auto;
	width: 990px;
	

}

#header {
	height: 95px;
	border-bottom: 1px solid #888;
	position: relative;
}

#header h1 {
	color: #e5e1fa;
	font-weight:bolder;
	font-size: 1.6em;
	width: 168px;
	float: right;
	margin: 40px 2px 10px 0px;
}

#header img {
	float:left;
	margin-top: 25px;
	margin-left: 10px;
}

/***********************************/
/*           Navigation            */
/*                                 */
/***********************************/


#navigation {
	margin: 10px 0px 10px 0;
	font-size: 0.8em;
	float: left;
	color:#FFF;
	width: 990px;
}

#navigation li {
	display:inline;
}


#navigation li a {
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #888;
}

#navigation li a.none{
border-right:none;
}

#navigation li a:hover {
	color: #b3589d;
	text-decoration:none;

}

#navigation li a.active {
	color: #b3589d;
	text-decoration:none;

}


/********Gallery Navigation*************/


#gallery_nav{
	font-size:0.9em;
	width: 324px;
	}
	
	
#gallery_nav ul{
  margin:0;
  padding:0;

}


#gallery_nav li{
    display:block;
	width: 107px;
	height:107px;
	list-style:none;
    margin:0 1px 1px 0;
	
}

#gallery_nav li a{
	color: White;
	text-decoration: none;
	font-weight: bold;
	width: 107px;
	height:57px;
	display:block;
	text-align:center;
	padding-top: 50px;
  }
  
#gallery_nav li a:hover{
	color: #CCFFFF;
	background-color:#b6118e;
	text-align:center;
	text-decoration: none;

  }
  
#gallery_nav li a.actives{
	color: #CCFFFF;
	background-color:#b6118e;

  } 
  



.icenav1{

background-image:url(../img/iceland_nav1.jpg);
background-repeat:no-repeat;
float:left;

}

.icenav2{

background-image:url(../img/iceland_nav2.jpg);
background-repeat:no-repeat;
float:left;

}

.icenav3{

background-image:url(../img/iceland_nav3.jpg);
background-repeat:no-repeat;
float:left;

}

.icenav4{

background-image:url(../img/iceland_nav4.jpg);
background-repeat:no-repeat;
float:left;

}

.icenav5{

background-image:url(../img/iceland_nav5.jpg);
background-repeat:no-repeat;
float:left;

}

.icenav6{

background-image:url(../img/iceland_nav6.jpg);
background-repeat:no-repeat;
float:left;

}

.icenav7{

background-image:url(../img/iceland_nav7.jpg);
background-repeat:no-repeat;
float:left;

}

.icenav8{

background-image:url(../img/iceland_nav8.jpg);
background-repeat:no-repeat;
float:left;

}

.icenav9{

background-image:url(../img/iceland_nav9.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav1{

background-image:url(../img/greenlandnav1.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav2{

background-image:url(../img/greenlandnav2.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav3{

background-image:url(../img/greenlandnav3.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav4{

background-image:url(../img/greenlandnav4.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav5{

background-image:url(../img/greenlandnav5.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav6{

background-image:url(../img/greenlandnav6.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav7{

background-image:url(../img/greenlandnav7.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav8{

background-image:url(../img/greenlandnav8.jpg);
background-repeat:no-repeat;
float:left;

}

.greennav9{

background-image:url(../img/greenlandnav9.jpg);
background-repeat:no-repeat;
float:left;

}


/***********************************/
/*           Banner                */
/*                                 */
/***********************************/

#banner{
	border-bottom: 1px solid #888;
	height: 170px;
	clear: both;
}

#head{
	height: 150px;
	background-color:#6666CC;
	background-image:url(../img/banner.jpg)
}

/***********************************/
/*           Main Content          */
/*                                 */
/***********************************/


#content_wrapper{
	width: 990px;
	position:relative;
	overflow:hidden;
}

#content_wrapper ul{
	padding-left: 15px;
	list-style:square;
	color: #ccc;
}



#column_right{
	float:right;
	width: 590px;
}

#column_left{
	float:left;
	color: #ccc;
}

#right_column{
	margin-top: 25px;
	background-color:#b3589d;
	color:#FAEAFF;
}
#right_column_bottom{
	background-color:#2b254c;
	width: 590px;
	margin-top: 20px;
}
#right_column_bottom1{
	background-color:#2b254c;
	width: 590px;
	margin-top: 20px;
}


#left_column{
	background-color:#2b254c;
	width: 390px;
	margin: 25px 0 0  0;
}

#left_column1{
	background-color:#2b254c;
	width: 390px;
	margin: 25px 0 0  0;
}


#left_column_bottom{
	margin-top: 20px;
	margin-bottom:20px;
	background-color: #2b254c;
	width: 390px;
}

#left_column_bottom2{
	margin-top: 20px;
	margin-bottom:20px;
	background-color: #2b254c;
	width: 390px;
}



#column_bottom{
	background-color:#2b254c;
	width: 390px;
	margin-top: 20px;
}


/***********************************/
/*           Flash                 */
/*                                 */
/***********************************/

#video{
    background-color:#2b254c;
	width:500px;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#myAlternativeContent{

	height: 278px;
}

#myAlternativeContent a{

	position: relative;
	left: 38%;
	top: 38%;
}

#myAlternativeContent1{
 	height: 150px;

}

#myAlternativeContent1 a{
 
	position: relative;
	left: 45%;
	top: 45%;
}

/***********************************/
/*           Footer                */
/*                                 */
/***********************************/

	#footer{
	position:relative;
	bottom: 0;
	font-size: 0.8em;
}

/***********************************/
/*           Footer Classes        */
/*                                 */
/***********************************/

.right{
width:132px;
padding-top:10px;
height:30px;
position:relative;
left: 816px;
top: -40px;
}

.left{

width:650px;
padding-top:10px;
height: 30px;
position:relative;
top: 40px;

}

.footer_image{

margin-left:10px;
width: 40px;
height: 40px;
position:relative;
left: 940px;
}

/***********************************/
/*           Custom Classes        */
/*                                 */
/***********************************/
	

.clear{
	clear:both;
}


.advert_top{
	width: 548px;
	height: 120px;
	background-color:#E8FFFA;
	margin: 0px auto 10px auto;
	background-image: url(../img/advert_top.jpg);
	background-repeat: no-repeat;
}

.advert_bottom{
	width: 548px;
	height: 120px;
	background-color:#E8FFFA;
	margin: 0 auto 0px auto;
	background-image: url(../img/advert_bottom.jpg);
	background-repeat: no-repeat;
}



.green_nav{

	width:260px;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	padding-left: 7px;
}


.green_nav h2 a{
	text-decoration:none;
	font-size: 40px;
	text-align: center;
	display:block;
	color:#CCFFFF;
}


.green_nav h2 a:hover{
	text-decoration:none;
	text-align: center;
	color:#fff;
	background-color:#b6118e;
	}

.ice_nav{
	
	width:260px;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	padding-left: 15px;
	
}

.ice_nav h2 a{
	text-decoration:none;
	font-size: 40px;
	text-align: center;
	display:block;
	color:#CCFFFF;
}

.ice_nav h2 a:hover{
	text-decoration:none;
	color:#fff;
	text-align: center;
	background-color:#b6118e;
	
}

.green_image{
	width:260px;
	display:block;
	height:64px;
	background:url("../img/greenlandgirl.jpg");
	padding:120px 0 0 0px;
	background-repeat:no-repeat;
}

.ice_image{
	width:260px;
	display:block;
	height:64px;
	background:url(../img/icelandguy.jpg);
	padding:120px 0 0 0;
	background-repeat:no-repeat;
}

.title2{
	font-size:18px;
	font-size:1.1em;
	font-weight: bolder;
	font-style: normal;
	color: #FF5FAA;
	font-family: "Courier New", Courier, monospace;
	margin-left: 0.1em;

}

.redtext{
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0 20px 0 0;
}

.pinktext{
	color: #000000;
	padding: 0 20px 0 0;
}

.padding_boxes{
	padding:20px;


}

/***********************************/
/*           Form Elements         */
/*                                 */
/***********************************/

#form_wrapper{
	width: 550px;
	padding: 20px;
	color: #E4D5FF;
	font-size: 0.9em;
	font-weight: 400;

}


/***********************************/
/*           Thank You Form        */
/*                                 */
/***********************************/


#thankyou_column_right{
	float:right;
	width: 990px;
   
}



#thankyou_right_column{
	margin-top: 25px;
	background-color:#b3589d;
	color:#FAEAFF;
	text-align:center;
}
#thankyou_right_column_bottom{
	background-color:#2b254c;
	width: 990px;
	margin-top: 20px;
	height:auto;
	
}

/***********************************/
/*           Privacy Form        */
/*                                 */
/***********************************/

#privacy_column_right{
	float:right;
	width: 990px;
	color:#ccc;
   
}



#privacy_right_column{
	margin-top: 25px;
	background-color:#2b254c;
	
	
}
#privacy_right_column_bottom{
	background-color:#2b254c;
	width: 990px;
	margin-top: 20px;
	height:auto;
	
}
