﻿<%@ Page Language="c#" AutoEventWireup="false" Inherits="mattel.fp.view.FpPage" %>
<%@ Import Namespace="mattel.fp" %>

<% Response.ContentType = "text/css"; %>

/*
NOTES:
This is a template, move it to your SWEEPS or ACQUISTION project and save it as default.css.aspx
*/

/* ---------------------------------------------------- INITIALIZE / DON'T TOUCH ---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #d6eff7;
}


/* ---------------------------------------------------- DEFAULT STYLES ---------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	color: #000000;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	/*padding: 0;
	margin: 0;*/
}

li {
    list-style: none;
    list-style-position: outside;
    /*padding: 0;
	margin: 0;*/
}

h1 {
    font-size:2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

#advertisement {
	font-size: 1em;
	margin: -17px 30px 0 0;
	float: right;
	position: relative;
}

	.ie7 #advertisement {
		margin: -16px 20px 0 0;
		height: 22px;
		width: 50px;
	}

	.ie6 body #globalnav #search input#searchbutton,
	.ie7 body #globalnav #search input#searchbutton {
		margin-top: -22px;	
	}

#header {
	background: url(/cn/promotion/img/header.jpg) no-repeat;
	margin-top: 10px;
	width: 800px;
	height: 364px;
}

	.ie6 #header {
		margin-left: -16px;
	}

#header a {
	display: block;
	width: 800px;
	height: 364px;
}

#container {
	font-size: 1.2em;
    line-height: 1.3em;
    margin: -16px auto 0;
	position: relative;
	background: url(/cn/promotion/img/body_mid.gif) repeat-y;
	width: 800px;
}

#cap {
    margin: 0 auto;
	background: url(/cn/promotion/img/body_cap.gif) no-repeat;
	width: 800px;
	height: 90px;
}

.ie6 #cap {
	width: 819px;
}


#bottom_copy {
    margin: -35px auto 0;
	position: relative;
	width: 424px;
	height: 30px;
}

/* ---------------------------------------------------- LANDING ------------------------------------------ */


#intro {
	text-align: left;
	width: 800px;
	position: relative;
}

	/*.ie #intro {
		padding: 0 1px 1px 1px;
	}*/

#intro_copy {
	float: right;
	margin: -270px 50px 0 0;
	position: relative;
	width: 570px;
}

	.ie6 #intro_copy {
		margin: -40px 30px 0 0;
	}

#intro_h1 {
	font-family: 汉仪粗圆简, 宋体, simhei, Geneva, Arial, Helvetica, Sans-Serif;
	color: #0066B3;
	font-size: 2em;
	line-height: 1.2em;
	padding-bottom: 10px;
	position: relative;
}

.intro_h2 {
	font-family: 汉仪粗圆简, 宋体, simhei, Geneva, Arial, Helvetica, Sans-Serif;
	color: #ec008c;
	font-size: 1.6em;
	padding: 12px 0 5px;
}

.copy {
	font-family: 汉仪中圆简, 宋体, simhei, Geneva, Arial, Helvetica, Sans-Serif;
	color: #0066b3;
	font-size: 1em;
	letter-spacing: 1px;
}

#mom_baby {
	float: left;
	height: 304px;
	margin-top: -90px;
	padding: 0 20px 0 40px;
	width: 126px;
	position: relative;
}

#prod-1 {
	height: 196px;
	width: 714px;
	position: relative;
}

#prod-2 {
	height: 200px;
	width: 684px;
	position: relative;
	margin-top: -28px;
}

#prod-3 {
	height: 332px;
	width: 712px;
	position: relative;
	margin-top: -28px;
}

#prod-4 {
	height: 232px;
	width: 712px;
	position: relative;
	margin-top: -22px;
}


