@charset "utf-8";
* {
	padding:0;
	margin:0;
	border-collapse:collapse;
}

body {
	background-color:#000;
	background-image:url(../graphics/pageBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#888;
	font-size:14px;
}

h1 {
	font-size:20px;
	color:#aaa;
	font-weight:bold;
	font-style:italic;
}

h2 {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

p {
	margin-bottom:10px;
}

a {
	color:#888;	
}

a:hover {
	color:#aaa;
	text-decoration:none;	
}

#mainTable {
	text-align:left;
	margin:0 auto;
	border:1px solid #555;
	width:950px;
	background-color:#111;
}

#bannerContainerCell {
	height:215px;
	background-image:url(../graphics/bannerBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#bannerTable {
	width:950px;
}

#logoContainerCell {
	width:275px;
}

#logoContainerCell img {
	border:0;
}

#servingDiv {
	padding:5px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	font-style:italic;
}

#sloganCell {
	font-weight:bold;
	font-size:24px;
	font-style:italic;
	color:#aaa;
	text-align:center;
}

#sloganCell img {
	border:0;
}

#slideShowCell {
	width:400px;
}

#rightSidebarContainerCell {
	background-color:#1d1d1d;
	background-position:top;
	background-repeat:no-repeat;
	padding:5px;
	text-align:center;
	vertical-align:top;
	width:250px;
}

#rightSidebarContainerCell img, #rightSidebarContainerCell table {
	margin-top:10px;
	margin-bottom:10px;
}

#rightSidebarContainerCell table {
	width:250px;
}

#rightSidebarContainerCell img {
	border:0;
}

#tipsContentCell {
	background-image:url(../graphics/tipsBG.jpg);
	background-repeat:no-repeat;
	text-align:left;
	font-size:12px;
}

#whyChooseHeading {
	font-size:14px;
	color:#ddd;
}

.sidebarContentCell hr {
	margin-bottom:5px;
}

.sidebarList {
	list-style:inside disc;	
}

.sidebarListItem {
	list-style:inside disc;
	font-size:10px;
	margin-bottom:10px;	
}

.sidebarContentCell {
	font-size:10px;
	text-align:left;
}

#bottomWhyCell {
	text-align:right;
	font-size:12px;
}

#bottomTipsCell {
	text-align:right;
	font-size:12px;
}

#navBottomBand {
	background-image:url(../graphics/navBottomBandBG.jpg);
	background-repeat:repeat-x;
	height:30px;
}

#bottomMenuContainerCell {
	background-color:#1d1d1d;
}

#mainContentContainerCell {
	background-color:#1d1d1d;
	padding:10px;
	vertical-align:top;
	width:700px;
}

#mainContentContainerCell ul,#mainContentContainerCell ol {
	list-style:inside;	
}

#mainContentContainerCell ol li, #mainContentContainerCell ul li {
	margin-bottom:10px;	
}

#greenBand {
	line-height:6px;
	height:6px;
	background-color:#117c00;
}

#blueBand {
	line-height:20px;
	height:20px;
	background-color:#0033cc;
	color:#000;
	font-size:10px;
	padding:3px;
}

#blueBand a {
	color:#000;
}

#blueBand span {
	float:right;
	margin-right:3px;
}

.picStripRight {
	float:right;
}

.picStripRight img {
	margin:0px 0px 10px 10px;
	border:1px solid #bbb;
}

.picStripLeft {
	float:left;
}

.picStripLeft img {
	margin:0px 10px 10px 0px;
	border:1px solid #bbb;
}

.imgFloatRight {
	float:right;
	margin:0 0 10px 10px;	
}

.imgFloatLeft {
	float:left;
	margin:0 10px 10px 0;	
}

.imgFloatRight img, .imgFloatLeft img {
	border:1px solid #999;
}

.formField {
	background-color:#333;
	border:1px solid #444;
	margin-bottom:10px;
	color:#888;	
}

.errorBox {
	color:#800;
	background-color:#fdd;
	font-weight:bold;
	font-style:italic;
	padding:5px;
}

.errorBox p {
	margin:0;	
}

.questionLine {
	color:#fff;
	font-style:italic;	
}

/*
*********************************************************************************************
|- END Content Box Code ---------------------------------------------------------------------
*********************************************************************************************
*/

.contentTable {
	background-color:#232323;
	width:100%;
}

.contentTableTopLeft {
	width:36px;
	height:36px;
	background-image:url(../graphics/boxTopLeft.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.contentTableTopMiddle {
	height:36px;
	background-image:url(../graphics/boxTopMiddle.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.contentTableTopRight {
	width:36px;
	height:36px;
	background-image:url(../graphics/boxTopRight.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.contentTableLeftMiddle {
	width:36px;
	background-image:url(../graphics/boxLeftMiddle.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

.contentTableRightMiddle {
	width:36px;
	background-image:url(../graphics/boxRightMiddle.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.contentTableBottomLeft {
	width:36px;
	height:36px;
	background-image:url(../graphics/boxBottomLeft.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.contentTableBottomMiddle {
	height:36px;
	background-image:url(../graphics/boxBottomMiddle.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.contentTableBottomRight {
	width:36px;
	height:36px;
	background-image:url(../graphics/boxBottomRight.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
					
/*
*********************************************************************************************
|- END Content Box Code ---------------------------------------------------------------------
*********************************************************************************************
*/

/*
*******************************************************************************************
							BEGIN GLOSSY MENU CODE
*******************************************************************************************
*/

.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../graphics/menub_bg.jpg) repeat-x; /*tab background image path*/
	height: 46px;
	width:100%;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#666;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	padding:0 0 0 18px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 2px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #ccc;
	background: url(../graphics/menub_hover_left.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #ccc;
	background: url(../graphics/menub_hover_right.jpg) no-repeat right top; /*right tab image path*/
}

/*
****************************************************************************************************
								END GLOSSY MENU CODE
****************************************************************************************************
*/