/* ######### General Page Styles ######### */

body,td,th {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #444;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #E00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E00;
	font-weight: bold;
	text-decoration: underline;
}

.minitext {
	font-size: 9px;
	color: #888;
}
.medtext {
	font-size: 11px;
}
.regtext {
	font-size: 12px;
}
.prodtext {
	font-size: 14px;
	color: #444;
}

.tagtext {
	font-size: 18px;
	font-weight: bold;
	color: #E00;
}
.titletext {
	font-size: 24px;
	font-weight: bold;
	color: #E00;
}
.blktext {
	font-weight: bold;
	color: #000;
}

.leftbg {
	background-image: url(/images/bg_leftline.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}
.lefthow {
	text-align: right;
	padding-left: 0px;
	padding-top: 30px;
	padding-right: 58px;
	padding-bottom: 10px;
}
.leftitem {
	text-align: right;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 58px;
	padding-bottom: 10px;
}
.homebg {
	background-image: url(/images/crc_bg_center.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
}
.longbg {
	background-image: url(/images/crc_bg_center_long.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
}
.shopbg {
	background-image: url(/images/crc_bg_center_shop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
}
.pagemain {
	text-align: left;
	padding-left: 22px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 30px;
}
.footercell {
	text-align: left;
	padding-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.imgright {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* ######### Navigation Menu Styles ######### */

.ddmcss{
	position:absolute;
	visibility: hidden;
	text-align: left;
	font-size: 12px;
    background-color:#FFF;
    border: 2px solid #CCC;
    border-top: none;
	z-index: 100;
	width: 210px;
	overflow: hidden;
}
.ddmcss a{
	display: block;
	color: #666;
	font-weight: bold;
	padding: 2px 10px;
	margin: 0px 1px;
	width: 100%;
}
.ddmcss span{
	display: block;
	color: #666;
	padding: 2px 10px;
	margin: 0px 1px;
	width: 100%;
}
.ddmcss hr {
	width: 100%;
	background-color:#FFF;
	color:#CCC;
	height:1px;
	border: 0px none;
}
.ddmcss a:link {
	color: #666;
	text-decoration: none;
}
.ddmcss a:visited {
	color: #666;
	text-decoration: none;
}
.ddmcss a:hover {
	color: #E00;
	text-decoration: none;
}
.ddmcss a:active {
	color: #666;
	text-decoration: none;
}
.ddmcss div{
	padding: 5px 0px;
	margin-bottom: 1px;
}

