@charset "UTF-8";
/* 
--------------------------------------------------------------------------------------------------

      88P                                                                          988
     88'    oooo                                   .o8   o8o                        '88
    o88     `88'                                   "88   `"'                         88o
    888      88   oo. .o.     .oooo.   .oooo.   .ooo88   ooo   ooo  ooo    .ooo.o    888
    88'      88   `88P"Y8b   d8' `"8  d8' `8b  d8' `88   `88   `88  `88   d8(  "8    '88
  o88        88    88   88   88       88   88  88   88    88    88   88   `"Y8b.       88o 
    88o      88    88   88   88   .8  88   88  88   88    88    88   88   o.  )8b     o88 
    888     o88o  o88o o88o  `Y8bdP'  `Y8bdP'  `Y8bd8P"  o88o   `V8V"VP'  8""88P'     888
    988                                                                               88P
     88.              C R E A T I V E   W E B   D E V E L O P M E N T                .88 
      88o                                                                           o88	


						Copyright 2010 Incodius - www.incodius.com   
						
--------------------------------------------------------------------------------------------------
//Style sheet for tunnel page only
*/

* {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	font-size:13px;
	padding:0px;
	margin:0px;
	
}



body {

background-color:#FFF;
	
}

#header {
	display:none;
}
a {
	text-decoration:none;
	color:#000;
}

img {
	border:none;
}

#container {
	
	width:980px;
	margin:auto;

}

/*Nav--------------------------------------------------------------------------*/
#nav {
	margin:auto;
	position:relative;
	top:340px;
	height:80px;
	width:530px;
	color:#e67658;

	background-image:url(../images/dotLine.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:12px;
	z-index: 20;
}

	

#navitem1 a, #navitem2 a, #navitem3 a, #navitem4 a, #navitem5 a, #navitem6 a, #navitem7 a{

	height:20px;
	color:#666;
	float: left;
	position:relative;
	
	
	margin-top:20px;
	margin-left: 20px;
	margin-right: 10px;
}


#navitem1 a:hover, #navitem2 a:hover, #navitem3 a:hover, #navitem4 a:hover, #navitem5 a:hover, #navitem6 a:hover, #navitem7 a:hover{
background-image:url(../images/dot2.png);
background-repeat:no-repeat;
background-position:top;
position:relative;
padding-top:20px;
margin-top:0px;
}

#featuresLinks {
border-top:2px dotted #ccc;

}

.featText {
float:left;
z-index:100;
position:relative;
top:-20px;
left:5px;
color:#FFF;
font-weight:bold;
background:none;


}


.featimages {
float:left;
padding:3px;
border-bottom:2px dotted #ccc;
position:relative;
top:20px;
left:100px;
z-index:200;


}


.featimages  img{
border:solid 2px #fff;
}

.featimages  img:hover{
border:solid 2px #ccc;
}


/*Content--------------------------------------------------------------------------*/

#content {
	clear:both;

	margin:auto;
	height:250px;
	width:420px;
	position:relative;
	top:-20px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:15px;
	
	padding-bottom:20px;
	
}

	


#footer {
	display: none;
	padding:8px;
	height: 17px;
	position:fixed;
	bottom:0px;
	width:100%;
	clear:both;
	color:#6F6F6F;
	text-align: center;
	font-size: 9px;
	background:none;
	background-color:#EFE2E0;
	
	
	

}

#tweetbox {
	display: none;	
}


#footer a{
	color:#3F3837;
	font-size: 10px;
	
	background-color:#EFE2E0;

}
#footer p{
background:none;
background-color:#EFE2E0;
}
