/*
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font: Helvetica, sans-serif; background-image:url(../mc-images/bg.jpg);
                      background-repeat:repeat-x; background-color:#000112;}

h1                  { color: white; padding: 10px; }

#page-wrap		    { width: 1026px; margin: 0 auto; position: relative; zoom: 1; }

#header             { width: 1024px; background: #060025;
                      margin: 0 auto; }
					  
					  
/* HEADER BACKGROUND IMAGE */
#header{
background-repeat:no-repeat;
background-image: url(../mc-images/header-home.jpg);
height: 377px;
width: 1024px;
margin: 0 auto;
}
/* HEADER BACKGROUND IMAGE END */


/* HEADER LOGO */
#logo {
background-repeat:no-repeat;
background-image: url(../mc-images/logo.png);
height: 60px;
width: 618px;
float:left;
margin: 20px 75px;
}
/* HEADER LOGO END*/



/* NAVIGATION */

ul#topnav {
	margin: 0;
	padding:100px 0 0 75px;
	list-style: none;
	float: left;
	font-family:Helvetica, sans-serif;
	font-size: 0.75em;
	letter-spacing:1px;
	}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:39px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(../mc-images/nav_bg2.jpg) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 21px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #fff;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}


/* FEATURED*/
#featured {
	height: 200px;
	width: 725px;
	float:left;

}
 
h2 {
	padding: 25px 0 0 75px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 1em;
}
 
#featured p {
	padding:10px 0 0 75px;
	font-size:0.75em;
	color:#fff;
	font-family: Verdana;
	line-height: 1.3em;
}

#featured a{ /*--This is basically the hover state of navigation--*/
	text-decoration: none;
	color: #fff9b3;
}

ul#featured-menu { padding:10px 0 0 100px; color:#ffffff; font-size:0.75em; 
	font-family: Verdana;
	line-height: 1.5em;
	
}

ul#featured-menu li {
	
}

ul#featured-menu a{ 
	color: #fff;
	
}
/* FEATURED END*/

					  
					  
					  
					  
					  
					  
h3 {
	padding: 0px 0 10px 0px;
	color:#060025;
	text-transform:uppercase;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 1em;
	padding: 25px 0 10px 10px;
}	

.work {
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	}			  
			
			
.featured {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	}			  

#main-content       {
	background: #f5f5f5;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	padding-top: 25px;
	padding-right: 250px;
	padding-bottom: 50px;
	padding-left: 340px;
}

			#main-content p { font-size:0.69em; font-family: Verdana;
	line-height: 1.5em; padding: 25px;}
	
			#main-content_video {
	background-color:#333333;
	width:320px;
	height:480px;
	float:left;
}
	
	

#main-sidebar       {
	position: absolute;
	left: 50px;
	top: 0;
	width: 300px;
	bottom: 0;
	background: #f5f5f5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #48445c;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 8px;
}
					  
					  
					  #main-sidebar p { font-size:0.69em; font-family: Verdana;
	line-height: 1.5em; padding: 10px 25px 0 25px; }
	
	
	#main-sidebar_balloons {
	float:left;
}
	
	#main-sidebar_tt {
	float:left;
}
	
	#main-sidebar_glamour {
	float:left;
}

	#main-sidebar_babycare {
	float:left;
	padding-bottom: 10px;
}


#main-sidebar_ebook {
	float:left;
	padding-bottom: 5px;
}

	
	
                      
#secondary-sidebar  {
	position: absolute;
	right: 50px;
	top: 0;
	width: 221px;
	bottom: 0;
	background: #ddd;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #48445c;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
}

					  
h4 { color: #0c004a;
	font-family: Helvetica;
	padding-bottom:16px;
	line-height: 1.5em; }
					  
					  
/* FORM*/

.form_text { font-family: Verdana;
	color: #0c004a;
	font-size: 11px;
	line-height: 2em;
	}
	
.form_btn {
	padding-top: 12px;
	}

/* FORM END*/


                      
#footer             { clear:both; width: 926px; background: #222;
                      margin: 0 auto; }
#footer p           { font-family: Helvetica; font-size:0.75em; text-align:center; padding: 10px; color: white; }
#footer a           { color: white; text-decoration: none; }
#footer a:hover     {  }
.news-1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	color: #1c3a51;
}
#main-content_press {
	width:320px;
	float:left;
	left: 75px;
	position: absolute;
}
.press {
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
.news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 65px;
}
.vid-space {
	padding-bottom: 12px;
}

