body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat;
}

a {
    color: #000;
    font-weight: bold;
}


.navi_bg{
	background:url(images/navi_12.png);
	background-repeat:repeat-x;	
}
.navi_font{
	color:#000;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.navi_font a{
	color:#000;
	text-decoration:none;
}
.navi_font a:hover{
	color:#640005;
	text-decoration:none;
}
.right_pannel_bg{
	background:url(images/right_pannel_22.jpg);
	background-repeat:repeat-y;
}
.right_pannel_vendor{
	font:Verdana, Arial, "Trebuchet MS", Neuropol, Candara;
	font-size:14px;
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom:3px;
}
.right_pannel_images{
	padding-bottom:30px;
}
.right_pannel_images_top{
	padding-top:15px;
	padding-bottom:30px;
}
.right_pannel_images_bottom{
	padding-bottom:15px;
}
.header{
	font-family:Verdana, Arial, "Trebuchet MS", Neuropol, Candara;
	font-size:18px;
    font-weight: normal;
	color:#6b050a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom:2px;
    margin: 0;
}

h2 {
    font-size: 14px;
}

.content{
	font-family:Verdana, Arial, "Trebuchet MS", Neuropol, Candara;
	font-size:12px;
	color:#000;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:3px;
	/*line-height: 24px;*/
}
.featured_product{
	padding-bottom:12px;
	padding-top:12px;
}
.featured_product_middle_bg{
	background:url(images/feature_product_bg_49.jpg);
	background-repeat:repeat-y;
}
.featured_product_middle_contant{ 
	background:url(images/feature_product_bg_40.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:9px;
	padding-right:9px;
}

.featured_product_content{
	padding-top:5px;
	padding-bottom:5px;
	font-family:Verdana, Arial, "Trebuchet MS", Neuropol, Candara;
	font-size:12px;
	color:#000;
	line-height: 18px;
	padding-right: 3px;
	padding-left: 3px;
    /*border-top: 2px dotted #cecdcd;*/
}

.featured_product_content img {
    margin: 0 auto;
    padding: 0;
    display: block;
}

.featured_product_content_header{
	font-family:Verdana, Arial, "Trebuchet MS", Neuropol, Candara;
	font-size:12px;
	color:#000;
	font-weight: bold;
}
.featured_product_content_header_blue{
	font-family:Verdana, Arial, "Trebuchet MS", Neuropol, Candara;
	font-size:12px;
	color: #0024ff;
	font-weight: bold;
}
.featured_product_content_header_red{
	font-family:Verdana, Arial, "Trebuchet MS", Neuropol, Candara;
	font-size:12px;
	color: #ff0000;
	font-weight: bold;
}
.featured_product_read_more{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:3px;
}
.fotter{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-family:Verdana, Arial, "Trebuchet MS", Neuropol, Candara;
	font-size:10px;
	color:#000;
	padding-bottom:9px;
	padding-top:9px;
}
.fotter a{
	text-decoration:none;
	color:#000;
}
.fotter a:hover{
	text-decoration:underline;
	color:#000;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li {
	float: left;
    margin: 0 2px;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#nav a {
	display: block;
    padding: 11px 24px;
    background: url(images/navi_devider_14.jpg) center right no-repeat;
}

#nav li li a {
	display: block;
    padding: 11px 24px;
    border-top: 1px solid #fff;
    background: #0D971A;
    width: 12em;
    text-align: left;
}

#nav a#last-list {
	display: block;
    padding: 11px 20px;
    background: none;
}

.error {
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    border: 3px solid #fe9494;
}

.notice {
    font-weight: bold;
    padding: 5px;
    margin: 10px 0;
    border: 3px solid #b7cfba;
}

/*photo gallery */
#gallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}

#gallery ul li {
    float: left;
    margin: 10px 5px;
    padding: 5px;
    text-align: center;
}

#gallery ul li .thumb {
    font-size: .9em;
    font-family: Georgia, serif;
    color: #000;
    text-align: center;
}

#gallery ul li .title {
    font-size: .9em;
    font-family: Georgia, serif;
    color: #78715e;
    text-align: center;
    margin: 3px 0;
}

#gallery ul li .thumb a {
    color: #333;
}

