/*________BIG AND SMALL V.1_______*/


/*---GLOBAL
----------------------------------*/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font: 62.5% verdana,  Arial, tahoma,  Sans-Serif; /* Resets 1em to 10px */
	}

body  {
	font-size:1.2em;
	background:  url(../images/day/bodybg.jpg) repeat;  
}

p{
	margin-top:1em;
	text-align:left;
	line-height:1.5em;
}

p.intro{
	font-size:1.2em;
	color:#5e558e;
}

p.footer{
	font-size:0.9em;
	color:#747474;
}

h1{	
	text-align:left;
	font-size:1.6em;
}

h2.center{	
	text-align:center;
	font-size:1.2em;
}


/*---GLOBAL LINKS
-------------------------------*/
	
a:link, a:visited{
	color:	orange;
	text-decoration:none;
	font-size:1.0em;
	}
	
a:hover{
	text-decoration:underline;
	}
	
	
/*---STRUCTURAL DIVS
------------------------*/	

#images_bottom{
	margin:0 auto 0 auto;
	background: url(../images/day/side_images.png) no-repeat bottom;
	width:100%;
	bottom:0px; z-index:50;	
}

#center_content{
	padding-top:1px; /*needed to make margin-top the same  on #cloud for ie and ff*/
	margin:-1px auto 0px auto;
	width:750px;
	border:0px solid #000;
	background:#fff;
	padding-bottom:10px;
	position:relative;
}

#header{
	border:0px solid #000;
	margin-top:0px;	
	margin-left:0px;
	width:750px;
	height:220px;
}

#cloud{
	position:absolute;
	z-index:90;
	padding:50px 0 0 0;
	/*margin:-50px 0px 0 -55px;*/
	width:840px;
	background:url(../images/day/cloud2.png) no-repeat center;
	height:100px;
	top:170px;
	left:-50px;
}


#left_col{
	width:482px;
	border:0px solid #000;
	margin:50px 15px 0px 20px;
	float:left;
	display: inline;
}

#left_col_novideo{
	width:482px;
	border:0px solid #000;
	margin:90px 15px 0px 20px;
	float:left;
	display: inline;
}

#right_col{
	width:210px;
	border:0px solid #000;
	float:right;
	margin:90px 15px 0px 0px;
	display: inline;

}

#video_holder{

	height:274px;
	width: 460px;
	margin-bottom:20px;
}

#side_image{
	width:100%;
}

#partner_wrap{
	width:100%;
	margin:10px 0 0 0;
}


#footer{
	border:0px solid;
	padding:0px 15px 0px 20px;
}

#copyright{
	float:left;
}

#creode{
	float:left;
	margin-left:50px;
}




/*---NAVIGATION 
---------------------------*/

#nav{
	position:absolute;
	border:0px solid #000;
	left:-20px;
	background: url(../images/nav_bg7.png) no-repeat;
	
	width:800px;
	height:46px;
	z-index:91;
	
}

#nav-ul-holder{
	position:absolute;
	left:-20px;
	width:800px;
	height:46px;
	z-index:92;
	color:#fff;
}
	

#nav-ul-holder ul{
	
	list-style:none;
	font-size:1.1em;
	padding:0 0 0px 0px;
	margin:0 0 0 50px;
}

#nav-ul-holder li{
	float:left;
	padding:8px 2em 7px 0;
	
}

#nav-ul-holder li a:link, #nav-ul-holder li a:visited{
	color:#fff;
	text-decoration:none;
	outline:0;	
}

#nav-ul-holder li a:hover{
	color: orange;
}

#nav-ul-holder li a.active{
	color: orange;
	padding:0 0 35px 0;
	background: url(../images/pointer2.png) no-repeat center 28px;
}



/*---CLASSES
-----------------------*/

.partner{
	margin-bottom:6px;
}
	
.clear{
	clear:both;
}

#footer a:link, #footer a:visited{
	color:#424141;
	text-decoration:none;
} 

#footer a:hover{
	text-decoration:underline;
}