﻿/* ------------------------------------------------------------------------
    Main Style Rules   
   ----------------------------------------------------------------------*/

body#default div.main {
	width: 100%;
	background-image: url(../images/Brookstone_landing_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	background-color: #f6efc6;
}

body#default div.mainContent {
	width: 100%;
	margin-top: 305px;
	border-top: 1px solid #683506;
	float: left;
}

body#default div.leftCol {
	width: 498px;
	float: left;
	margin: 0;
	padding: 0;
}
body#default div.textTitle {
	font-family: Times, Times New Roman, sans-serif;
	width: 410px;
	float: left;
	height: 30px;
	padding: 0 0 0 30px;
	margin: 12px 0 10px 0;
	line-height: 30px;
	font-size: 2em;
}

body#default div.textFooter {
	font-family: Times, Times New Roman, sans-serif;
	width: 410px;
	float: left;
	height: 60px;
	padding: 0 0 0 10px;
	margin: 12px 0 10px 0;
	line-height: 20px;
	font-size: small;
}
body#default div.textLeft {
	float: left;
	width: 234px;
	font-size: 0.9em;
	color: #683506;
	margin: 0 3px 0 30px;
	text-align: justify;
}

body#default div.textRight {
	float: left;
	width: 222px;
	font-size: 0.9em;
	color: #683506;
	margin: 0 0 0 8px;
	text-align: justify;
}

body#default div.rightCol {
	width: 282px;
	float: left;
	margin: 0;
	padding: 0;
}

body#default div.homeImg {
	width: 263px;
	height: 188px;
	background: white;
	margin: 15px auto 20px auto;
	padding: 0;
	border: 1px solid #683506;
}

body#default div.homeImg img {
	width: 245px;
	height: 153px;
	border: 0;
	margin-top: 10px;
	margin-left: 9px;
}

