/*
 * ------------------------------------------------------------------------
 * JA T3 Blank template for joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

body#bd { //background: #f3f4f4; color: #000; background: url(../images/bg.gif) repeat-y center top; background-color:#f3f4f4;}/* Normal links ---*/
a { color: #000; text-decoration: none; }

/* Readon links ---*/
p.readmore a { text-transform: uppercase; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

h1,

div.ja-moduletable h3, div.moduletable h3,

h1.componentheading, .componentheading {

	border-bottom: 0;

	font-weight: normal;

	text-transform: UPPERCASE;

	padding: 0px;;

	font-size: 120%;

	color: #ec008c;

	font-family: Arial, Helvetica, sans-serif;

	background: none;

	margin: 0;

}
div.ja-moduletable h3 span, div.moduletable h3 span {

	padding-left: 5px;

}
h4 {

	font-size: 135%;

	font-weight: normal;

}

.column ul li {

	background: none;

	margin: 0;

	padding: 0;

}
.column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul, .column dl {

	margin:0;

	padding: 0;

}
.componentheading a {
	color: #fff;
}

h2.contentheading, .contentheading {
	font-weight: normal;
}

.contentheading { font-size: 120%; }

.blog-featured .contentheading { font-size: 120%; }

.jitem-title { font-size: 110%; font-weight: bold; }

/* Others ---*/
hr { border-top: 1px solid #ccc; }

/* FORM
--------------------------------------------------------- */
input, select, textarea, .inputbox {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbox, .validate-email, .validate-username, .validate-password {
-webkit-border-radius: 0px;
//border: 1px solid #ccc;
//background: #fff;
width: 270px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
//border-radius: 3px 3px 3px 3px;
color: #555555;
display: inline-block;
font-size: 13px;
//height: 18px;
line-height: 18px;
padding: 4px;
text-align: left;
}

.inputbox:hover, .inputbox:focus { //background: #ffffcc; }

/* Search ---*/
form#searchForm { border-top: 1px solid #ccc; }

.searchintro { border-bottom: 1px solid #ccc; }

.results h4 { text-transform: none; font-size: 110%; }

/* Contact ---*/
#component-contact #emailForm { border-top: 1px solid #ccc;}/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.items-leading { }

.items-row { border-bottom: 1px solid #ccc; }

/* Meta ---*/
dl.article-info { color: #999; }

.contentdescription { border-bottom: 1px solid #ccc; }

/*Inline images ---*/
p.img_caption { color: #999; text-transform: uppercase; }

/* Tables ---*/
thead tr th {
	background: none;
	color: #000;
	padding: 5px;
	border-top: 3px double #333;
}

thead tr th a,
thead tr th a:hover,
thead tr th a:focus,
thead tr th a:active { color: #fff; }

.cat-list-row1,
.cat-list-row12,
tr.cat-list-row1 td,
tr.cat-list-row2 td { border-bottom: 1px solid #ccc; padding: 5px; }

.cat-list-row1:hover,
.cat-list-row2:hover { background: #ffffcc; }

.cat-list-row2,
tr.cat-list-row2 td { background-color: #f6f6f6; }

/* Content Toc */
table.contenttoc { border: 1px solid #ccc; }

table.contenttoc td { border-bottom: 1px dotted #ccc; }

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

/* Poll */
form#poll {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

dl.poll { border-bottom: 1px dotted #ccc; }

table.pollstableborder td {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; font-weight: normal; }

/* Pagination ---*/
.pagination ul li span.pagenav,
.pagination ul li a.pagenav { line-height: 20px; }

.items-more { border-bottom: 1px solid #ccc; }

.items-more h3 { font-size: 125%; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable, div.moduletable {
	margin-top: 0;
	padding-bottom: 0px;
}

div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
	padding: 5px;

	padding-top: 0px;
}

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #ccc; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-container .main { background: #FFF;}

.main .main-inner1 { margin-left: 15px; margin-right: 15px; }

/* HEADER
--------------------------------------------------------- */
#ja-header .main { border-bottom: 0; background: #FFF; padding:0 0 10px 0; /*height: 140px;*/ height:130px;}

h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 0;}

/* Logo Image ---*/

/* Logo Text ---*/
div.logo-text h1 {
	font-size: 200%;
}

div.logo-text h1 a {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, sans-serif;
}

p.site-slogan {
	color: #ccc;
	display: block;
	font-size: 85%;
	margin: 3px 0 0;
	padding: 0 5px;
	text-transform: uppercase;
}

#ja-top-header {

	background: #000;

	color: #FFF;

	padding: 1em 0;

	font-size:13px;
	font-weight: normal;

}#ja-top-header a {

	text-transform: uppercase;

	color: #FFF;

}
#ja-search { right: 15px; }
#welcome-text { position: absolute; top: 10px; right: 10px; //font-size: 105%; //color: #999; //font-style: italic; //font-weight: bold; //width:27%; }
#header-menu { position: absolute; top: 60px; right: 5px; border-bottom: 1px solid #000; text-transform: uppercase; font-size: 17px; }
#header-menu ul li {

	float: left;

}

#header-menu ul li a {

	//padding-right: 1.3em;

}

#sologan { position: absolute; top: 90px; right: 4px; font-size: 140%;letter-spacing:1px}
/* NAVIGATION
--------------------------------------------------------- */
/* Main Nav ---*/
#ja-mainnav .main { border-bottom: 0; }
#ja-mainnav .main-inner1 { background: #333; }

/* Breadcrumbs ---*/
#ja-navhelper .main {
	text-transform: uppercase;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
}

#ja-navhelper .main-inner1 {
	background: #333;
	padding: 5px 0;
}

#ja-navhelper .main * {
	color: #fff;
}

/* Extras ---*/
.ja-links li { padding: 0 10px; }

/* Default Joomla! Menu ---*//* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3 {
	background: none;
	color: #333;
	border-bottom: 0;
	padding-bottom: 0;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-footer { padding: 0; }

#ja-footer .main { padding: 20px 0; background: #FFF;}

/* MISCELLANOUS
----------------------------------------------------------- */
/* Others ---*/
#ja-banner { border-top: 1px solid #ccc; }

div.ja-innerdiv { border-bottom: 1px dotted #ccc; }

div.ja-innerdiv h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	font-weight: normal;
	text-transform: uppercase;
}#slider { width:100%; overflow:hidden; position:relative; margin-bottom:8px;}

#slider .wrapSlider { width:2883px; height:385px; position:relative; left:50%; margin-left:-1441px; overflow:hidden; }

#slider .wrapSlider .opacity { width:961px; height:385px; position:absolute; top:0; border:0px solid #fff; }

#slider .wrapSlider .opacity span { display:block; width:100%; height:100%; background:#fff; opacity:0.4; filter: alpha(opacity=40); }

#slider .wrapSlider .opacity.left { left:0; border-right-width:5px; }

#slider .wrapSlider .opacity.right { right:0; border-left-width:5px; }

#slider ul.scrolling { margin:0; height:385px;}

#slider ul.scrolling li { float:left; margin:0; padding:0; background:none; width:961px; position: relative; }

#slider .jcarousel-prev, #slider .jcarousel-next { position:absolute; top:10px; background:url('images/bg/arrows-slider.png') no-repeat; width:25px; height:25px; cursor:pointer; }

#slider .jcarousel-prev { left:1973px; background-position:top left; }      

#slider .jcarousel-next { left:1930px; top: 349px; background: url('../images/icons/next.png') no-repeat; width: 60px; height: 65px; }   
#slider ul.scrolling li .caption {

    position: absolute;

    bottom: 57px;

    right: 20px;

    width: auto;

    height: auto;

    margin: 0;

    padding: 0;

    background: #000; /* IE */

    background: rgba(0, 0, 0, 0.75); 

}
#slider ul.scrolling li .caption h2 {font-family: "Yanone Kaffeesatz", serif; font-size: 24px; font-weight: normal; margin:0; padding:13px 0 0 10px; font-weight: 400; color: #111; }

#slider ul.scrolling li .caption p {font-family: Arial; font-size: 13px; font-weight: bold; text-transform: uppercase; margin: 0; padding:0px 4px; padding-right: 1.3em; background: url(../../../images/arrow-set.png) 100% -96px no-repeat; color: #f9f9f9; } 

#slider ul.scrolling li .caption a { color: #111; }

#slider ul.scrolling li .caption a:hover { color: #57595c; }

/* Color */

.menu li a {

	color: #000;

	background: url(../../../images/arrow-set.png) top right no-repeat;

	padding-right: 20px;

	padding-left: 10px;
	
}
.menu li a.first {

	padding-left: 0px; 

}
.menu li a.green {

	background-position: 100% -2%;

}

.menu li a.green.first {
	background-position: 100% -2%;
}

.menu li a.rupom {
	background-position: 100% 72%;
	background: url(../../../images/glass1.png) right no-repeat;
	padding-right: 25px;
	padding-top: 3px;
}.menu li a.pink {

	background-position: 100% 13%;

}
.menu li a.orange {

	background-position: 100% 28%;

}
.menu li a.red {

	background-position: 100% 42%;

}
.menu li a.yellow {

	background-position: 100% 56%;

}
.menu li a.lime {

	background-position: 100% 71%;

}
.menu li a:hover {

	text-decoration: none;

}
.green,

.menu li a.green:hover,

.menu li.current a.green {

	color: #c0d72f;

}
.orange,

.menu li a.orange:hover,

.menu li.current a.orange {

	color: #f58020;

}
.pink,

.menu li a.pink:hover,

.menu li.current a.pink {

	color: #ec008c;

}
.red,

.menu li a.red:hover,

.menu li.current a.red {

	color: #ed1d24;

}
.yellow,

.menu li a.yellow:hover,

.menu li.current a.yellow {

	color: #ffca06;

}
.lime,

.menu li a.lime:hover,

.menu li.current a.lime {

	color: #dee21d;

}
#ja-top-header .menu li {

	float: left;

}

.column h1 {
	margin: 0em 0;
}

#faq li p {
	margin: 5px 0px;
}
