/*------------------------------------------------------------------------

# JA Nagya 1.0 - Aug, 2008

# ------------------------------------------------------------------------

# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.

# @license - Copyrighted Commercial Software

# Author: J.O.O.M Solutions Co., Ltd

# Websites:  http://www.joomlart.com -  http://www.joomlancers.com

# Modify: nhudh - VSMARTTECH INC (http://vsmarttech.net) 31/10/08

-------------------------------------------------------------------------*/





/* COMMON STYLE

--------------------------------------------------------- */

html, body, form, fieldset {

	margin: 0;

	padding: 0;

}



body {

	background: #FFFFFF;

	color: #000000;

	font-family: "Lucida Grande", Arial, sans-serif;

	line-height: 1.5;

}



body#bd {

	color: #DCCAC0;

	background: url(../images/bd-bg.gif) left #2C2A26;

	margin: 0 0 50px;

}



body.contentpane {

	color: #000000;

	font-size: 12px;

	line-height: 1.3em;

	margin: 0;

	margin: 1em 2em;

	width: auto; /* Printable Page */

}



body.fs1 {font-size: 10px;}

body.fs2 {font-size: 11px;}

body.fs3 {font-size: 12px;}

body.fs4 {font-size: 13px;}

body.fs5 {font-size: 14px;}

body.fs6 {font-size: 15px;}



/* Normal link */

a {

	color: #F8B150;

	text-decoration: none;

}



a:hover, a:active {

	color: #DCCAC0;

	text-decoration: underline;

}



a img {

	border: none;

}



/* Title text */

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, #ja-login, #ja-topnav {

	line-height: normal;

	font-weight: normal;

	font-family: Georgia, Cambria, "Times New Roman", Times, serif;

}	



/* Small text */

small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,

p.site-slogan, a.readon, #ja-topnav, #ja-footer {

	font-size: 92%;

}



small, .small, .img_caption {

	color: #8A5C2B;

}



img {

	margin: 0;

	padding: 0;

}



.img_caption.left {

	margin-right: 25px;

}



.img_caption.right {

	margin-left: 25px;

}



img.caption {

	padding: 3px;

	background: #4F2F1D;

	border: 1px solid #2E190D;

}



/* Heading */

h1 {font-size: 200%;}

h2 {font-size: 180%;}

h3 {font-size: 150%;}

h4 {font-size: 125%; text-transform: uppercase;}



p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {

	margin: 5px 0;

	padding: 0;

}



ul {

	list-style: none;

}



ul li {

	background: url(../images/bullet.gif) no-repeat 18px 7px;

	line-height: 160%;

	padding-left: 30px;

}



ol li {

	line-height: 180%;

	margin-left: 35px;

}



th {

	font-weight: bold;

	padding: 5px;

	text-align: left;

}



fieldset {

	border: none;

	padding: 10px 5px;

}



fieldset a {

	font-weight: bold;

}



fieldset.input {

	padding: 0;

}



hr {

	border-bottom: 0;

	border-left: 0;

	border-right: 0;

	border-top: 1px solid #4F2F1D;

	height: 1px;

}



td, div {

	font-size: 100%;

}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



form label {

	cursor: pointer;

}



input, select, textarea, .inputbox, .button {

	font-family: Arial, sans-serif;

	font-size: 100%;

	

}



.inputbox {

	border: 1px solid #47210C;

	padding: 3px 2px;

	background: #8A5C2B;

}



.button {

	padding: 2px 8px;

	border: 1px solid #47210C;

	background: url(../images/but-bg.gif) repeat-x center #4F2F1D;

	font-variant: small-caps;

	color: #F8B150;

}



* html .button { /*IE 6*/

	padding: 0 2px !important;

}



*+html .button { /*IE 7*/

	padding: 0 2px !important;

}



/* JOOMLA STYLE

--------------------------------------------------------- */

.article_separator {

	clear: both;

	display: block;

	height: 30px;

}



.column_separator {

	padding: 0 25px;

}



/* content tables */

.sectiontableheader {

	background: #4F2F1D;

	border-right: 1px solid #371E10;

	padding: 8px 4px;

}



tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

	padding: 8px 4px;

	background: url(../images/hline.gif) repeat-x bottom;

}



table.contentpane {

	border: none;

	width: 100%;

}



table.contentpaneopen {

	border: none;

	border-collapse: collapse;

	border-spacing: 0;

}



table.contenttoc {

	margin: 0 0 10px 10px;

	padding: 0;

	width: 35%;

	font-size: 92%;

}



table.contenttoc a {

	text-decoration: none;

}



table.contenttoc td {

	background: url(../images/bullet.gif) no-repeat 10px 7px;

	padding: 1px 5px 1px 20px;

}



table.contenttoc th {

	border-bottom: 1px solid #4F2F1D;

	padding: 0 0 3px;

	text-indent: 5px;

}



table.poll {

	border-collapse: collapse;

	padding: 0;

	width: 100%;

}



table.pollstableborder {

	border: none;

	padding: 0;

	text-align: left;

	width: 100%;

}



table.pollstableborder img {

	vertical-align: baseline;

}



table.pollstableborder td {

	border-collapse: collapse;

	border-spacing: 0;

	padding: 4px !important;

	background: none;

}



table.searchintro {

	padding: 10px 0;

	width: 100%;

}



table.searchintro td {

	padding: 5px!important;

}



.blog_more strong {

	display: block;

	font-size: 125%;

	margin: 0 0 5px;

	font-variant: small-caps;

	font-weight: bold;

}



.blog_more ul {

	margin: 0;

	padding: 0;

}



.blog_more ul li {

	background: url(../images/bullet.gif) no-repeat 6px 7px;

	margin: 0;

	padding: 0 0 0 17px;

}



.category {

	font-weight: bold;

}



h1.componentheading, .componentheading {

	margin: 0 0 10px;

	padding: 0 0 5px;

}



.componentheading {

	font-size: 250%;

	font-variant: small-caps;

	color: #F8B150;

}



.contentdescription {

	padding-bottom: 30px;

}



h2.contentheading, .contentheading {

	margin: 0;

	padding: 0 0 5px;

}



.contentheading {

	font-size: 200%;

}



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

}



a.readon {

	color: #F8B150;

	display: block;

	width: 120px;

	height: 19px;

	line-height: 19px;

	clear: both;

	font-size: 92%;

	font-variant: small-caps;

	text-decoration: none;

	border: 1px solid #2E190D;

	background: url(../images/readon-bg.gif) no-repeat left top;

	text-indent: 35px;

}



a.readon:hover, a.readon:focus, a.readon:active {

	color: #DCCAC0;

}



table.contentpaneopen td, table.contentpane td {

}



table.contentpaneopen, table.contentpane, table.blog {

	width: 100%;

}



.moduletable {

	padding: 0;

}



ul.pagination {

	margin: 15px auto 0;

	padding: 0;

}



ul.pagination li {

	background: none;

	display: inline;

	margin: 0;

	padding: 0;

}



ul.pagination li span{

	padding: 2px 5px;

}



ul.pagination a {

	padding: 2px 3px;

	text-decoration: none;

}



ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {

}



.pagenavbar {

	background: url(../images/icon-pages.gif) no-repeat center left;

	font-weight: bold;

	padding-left: 14px;

}



.pagenavcounter {

	background: url(../images/icon-pages.gif) no-repeat 0 11px;

	font-weight: bold;

	padding: 8px 14px 0 14px;

}



.smalldark {

	text-align: left;

}



div.syndicate div {

	text-align: center;

}



.pollstableborder tr.sectiontableentry1 td,

.pollstableborder tr.sectiontableentry2 td {

	background: none;

}



/* META

--------------------------------------------------------- */

.article-toolswrap {

	display: block;

	margin: 3px -5px 10px;

	padding: 0 0 0 10px;

	background: url(../images/meta-l.gif) no-repeat top left;

	position: relative;

	color: #8A5C2B;

}



.article-tools {

	display: block;

	padding: 0 10px 0 0;

	height: 38px;

	line-height: 38px;

	background: url(../images/meta-r.gif) no-repeat top right;

}



.article-meta {

	width: 70%;

	float: left;

}



.createby {

	padding: 5px 5px 3px 20px;

	background: url(../images/icon-author.gif) no-repeat left center;

}



.createdate {

	padding: 5px 5px 3px 25px;

	background: url(../images/icon-date.gif) no-repeat left center;	

}



.modifydate {

	width: 100%;

	display: block;

	margin-bottom: 10px;

	color: #8A5C2B;

}



div.buttonheading {

	position: absolute;

	top: 12px;

	right: 30px;

}



.buttonheading img {

	margin: 0 0 0 5px;

	border: 0;

	float: right;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper {

}



#ja-header,

#ja-mainnav,

#ja-container,

#ja-topsl,

#ja-botsl,

#ja-footer {

	width: 950px;

	margin: 0 auto;

	clear: both;

}



.narrow #ja-header,

.narrow #ja-mainnav,

.narrow #ja-container,

.narrow #ja-topsl,

.narrow #ja-botsl,

.narrow #ja-footer {

	width: 750px;

}



#ja-container {

	background: url(../images/content-bg.png) repeat-y center;

}



.narrow #ja-container {

	background: url(../images/content-bg-n.png) repeat-y center;

}



#ja-container-inner {

	padding: 10px 6px 0;

	position: relative;

}



/* PRIMARY COLUMN

--------------------------------------------------------- */

#ja-content {

	display: block;

	float: right;

	width: 54.9%;

}



#ja-current-content {

	padding: 10px 20px 10px 5px;

}



/* COLUMNS

--------------------------------------------------------- */

#ja-colwrap {

	float: left;

	width: 45%;

	background: url(../images/dot.gif) repeat-y center;

	margin: 20px 0;

}



/*columns*/

#ja-col1 {

	float: left;

	width: 49.9%;

	overflow: hidden;

}



#ja-col2 {

	float: left;

	width: 49.9%;

	overflow: hidden;

}



#ja-col1 div.ja-innerpad,

#ja-col2 div.ja-innerpad {

	padding: 0 20px;

}



/*common style for column*/

#ja-colwrap table {

	border-collapse: collapse;

	border-spacing: 0;

}



#ja-colwrap .article_separator {

	display: none;

}



#ja-colwrap ul {

	list-style: none;

}



/* COLLAPSIBLE LAYOUT

--------------------------------------------------------- */

#ja-containerwrap,

#ja-containerwrap-f,

#ja-containerwrap-c {

	clear: both;

	background: url(../images/container-bg.gif);

}



/* full */

#ja-containerwrap-f #ja-container  {

	background: url(../images/content-f-bg.png) repeat-y center top;

}



.narrow #ja-containerwrap-f #ja-container  {

	background: url(../images/content-f-bg-n.png) repeat-y center top;

}



#ja-containerwrap-f #ja-content {

	width: 100%;

}



/* content + 1 col */

#ja-containerwrap-c #ja-container  {

	background: url(../images/content-c-bg.png) repeat-y center top;

}



.narrow #ja-containerwrap-c #ja-container  {

	background: url(../images/content-c-bg-n.png) repeat-y center top;

}



#ja-containerwrap-c #ja-content {

	width: 77%;

}



#ja-containerwrap-c #ja-colwrap {

	width: 22%;

	background: none;

}



#ja-containerwrap-c #ja-col1,

#ja-containerwrap-c #ja-col2 {

	width: 100%;

}



#ja-containerwrap-c #ja-search {

	width: 20%;

	background: none;

}



#ja-containerwrap-c #ja-search .inputbox {

	margin-left: 0;

}



.narrow #ja-containerwrap-c #ja-search .button {

	display: none;

}



.narrow #ja-containerwrap-c #ja-search .inputbox {

	margin-right: 0;

	width: 90%;

}



/* MODULE

--------------------------------------------------------- */

div.moduletable h3,

div.moduletable_menu h3,

div.moduletable_text h3,

div.moduletable-specials h3,

div.moduletable_hilite h3 {

	font-size: 150%;

	margin: 0 0 10px;

	color: #F8B150;

	font-variant: small-caps;

	background: url(../images/h3-bg.gif) no-repeat bottom right;

}



div.moduletable h3 span,

div.moduletable_menu h3 span,

div.moduletable_text h3 span,

div.moduletable-specials h3 span,

div.moduletable_hilite h3 span {

	display: block;

	padding: 2px 0 5px;

	background: url(../images/h3-bg.gif) no-repeat bottom left;

}



div.moduletable,

div.moduletable_menu,

div.moduletable_text,

div.moduletable_hilite {

	margin: 0 0 20px;

	padding: 0 0 5px;

}



div.moduletable_hilite {

	background: #F8B150;

	padding: 5px 10px;

}



div.moduletable_hilite h3 {

	padding: 0 0 5px;

}



div.moduletable_hilite,

div.moduletable_hilite h3,

div.moduletable_hilite a {

	color: #FFFFFF;

}



/* mis */

div.banneritem_text {

	padding: 5px 0 !important;

}



div.advs {

	clear: both;

	display: block;

	float: left;

	width: 100%;

}



div.moduletable ul,

div.moduletable_text ul,

div.moduletable_menu ul,

div.moduletable_hilite ul {

	margin: 0;

	padding: 0;

}



div.moduletable li,

div.moduletable_text li,

div.moduletable_menu li,

div.moduletable_hilite li {

	background: url(../images/bullet.gif) no-repeat 5px 8px;

	margin: 0;

	padding-left: 16px;

}



/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {

	height: 386px;

	background: url(../images/header-bg.gif) repeat-x;

	position: relative;

	z-index: 99;

}



#ja-header {

	height: 340px;

	line-height: normal;

	position: relative;

}



h1.logo {

	margin: 0;

	padding: 0;

	font-size: 300%;

	position: absolute;

	top: 0;

	left: -90px;

}



h1.logo a {

	display: block;

	background: url(../images/logo.png) no-repeat;

	width: 488px;

	height: 224px;

	text-indent: -5000px;

}



#ja-login {

	position: absolute;

	top: 40px;

	right: 5px;

}



#ja-login .inputbox {

	width: 150px;

	padding: 2px;

}



.narrow #ja-login .inputbox {

	width: 100px;

	padding: 2px;

}



#ja-login span {

	color: #F8B150;

	font-variant: small-caps;

	padding: 0 5px;

}



#ja-login a {

	display: none;

}



/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnavwrapmask {

	background: url(../images/mainnav-bg.png);

	height: 46px;

	position: absolute;

	bottom: 0;

	z-index: 9;

	width: 100%;

}



#ja-mainnavwrap {

	height: 46px;

	position: relative;

	z-index: 99;

}



#ja-mainnav {

	height: 46px;

	font-family: Georgia, "Times New Roman", Times, serif;

}



#ja-mainnav a, #ja-subnav a {

	outline: none;

}



#ja-topnavwrap {

	position: absolute;

	top: 0;

	right: 0;

	background: url(../images/topnav-l.gif) no-repeat left top;

	height: 46px;

	float: left;

}



#ja-topnav {

	height: 46px;

	background: url(../images/topnav-r.gif) no-repeat right top;

	padding: 0 25px 0 0;

	float: left;

}



#ja-topnav ul {

	padding: 0;

	margin: 0;

	float:left;

}



#ja-topnav li{

	display: inline;

	background: url(../images/bullet.gif) no-repeat 12px center;

}



#ja-topnav li a {

	display: inline;

	font-variant: small-caps;

	line-height: 36px;

}

#vst-login{
	float:left;
	height:30px;
}
#vst-login a, #vst-login .button{

	background: url(../images/bullet.gif) no-repeat center left;
	
	padding: 0 0 0 16px;
	margin: 0 0 0 4px;
	font-variant: small-caps;
	
	display:block;	
	border:none;
	cursor: pointer;

}
#vst-login a{
	line-height: 30px;
	height:30px;
}
#vst-login .button{
	line-height: 28px;
	height:28px;
}




/* breadcrumbs */

#ja-pathway {

	color: #F8B150;
	
	font-variant: small-caps;
	
	float:right;
	
	width: 55%;
	
	text-indent:20px;
	
	padding:10px 0;
	
}



#ja-pathway a {

	text-decoration: none;

}



#ja-pathway a:hover {

	text-decoration: underline;

}



#ja-pathway img {

	margin: 1px 5px;

}



/* Default Joomla! Menu */

/*ul.menu {

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.menu li {

	margin: 0;

	padding: 1px 0;

	background: url(../images/hline.gif) repeat-x left bottom;

}



ul.menu li a {

	display: block;

	outline: none;

	padding: 5px 2px;

	text-decoration: none;
	

	color: #DCCAC0;

}



ul.menu li a:hover,

ul.menu li a:active,

ul.menu li a#active_menu,

ul.menu li a:focus {

	color: #F8B150;

	text-decoration: none;
	
	font-style:normal!important;

}



ul.menu li.active a {

	font-weight: bold;

	color: #F8B150;

}



ul.menu li ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.menu li li {

	background: none;

}



ul.menu li li a {

	background: url(../images/arrow.png) no-repeat 9px 12px !important;

	border: none;

	font-weight: normal !important;

	padding-left: 20px !important;

	width: 75%; 

}



ul.menu li li li a {

	background: url(../images/arrow.png) no-repeat 18px 11px !important;

	padding-left: 30px !important;

}



ul.menu li li a:hover,

ul.menu li li a:active,

ul.menu li li a#active_menu,

ul.menu li li a:focus {

	background: none;

}
*/

/*-----------default menu modify-----nhudh------*/
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}



ul.menu li {
	margin: 0;
	color:#F8B150;
	padding:0 0 0 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/hline.gif) repeat-x left bottom;
}



ul.menu li a {
	display: block;
	outline: none;
	padding:5px 2px 5px 13px;
	background: url(../images/bullet.gif) center left no-repeat;
	text-decoration: none;	
	color: #F8B150;

}

ul.menu li a:hover,
ul.menu li a:focus {
	color: #DCCAC0;
  	text-decoration:none;
}

ul.menu li.active a, ul.menu li#current a {
	background: #4d3120 url(../images/active_menu_bg.jpg) top left no-repeat;
}



ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.menu li li {
	background: none;
	padding-left:7px;
}
ul.menu li li.active a,ul.menu li li#current a{
	background:none!important;
}
ul.menu li li#current span{
	background: url(../images/bullet.gif) center left no-repeat;
	display:block;
	padding:5px 2px 5px 13px;
	color: #DCCAC0;
}

/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {

	float: left;

	overflow: hidden;

	padding: 20px 0;

}



.ja-box-right, .ja-box-center {

}



/* Top spotlight */

#ja-topslwrap {

	position: absolute;

	bottom: 3px;

	left: 0;

	width: 100%;

	height: 244px;

	margin: 0;

	padding: 0;

	overflow: hidden;

}



#ja-topsl {

	overflow: hidden;

	position: relative;

	height: 244px;

}



#ja-topsl div.moduletable {

	padding: 0;

	margin: 10px 0 0 10px;

	width: 50%;

	font-size: 120%;

	color: #8A5C2B;

}



#ja-topsl .contentheading {

	font-size: 250%;

	font-variant: small-caps;

	color: #F8B150;

	padding: 80px 0 5px 0;

}



#ja-topsl div.moduletable img {

	position: absolute;

	top: 0;

	right: 0;

}



/* Bot spotlight*/

#ja-botslwrap {

	background: url(../images/botslwrap-bg.gif);

}



#ja-botsl {

	background: url(../images/botsl-bg.png) no-repeat top center;

}



.narrow #ja-botsl {

	background: url(../images/botsl-bg-n.png) no-repeat top center;

}



#ja-botsl div.moduletable {

	padding: 0 20px;

	margin: 0;

}



#ja-botsl div.moduletable h3 {

	background: url(../images/h3-botsl.gif) no-repeat right bottom;

}



#ja-botsl div.ja-box-left div.moduletable {

	padding-left: 20px;

}



#ja-botsl div.ja-box-right div.moduletable {

	padding-right: 20px;

}



/* FOOTER

--------------------------------------------------------- */

#ja-footerwrap {

	padding: 0;

	border-top: 1px solid #55452E;

}



#ja-footer {

	padding: 20px 0;

	position: relative;

	text-align: center;

}



#ja-footer small {

	color: #8A5C2B;

	font-size: 100%;

	padding: 0 5px;

}



li.ja-firstitem {

	background: none !important;

}



/* MISCELLANOUS

----------------------------------------------------------- */

ul.accessibility {

	position: absolute;

	top: -100%;

}



/* Search */

#ja-search {

	float: left;

	background: url(../images/icon-search.png) no-repeat left top;
	
	color: #F8B150;

	padding: 10px 0 0px 5px;

	font-variant: small-caps;

	
	
	width:44%;

}
#ja-containerwrap #ja-search{
	padding-bottom:24px!important;
}


#ja-search .inputbox {

	/*margin: 18px 10px 0 70px;*/
	margin: 0 10px 0 70px;

	width: 180px;

	padding: 3px;
	color:#DCCAC0;

}



.narrow #ja-search .inputbox {

	width: 50%;

}



/*others*/

.mostread, .latestnews {

}



#ja-banner {

	margin: 20px 0 0;

	text-align: center;

	overflow: hidden;

	width: 100%;

}



div.back_button a,

div.back_button a:hover,

div.back_button a:active {

	background: none!important;

	display: block;

	margin: 10px 0;

	text-decoration: none!important;

}



.clr {

	clear: both;

}



.hasTip img {

	border: none;

	margin: 10px 5px 0 0;

}



div.ja-innerdiv {

	padding: 8px 0;

	background: url(../images/hline.gif) repeat-x bottom;

}



div.ja-innerdiv img {

	padding: 2px;

	margin: 0 5px 0 0;

}



div.ja-innerdiv span.date {

	font-size: 80%;

	font-weight: bold;

}



div.ja-innerdiv img {

	padding: 2px;

	border: 1px solid #4F2F1D;

}



/* Tooltips */

.tool-tip {

	background: #FFFFFF;

	border: 1px solid #666666;

	float: left;

	max-width: 200px;

	padding: 5px;

}



.tool-title {

	background: url(../../system/images/selector-arrow.png) no-repeat;

	font-size: 100%;

	font-weight: bold;

	margin: 0;

	margin-top: -15px;

	padding: 0;

	padding-bottom: 5px;

	padding-top: 15px;

}



.tool-text {

	font-size: 100%;

	margin: 0;

}



#system-message dd.message ul,

#system-message dd.error ul,

#system-message dd.notice ul {

	margin: 0;

	padding: 0;

}



#system-message dd.message ul li,

#system-message dd.error ul li,

#system-message dd.notice ul li {

	background: none;

	color: #FFFFFF;

	margin: 0;

	padding: 5px;

}



/* System Standard Messages */

#system-message dd.message ul {

	background: #666666;

	border: none;

}



/* System Error Messages */

#system-message dd.error ul {

	background: #666666;

	border: none;

}



/* System Notice Messages */

#system-message dd.notice ul {

	background: #666666;

	border: none;

}



/* Clearfix */

.clearfix:after {

	clear: both;

	content: ".";

	display: block;

	height: 0;

	visibility: hidden;

}



* html > body .clearfix {

	display: block;

	width: 100%;

}



* html .clearfix {

	height: 1%;

}



/*---------nhudh - VSmarttech-----------*/

#vst_wrapper{
	height: 43px;
	background: url(../images/pathway-bg.png) repeat-x top;
	border-top: 1px solid #4F2F1D;
	border-bottom: 1px solid #4F2F1D;
}

#leftright_outer{
	width:100%;
}

#ja-containerwrap #ja-pathway{
	width:55%;
}

#ja-containerwrap-c #ja-pathway{
	width:78.8%;	
}
#ja-containerwrap-f #ja-pathway{
	width:100%;	
}
#ja-cssmenu{
	width:850px;
	float:left;
}
#vst-font-resize a{
	line-height:43px;
	font-weight: bold;
	margin: 0 3px;
	cursor:pointer;
}
	/*---------tabs module--------*/
#ja-tabs {
	margin: 0 2px;
	padding: 2px 20px 20px 10px;
	/*background: #3F271A;*/
}

.jwts_tabbertab {
	background: #5A4032;
	border: 1px solid #7A5745!important;
	/*height:138px;
	overflow: hidden;*/
	padding-bottom: 18px!important;
}

#ja-tabs li.jwts_tabberactive{
	background: #503A2E url(../images/tabtop-active-r.gif) no-repeat top right;
	display:block;
	width:60%;
	border-right: 1px solid #7A5745;
}

#ja-tabs .jwts_tabberactive a{
	background: url(../images/tabtop-active-l.gif) no-repeat top left;
	color: #F8B150;
	text-transform:uppercase;
	font-weight:bold;
	padding: 0px;
	text-indent: 22px;	
	height:32px;
	line-height:32px;
	display:block;
	width:100%;
	border-left: 1px solid #7A5745;
	font-size: 13px;
}
#ja-tabs ul{
	margin:0;
	padding:0;
}
ul.jwts_tabbernav {
	margin-bottom:-1px!important;
	position:relative;
}

.jwts_tabbertab li{
	padding: 3px 0px 0 15px;
	border-bottom: 1px solid #53392a;
	margin-left:10px;
	background-position: center left;
}
.jwts_tabbertab li a:hover,
.jwts_tabbertab li a:focus,
.jwts_tabbertab li a:active{
	text-decoration:none;
}


	/*-------end: tabs module-----------*/
#ja-content{
	padding-top:0;
	#padding-top:10px;
}
	/*---footer-----*/
#ja-footer{
	width:820px;
}

#ja-footer a{
	color: #DCCAC0;
	padding: 0 7px;
}
#vst-footer-left{
	float:left;
	width:620px;
}
#vst-footer-right{
	float:right;
	width:176px;
	padding-top:12px;
}

	/*------- main menu---------*/
.moduletable_menu a{
	background: url(../images/hline.gif) repeat-x left bottom;
	color:#F8B150;
	padding:0 0 0 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.moduletable_menu a:hover,
.moduletable_menu a:focus{
  color: #DCCAC0;
  text-decoration:none;
}

.moduletable_menu a#active_menu{
	font-style:normal!important;
	background: #4d3120 url(../images/active_menu_bg.jpg) top left no-repeat;
	width: 166px;
}

.moduletable_menu a.sublevel{
	padding-left:7px;
	margin-left: 12px;
}
.moduletable_menu a.sublevel#active_menu{
	background: none;
	width:auto;
	color: #DCCAC0;
}
.moduletable_menu a span{
	display:block;
	padding:5px 2px 5px 13px;
	background: url(../images/bullet.gif) center left no-repeat;
}
.moduletable_menu a.mainlevel#active_menu span{
	background:none;
}

/*-------end : mainmenu------*/

#vst-featureprd{
	width: 490px;
	margin:0 auto;
}
#vst-testi{
	width:490px;
}
#vst-featureprd img{
	width:490px!important;
	height: 330px!important;
}

a#vst_backbutton{
	height: 19px;
	line-height: 19px;
	border: 1px solid #47210C;
	background: url(../images/but-bg.gif) repeat-x center #4F2F1D;
	font-variant: small-caps;
	color: #F8B150;
	float:right;
	padding: 0 8px;
	margin:5px 0 10px;
}

a#vst_backbutton:hover, a#vst_backbutton:focus, a#vst_backbutton:active{
	text-decoration:none;
}

a#vst_backbutton:hover{
	color: #DCCAC0;
}

h3.vst_catname{
	width: 75%;
	float:left;
	text-transform:uppercase;
	padding:0;
	margin: 5px 0 10px 0;
}
#vst-prdDetail .dot{
	border-bottom: 1px dotted #DCCAC0;
	height: 1px;
	display:block;
	margin: 4px 0;
	_margin:0;
	width: 90%;
	padding:0;
}

#prdOtherLink{
	margin-top: 10px;
}
#prdOtherLink a{
	line-height:230%;
}
#prdAttribute{
}
#prdAttribute p{
	margin:0;
	padding:2px 0;
}
#prdAttribute span{
	border-bottom: 1px solid #4f2f1d;
	display:block;
	padding:2px 0;
}
#prdAttribute hr{
	margin:0;
	padding:0;
}

.moduletable-specials img{
	height:125px;
	width:150px;
}

#vmMainPage img{
	
}
.inputboxattrib{
	max-width:200px;
	width:auto;
	_width:200px;
}
#vst-testi{
	padding-left:10px;
}
#prdspace{
	display:block;
	height: 160px;
}
.vmCartAttributes{
	min-height:160px;
	height:auto;
	_height:160px;
}
.vmAttribChildDetail select{
	
}
/*.vmAttribChildDetail #Color_field,#color_field{
	background: white url(../images/color_field.jpg) bottom left no-repeat;
	padding-bottom: 95px;
	width:149px;
	border:none;
}*/

.quantity_outer {

	font-size:16px;

}
#prdPrice{
	
	font-size:16px;
}
.inputboxquantity{

}
.addtocart_button {
	padding: 0 25px 0 0;
	#padding:0 0px 0 0;
	font-size:16px;
	margin:8px 0 0;
}
.addtocart_button_module{
	padding:0 20px 0 0;
	#padding:0 5px 0 0;
}
#lbCenter{
	z-index:999;
}


.contentpadding	{
		padding:10px 20px 10px 20px;
		font-size:11px;
		}

.contentpadding-outer	{
		padding:0px 30px 10px 30px;
		}
		
	
.contentpadding	h2.contentheading {
		padding-bottom:0px;
		margin-bottom:0px;
		display:none;
		}
	
#contenthome-bg	{
		background-color:#5a4032;
		border:#7A5745 solid 1px;
		color:#F8B150;
		}
		
#banner1	{
		width: 490px;
		margin:0 auto;
}