@charset "UTF-8";


form     {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	line-height: 40px;
	text-align: left;
}
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
.twoColFixLt #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	background-color: #FFF;
}
.twoColFixLt #sidebar1 {
	width: 159px;
	height: 530px;
	border-right-color: #666666;
	background-color: #FFF;
	float: left;
	padding: 10px;
	border-right-width: 1px;
}
.twoColFixLt #mainContent {
	color: #666;
	width: 720px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
} 
.twoColFixLt #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	height: 20px;
	width: 500px;
	margin-left: 398px;
	float: none;
}
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	left: 20px;
	height: 40px;
	width: 156px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo a:hover {
	height: 40px;
	width: 156px;
	background-color: #F60;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	font: v;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


ul#menu {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	top: 20px;
}

ul#menu ol {
	display: none;
	list-style-type: none;
	line-height: 14px;
	font-size: 12px;
}

ul#menu li {
	font-family: verdana, sans-serif;
	position: relative;
	list-style-type: none;
	left: -20px;
	width: 180px;
}

ul#menu ol li {
	border-bottom: none;
	line-height: 14px;
	font-size: 11px;
	background-position: bottom;
	left: -30px;
}

ul#menu a {
	text-decoration: none;
	color: #666;
}

ul#menu a:hover {
	color: #C60;
	font-family: verdana, sans-serif;
}

ul#menu a.active {
	color: #F60;
}

ul#menusales{
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	top: 20px;
	color:#F60;
	list-style-type: none;
	padding: 20px;

}

ul#menusales a {
	text-decoration: none;
	color: #F66;
}

ul#menusales a:hover {
	color: #C60;
	font-family: verdana, sans-serif;
}

ul#menusales a.active {
	color: #F60;
}


.contactus header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.contactus body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	text-indent: 40px;
}

.SpryHiddenRegion {visibility:hidden;} 
.shopping {
	color: #F00;
	font-size: 10px;
}
.register {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}


.class {
	color: #666;
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.newsite {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

.bottombar {
	font-size: 24px;
	color: #FFF;
	background:#000;
	text-align: center;
	float: none;
	width: 900px;
	height: 40px;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: .4em;
	position: relative;
}
