/**
 * $Id: [file-name].css [yyyy-mm-dd] $
 *
 *      [brief description]
 *
 * @author [Developer Name]
 * @copyright Copyright (c) [yyyy], Trapeze, All rights reserved.
 *
 * Basic Groups:   
 *      Global  |   Structure   |   Text    |   Links
 *      Images  |   Headers     |   Lists   |   Forms
 *
 * Project Specific Groups:
 *      No-Flash Content
 *
 */

/*========== @group [Global] ==========*/

body {
/* 	background: #fff url(../images/body-bg.png) 0 0 repeat-x; */
	background: #fff url(../images/body-bg.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*========== @end ==========*/

/*========== @group [Structure] ==========*/

div#container {
	background: transparent url(../images/bg-milknew.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
	height: 690px;
}

div#flashcontent {
/* 	margin-bottom: 20px; */
	height: 583px;
}

div#logos {
	position: absolute;
	top: 505px;
	left: 325px;
}

div#footer {
/* 	background: transparent url(../images/milk-bg.png) center top repeat-x; */
	color: #48acff;
	text-align: center;
	padding: 60px 0 10px;
/* 	margin-top: 20px; */
}

div#footer ul {
	width: 245px;
	margin: 10px auto;
	height: 25px;
}

div#footer ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #48acff;
}

div#footer ul li.last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

div#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #48acff;
}

div#footer p {
	margin: 5px 0;
}

div.hr {
	height: 1px;
	background-color: #1e488d;
	border-top: 1px solid #3174c6;
	margin: 20px auto;
	width: 767px;
}

div.hr hr {
	display: none;
}

/*========== @end ==========*/

/*========== @group [No-Flash Content] ==========*/

#no-flash {
	margin: 0 auto;
	width: 807px;
	height: 600px;
	position: relative;
	background: url(../images/bg-landing.jpg) 0 0 no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
}

body.fr #no-flash {
	margin: 0 auto;
	width: 807px;
	height: 601px;
	position: relative;
	background: url(../images/bg-landing_fr.jpg) 0 0 no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
}


#no-flash img#coupon {
	position: absolute;
	top: 265px;
	left: 65px;
}

#no-flash a#products {
	position: absolute;
	top: 285px;
	left: 0px;
}

#no-flash div.rightPage {
	position: absolute;
	width: 330px;
	height: 415px;
	top: 50px;
	left: 430px;
}

#no-flash div.rightPage p {
	font-size: 12px;
	width: 293px;
	margin: 5px auto 0 auto;
	text-align: center;
	line-height: 1.2em;
}

body.fr #no-flash div.rightPage p {
	font-size: 11px;
}

#no-flash div.rightPage ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#no-flash div.rightPage ul li {
	list-style-type: none;
	float: left;
}

#no-flash img#TagLogos {
	margin: 5px 0;
}

/*========== @end ==========*/


