html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
	background-color: #F3F3F0;
}

body, a {
    font: 11px Tahoma, Arial, sans-serif;
    color: #000;
}

table,
img, 
a img {
	border: none;
}


a:link, 
a:visited {
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

#left a:link, 
#left a:visited {
	padding-left: 0px;
	text-decoration: none;
	background: none;
}

#right a:link, 
#right a:visited,
#topNavi a:link,
#topNavi a:visited,
#topSubNavi a:link,
#topSubNavi a:visited {
	text-decoration: none;
}

#left a:hover {
	text-decoration: none;
}

#right a:hover,
#topNavi a:hover,
#topSubNavi a:hover {
	text-decoration: none;
}

table {
	width: 100%;
}

input[type=text],
input[type=submit],
input[type=button],
textarea {
	border: 1px solid #ccc;
	font-size: 10px;
}

input[type=submit] {
	color: #444;
}

h1,
.componentheading,
.contentheading {
	font-size: 16px;
}

h1,
.componentheading,
.contentheading,
h2,
td+td.contentheading,
table.blog table.contentpaneopen .contentheading {
	clear: both;
	color: #ef322e;
	font-size: 15px;
}

h1,
.componentheading,
.contentheading {
	color: #737373;
}

h2 a {
	font-weight: bold;
}

#left h3,
#right h3 {
	height: 19px;
	background: url(../images/side_title_bg.png) #EF544F repeat-x;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 10px;
	white-space: nowrap;
}

#left h3 {
	font-size: 12px;
}

#left .gray h3,
#right .gray h3 {
	background: #ccc;
}

#left a, #right a {
	font-size: 11px;
}

#left a {
	font-size: 12px;
}

#right ul,
#left ul {
	height: 25px;
	padding-left: 16px;
	margin: 5px auto;
	list-style: inside url(../images/bullet.gif) no-repeat 5px 5px;
	background: #EEE;
}

#main, #footer {
    min-width: 990px;
}

#main {
    margin: 5px auto -40px auto;
    min-height: 100%;
	background-color: #fff;
}

#clear {
    height: 120px;
    font-size: 1px;
    clear: both;
}

#container {
    float: left;
    width: 100%;
    margin: 0 -185px 0 0;
}

#out {
    margin: 0 185px 0 0;
}

#in {
    width: 100%;
}

#top {
    height: 115px;
	background: url(../images/top_bg.jpg) no-repeat 50% 50%;
}

#top .content
 {
    padding: 10px;
}

#top,
#top .content,
#top .moduletable {
	position: relative;
}

#mod_search_searchword {
	width: 100px;
	margin-right: 3px;
}

#logo {
	margin-top: 14px;
	margin-left: -5px;
}

#center {
    float: right;
    width: 100%;
    margin: 0 0 0 -185px;
}

#center .content {
    margin: 0 0 0 185px;
    padding: 10px;
}

p {
    margin: 0;
    padding: 0 0 10px;
}

#left {
    float: left;
    width: 185px;
}

#left .content {
    padding: 10px;
}

#right {
    float: right;
    width: 185px;
}

#right .content {
    padding: 22px 10px 10px 10px;
}

#footer {
    height: 40px;
	border-top: 1px solid #AFAFAD;
}

#footer .content {
    padding: 10px;
	text-align: center;
}

#main, #footer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#topNavi {
	background-color: #F3F3F1;
	height: 22px;
}

#topSubNavi {
	height: 46px;
	background: url(../images/topSubNavi_bg.jpg) #222 repeat-x;
}

#topNavi,
#topSubNavi {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#topNavi a,
#topSubNavi a {
	font-size: 12px;
	text-transform: lowercase;
}

#topSubNavi a,
#topSubNavi a:hover {
	color: white;
}

#topSubNavi li:hover {
	background-color: #EF322E;
}

#topSubNavi li ul li:hover {
	background: none;
}

#topNavi li,
#topSubNavi li,
#topSubNavi li ul li {
	position: relative;
	float: right;
	padding: 3px 15px 3px 15px;
}

#topSubNavi li {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topSubNavi li ul li {
	padding: 3px 15px 3px 15px;
}

#topSubNavi li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 20px;
	background: url(../images/topSubNavi_ul_bg.jpg) transparent repeat-x 0 16px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 30px 0 10px 0;
	width: 200px;
}

#topSubNavi li ul li,
#topSubNavi li ul li:hover {
	list-style: none;
}

#topSubNavi li ul li {
	position: static;
	float: none;
	height: 20px;
	padding: 0 15px;
	margin: 0;
	list-style: inside url(../images/li_topSubNavi.gif);
}

#topSubNavi li ul li:hover {
	list-style: inside url(../images/li_topSubNavi_hover.gif);	
}

#topSubNavi li ul li a:link,
#topSubNavi li ul li a:visited, 
#topSubNavi li ul li a:hover {
    padding: 2px 2px;
	font-size: 11px;
} /* Sub Menu Styles */

#topSubNavi li ul li a:hover {
    color: #ef322e;	
}
 
#topSubNavi li:hover ul, 
#topSubNavi li.over ul {
    display: block;
} /* The magic */
 

/* Additional formatting classes */
.attract {
	color: #f00;
}

.searchForm {
	display: inline;
	width: 165px;
	position: absolute;
	top: 25px;
	right: 5px;
}

.nb {
	white-space: nowrap;
}

.mainContent {
	padding-top: 10px;
}

div.vendors div {
	float: left;
	padding: 5px 0;
}

div.vendors div,
div.vendors img {
	width: 150px;
	height: 130px;
}

.moduletable_rss_feed {
	margin: 10px 2px;
	position: relative;
}

.pollstableborder td {
	text-align: left;
}

.product_cat,
.product_cat a {
	font-weight: bold;
	color: #444;
}

#left .moduletable_rss_feed a {
	font-size: 12px;
	color: #EF322E;
	text-decoration: none;
}

#left .moduletable_rss_feed img {
	margin-bottom: -3px;
	margin-right: 5px;
}

.createdate {
	font-size: smaller;
	color: #969696;
}

.modifydate {
	display: none;
}

.rbc *,
#right .rbc a,
#left .rbc a {
	font-size: 8px;
}

#right .rbc table,
#left .rbc table {
	width: 165px;
}

.ltl {
	white-space: nowrap;
}

td.ltl[colspan="5"] {
	display: none;
}

.clr {
	clear: both;
}

.red h3,
.red span {
	color: #ef322e;
}

div.latestnews {
	background-color: #f3f3f3;
	padding: 10px;
}

div.latestnews ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

div.latestnews ul li {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

.frontBanners {
	background: url('../images/main.jpg') no-repeat 50% 0;
	height: 80px;
	width: 100%;
}

#JMoreTooltips {
	width: 630px;
	padding: 0;	
}

#JMoreTooltips,
#JMoreTooltips li {
	list-style: none;
	margin: 0 0 10px 0;
	height: 86px;
	
}

#JMoreTooltips li {
	width: 105px;
	float: left;
	position: relative;
	text-align: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #fff;
}

#JMoreTooltips li.item99 {
	background-image: url('../images/frontmenu/fm_01.jpg');
}

#JMoreTooltips li.item100 {
	background-image: url('../images/frontmenu/fm_02.jpg');
}

#JMoreTooltips li.item101 {
	background-image: url('../images/frontmenu/fm_03.jpg');
}

#JMoreTooltips li.item102 {
	background-image: url('../images/frontmenu/fm_04.jpg');
}

#JMoreTooltips li.item103 {
	background-image: url('../images/frontmenu/fm_05.jpg');
}

#JMoreTooltips li.item104 {
	background-image: url('../images/frontmenu/fm_06.jpg');
}

#JMoreTooltips li:hover {
	background-position: 50% 0;
	background-color: #F0302B;
}

#JMoreTooltips li:hover span {
	display: block;
	background-color: transparent;
	background: url('../images/fmtip.png') no-repeat 50% 0;
	position: absolute;
	bottom: 82px;
	padding: 10% 3%;
	height: 60px;
}

#JMoreTooltips li a {
	display: none;
}

#JMoreTooltips li:hover a,
#JMoreTooltips li a:hover {
	color: #fff;
	font-size: 11px;
	display: block;
	text-decoration: none;
}