/* COMMON STYLE

--------------------------------------------------------- */

img, div { behavior: url(iepngfix.htc) }

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
}
    
#wrapper {
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      width: 100%;
}

form, fieldset {

      margin: 0;
      padding: 0;
}

body {

	background-image: url(../../../../images/bg/bg1.png); 
	background-repeat: repeat; 
	background-color: #2244dd;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
}

body#bd {

	color: #333333;
	background: #000000;

}

body.contentpane {

	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;

}



body.fs1 {

	font-size: 9px;

}



body.fs2{

	font-size: 10px;

}



body.fs3{

	font-size: 11px;

}



body.fs4{

	font-size: 12px;

}



body.fs5{

	font-size: 13px;

}



body.fs6{

	font-size: 14px;

}



/* Normal link */

a {

	color: #032580;
	text-decoration: none;

}



a:hover, a:active, a:focus {

	color: #032580;
	text-decoration: underline;

}

a.foot {
 color:#FFFFFF;
 }
 
a.foot:hover {
	color:#90F801;
	}


/* Title text */

.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {

	font-weight: bold;

}



/* Small text */

small, .small, .smalldark, .mosimage_caption {

	color: #999999;
	font-size: 100%;

}



/* Heading */

h1 {

	font-size: 180%;

}



h2 {

	font-size: 155%;

}



h3 {

	font-size: 125%;

}



h4 {

	font-size: 100%;
	text-transform: uppercase;

}



p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {

	margin: 15px 0;
	padding: 0;

}



ul {

	list-style: none;

}



ul li {

	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
	line-height: 180%;

}



ol li {

	margin-left: 35px;
	line-height: 180%;

}



th {

	padding: 5px;
	font-weight: bold;
	text-align: left;

}



fieldset {

	border: none;

}



fieldset a {

	font-weight: bold;

}



hr {

	border-top: 1px solid #DDDDDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;

}



a img {

	border: none;

}



td, div {

	font-size: 100%;

}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;
	padding: 0;

}



form label {

	cursor: pointer;

}



input, select, textarea, .inputbox {

	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;

}



select, textarea, .inputbox {

	background: #FFFFFF;
	color: #403C3A;

}



.button {

	padding: 2px;
	border: 1px solid #C8C8C8;
	color: #403C3A;
	background: url(../images/but-bg.gif) repeat-x top #E6E6E6;
	font-weight: bold;

}



.inputbox {

	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	border: 1px solid #999999;
	background: #FFFFFF;

}



.inputbox:hover, .inputbox:focus {

}



input.addtocart {

	width: 89px!important;
	margin-right: 3px;
	color: #E2E2E2;
	background: url(../images/button-addtocart-big.gif) no-repeat top center !important;
	font-size: 0px;

}



/* BONUS TYPOGRAPHY STYLES

--------------------------------------------------------- */

pre, .code {

	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFCC;

}



blockquote {

	padding: 1em 40px 1em 15px;

}



blockquote span.open {

	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;

}



blockquote span.close {

	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;

}



/* Quote hilight */

.quote-hilite {

	padding: 10px 15px;
	margin: 0;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;

}



/* Small quote */

.small-quote {

	margin: 0;
	padding: 0;
	background: none;

}



.small-quote span.open-quote {

	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;

}



.small-quote span.close-quote {

	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;

}



.small-quote span.author {

	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DDDDDD;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #DDDDDD;
	font-size: 90%;
	text-transform: uppercase;

}



/* Rropcap */

.dropcap {

	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;

}



/* Tips, Error, Message, Hightlight*/

.error {

	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;

}



.message {

	padding-left: 25px;
	color: #EE9600;
	background: url(../images/bullet-info.gif) no-repeat top left;

}



.tips {

	padding-left: 25px;
	color: #EE9600;
	background: url(../images/bullet-tips.gif) no-repeat top left;

}



.highlight {

	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;

}



/* Note Style */

p.stickynote {

	padding: 10px 0px 10px 40px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;

}



p.download {

	padding: 10px 0px 10px 40px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;

}



.blocknumber {

	clear: both;
	padding: 5px 15px 10px;
	position: relative;

}



/* Check list */

ul.checklist {

	list-style: none;

}



ul.checklist li {

	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;

}



/* Check list */

ul.stars {

	list-style: none;

}



ul.stars li {

	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;

}



/* Bignumber */

.bignumber {

	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;

}



/* Talking box. Thinking box. */

div.bubble1, div.bubble2, div.bubble3, div.bubble4 {

	margin: 15px 0;

}



div.bubble1 span.author,

div.bubble2 span.author,

div.bubble3 span.author,

div.bubble4 span.author {

	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;

}



div.bubble1 div {

	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;

}



div.bubble1 div div {

	background: url(../images/bub1-bl.gif) no-repeat bottom left;

}



div.bubble1 div div div {

	background: url(../images/bub1-tr.gif) no-repeat top right;

}



div.bubble1 div div div div {

	background: url(../images/bub1-tl.gif) no-repeat top left;

}



div.bubble1 div div div div div {

	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;

}



div.bubble2 div {

	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;

}



div.bubble2 div div {

	background: url(../images/bub2-bl.gif) no-repeat bottom left;

}



div.bubble2 div div div {

	background: url(../images/bub2-tr.gif) no-repeat top right;

}



div.bubble2 div div div div {

	background: url(../images/bub2-tl.gif) no-repeat top left;

}



div.bubble2 div div div div div {

	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;

}



div.bubble3 div {

	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;

}



div.bubble3 div div {

	background: url(../images/bub3-bl.gif) no-repeat bottom left;

}



div.bubble3 div div div {

	background: url(../images/bub3-tr.gif) no-repeat top right;

}



div.bubble3 div div div div {

	background: url(../images/bub3-tl.gif) no-repeat top left;

}



div.bubble3 div div div div div {

	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;

}



div.bubble4 div {

	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;

}



div.bubble4 div div {

	background: url(../images/bub4-bl.gif) no-repeat bottom left;

}



div.bubble4 div div div {

	background: url(../images/bub4-tr.gif) no-repeat top right;

}



div.bubble4 div div div div {

	background: url(../images/bub4-tl.gif) no-repeat top left;

}



div.bubble4 div div div div div {

	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;

}



/* JOOMLA STYLE

--------------------------------------------------------- */

table.blog {

}



.article_seperator {

	display: block;
	height: 0px;

}



#ja-col1 .article_seperator, #ja-col2 .article_seperator {

	display: none;
	height: 100%;

}



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%;

}



table.contenttoc a {

	text-decoration: none;

}



table.contenttoc td {

	padding: 5px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 60%;

}



table.contenttoc th {

	padding: 0 0 3px;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 5px;
	text-transform: uppercase;

}



table.poll {

	padding: 0;
	width: 100%;
	border-collapse: collapse;

}



table.pollstableborder {

	padding: 0;
	width: 100%;
	border: none;
	text-align: left;

}



table.pollstableborder img {

	vertical-align: baseline;

}



table.pollstableborder td {

	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;

}



table.pollstableborder tr.sectiontableentry1 td {

	border: none;
	background: #DDDDDD;

}



table.pollstableborder tr.sectiontableentry2 td {

	border: none;

}



table.searchintro {

	padding: 10px 0;
	width: 100%;

}



table.searchintro td {

	padding: 5px!important;

}



table.adminform {

	width: 400px!important; /*Control the Frontend Editor area width*/

}



.adminform .inputbox {

}



.blog_more {

	margin: 10px 0;

}



.blog_more strong {

	margin: 0 0 10px;
	display: block;
	font-size: 150%;

}



.blog_more ul {

	margin: 0;
	padding: 0;

}



.blog_more ul li {

	margin: 0;
	padding: 0 0 0 18px;
	background: url(../images/bullet-list.gif) no-repeat 5px 7px;

}



td.buttonheading {

	padding: 0 0 0 8px!important;
	text-align: center;

}



.category {

	font-weight: bold;
	font-size: 120%;
	color:#FFFFFF;

}



.clr {

	clear: both;

}



.componentheading {

	padding: 0 0 15px 0;
	margin: 5px 0 20px;
	background: url(../images/dot.gif) repeat-x bottom left;
	font-size: 200%;
	text-transform: uppercase;

}



.contentdescription {

	padding-bottom: 30px;

}



.contentheading {

	font-size: 170%;
	text-transform: capitalize;

}



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

	text-decoration: none !important;

}



a.readon {

	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;

}



a.readon:hover, a.readon:active, a.readon:focus {

}



table.contentpaneopen td, table.contentpane td {

}



table.contentpaneopen, table.contentpane, table.blog {

	width: 100%;

}



.createdate {

	padding-top: 5px;
	color: #999999;
	font-weight: bold;

}



.modifydate {

	padding-top: 15px;
	color: #999999;
	height: 15px;

}



.moduletable {

	padding: 0;

}



.mosimage {

	margin: 15px 5px 10px 0;
	padding: 0 5px 5px;

}



* html .mosimage {

	padding: 5px 0 !important; /*IE 6*/
	margin: 15px 10px 10px 0;

}



*+html .mosimage {

	padding: 5px 0 !important; /*IE 7*/

}



.mosimage img {

	padding: 0 !important;
	margin: 0 !important;

}



.mosimage_caption {

	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;

}



.pagenav,

.pagenav_prev,

.pagenav_next,

.pagenavbar {

	padding: 0 2px;

}



a.pagenav,

.pagenav_prev a,

.pagenav_next a,

.pagenavbar a {

	text-decoration: none;

}



a.pagenav:hover, a.pagenav:active, a.pagenav:focus,

.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,

.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,

.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {

	text-decoration: none;

}



.pagenavbar {

	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;

}



.pagenavcounter {

	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;

}



.sectiontableheader {

	padding: 8px 5px;
	border-top: 0px solid #FFFFFF;
	background: #DDDDDD;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;

}



tr.sectiontableentry1 td {

	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;

}



tr.sectiontableentry2 td {

	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;

}



tr.sectiontableentry1:hover td,

tr.sectiontableentry2:hover td {

	background: url(../images/dot.gif) repeat-x bottom;

}



.smalldark {

	text-align: left;

}



div.syndicate div {

	text-align: center;

}



.pollstableborder tr.sectiontableentry1 td,

.pollstableborder tr.sectiontableentry2 td {

	background: none;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper1 {

	width: 1000px;
	margin: 0 auto;

}


#ja-containerwrap, #ja-containerwrap-fr, #ja-containerwrap-fl {

	clear: both;
	background: url(../images/mainwrap-right-bg.gif) repeat-y top right;

}



#ja-containerwrap-f {

	clear: both;
	background: none;

}



#ja-container {



}



#ja-containerwrap-f #ja-container {


	background: none;

}



#ja-containerwrap-fl #ja-container {

	background: none;

}



#ja-mainbody, #ja-mainbody-fr, #ja-mainbody-fl {



}



#ja-mainbody-inner {

	padding: 0px 15px 0px 0px;



}



#ja-containerwrap-f #ja-mainbody-inner {

	background: none;

}



#ja-mainbody, #ja-mainbody-fr {

	float: left;
	align: left;
	width: 100%;
	background: url(../images/bg_shop_mainbody.gif) repeat-y top left;

}



#ja-mainbody #ja-contentwrap {

	float: left;
	width: 100%;

}



#ja-mainbody-fl {

	float: left;
	width: 100%;

}



#ja-mainbody-fl #ja-contentwrap {

	float: left;
	width: 74.9%;
	background: none;

}



#ja-mainbody-fl #ja-col2 {

	float: right;
	width: 25%;

}



#ja-mainbody-f {

	background: none;
	float: none;
	width: 100%;

}



#ja-content {

	padding: 0 0px;
	margin: 0;
	clear: both;
	display: block;

}



#ja-mainbody-fr #ja-content {

	padding: 0 0px 0 0px;

}



/* MODULE

--------------------------------------------------------- */

div.moduletable h3 {

	padding: 0;
	margin: 0 0 5px;
	color: #403C3A;
	font-size: 120%;
	text-transform: uppercase;

}



div.moduletable {

	padding: 0 15px;
	margin-bottom: 0px;

}



#ja-col1 div.moduletable {

	margin-bottom: 15px;

}



#ja-col1 div.moduletable h3 {

	margin: 0 -15px 5px;
	padding: 8px 15px;
	color: #000BEE;
	background: #ffffff;

}



/* Right Module */

div.module h3,
div.module-grey h3,
div.module-dark h3 {

	margin: 0 -14px 5px;
	padding: 0 14px 8px;
	font-size: 120%;
	line-height: normal;
	text-transform: uppercase;

}



div.module,

div.module-grey,

div.module-dark,

div.module-blank {

	margin: 5px 0 0px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;

}



div.module div, div.module div div,

div.module-grey div, div.module div div,

div.module-dark div, div.module div div {

	padding: 0;

}



div.module div div div,

div.module-grey div div div,

div.module-dark div div div {

	padding: 8px 15px 15px;

}



div.module-blank div div div {

	padding: 15px;

}



div.module div div div div,

div.module-grey div div div div,

div.module-dark div div div div,

div.module-blank div div div div {

	margin: 0;
	padding: 0;
	float: none;
	background: none;

}



div.module h3 {

	border-bottom: 1px solid #DDDDDD;

}



div.module {

	background: url(../images/box-br.gif) no-repeat bottom right;

}



div.module div {

	background: url(../images/box-bl.gif) no-repeat bottom left;

}



div.module div div {

	background: url(../images/box-tr.gif) no-repeat top right;

}



div.module div div div {

	background: url(../images/box-tl.gif) no-repeat top left;

}



/* Right Module - Grey */

div.module-grey h3 {

	background: url(../images/sep.gif) repeat-x bottom;

}



div.module-grey {

	background: url(../images/box-br-grey.gif) no-repeat bottom right #E6E6E6;

}



div.module-grey div {

	background: url(../images/box-bl-grey.gif) no-repeat bottom left;

}



div.module-grey div div {

	background: url(../images/box-tr-grey.gif) no-repeat top right;

}



div.module-grey div div div {

	background: url(../images/box-tl-grey.gif) no-repeat top left;

}



/* Right Module - Dark */

div.module-dark h3 {

	background: url(../images/sep2.gif) repeat-x bottom;

}



div.module-dark {

	background: url(../images/box-br-dark.gif) no-repeat bottom right #544F4C;
	color: #E6E6E6;

}



div.module-dark div {

	background: url(../images/box-bl-dark.gif) no-repeat bottom left;

}



div.module-dark div div {

	background: url(../images/box-tr-dark.gif) no-repeat top right;

}



div.module-dark div div div {

	background: url(../images/box-tl-dark.gif) no-repeat top left;

}



div.module-dark a, div.module-dark a:hover, div.module-dark a:active, div.module-dark a:focus {

	color: #FFFFFF;
	text-decoration: underline;

}



/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {

	clear: both;
	position: relative;
	height: 86px;

}



#ja-header {

}



h1.logo {

	float: left;
	margin: 0;
	padding: 0;
	width: 431px;
	display: block;
	font-size: 300%;
	height: 100px;

}



h1.logo a {

	width: 431px;
	float: left;
	display: block;
	background: url(../images/logo.gif) no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -4000px;
	height: 100px;
	outline: none;

}



/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnavwrap {

	clear: both;
	border-bottom: 0px solid #C8C8C8;

}



#ja-mainnav {

	border-top: 1px solid #09224A;
	border-bottom: 1px solid #09224A;
	background: url(../images/mainnav-bg.gif) repeat-x bottom #ffffff;
	font-family: Arial, Helvetica, sans-serif;

}



#ja-mainnavwrap a,

#ja-mainnavwrap a:hover,

#ja-mainnavwrap a:active,

#ja-mainnavwrap a:focus {

	outline: none;

}



/* Default Joomla! Menu */

a.mainlevel {

	padding: 5px 0 6px 15px;
	width: 90%;
	display: block;
	font-weight: bold;
	text-decoration: none;

}



a.mainlevel:hover,

a.mainlevel:active,

a.mainlevel:focus {

	color: #ffffff;
	margin-top: 4px;
	background: url(../images/left-btn-bg2.gif) no-repeat center;
	height: 15px;
	font-weight: bold;
	text-decoration: none;

}



a.mainlevel#active_menu {

	color: #ffffff;
	margin-top: 4px;
	background: url(../images/left-btn-bg2.gif) no-repeat center;
	height: 15px;
	font-weight: bold;
	text-decoration: none;

}



a.sublevel {

	padding: 2px 4px 2px 20px;
	display: block;
	color: #403C3A;
	background: url(../images/bullet-list2.gif) no-repeat 8px 8px;
	text-decoration: none;

}



a.sublevel:hover,

a.sublevel:active,

a.sublevel:focus {

	color: #EE9600 !important;
	text-decoration: none;

}



#active_menu {

	color: #ffffff !important;
	margin-top: 4px;
	background: url(../images/left-btn-bg2.gif) no-repeat center;
	height: 15px;
	font-weight: bold;
	text-decoration: none;

}



/* PATHWAY + SEARCH

--------------------------------------------------------- */

#ja-pathwaywrap {

	clear: both;
	height: 48px;
	position: relative;

}



#ja-pathway {

	padding-top: 20px;
	width: 80%;
	float: right;
	display: block;
	text-indent: 20px;

}



#ja-pathway strong {

	margin-right: 10px;

}



#ja-pathway img {

	margin: 0 5px;

}



#ja-pathway a {

	font-weight: bold;

	text-decoration: none;

}



/* Search */

#ja-searchwrap {

	width: 189px;
	float: left;
	background: url(../images/pathway-bg2.gif);
	background-color:#FFFFFF;
	height: 48px;
	position: relative;

}



#ja-search {

	margin-top: 15px;
	margin-left:5px;
	background: url(../images/search-bg.gif) no-repeat center;
	height: 24px;

}



#ja-search .inputbox {

	width: 150px;
	padding: 2px 5px 3px;
	border: none;
	background: none;
	position: absolute;
	top: 18px;
	left: 18px;

}



.narrow #ja-search {

	background: url(../images/search-narrow-bg.gif) no-repeat center;

}



.narrow #ja-search .inputbox {

	width: 100px;

}



/* LEFT COLUMN + RIGHT COLUMN

--------------------------------------------------------- */

#ja-col1 {

	float: left;
	width: 20%;
	background: url(../images/left-bg.gif) repeat-y;
	background-color:#FFFFFF;
	color:#000099;
	overflow: hidden;

}



#ja-col1 div.ja-innerpad {

	padding: 0px 0px 0px;
	color: #000066;

}



#ja-col1 a {

	color: #000066;
	margin-top: 4px;
	background: url(../images/left-btn-bg.gif) no-repeat center;
	height: 15px;
	font-style: normal !important;

}



#ja-col1 a:hover, #ja-col1 a:active, #ja-col1 a:focus {

	color: #ffffff;
	margin-top: 4px;
	background: url(../images/left-btn-bg2.gif) no-repeat center;
	height: 15px;

}



#ja-col2 {

	float: right;
	width: 24.9%;
	overflow: hidden;

}



#ja-col2 div.ja-innerpad {

	padding: 0 25px 10px 0;

}



#ja-col2 li a {

	color: #ffffff;

}



#ja-col2 li a:hover, #ja-col2 li a:active, #ja-col2 li a:focus {

	color: #ffffff;
	margin-top: 4px;
	background: url(../images/left-btn-bg2.gif) no-repeat center;
	height: 15px;

}



#ja-col1 table,

#ja-col2 table {

	border-collapse: collapse;
	border-spacing: 0;

}



#ja-col1 ul li,

#ja-col2 ul li {

	padding-left: 15px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;

}



#ja-col1 li {

	background-image: url(../images/bullet-list3.gif) !important;

}



#ja-col1 ul,

#ja-col2 ul {

	margin: 0;

}



/* USER TOOLS

--------------------------------------------------------- */

#ja-usertools,

#ja-usercolors {

	font-size: 11px;
	position: absolute;
	top: 22px;
	right: 30px;

}



*+html #ja-usertools {

	right: 10px; /*IE 7*/

}



#ja-usercolors ul,

#ja-usertools ul {

	margin: 0;
	padding: 0;
	float: left;

}



#ja-usercolors ul li,

#ja-usertools ul li {

	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: none;

}



#ja-usercolors img,

#ja-usertools img {

	padding: 0;
	margin: 0;

}



#ja-usercolors {

	float: left;
	padding: 10px 5px 4px;

}






/* MISCELLANOUS

----------------------------------------------------------- */

ul.accessibility {

	position: absolute;
	top: -100%;

}



#ja-banner {

	text-align: center;

}



div.back_button a,

div.back_button a:hover,

div.back_button a:active {

	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;

}



#mod_login_password, #mod_login_username {

	width: 90%;

}



#mod_login_remember {

	border: none;
	background: none;

}



/* JA slider */

#ja-sliderwrap {

	padding: 0px 40px 0 0px; /*background: url(../images/slider-bg3.gif) repeat top left #FFFFFF; */

}



#ja-slider {

	margin: 0;
	padding: 0;

}



#ja-slider-center {

	margin: 0;
	padding: 0;
	float: left;
	text-align: center;

}



#ja-slider-left,

#ja-slider-right {

	float: left;
	width: 30px;
	position: relative;

}



#ja-slider-left img,

#ja-slider-right img {

	position: absolute;
	top: 55px;
	right: 0;

}



#ja-slider-center span {

	width: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;

}



#ja-slider-center img {

	margin: 0;
	padding: 0;

}



/* Clearfix */

.clearfix:after {

	clear: both;
	display: block;
	content: ".";
	height: 0px;
	visibility: hidden;

}



* html > body .clearfix {

	width: 100%;
	display: block;

}



* html .clearfix {

	height: 1%;

}


/* pagination */

#paginationwrap {

	padding: 0px 0px 0px 0px;

}



#pagination2 {

	margin: 0px;

	padding: 0px;

}



#pagination-center {

	margin: 0px;

	padding: 0px;

	float: left;

}



#pagination-left,

#pagination-right {

	float: left;
	width: 30px;
	position: relative;

}



#pagination-left img,

#pagination-right img {

	position: absolute;
	top: 55px;
	right: 0px;

}



#pagination-center span {

	width: 140px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;

}



#pagination-center img {

	margin: 0;
	padding: 0;

}


/* Firefox Scrollbar Hack - Do not remove */

html {

	margin-bottom: 1px;
	height: 100%!important;
	height: auto;

}

/* SLIDESHOW
-------------------------------------------*/
div#ja-slideshow-wrap {
	background: #4F4F4F;
	border: 3px solid #CACACC;
}

div.ja-slideshow-case {
	margin: 0;
}

div.ja-slideshow-case p {
	padding-top: 9px;
}

div.ja-slidebar {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #4F4F4F;
}

div.ja-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	z-index: 10001;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

div.ja-slidebar ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
}

div.ja-slidebar ul a {
	float: left;
	margin-right: 1px;
	padding: 0px 0px;
	display: block;
	color: #EAEBEE;
	cursor: pointer;
	text-decoration: none;
	line-height: normal;
}

div.ja-slidebar ul a:hover,
div.ja-slidebar ul a:active,
div.ja-slidebar ul a:focus {
	background: #4F4F4F;
	text-decoration: none;
}

div.ja-slidebar ul a.active {
	border: none;
	background: #CACACC;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
}

div.ja-slidebar ul li a.prev,
div.ja-slidebar ul li a.next {
	display: block;
	font-weight: bold;
}
 
div.ja-slidebar ul li a.prev {
	padding-left: 20px;
}

.description {
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	color: #4F4F4F;
	font-weight: bold;
	width: 100%;
	padding: 4px 0;
	text-indent: 8px;
}

.description-hidden {
	padding: 0;
	position: absolute;
	bottom: 0;
}

div.shadow {
	background: url(../images/shadow.gif) repeat-x top;
	padding: 2px 0 2px;
	line-height: normal;
	clear: both; 
}

address {
	font-style: normal;
}

/* Lower Product Boxes CSS 
-------------------------------------------*/

#container {
	position:relative; 
	width:986; 
	height:10px; 
	z-index:100; 
	visibility: visible;
	overflow:visible;
	}

#holder1 {
	position:relative; 
	width:242px; 
	height:10px; 
	z-index:100; 
	visibility: visible;
	overflow:visible;
	}

#panel1-mask {
	position:relative; 
	width:242px; 
	height:112px;
	z-index:250;
	visibility: visible;
	background-image:url(../images/bg/panels/panel_1.gif);
	}

#panel1 {
	position:absolute;
	left:0px;
	top:0px;
	width:242px;
	height:122px;
	z-index:200;
	background-image:url(../images/bg/panels/slide-1.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	visibility: visible;
	}

#holder2 {
	position:relative; 
	width:246px; 
	height:10px; 
	z-index:100; 
	visibility: visible;
	overflow:visible;
	}
	
#panel2-mask {
	position:relative; 
	width:246px; 
	height:112px;
	z-index:250;
	visibility: visible;
	background-image:url(../images/bg/panels/panel_2.gif);
	}

#panel2 {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:246px; 
	height:122px;
	z-index:200;
	visibility: visible;
	background-image:url(../images/bg/panels/slide-2.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	}

#holder3 {
	position:relative; 
	width:249px; 
	height:10px; 
	z-index:100; 
	visibility: visible;
	overflow:visible;
	}
		
#panel3-mask {
	position:relative; 
	width:249px; 
	height:112px;
	z-index:250;
	visibility: visible;
	background-image:url(../images/bg/panels/panel_3.gif);
	}

#panel3 {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:249px; 
	height:122px;
	z-index:200;
	visibility: visible;
	background-image:url(../images/bg/panels/slide-3.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	}

#holder4 {
	position:relative; 
	width:249px; 
	height:10px; 
	z-index:100; 
	visibility: visible;
	overflow:visible;
	}
	
#panel4-mask {
	position:relative; 
	width:249px; 
	height:112px;
	z-index:250;
	visibility: visible;
	background-image:url(../images/bg/panels/panel_4.gif);
	}

#panel4 {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:249px; 
	height:122px;
	z-index:200;
	visibility: visible;
	background-image:url(../images/bg/panels/slide-4.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	}

#holder5 {
	position:relative; 
	width:193px; 
	height:10px; 
	z-index:100; 
	visibility: visible;
	overflow:visible;
	}
	
#panel5-mask {
	position:relative; 
	width:193px; 
	height:112px;
	z-index:250;
	visibility: visible;
	background-image:url(../images/bg/panels/panel_5.gif);
	}

#panel5 {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:193px; 
	height:122px;
	z-index:200;
	visibility: visible;
	background-image:url(../images/bg/panels/slide-5.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	}

.pr_title {
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	text-align:center;
	}
	

.pr_desc {
	color:#000000;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.pr_desc a {
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.pr_desc a:hover {
	font-weight:normal;
	font-size:12px;
	text-decoration:blink underline;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.pr_price {
	color:#EEEEEE;
	font-weight:bold;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}

#btn-case {
	position:absolute; 
	width:500px; 
	height:200px;
	z-index:255;
	visibility: visible;
	overflow:visible;
	}
	
#pm_guage_btns {
	position:absolute;
	left:0px;
	top:-5px; 
	width:440px; 
	height:73px;
	border:0;
	z-index:253;
	visibility: visible;
	}

#guage-btn {
	position:absolute;
	left:362px;
	top:0px; 
	width:80px; 
	height:80px;
	z-index:254;
	background-color:Transparent;
	cursor:pointer;
	visibility: visible;
	}
	
#window {
	position:relative;
	left:10px;
	top:10px;
	width:450px;
	height:100px;
	z-index:190;
	background-color:#FFFFFF;
	text-align:left;
	}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	background-image:url(../../../../images/bar/blue_trans.png);
	font:normal 14px/18px sans-serif;
	z-index:100;
	vertical-align: top;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
vertical-align: top;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3B9B27;
color: #FFFFFF;
}	
	
.style99 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333333;
}
.link99 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #437AB3;
}	


#footer{
	margin:0px auto;
	padding:0px;
	width:986px;
	font-family: Arial, Tahoma, helvetica, sans-serif;
	color:#adadad;
	padding-bottom:1em;
}
#footer > *{
	margin:0;
	padding:0;
}
#footer ul li.last{
	border:none;
	padding:0;
	margin:0;
}
#footer a{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
	display:inline;
	border-right:1px solid #adadad;
	margin-right:1em;
	padding-right:1em;
}

#footer_top{
	margin-bottom:1.5em;
	padding:5px;
	border:0px solid #adadad;
	color:gray;

}
#footer_top a{
	color:gray;
}

#footer_top a:hover{
	color:#FFFFFF;
}

#footer_top ul li{
	
	border-right:0px solid gray;
	
}

.colors_background2 {background-color:#ffffff}
A.colors_background2_text:hover {color:#666666}
.colors_background2_text {color:#666666}

	