body, html {
	height:100%;
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	color:#444;
	font-size:12px;
	line-height:20px;
}

#container {
	background: #fff url('../img/container_bg.gif') repeat-x top;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position:relative;
	float:left;
	width:100%;
}

h1 {
	font-size:12px;
}

h2 {
	margin:14px 0 0 0;
}

/* HEADER */

#header {
	width:588px;
	margin:auto;
	text-align:left;
	position:relative;
	height:30px;
}

#header a:link, #header a:visited {
	text-decoration:none;
	color:#444;
}

#header a:hover, #header a:active {
	text-decoration:none;
	color:#4993e8;
}

#logo {
	background:transparent url('../img/logo.gif') no-repeat;
	width:108px;
	height:0;
	overflow:hidden;
	padding:19px 0 0 0;
	margin:0;
	position:absolute;
	left:3px;
	top:8px;
}

#header ul {
	list-style-type: none;
	margin:0;
	padding:0;
	position:absolute;
	top: 9px;
	right:3px;
}

#header ul li {
	display:none;
	list-style-type: none;
	margin:0;
	border-right:1px solid #4993e8;
	padding:0 5px;
}

#header ul #phone {
	display:inline;
	border:none;
}

#header ul .last {
	border:none;
}

#banner {
	position:relative;
	margin:0 auto 10px auto;
	height:310px;
	background: transparent url('../img/banner_bg.gif') repeat-x bottom;
}

#banner p {
	padding:0;
	position:relative;
	margin:0 auto;
	width:588px;
}

#bannerMain {
	background: transparent url('../img/banner.gif') no-repeat top;
	width:588px;
	height:0;
	padding:240px 0 0 0;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

#sticker {
	background: transparent url('../img/sticker.gif') no-repeat;
	position:absolute;
	display:block;
	overflow:hidden;
	width:83px;
	height:0;
	padding:83px 0 0 0;
	left:363px;
	bottom:-23px;
}

.bannerbar {
	color:#fff;
	text-align:left;
}

#banner p.bannerbar {
	position:absolute;
	left:50%;
	bottom:15px;
	display:block;
	width:402px;
	border-right:1px solid #757575;
	margin:0 0 0 -280px;
	padding:0 15px 0 0;
	font-size:14px;
}

#banner ul.bannerbar {
	display:block;
	position:absolute;
	bottom:14px;
	left:50%;
	list-style-type: none;
	padding:0;
	margin:0 0 0 154px;
	width:150px;
	line-height:14px;
	font-size:10px;
}
#banner ul.bannerbar li {
	padding:0;
	margin:0;
}

#content {
	width:588px;
	margin:0 auto 10px auto;
	text-align:left;
}

#content h2{
	margin-bottom:0;
}

#content p {
	margin-top:8px;
}

#footer {
	text-align:center;
	position:absolute;
	left: 0;
	bottom: 0;
	float:left;
	clear: both;
	height:20px;
	width:100%;
	font-size:10px;
	clear:both;
	background:#c8e2ff;
	color:#4993e8;
	margin:0;
	line-height:20px;
	overflow:visible;
}

#rightCol {
	float:right;
	width:390px;
	margin-right:5px;
}

#products {
	background:transparent  url('../img/products.gif') no-repeat;
	height:0;
	overflow:hidden;
	padding:23px 0 0 0;
}

#philosophy {
	background:transparent url('../img/philosophy.gif') no-repeat;
	height:0;
	overflow:hidden;
	padding:23px 0 0 0;
}

#leftCol {
	float:left;
	width:144px;
	background:transparent url('../img/sidenote_bg.gif') no-repeat;
	padding:0px 15px 15px 15px;
	clear:left;
}

#note {
	font-size:10px;
	line-height:12px;
	text-indent:-8px;
	padding:10px 10px 0 0;
}

#story {
	background:transparent url('../img/story.gif') no-repeat;
	height:0;
	overflow:hidden;
	padding:23px 0 0 0;
}

.asterisk {
	color:#4993e8;
}