* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
	
}

a {
    color: #FF0000;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}

/* homepage */
/** 2-COLUMN LAYOUT */

.two-col {
	width: 559px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/line.jpg);
}

.two-col .colA {
	float: left;
	width: 114px;
	padding: 0px 0px 0px 10px;
}

.two-col .colB {
	float: left;
	width: 420px;
	padding: 0px 0px 0px 6px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#718902;
	font-size:11px;
}


/* Boxed */

.title {
font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
    height: 364px; 
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 20px;
    width: 514px;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 800px;
	height: 224px;
	margin: 0 auto;
	background: url(images/header_pic.jpg) no-repeat 100% 50px;
	/* border-bottom: 5px solid #E16629; */
}

/* Logo */

#logo {
    float: left;
    width: 234px;
    height: 224px;
    background: #b2c229 url('images/index_02.png') no-repeat;
    text-align: center;
}

#logo h1 {
	padding-top: 80px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
    height: 40px;
    width: 202px;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 566px;
	height: 50px;
	background: #000000;
}

#menu ul {
	height: 5px;
	background: #E16629;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
    display: block;
    float: left;
    height: 30px;
    padding: 15px 10px 0 10px;
    border-top: 5px #FF6600 solid;
    border-right: 1px #1E1E1E solid;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
	background: #ffffff;
	border-top-color: #FF0000;
	color: #000000;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
    width: 800px;
    margin: 0 auto;
    background: url(images/img03.gif) repeat-y;
    border-right: 1px solid #EBEBEB; 
   /* border-bottom: 1px solid #FFFFFF; 
    background-color: #FFFFFF; */
}

/* Content */

#content {
	float: right;
	width: 566px;
	padding: 0px;
	/* border-bottom: 1px solid #FFFFFF; */
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
    margin: 0px;
    background: url('images/index_04.png') no-repeat;
    float: left;
    width: 234px;
    padding: 0px;
    height: 310px auto;
}



/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #FF6600;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
#footer a {
	color: #666666;
	text-decoration:none;
}

.form01
{
    font-size: 9pt;
    height: 22px;
    
}

#navContent {
	width: 234px;
	padding: 0px;
	/* border-bottom: 1px solid #FFFFFF; */
}

.cartTotal
{
    font-size: 8pt;
    font-weight: bold;
    color:White;
}