/* 

STYLE SHEET FOR BOWIE/PORTAVET ACQUISITION SPLASH SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

*/

* {margin: 0; padding: 0;}

body {
	background-color: #EEE6D9;
	color: #FFF;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 11px;
		}

#wrapper {
	width: 884px;
	margin: 5px auto 0 auto;
	background-image: url(../splashImages/wrapTipTop.jpg);
	background-repeat: no-repeat;
		}
#topArea {
	height: 157px;
	width: 884px;
	float: left;
	background-image: url(../splashImages/topBkg.jpg);
	line-height: 16px;
}
#topArea p {
	width: 505px;
	margin-top: 78px;
	margin-left: 258px;
}
#topAreaBot {
	background-image: url(../splashImages/topBotBkg.jpg);
	background-repeat: no-repeat;
	height: 219px;
}

#content {background-image: url(../splashImages/wrapBkg.jpg);}

#content p {margin-bottom: .5em;}

#leftContent {
	width: 445px;
	float: left;
	padding-left: 83px;
	line-height: 16px;
}

.fullContent {width: 714px !important; font-size: 13px !important; line-height: 18px !important;}

#rightContent {
	float: left;
	width: 228px;
	font-weight: bold;
	color: #FAECBD;
	text-align: center;
	margin-left: 22px;
	padding-top: 255px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(../images/fridge_landingpg_promo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#rightContent p {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#footer {
	background-image: url(../splashImages/footerBkg.jpg);
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	background-repeat: repeat-y;
	height: 53px;
		}
		
#footer p {float: left; padding: 15px 0 15px 0;}

#footer a {color: #3366CC;}

.separator {clear: both; height: 0;}

.left {float: left; padding: 15px 15px 15px 83px;}
.small {
	font-size: 10px;
	font-weight: normal;
	color: #DFC24F;
	line-height: 14px;
}


.bigCyan {
	color: #00aeef;
	font-size: 14px;
	font-weight: bold; 
}
 
h1 {
	font-size: 18px;
	color: #FAECBD;
	font-weight: bold;
	margin-bottom: .5em;
}
 
a {color: #FAECBD; text-decoration: underline;}

ul {list-style-type: none;}

a img {border: 0;}	

body	{ /* IE 5 centring bug fix */ text-align: center;}
		
#wrapper {text-align: left;}  

