*{padding:0; margin:0;}
 body {
	font-size:62.5%;
	background-color:#FFFFFF;
	font-family:verdana,arial,sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {
	width:900px;
	margin-top:10px;
	font-size:1.0em;
	margin-right: auto;
	margin-left: auto;
	border: 1px none rgb(150,150,150);
	height: 100%;
}
.main {
	clear:both;
	width:900px;
	padding-bottom:30px;
	background-color: transparent;
	background-position: left top;
}
.content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:485px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	margin-left: 15px;
}

/* --- For alternative headers START PASTE here --- */

/* HEADER */
.header {
	width:900px;
	height: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.adstripe {
	width:900px;
	height: 16px;
	text-align: center;
	background-color: #FFCCFF;
	margin-top: 5px;
}
.crumbs {
	width:485px;
	height: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	text-transform: capitalize;
	padding-bottom: 20px;
	padding-top: 5px;
	margin: 0px;
}
.crumbs a {
	color:#9966FF;
	font-weight:bold;
	text-decoration:none;
}
.crumbs a:hover {
	color:#9999FF;
	text-decoration:underline;
}
.crumbs a:visited {
	color:#9966FF;
}

/* MAIN CONTENT */
.article {
	width:485px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	font-size: 1.4em;
	line-height: 1.571em;
}
.rightnav {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:185px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
.rightnav p {
	clear:both;
	margin:0 10px 1.0em 10px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:110%;
}


.rightnav p.center {text-align:center;}
.rightnav p.right {text-align:right;}

.rightnav ul {list-style:none; margin:0.5em 10px 1.0em 10px;}
.rightnav ul li {
	margin:5px 0 0.2em 2px;
	padding:0 0 0 11px;
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.4em;
	line-height:1.2em;
	font-size:110%;
	list-style-type: none;
}

.rightnav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightnav h6.title {
	clear:both;
	margin:0 0 5px 0;
	padding:4px 10px 3px 10px;
	background-color:#CC66FF;
	font-family:"trebuchet ms",verdana,arial,sans-serif;
	color:#663300;
	font-weight:bold;
	font-size:140%;
}
.left {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:199px;
	border-right:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	background-color:#FFCCFF;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE*/;
}
.left img {
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE*/;
	text-align: center;
}

.leftnav {
	width:199px;
	border-bottom:solid 1px rgb(200,200,200);
	list-style-type: none;
}
.leftnav li a, .leftnav li a:visited {
	display:block;
	min-height:2em /*Non-IE6*/;
	height:auto !important;
	height:2.0em /*IE6*/;
	line-height:2em;
	padding:0px 10px 0px 20px;
	border-top: solid 1px rgb(200,200,200);
	text-decoration:none;
	color:#663300;
	font-weight:bold;
	font-size:120%;
}
.leftnav li a:hover, .leftnav li a:hover {
	background-color:#CC66FF;
	color:#FFFFFF;
	text-decoration:none;
}
.left p {
	clear:both;
	margin:0 10px 10px 20px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:110%;
}
.left p.center {
	text-align:center;
}
.left p.right {
	text-align:right;
}
.left img {
	clear:both;
	margin:0 10px 10px 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left h6.first {
	clear:both;
	margin:0px;
	padding:4px 20px 3px 20px;
	background-color:#CC66FF;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#663300;
	font-weight:bold;
	font-size:150%;
}
.left h6.subtitle {
	clear:both;
	margin:30px 0 20px 0;
	padding:4px 20px 3px 20px;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#663300;
	font-weight:bold;
	font-size:150%;
	background-color: #CC66FF;
}
.footer {
	clear:both;
	width:900px;
	font-size:12px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em;
	text-align:center;
	color:#CC66FF;
	font-weight:bold;
	font-size:9px;
}
.footer a {
	text-decoration:underline;
	color:#CC66FF;
}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
.footer a:visited {
	color:#CC66FF;
}
.clear-contentunit {clear:both; width:440px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {}
@media print {}
@media print {} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {}
@media print {}
.shopbox {
	width:485px;
	min-width:120px;
	top: 0px;
	height: 355px;
}
.shopbox ul {
	width:485px;
	min-width:120px;
	height: 155px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.shopbox ul li {
	width:135px;
	min-width:120px;
	height: 155px;
	list-style-type: none;
	text-align: center;
	float: left;
	clear: right;
	border: 1px solid #9966FF;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.shopbox ul li img {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right-width: 8px;
	border-left-width: 8px;
}

/* MAIN CONTENT */
.content h1.pagetitles {
	font-family:"trebuchet ms", arial, sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:24px;
	text-transform: capitalize;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	padding-top: 5px;
}
.content .article h2 {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:120%;
	color: #000000;
}
.content .article h3 {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:120%;
}
.content .article h4 {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:120%;
}
.content .article h5 {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:120%;
}
.content .article h6 {
	margin:0 0 1.0em 0;
	line-height:1.5em;
	font-size:120%;
}
.content p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.571em;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.rightnavborder {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:1px solid #CC66FF;
	background-color:#FFFFFF;
}
.articlebottom {
	width:90%;
	border:none;
	background:rgb(210,210,210);
	color:#FF0000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.menuboxRight {
	float: right;
	width:242px;
	text-align: center;
	padding-bottom: 10px;
	list-style-type: none;
}
.menuboxLeft {
	float: left;
	width:242px;
	clear: right;
	text-align: center;
	padding-bottom: 5px;
	list-style-type: none;
}
.menubox {
	width:484px;
	text-align: center;
	height: 200px;
	margin-bottom: 25px;
	clear: right;
	text-transform: capitalize;
}
.content .article ul {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	list-style-type: none;
}
.floatleft {
	float: left;
	padding-right: 8px;
}
.floatlright {
	float: right;
	padding-left: 5px;
}
.content p.attribute {
	margin-right: 0;
	margin-bottom: 1.571em;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	display: inline;
	top: 79px;
}
