    /* General Styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
h1 {
	font-size:20px;
	font-weight:bold;
	padding:5px 0 5px 0;
}
h2 {
	font-size:16px;
	font-weight:bold;
	padding:5px 0 5px 0;
}
h3 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:0 0 5px 0;
	color:#ED1B24;
}
.hometext{
	font-size:17px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	padding:0 20px 0 0;
}
.list{
	margin:20px;
	font-size:14px;
	line-height:1.5em;
}
img.imageright{
	float:right;
	margin:0px 0px 10px 15px;
}
a img{
	border:0;
}
a {
	color:#ff0000;
	text-decoration:none;
}
.indent{
	margin:30px 0 0 30px;
}
.panel{
	padding:7px 0 0 50px;
	vertical-align:top;
}
a:hover {
	color:#009933;
}
#fixed {
   margin:0 auto;
   width:980px;
   text-align:left;
   background-color:#fff;
}

	/* Header Styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background-color:#fff;
	height:210px;
	padding:0px;
}

	/* Menu */
.menu{
	clear:both;
	float:left;
	position:relative;
	width:100%; /*leave this value as is in most cases*/
	overflow:hidden;
	height:26px;
	font:bold 13px Arial;
	background-color:#fff;
	background-image:url(../images/menubg.gif);
	background-repeat:no-repeat; 
}
.menu ul{
	clear:left;
	float:left;
	position:relative;
	left:50%;
	text-align:center;
	margin:0;
	padding:0;
}
.menu ul li{
	float:left;
	position:relative;
	right:50%;
	display:inline;
}
.menu ul li a{
	float:left;
	color:#fff;
	padding:5px 7px;
	text-decoration:none;
	border-right:1px solid #ff6666;
}
.menu ul li a.left{
	border-left:1px solid #ff6666;
}
.menu ul li a:hover{
	color:#fff;
	background:#000;
}

	/* Store Menu */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#storemenu {height:462px; width:165px; position:relative;}

#storemenu ul {margin:0; padding:0; width:165px; list-style:none; white-space:nowrap; text-align:left; padding:0 0 0 0; background:#ED1B24;}

#storemenu li {margin:0; padding:0; list-style:none;}
#storemenu li {display:inline-block; display:inline;}
#storemenu ul ul {position:absolute; left:-9999px; width:195px;}
#storemenu ul#toplevel {position:absolute; left:0; top:0;}

#storemenu a {display:block; font:bold 13px arial; color:#fff; line-height:21px; text-decoration:none;padding:0 12px 0 6px; border-bottom:1px #ff6666 solid;} 

#storemenu ul li:hover > ul {left:100%; margin-top:-22px; margin-left:0px;}

#storemenu a:hover ul,
#storemenu a:hover a:hover ul, 
#storemenu a:hover a:hover a:hover ul {left:100%;}
#storemenu a:hover ul ul, 
#storemenu a:hover a:hover ul ul {left:-9999px;}

#storemenu li a:hover {background:#000; color:#fff;} 
#storemenu li:hover > a {background:#000; color:#fff;}
#storemenu li a.fly {background: url(../menu/arrow.gif) no-repeat right top;}
#storemenu li a.fly:hover {background:#000 url(../menu/arrowov.gif) no-repeat right top;} 
#storemenu li:hover > a.fly {background:#000 url(../menu/arrowov.gif) no-repeat right top;}

#storemenu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}

	/* Lower Left Sidebar */
.sidebar{
	text-align:center;
	margin-top:0px;
	height:130px;
}

	/* Page Content */
#page{
	float:left;
	border-left:1px solid #ff0000;
	border-right:1px solid #ff0000;
	width:100%;
	background-color:#fff;
}
#content{
	margin-left:165px; /*Set left margin to LeftColumnWidth*/
}
#leftcolumn{
	float:left;
	width:165px; /*Width of left column*/
	min-height:700px;
	margin-left:-981px; /*Set left margin to -(MainContainerWidth)*/
}
.container{
	margin:25px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top:10px;
}

     /* Store Tables */
table.cobtbl{
	background-color:#bbbbbb;
}
td.cobhl{
	background-color:#ededed;
}
td.cobll{
	background-color:#fff;
}

	/* Contact Styles */
.contact{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	color:#333;
	padding:20px 0 10px 0;;
}
.contact h3{
	font-size:16px;
	margin:0;
}
.contact p{
	margin:0 0 10px 0;
}
.contact a{
	font-size:16px
}

	/* Footer Styles */
#footer {
	clear:both;
	float:left;
	width:989px;
	display:inline;
	height:60px;
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat; 
	text-align:center;
	font-size:10px;
	color:#fff;
	margin-top:0;
	padding:27px 0 5px 0;
}
