@charset "utf-8";

body {
	background-color:#949961;
	font-family: Century Gothic, Arial, Verdana;
	background-image:url(../images/bg.png);
	color:#FFF;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

h1{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666600;
	padding:0px;
	margin:0px;
	font-weight:bold;
	padding-top:10px;
}
h2{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	padding:0px;
	margin:0px;
	font-weight:bold;
	padding-top:10px;
}
	
.leftPanelText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.leftPanelTextBig{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:17px;
	font-weight:bold;
	color: #000;
}

.contactText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #957b42;
	text-decoration: underline;
}
.contactText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #957b42;
	text-decoration: underline;
}

.contactText a:hover{
	text-decoration:underline;
}
.contentText{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	padding-top:10px;
	text-decoration: none;
}
.smaller{
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	padding-top:10px;
	text-decoration: none;
}
.paypalProductTextHeading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #c6723d;
	padding:5px;
	text-decoration:none;
}
.paypalProductTextHeading a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #c6723d;
	text-decoration:none;
}
.paypalProductTextHeading a:hover{
	text-decoration:none;
}
.paypalTextHeading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666600;
	padding:5px;
}
.paypalText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding:5px;
}
.menuBg {
	background-image: url(../images/nav_bg.gif);
	background-repeat:repeat-y;
}

.backgroundBg{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
}

.bodyBg{
	background-image:url(../images/body-repeat-bg.jpg);
	background-repeat:repeat-y;
}
.bottomBg{
	background-image: url(../images/bottom-bar.png);
	background-repeat:no-repeat;
}
.leftPanelBg{
	background-image: url(../images/left-panel-bg.jpg);
}
.rightPanelBg{
	background-image: url(../images/right-panel-bg.jpg);
}

.navBar {
	font-size: 14px;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
}

.navBar a {
	font-size: 14px;
	color:#FFF;
	font-weight: bold;
	text-decoration:none;	
}

.navBar a:hover {
	color:#F90;
	text-decoration:none;
}

#slantedmenu{
	font-weight: bold;
	font-size: 14px;
	height:38px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#slantedmenu ul{
	text-indent: 9px;
	padding: 10px 0;
	padding-bottom:0px;
	margin: 0;
	text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
	display: inline;
}

#slantedmenu ul li a{
	color: #ffffff;
	padding: 3px 0;
	padding-right: 31px;
	margin: 0;
	text-decoration: none;
	background: transparent url(../images/menu-seperator.png) top right no-repeat;
}

#slantedmenu ul li a:visited{
	color: #ffffff;
} 

#slantedmenu ul li a:hover{
	color: #F90;
	text-decoration:underline;
}

.copyrightText{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.bottomText{
	font-size:15px;
	font-weight:bold;
	color:#ff9900;
	text-align:center;
	text-decoration:none;
}

.bottomText a{
	font-size:15px;
	font-weight:bold;
	color:#eaeaea;
	text-align:center;
	text-decoration:none;
}

.bottomText a:hover{
	text-decoration:underline;
	color:#505050;
}
.rightPanelText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	text-align:center;
}
.rightPanelSmallText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	background-color:#000;
}
.productBorder{
	border:1px solid #999;
}
.productBorderLeft{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.productBorderRight{
	border-bottom:1px solid #999;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #000;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#FFF;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #000;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #000;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #000;
}

.jTip{
cursor:help;
}





