/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties
---------------------------------------- */
body { 
	background: url(../images/bg.gif); 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#000;
}
html { min-width:960px;}
html, body { height:100%;}
.alignMiddle{ vertical-align:middle}
.alignBottom{ vertical-align:bottom}
.alignTop{ vertical-align:top}
.alignLeft{ text-align: left}
.alignCenter{ text-align: center}
.alignRight { text-align:right;}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
.container {	overflow:hidden; width: 100%;}
.container1{ width:100%}
.wrapper { 	width:100%;	overflow:hidden;}
a img{ border:0px}
img{ vertical-align:top;  }
fieldset{ border:none}
.oh{ overflow:hidden}

.main {	margin:0 auto; position: relative;	width:960px; 	}
#main {	margin:0 auto; position: relative;	width:960px;}

.bg{ background:url(../images/tail1.gif) 95% 0 repeat-y}
.bgr{ background:url(../images/tail1.gif) 100% 0 repeat-y}

.bg_main{ background:url(../images/bg1.gif) top left repeat-x}
.bg_main1{ background:url(../images/bg2.jpg) top center no-repeat}


/*----- links -----*/
a {color:#5c5c5c; outline:none; text-decoration:underline;}
a:hover, a:focus { text-decoration:none;}
a:active, a:visited { }

/* Global Structure
---------------------------------------- */

/* Header */
header{	height:222px; color:#727272; text-transform:uppercase; font-size:.6875em; position:relative; z-index:900  }
header .indent{ top:60px; right:10px; position:absolute; padding:0;  text-align:right}
header .select_group{ top:100px; right:10px; position:absolute; padding:0;  text-align:right}
header .inside{padding:0px 0px 0px 0px}
header a{ color:#727272; text-decoration:none; font-size:10px; letter-spacing:1px}
header a:hover{ text-decoration:underline}

header h1 {position:absolute; left:0px; top:5px; text-indent:-9999px;}
header h1 a { display:block; width:302px; height:132px; background:url(../images/logo.png) no-repeat left top;	}

header .inside {	position:absolute;	left:9px;	top:145px; width:943px;	z-index:20;	background: url(../images/bg_nav.gif); height:62px;	}


/*--- superfish dropdown menu begin ---*/
.sf-menu {margin:0; padding:8px 0 0 0;	list-style: none; z-index:90000; } 
.sf-menu li{ margin:0; display:inline; position:relative; float:left; background:url(../images/bg_li.gif) top right no-repeat; padding:0px 10px 0px 10px}
.sf-menu .first{ padding-left:0}
.sf-menu li a{color:#727272; text-decoration:none; display:block; float:left; line-height:46px; text-transform:uppercase; width:105px; text-align:center; font-size:11px; font-weight:bold} 
.sf-menu li a:hover {color:#727272;  text-decoration:none; background:url(../images/bg_menu.png) top left no-repeat;  }
.sf-menu li a.current{ color:#727272; text-decoration:none; background:url(../images/bg_menu.png) top left no-repeat; }

.sf-menu li span.active {display:block;  overflow:hidden; background: url(../images/indicator.png) 85px 20px no-repeat; }
.sf-menu li span.active1 {display:block;  overflow:hidden; background: url(../images/indicator.png) 92px 20px no-repeat; }

.sf-menu .li2{background:url(../images/bg_li-2.gif) top right no-repeat;}
.sf-menu .li3{background:url(../images/bg_li-3.gif) top right no-repeat;}
.sf-menu .li4{background:url(../images/bg_li-4.gif) top right no-repeat;}
.sf-menu .li5{background:url(../images/bg_li-5.gif) top right no-repeat;}

.sf-menu ul { position:absolute; top:-999em; width:10em; line-height:1.0; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { top:50px; z-index:99;}

/*** DEMO SKIN ***/
.sf-menu ul {	width:184px;   display:block; background: url(../images/bg_m.gif) top left repeat-x #ececec; padding:10px 0px 10px 0px; border-style: solid; border-radius:11px; -moz-border-radius:11px; -webkit-border-radius:11px; border:1px solid #a5a5a5}
.sf-menu ul li {  text-align:left;  padding:0;  z-index:9; position:relative; background:none }
.sf-menu ul li a {text-transform:none; line-height:39px; text-align:left; width:164px; padding:0 0 0 20px; color:#7a7a7a; text-transform: uppercase; z-index:9; font-size:11px;  border:none}
.sf-menu ul li a:hover { color:#fff; background: url(../images/bg_menu1.png); border:none;}
.sf-menu ul li a.current { color:#fff; background: url(../images/bg_menu1.png); border:none;}

.sf-menu ul ul { margin-top:-10px}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {	 position:relative }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {	left: 0px ;	top:50px; /* match top ul list item height */	z-index: 99;}
.sf-menu li:hover ul ul,
.sf-menu li.sfHover ul  ul{	left:184px;	top:50px; /* match top ul list item height */	z-index: 99;}
				
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top:-999em;}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {  /* match ul width */ top:0}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top:-999em;}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul { left:10em; /* match ul width */ top:0;}

.sf-menu li .sf-sub-indicator { display:none}

.sf-menu li span{ display:none }

ul.sf-menu li li .sf-sub-indicator { display:none !important; }
	
.sf-menu li.lilong a{color:#727272; text-decoration:none; display:block; float:left; line-height:46px; text-transform:uppercase; width:130px; text-align:center; font-size:11px; font-weight:bold} 
.sf-menu li.lilong a:hover {color:#727272;  text-decoration:none; background:url(../images/bg_menu_long.png) top left no-repeat;  }
.sf-menu li.lilong a.current{ color:#727272; text-decoration:none; background:url(../images/bg_menu_long.png) top left no-repeat; }

	
/* Aside */
aside.bottom { background:#000; padding:0 0 0 15px; position:relative; }
aside.bottom .inside { padding:30px 0 43px 0; }
.bg_aside{ background:url(../images/img_404.jpg) top center no-repeat; height:422px}
/*content*/
section{ font-size:0.8125em; width:100%; text-align:left;}
section .inside{padding:10px 0px 40px 0px}
section .inside1{padding:10px 0px 0px 0px}
.img-left{ float:left; margin:0 20px 10px 0}
.img-right{ float:right; margin:0 5px 5px 5px}
.img-indent{ margin:0 0 16px 0}
.img{ background:#f4f4f4; border-bottom:2px solid #aeaeae;  border-left:1px solid #c1c1c1;  border-right:1px solid #c1c1c1; padding:4px; border-style: solid; border-radius:9px; -moz-border-radius:9px; -webkit-border-radius:9px; position:relative}
.tail{ background:url(../images/tail.gif) bottom repeat-x; padding-bottom:40px; margin-bottom:40px}
.tail1{ background:url(../images/tail.gif) bottom repeat-x; padding-bottom:20px; margin-bottom:20px}

.txt a b{ color:#4e4e4e; font-size:14px; text-decoration:none}
.txt a{ color:#9e9e9e; font-size:11px; text-decoration:none}
.txt a:hover{ color:#fff; text-decoration:none}
.txt a:hover b{ color:#fff; text-decoration:none}
/* indents */
.indent{padding:0px 0px 0px 0px}
.indent2{padding:0px 0px 0px 420px}
.indent3{padding:0px 0px 0px 100px}
.block-conact span{ float:right; margin-right:50px }
	
/*footer*/
footer { color:#6f6f6f; font-size:.6875em; text-transform:uppercase; letter-spacing:1px; font-weight:bold}
footer .bg-bot{ background:url(../images/tail.gif) top repeat-x;}
footer .inside{ padding:30px 0px 30px 11px }
footer a {color:#6f6f6f; text-decoration:none}  
footer a:hover {  text-decoration:underline}

footer ul{margin:0; padding:0; list-style:none;}
footer ul li{ margin:0px; display:inline; background:url(../images/bg_li1.gif) center left no-repeat; float:left}
footer ul li a{color:#6f6f6f; text-decoration:none; display:block; float:left; padding:2px 10px 2px 10px} 
footer ul li a:hover { text-decoration:underline}
footer ul li.small a{color:#6f6f6f; font-size:.6850em; text-decoration:underline; display:block; float:left; padding:1px 10px 1px 10px} 
footer ul li.small a:hover { text-decoration:none}
footer ul .first{background:none;}
footer ul .first a{ padding-left:0px}
footer ul li .current{ text-decoration:underline; }

 ul.icon{margin:0; padding:0; list-style:none;}
 ul.icon li{ float:left; display:inline; margin:0}
 ul.icon li a{color:#14acba; text-decoration:none; padding:0} 
 ul.icon li a:hover { text-decoration:none;}


/* * Required */
#loopedCarousel{ width:940px; position:relative; clear:both; }
#loopedCarousel {height:300px;  }
#loopedCarousel .container2 { width:940px; height:300px; overflow:hidden; position:relative; margin:0; }
#loopedCarousel .slides { position:absolute; top:0; left:0; }
#loopedCarousel .slides .div { position:absolute; top:0; width:940px; margin-right:20px; display:none;}
/* * Optional*/
.but1{ position:absolute; right:0; top:-45px; z-index:100 }
#loopedCarousel .previous{background:url(../images/button-1.gif) top left no-repeat; width:36px; height:38px; display:block; float:left; text-decoration:none;}
#loopedCarousel .next{background:url(../images/button-2.gif) top left no-repeat; text-decoration:none; width:36px; height:38px; display:block; float:left; }
#loopedCarousel .previous:hover{background:url(../images/button-1.gif) bottom left no-repeat; text-decoration:none}
#loopedCarousel .next:hover{background:url(../images/button-2.gif) bottom left no-repeat; text-decoration:none}


.num{ background:url(../images/bg_num.png) top left no-repeat; width:61px; line-height:62px; text-align:center; margin-right:20px; float:left; color:#4e4e4e; font-size:24px; font-weight:bold}
		

/*  Header styles */
h1, h2, h3, h4, h5, h6 {margin:0 0 17px 0; line-height:1.2em; color:#505050; font-family:Arial, Helvetica, sans-serif;}
h1 {	font-size:36px; } 
h2 {	font-size:30px; } 
h3 {	font-size:24px; margin-bottom:21px; letter-spacing:-1px} 
h4 {	font-size:21px; } 
h5 {	font-size:18px; } 
h6 {	font-size:15px; }


/* Paragraph styling */
p {margin-bottom:27px;}
.p { margin-bottom:0;}
.p1 { margin-bottom:27px;}
.p2 { margin-bottom:9px;}
.p3 { margin-bottom:17px;}
.txt_white {color:#FFFFFF;}


/* link */
.link{ text-decoration:none;  }
.link:hover{text-decoration:underline }

.link1{ text-decoration:none; color:#000;  }
.link1:hover{text-decoration:underline }

.link_white{ text-decoration:none;  }
.link_white:hover{text-decoration:none; color:#FFFFFF; }

.button{color:#fff; background:url(../images/button.gif) top left no-repeat; width:114px; text-align:center; line-height:32px; display:block; text-decoration:none;  }
.button:hover{text-decoration:underline }



.link-1 { display:inline-block; float:left; background:url(../images/link-left.png) top left no-repeat; color:#6b6b6b; text-decoration:none; padding-left:20px; font-size:11px; font-weight:bold; cursor:pointer; letter-spacing:1px }
.link-1 span { display:block; background:url(../images/link-right.png) top right no-repeat; padding:0 20px 0 0 }
.link-1  span span { display:block; background:url(../images/link.png) top left  repeat-x; line-height:38px; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:0 0 0px 0 }

.link-1:hover { display:inline-block; float:left; background:url(../images/link-left.png) bottom left no-repeat; color:#6b6b6b; text-decoration:none; padding-left:20px }
.link-1:hover span { display:block; background:url(../images/link-right.png) bottom right no-repeat; padding:0 20px 0 0 }
.link-1:hover  span span { display:block; background:url(../images/link.png) bottom left repeat-x; line-height:38px; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:0 0 0px 0 }

/* Added by Nagender for neutral button */
.link-1n { display:inline-block; float:none; background:url(../images/link-left.png) top left no-repeat; color:#6b6b6b; text-decoration:none; padding-left:20px; font-size:11px; font-weight:bold; cursor:pointer; letter-spacing:1px }
.link-1n span { display:block; background:url(../images/link-right.png) top right no-repeat; padding:0 20px 0 0 }
.link-1n  span span { display:block; background:url(../images/link.png) top left  repeat-x; line-height:38px; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:0 0 0px 0 }

.link-1n:hover { display:inline-block; float:none; background:url(../images/link-left.png) bottom left no-repeat; color:#6b6b6b; text-decoration:none; padding-left:20px }
.link-1n:hover span { display:block; background:url(../images/link-right.png) bottom right no-repeat; padding:0 20px 0 0 }
.link-1n:hover  span span { display:block; background:url(../images/link.png) bottom left repeat-x; line-height:38px; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:0 0 0px 0 }

/* Added by Nagender for neutral button in reverse */
.link-1nr { display:inline-block; float:none; background:url(../images/link-left-r.png) top left no-repeat; color:#fff; text-decoration:none; padding-left:20px; font-size:11px; font-weight:bold; cursor:pointer; letter-spacing:1px }
.link-1nr span { display:block; background:url(../images/link-right-r.png) top right no-repeat; padding:0 20px 0 0 }
.link-1nr  span span { display:block; background:url(../images/link-r.png) top left  repeat-x; line-height:38px; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:0 0 0px 0 }

.link-1nr:hover { display:inline-block; float:none; background:url(../images/link-left-r.png) bottom left no-repeat; color:#fff; text-decoration:none; padding-left:20px }
.link-1nr:hover span { display:block; background:url(../images/link-right-r.png) bottom right no-repeat; padding:0 20px 0 0 }
.link-1nr:hover  span span { display:block; background:url(../images/link-r.png) bottom left repeat-x; line-height:38px; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:0 0 0px 0 }


/* fixed size button in white */
.link-2 { display:inline-block; line-height:38px; background:url(../images/bg_link2.png) top left no-repeat; width:76px; text-align:center; color:#6b6b6b; text-transform:uppercase; text-decoration:none; font-size:11px; cursor:pointer; font-weight:bold; letter-spacing:1px  }
.link-2:hover { background:url(../images/bg_link2-act.png) top left no-repeat; text-decoration:none; color:#fff;}

/* Added by Nagender for fixed size button in reverse */
.link-2r, .link-2r:hover { display:inline-block; line-height:38px; background:url(../images/bg_link2-act.png) top left no-repeat; width:76px; text-align:center; color:#fff; text-transform:uppercase; text-decoration:none; font-size:11px; cursor:pointer; font-weight:bold; letter-spacing:1px  }


.line-hor { background:#3a3c52; height:1px; overflow:hidden; font-size:0; line-height:0; margin:20px 0 20px 0;}
/*  Horizontal divider */
.hr {display:block; position:relative; padding:55px 0 35px 0; border:none; background:url(../images/hr.gif) 0 50% repeat-x; height:2px; overflow:hidden; font-size:11px; margin:0 10px 0 0; }
.hr a { position:absolute; right:0; top:25px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; text-decoration:none; background:url(../images/arrow-top.png) no-repeat 99% 6px; padding-left:13px; color:#6b6a6a; padding-right:17px }
.hr a:hover { color:#000;}

.pad{ padding:0 23px 0 0; float: left; line-height:38px }

/* Custom select color */
abbr[title], dfn[title] {color:#000000; border-bottom:1px dotted #000000; text-transform:uppercase; cursor:help;}
abbr, acronym  			{ border-bottom:1px dashed #000000;}
b	   					{ color:#4e4e4e; font-size:14px  }
em, dfn  		  		{ font-style:italic;}

big						{ font-size:22px}
del						{ color:#000000;  text-decoration: line-through;	}
ins						{ color:#fff; background-color:#000000; text-decoration:none;	}
dfn 	 		     	{ color:#000000; letter-spacing:1px; font-size:14px; font-style:normal; font-family:Arial, Helvetica, sans-serif}
q						{ color:#000000; font-size:14px; font-family:Arial, Helvetica, sans-serif}
sup	  					{ padding-bottom:10px; font-size:10px}
sub 		  			{ vertical-align:bottom; font-size:10px}
var						{ font-style:normal}

mark 					{ color:#000000; background-color:#ff9; font-style:italic; font-weight:bold;	}
address 		   		{ margin:0 0 1.5em;font-style:italic;}
pre, code, tt  			{ font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; display:block;}
code 			    	{ color:#333; background-color:#f6f6f6; display:block; padding:3px 2px 3px 5px; line-height:1.67em;  border:1px dotted #333; text-shadow:none }
pre 			     	{ white-space:pre;}


/* Custom select color */
::selection {background: #909090; color:#fff; /* Safari */}
::-moz-selection {background: #909090; /* Firefox */ color:#fff;}

/* blockquote */
blockquote {margin:0 5px 10px 5px;	padding:0 10px 10px 127px; font-size:1.16em; line-height:1.2em; color:#6b6a6a; quotes:none; background:url(../images/quotes.png) no-repeat 0 0;}
blockquote.left {border-right:1px solid #ccc; width:35%; float:left; margin-right:20px; padding-right:20px; background:none; padding-left:0; margin-left:0}
blockquote.right {border-left:1px solid #ccc; width:35%; float:right; margin-left:20px; padding-left:60px; background-position:20px 0; background:none; padding-left:10px; margin-left:10px}


/* Unordered list style
---------------------------------------- */

/* List */
ul.list{margin:0; padding:0; list-style:none;}
ul.list li{overflow:hidden; padding-bottom:17px }
ul.list li a{color:#888484; text-decoration:none; line-height:25px; font-size:10px; text-transform:uppercase; letter-spacing:1px} 
ul.list li a:hover { text-decoration: underline; }

/* List */
ul.list1{margin:0; padding:0; list-style:none;}
ul.list1 li{overflow:hidden; padding-bottom:7px; background:url(../images/tail2.gif) bottom left repeat-x; padding-top:7px }
ul.list1 .last{ background:none}
ul.list1 li a{color:#5c5c5c; text-decoration:none; line-height:25px; font-size:13px; background:url(../images/icon1.png) top left no-repeat; padding-left:34px} 
ul.list1 li a:hover { text-decoration:none; color:#21bdfb; }

/* Features List */
ul.feature_list{margin:0 0 0 25px; padding:0 ; list-style:none;}
ul.feature_list li{overflow:hidden; padding-bottom:7px; background:url(../images/tail2.gif) bottom left repeat-x; padding-top:5px; color:#888484; font-size:10px; text-transform:uppercase; letter-spacing:1px}
ul.feature_list .last{ background:none}
ul.feature_list li a{color:#5c5c5c; text-decoration:none; line-height:25px; font-size:13px; background:url(../images/icon1.png) top left no-repeat; padding-left:34px} 
ul.feature_list li.li2 a{color:#5c5c5c; text-decoration:none; line-height:25px; font-size:13px; background:url(../images/icon4.png) top left no-repeat; padding-left:34px} 
ul.feature_list li a:hover { text-decoration:none; color:#21bdfb; }


ul.list1 li .li{background:url(../images/icon2.png) top left no-repeat;} 
ul.list1 li .li1{background:url(../images/icon3.png) top left no-repeat;} 
ul.list1 li .li2{background:url(../images/icon4.png) top left no-repeat;} 
ul.list1 li .li3{background:url(../images/icon5.png) top left no-repeat;} 
ul.list1 li .li4{background:url(../images/icon6.png) top left no-repeat;} 

/* List_1 */
ul.list_1{margin:0; padding:0; list-style:none;}
ul.list_1 li{background:url(../images/marker_1.gif) top left no-repeat; background-position:0 7px; padding-left:15px; overflow:hidden; padding-bottom:7px }
ul.list_1 li a{color:#888484; text-decoration:none; line-height:18px} 
ul.list_1 li a:hover { text-decoration: underline; }
ul.list_1 li ul { margin-left:10px}
ul.list_1 li ul li {background:url(../images/marker_1-sub.gif) no-repeat 0 5px;	padding:0 0 3px 13px; font-size:14px; position:relative; zoom:1; }

/* List_2 */
ul.list_2{margin:0; padding:0; list-style:none;}
ul.list_2 li{background:url(../images/marker.gif) top left no-repeat; background-position:0 7px; padding-left:15px; overflow:hidden; padding-bottom:7px }
ul.list_2 li a{color:#888484; text-decoration:none; line-height:18px} 
ul.list_2 li a:hover { text-decoration: underline; }

/* Ordered list style */
ol li {list-style-position:outside;	list-style-type:decimal; margin-left:25px; padding-bottom:6px; font-size:14px; color:#727171; }
ol li a{ font-size:14px; color:#727171;	text-decoration:none}
ol li a:hover{ text-decoration: underline}


/* Definition list style */
dl { margin:15px 0}
dl dt {font-size:1.16em; color:#676767 !important;	margin-bottom:15px	}
dl dd { margin-bottom:1.5em;}
dl .dd {margin-left:30px}
dl.def-list { padding-bottom:5px;}
dl.def-list dt {font-size:13px; color:#fff; width:100%; overflow:hidden; margin-bottom:1em; position:relative; z-index:0; }
dl.def-list dd {margin-bottom:2em;}
	

/* News style*/
.news {	padding-bottom:18px;}
.news li {	position:relative;	padding:0 0 25px 70px;	color:#000;	height:1%;	}
.news li p.date {position:absolute;	left:0;	top:3px; background:#666; width:59px;	height:69px; font-size:25px; line-height:64px; color:#fff; text-align:center; font-weight:bold;}
.news li a.title {  display:block; color:#8e8d8b;  text-transform:uppercase;  font-size:11px;  margin-bottom:.5em;  }
	

/* Layouts navigation */
.layouts-nav {width:100%; overflow:hidden; padding-bottom:30px !important;}
.layouts-nav li { float:left; margin-right:20px; background:none !important; padding:0 !important;}
.layouts-nav li a {float:left; background:#333; padding:2px 10px; color:#fff; text-decoration:none; margin-right:10px; cursor:pointer; position:relative; }
.layouts-nav li a:hover {background:#a5a5a5;}
	
/* Table styling */
table { width:100%; border:1px solid #cccccc}
table thead th {  text-align:left; background:#f6f6f6; text-transform:uppercase; color:#858585; padding:15px 20px; }
table thead th.super {  text-align:center; background:#858585; text-transform:uppercase; color:#fff; padding:15px 20px; border:1px solid #fff}
table tbody td {padding:10px 20px; border:1px solid #cccccc}
table tr td:hover {	background-color:#cccccc;}

/*  Dropcaps style */
.dropcap_1 {color:#1f1f1f; font-size:43px; width:55px; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; line-height:1em;  display:block; float:left; text-align:center; }
.dropcap_2 {color:#fff; font-size:41px; width:52px; line-height:52px; background:url(../images/dropcap.png) no-repeat 50% 0; text-align:center; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;  display:block; float:left; margin-right:8px; }


/* Main banner
---------------------------------------- */
.main-banner {height:372px; overflow:hidden; margin-bottom:5px; background:#666; position:relative;	}

/* Blocks and Boxes style
---------------------------------------- */
/*box*/
.box{ background:#EAE4E0; width:100%;}
.box .border-top {background:url(../images/border_top.gif) top repeat-x;}
.box .border-bottom {background:url(../images/border_bottom.gif) bottom repeat-x;}
.box .border-left {background:url(../images/border_left.gif) left repeat-y;}
.box .border-right {background:url(../images/border_right.gif) right repeat-y;}
.box .corner-top-left {background:url(../images/corner_top_left.gif) left top no-repeat;}
.box .corner-top-right {background:url(../images/corner_top_right.gif) right top no-repeat;}
.box .corner-bottom-left {background:url(../images/corner_bottom_left.gif) left bottom no-repeat;}
.box .corner-bottom-right {background:url(../images/corner_bottom_right.gif) right bottom no-repeat; width:100%; }
.box .indent-box{ padding:0px 0px 0px 0px; }


/* 404 page */
.box_404{height:266px; color:#0e0e0e}
.box_404 .indent-box{padding:20px 130px 10px 130px; text-align:center}
.box_404 h3 { font-size:30px; line-height:1.2em; margin:0 0 20px 0; color:#4e4e4e; letter-spacing:-1px }
.rowElem2{ height:35px; background:url(../images/bg_input_404.gif) top left no-repeat; width:363px}
.box_404 .input-404{	width:232px; padding:9px 10px 9px 10px; background:none; vertical-align:middle;	border:none;color:#000;	}

.box_404 .button-404{ background: url(../images/button_404.gif) top left no-repeat; color:#fff; width:111px; text-align:center; line-height:35px; height:35px; float:right; display:block; text-decoration:none; text-transform:uppercase; font-size:16px}
.box_404 .button-404:hover{ background: url(../images/button_404-act.gif) top left no-repeat; text-decoration:none; color:#fff}


/* Information box */
.info-box { border:1px solid #b7b7b7; padding:24px 30px 24px 110px; color:#7e7e7d; margin-bottom:20px; background:#f6f6f6; position:relative; height:1%; }
.info-box p.icon { position:absolute; left:34px; top:24px; margin:0; }
  
/* Download box */
.download-box { border:1px solid #b7b7b7; padding:24px 30px 24px 110px; color:#7e7e7d; margin-bottom:20px; background:#f6f6f6; position:relative; height:1%; }
.download-box p.icon { position:absolute; left:34px; top:24px; margin:0; }

/* Notification box */
.notification-box { border:1px solid #b7b7b7; padding:24px 30px 24px 110px; color:#7e7e7d; margin-bottom:20px; background:#f6f6f6; position:relative; height:1%; }
.notification-box p.icon { position:absolute; left:34px; top:24px; margin:0; }
  
/* Error message box */
.error-box { border:1px solid #b7b7b7; padding:24px 30px 24px 110px; color:#7e7e7d; margin-bottom:20px; background:#f6f6f6; position:relative; height:1%; }
.error-box p.icon { position:absolute; left:34px; top:24px; margin:0; }

/* Lightbox image */
.lightbox-image {	position:relative;	overflow:hidden; display:block	}
.lightbox-image1 {	position:relative;	overflow:hidden; float:left	}
	.lightbox-image img {		position:relative;		z-index:2;		}
	.lightbox-image span {		display:block;		position:absolute;		left:0;		top:0;		width:100%;		height:100%;		background:url(../images/magnify.png) no-repeat 50% 50%;		z-index:1;		}
	.lightbox-image1 img {		position:relative;		z-index:2;		}
	.lightbox-image1 span {		display:block;		position:absolute;		left:0;		top:0;		width:100%;		height:100%;		background:url(../images/magnify.png) no-repeat 50% 50%;		z-index:1;		}
	
/* Easy Tooltip */
#easyTooltip{
	padding:5px 10px;
	border:1px solid #000;
	background:#fff;
	color:#a7a7a7;
	font-size:11px;
	text-transform:none;
	z-index:900;
	position:relative
}
/* // Easy Tooltip */


/* Pages
---------------------------------------- */
/* Alert Groups page */
.group-box {
	width:98%;
	/*height:500px;*/
	position:relative;
	/*left:50%;
	top:50%;*/
	margin-left:10px;
	margin-top:10px;
	background:#eae9e7;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-color:#ccc;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	text-align:center;
	behavior:url(js/PIE.htc);
}


/* Under Construction page =====*/
#constuction-box {
	width:800px;
	height:500px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	background:#eae9e7;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-color:#ccc;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	text-align:center;
	behavior:url(js/PIE.htc);
	}
	#constuction-box .inside {
		padding:40px 40px 40px 40px;
		}
		#constuction-box .button {
			position:relative;
			}
		#constuction-box h1 {
			font-weight:700;
			text-align:center;
			font-size:4em;
			margin-bottom:.2em;
			line-height:1.2em;
			letter-spacing: 2px;
			border-bottom: 1px solid #ddd;
			padding-bottom:10px;
			}
			#constuction-box h1 span { 
				text-transform:uppercase;
				color:#818080;
				display:block;
				margin-bottom:-15px;
			}
			
	/* Countdown */
	#countdown_dashboard {
		height: 110px;
		padding:30px 0 40px 0;
		width:650px;
		margin:0 auto;
		position:relative;
		}
	.dash {
		width: 110px;
		height: 114px;
		background: transparent url('../images/dash.png') 0 0 no-repeat;
		float: left;
		margin-left: 20px;
		position: relative;
		}
	
	.dash .digit {
		font-size:75px;
		line-height:85px;
		font-weight: bold;
		float: left;
		width: 55px;
		text-align: center;
		font-family:"Times New Roman", Times, serif;
		color: #555;
		position: relative;
	}
		.dash .digit .bottom {
			font-size:75px;
			line-height:85px;
		}
	
	.dash_title {
		position: absolute;
		display: block;
		bottom: 0px;
		left:0;
		font-size: 12px;
		color: #555;
		text-transform: uppercase;
		letter-spacing: 2px;
		width:110px;
	}
	
	.dev_comment {
		font-size: 14pt;
		color: #777;
		text-align: center;
		font-style: italic;
		margin: 40px 10px;
	}
	
	#subscribe_form {
		position: relative;
	} 
	
	#email_field {
		font-size: 16pt;
		padding: 6px 10px;
		width: 300px;
	}
	
	#subscribe_button {
		font-size: 14pt;
		color: #333;
		padding: 4px 8px;
	}
	
	.copyright {
		font-size: 9pt;
		color: #333;
		margin: 40px 0px;
	}
	
	.faded {
		color: #999;
	}
	
	.form_message {
		width: 400px;
		padding: 10px;
		margin: 15px auto;
		display: none;
	}
	
	#error_message {
		background-color: #ffe;
		border-left: 5px solid #bb3;
		border-right: 5px solid #bb3;
		color: #770;
	}
	
	#info_message {
		background-color: #f0f9ff;
		border: 1px solid #eef;
	}
	
	#loading {
		text-align: center;
		margin: 10px;
		display: none;
		position: absolute;
		width: 100%;
		top: 60px;
	}

/* Intro page */
#intro-box {
	width:600px;
	height:400px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-200px;
	background:#eae9e7;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-color:#ccc;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	text-align:center;
	behavior:url(js/PIE.htc);
	float:left;
	}
	#intro-box .inside {
		padding:40px 40px 40px 40px;
		}
		#intro-box h1 {
			font-weight:700;
			text-align:center;
			font-size:4em;
			margin-bottom:.2em;
			line-height:1.2em;
			position:absolute;
			left:0;
			top:-90px;
			text-align:center;
			width:600px;
			overflow:hidden;
			height:100px;
			color:#3d3d3d;
			}
			#intro-box h1 span { 
				text-transform:uppercase;
				color:#1fb7c4;
				display:block;
				margin-bottom:-15px;
			}
		#intro-box .button {
			position:absolute;
			right:30px;
			bottom:20px;
			float:right;
			color:#000;
			white-space:nowrap;
			}
		.intro-buttons {
			width:500px;
			padding:0 50px;
			position:absolute;
			left:0;
			bottom:50px;
			}
		#flash-intro {
			margin-bottom:20px;
			position:absolute;
			left:23px;
			top:20px;
			}

/* Content
---------------------------------------- */		


/* Pagination */
.pagination {
	display:block;
	width:100%;
	overflow:hidden;
	}
	.pagination a {
		float:left;
		font-size:11px;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
		line-height:31px;
		padding-left:14px;
		}
	.pagination a:hover {
		text-decoration:underline;
		}
		.pagination ul {
			float:left;
			padding:0 3px 0 18px;
			}
			.pagination ul li {
				float:left;
				padding-left:1px;
				margin-right:1px;
				padding:0 0 0 0 !important;
				background:none !important;
				}
			.pagination ul li span {
				width:31px;
				float:left;
				text-align:center;
				color:#000;
				}
				.pagination ul li a {
					font-size:15px;
					color:#000;
					text-decoration:none;
					width:31px;
					line-height:31px;
					height:31px;
					text-align:center;
					background:#e9e9e9;
					padding:0;
					}
				.pagination ul li a:hover {
					background:#19b6c5;
					text-decoration:none;
					color:#fff;
					}


/* Other */
	figure figcaption {
		color:#2d2d2d;
		font-size:22px;
		text-align:center;
		padding:11px 0 11px 0;
	}

figure.fright {
	float:right;
	margin:4px 0 0 26px;
	}

.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box img.fleft {
		float:left;
		margin-right:15px;
	}
	

.extra-wrap { 
	overflow:hidden;
	}
	
	
/* Postal address */
.address { 
	float:left;
	margin-right:30px;
	}
.address.last {
	margin-right:0;
	}
	.address dt {
		font-weight:normal;
		color:#6b6a6a;
		}
	.address dd { 
		clear:both;
		margin:0 0 0 0 !important;
		}
		.address dd span { 
			float:left;
			width:90px;
			}
	




/* Forms
---------------------------------------- */
.rowElem1{ height:35px}
.input{
		width:170px;
		padding:4px 10px 4px 10px;
		background:#0d0c0e;
		vertical-align:middle;
		border:1px solid #2e3032;
		color:#fff;
	}

/* Forms default */
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}

/* Newsletter form */
#newsletter-form fieldset {
	border:none;
	}
	#newsletter-form .field {
		overflow:hidden;
		margin-bottom:8px;
		}
	#newsletter-form input[type=text] {
		width:175px;
		padding:3px 0 3px 5px;
		background:#4d4d4d;
		border:none;
		color:#a7a7a7;
		border-right:1px solid #000;
		border-left:1px solid #000;
		margin-right:3px;
	}
	#newsletter-form input[type=submit] {
		width:30px;
		height:22px;
		background:#fff;
		border:1px solid #000;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		cursor:pointer;
		color:#2f2f2f;
		font-weight:bold;
		text-transform:uppercase;
		text-shadow:0 1px 0 #f1f1f1;
		}


.rowElem{ background:url(../images/bg_input.gif) top left no-repeat}
.rowElem1{ background:url(../images/bg_input1.png) top left no-repeat; height:43px}

/* Login form */
#login-form {
	position:absolute;
	right:8px;
	top:15px;
	width:364px;
	height:43px;
	z-index:90
}
#login-form fieldset {
	border:none;
}

#login-form input[type=text] , input[type=password] {
	width:100px;
	padding:11px 10px 11px 10px;
	background: url(../images/bg_input-1.gif) top left repeat-x #d7d7d7;
	border:1px solid #a8a8a8;
	border-top:2px solid #8f8f8f;
	display:inline;
	color:#6b6a6a;
	font-size:11px;
	font-weight:bold;
	border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative
}/* Login form */
		
#login-form1 {
	position:absolute;
	left:338px;
	top:185px;
	width:264px;
	height:43px;
	z-index:90
}

#login-form1 fieldset {
	border:none;
	}
	#login-form1 input[type=text] {
		background:none;
		border:none;
		font-size:13px;
		padding:13px 10px 13px 10px;
		width:200px;
		color:#000;
		}
.pr{ position:relative}


/* Contact form */
#contact-form {
	overflow:hidden;
	position:relative;
	vertical-align:top;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			overflow:hidden;
			padding:0 0 7px 4px;
			}
			#contact-form .field1 {
			overflow:hidden;
			padding:0 0 7px 4px;
			}
			#contact-form input[type=text] {
				width:270px;
				padding:11px 10px 11px 10px;
				background: url(../images/bg_input-1.gif) top left repeat-x #d7d7d7;
				border:1px solid #a8a8a8;
				border-top:2px solid #8f8f8f;
				display:block;
				color:#6b6a6a;
				font-size:11px;
				/*text-transform:uppercase;*/
				font-weight:bold;
				border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative

				}
			#contact-form.main-contacts .field input {
				margin-top:4px;
				}
			#contact-form textarea {
				width:270px;
				height:90px;
				background: url(../images/bg_input1.gif) top left repeat-x #d7d7d7;
				border:1px solid #a8a8a8;
				border-top:2px solid #8f8f8f;
				padding:9px 10px 9px 10px;
				overflow:auto;
				margin:0 0 10px 0px;
				display:block;
				color:#6b6a6a;
		font-weight:bold;
				font-size:11px;
				/*text-transform:uppercase;*/
				border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative

				}
				#contact-form a {
					cursor:pointer;
					}
				#contact-form .alignright {
					padding-top:12px;
					}
					#contact-form small {
						color:red;
						font-weight:bold;
						padding:0 0 0 5px;
						}
			#contact-form label {
				padding:0 0 2px 5px;
				display:inline-block;
				}
			#contact-form strong {
				padding:0 0 2px 9px;
				display:inline-block;
				color:#838383;
				}
				#contact-form .error {
					color:red;
				}
		.buttons-wrapper {
			padding-top:30px;
			}
		
		#contact-form.main-contacts .buttons-wrapper {padding-top:19px;}
		#contact-form.main-contacts .buttons-wrapper a {
			float:right !important;
			margin:0 0 0 12px;
			}



/* Newsletter-form */
#newsletter-alt-form fieldset {
	border:none;
}
	#newsletter-alt-form input[type=text] {
		width:215px;
		padding:7px 0 7px 10px;
		background:#f9f9f9;
		border:none;
		color:#686666;
		border:1px solid #e2e2e2;
		border-right:1px solid #bababa;
		border-left:1px solid #bababa;
		border-top:1px solid #bababa;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		behavior:url(js/PIE.htc);
		margin-right:12px;
		font-size:12px;
		position:relative;
		}
	#newsletter-alt-form input[type=submit] {
		width:75px;
		height:32px;
		background:#3d3d3d;
		border:none;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		behavior:url(js/PIE.htc);
		position:relative;
		cursor:pointer;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		}




/* SlideDown element */
.slideDown {
	padding:0 1px 0 0;
	}
	.slideDown dt {
		background-color:#333132;
		background-image:url(../images/arrow1.gif);
		background-repeat:no-repeat;
		background-position:100% 16px;
		box-shadow:1px 1px 1px #d1d1d1;
		-moz-box-shadow:1px 1px 0 #d1d1d1;
		-webkit-box-shadow:1px 1px 0 #d1d1d1;
		color: #fff !important;	
		padding:9px 0 9px 21px;
		margin-bottom:4px;
		font-weight:bold;
		text-decoration:none;
		display:block;
		font-size:12px;
		cursor:pointer;
		margin-bottom:10px;
	}
	.slideDown dt:hover, .slideDown dt.active {
		background-color:#a5a5a5;
		color:#fff !important;
		text-shadow:0 0 5px #fff;
	}
	.slideDown dt.active {
		background-image:url(../images/arrow2.gif);
	}

	.slideDown dd {
		display:none;
		padding:10px 20px 20px 20px;
	}
	.slideDown.absolute dd {
		position:absolute;
		background:#fff;
	}




/* Accordion */
dl#accordion {
	list-style-type:none;
	margin: 0;
	padding: 0 2px 0 0;
	height:auto !important;
}
	dl#accordion .indent {  
		padding-top:7px !important;
		padding-bottom:5px !important
		}

	dl#accordion a {
		display: block;

		text-decoration: none;	
		}

	dl#accordion dt {
		margin-top:1px;
		}
		dl#accordion dt a {
			background-color:#333132;
			background-image:url(../images/arrow1.gif);
			background-repeat:no-repeat;
			background-position:100% 16px;
			box-shadow:1px 1px 1px #d1d1d1;
			-moz-box-shadow:1px 1px 0 #d1d1d1;
			-webkit-box-shadow:1px 1px 0 #d1d1d1;
			color: #7f7f7f;	
			padding:9px 0 9px 21px;
			margin-bottom:4px;
			font-weight:bold;
			text-decoration:none;
			display:block;
			font-size:12px;
			}

		dl#accordion dt a:hover {
			background-color:#8e8d8b;
			color:#fff;
			}

		dl#accordion dt.active a{
			background-color:#ccc;
			background-image:url(../images/arrow2.gif);
			color:#333;
			}

	dl#accordion dd {
		display:none;
		margin-bottom:0;
	}
		dl#accordion dd .indent {
			padding:10px 30px 14px 20px !important;
		}
		dl#accordion dd a {
			display:inline;
			background:none;
			padding:0;
			font-weight:bold;
			width:auto;
			text-decoration:underline;
		}
		dl#accordion dd a:hover {
			text-decoration:none;
			background:none;
		}
		.sub_menu  li {
			list-style:none;
			line-height:30px!important;
			padding-left:0 !important;
			background:none !important;
			padding:0px 0 !important
		}
		.sub_menu li a {
			font-size:12px !important;
			line-height:30px!important;
		}


/* Tooltips */
.aToolTip {
	border:2px solid #444;
	background:#555;
	color:#fff;
	margin:0;
	padding:2px 8px;
	font-size:11px;
	}

.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
	}

a.aToolTipCloseBtn {
	display:block;
	height:20px;
	width:20px;
	overflow:hidden;
	background:url(../images/close.gif) no-repeat;
	text-indent:-9999px;
	outline:none;
	position:absolute;
	top:-15px;
	right:-20px;
	}


/* Coin Slider */
#coind-slider { overflow:hidden;}
.coin-slider { 
	overflow: hidden;
	zoom: 1;
	position: relative;
	padding-bottom:30px;
	}
.coin-slider a { text-decoration: none; outline: none; border: none; }

.cs-buttons { 
	font-size: 0px;
	padding: 10px;
	float: left;
	}
	.cs-buttons a { 
		margin-left: 5px;
		height: 10px;
		width: 10px;
		float: left;
		border: 1px solid #322e30;
		background:#322e30;
		color: #a5a5a5;
		text-indent: -9999em; 
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		behavior:url(js/PIE.htc);
	}
	.cs-buttons a:hover,
	.cs-buttons a.cs-active { 
		background-color: #a5a5a5;
		border: 1px solid #a5a5a5;
		color: #fff;
		}

	.cs-title { 
		width:100%; 
		padding: 10px 0; 
		background-color: #000;
		color: #fff;
		text-indent:10px;
		}

	.cs-prev, 
	.cs-next { 
		background-color: #000;
		color: #fff;
		padding: 0px 10px;
	}
	.cs-prev:hover,
	.cs-next:hover { background:#a5a5a5;}


/* Gallery */
#galleryfic_gallery {
	padding-bottom:50px;
	width:100%;
	overflow:hidden;
	}
	div.content {
		/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
		display: none;
		width: 919px; 
		position:relative;
		z-index:10;
		margin-bottom:20px;
	}
		div.content a, div.navigation a {
			text-decoration: none;
			color: #777;
		}
		div.content a:focus, div.content a:hover, div.content a:active {
			text-decoration: underline;
		}
	div.slideshow-container {
		position: relative;
		clear: both;
		height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
		z-index:10
	}
		.advanced_gallery div.slideshow-container {
			width:60%;
			overflow:hidden;
		}
	div.loader {
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	div.slideshow {
		height: 463px;
		width:919px;
		overflow:hidden;
	}
	div.slideshow span.image-wrapper {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 475px;
		width:919px;
	}
	div.slideshow a.advance-link {
		display: block;
		width: 466px;
		height: 243px; /* This should be set to be at least the height of the largest image in the slideshow */
		text-align: center;
		overflow:hidden;
	}
	div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
		text-decoration: none;
	}
	div.slideshow img {
		position:absolute;
		left:0;
		top:0;
		padding:4px;
		border:1px solid #ddd;
	}
	div.slideshow.noborder img {
		padding:0;
		border:none;
	}
	div.caption-container {
		position: relative;
		clear: left;
		height:40px;
	}
		.advanced_gallery div.caption-container {
			position:absolute;
			right:0;
			top:0;
			width:40%;
		}
	span.image-caption {
		display: block;
		position: absolute;
		width: 466px;
		top: 0;
		left: 0;
	}
	div.caption {
		padding:10px 70px 0 30px;
		overflow:hidden;
	}
	div.caption h4 {
		float:left;
		background:#fff;
	}
	div.image-desc {
		font-size:10px;
		text-transform:uppercase;
		float:right;
		padding:8px 0 0 0;
	}
	div.navigation {
		/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	}
	ul.thumbs {
		clear: both;
		margin: 0;
		padding: 0;
	}
	ul.thumbs li {
		float: left;
		padding:1px !important;
		background:none !important;
		list-style: none;
		margin:0 4px 0 0;
		border:1px solid #ddd;
		margin-bottom:4px;
	}
	ul.thumbs li.last {
		padding-right:0;
	}
	a.thumb {
		display: block;
	}
	ul.thumbs li.selected a.thumb {
	}
	a.thumb:focus {
		outline: none;
	}
	ul.thumbs img {
		border: none;
		display: block;
	}


/* Kwicks */
.kwicks-wrapper {
	width:940px;
	overflow:hidden;
}
	.kwicks-box {
		border:1px solid #323232;
		padding:12px;
		}
	
	.kwicks {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0 !important;
		overflow:hidden;
		height:396px;
		background:#000;
		}
	.kwicks li{
		/* these are required, but the values are up to you (must be pixel) */
		width: 155px;
		height: 396px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0 !important;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		background:none !important;
		}
	.kwicks li.active {
		opacity:1;
		filter: alpha(opacity=100);
		}
	.kwicks.horizontal li {
		/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
		margin-right: 0; /*Set to same as spacing option. */	
		float: left;
		}	
	
	.kwicks_vertical {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0 !important;
		overflow:hidden;
		width:950px;
		height:396px;
		background:#000;
		}
	.kwicks_vertical li{
		/* these are required, but the values are up to you (must be pixel) */
		height: 196px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0 !important;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		float:none;
		opacity:.5;
		filter: alpha(opacity=50);
		}
	.kwicks_vertical li.active {
		opacity:1;
		filter: alpha(opacity=100);
		}

/* Elements list */
.elements-list li {
	background:none !important;
	padding:0 0 12px 0 !important;
	position:relative;
	}
	.elements-list li code {
		position:absolute;
		right:0;
		top:-3px;
		padding:2px 3px 1px 3px;
		border:1px dotted #333;
		}


/* Tabs */
.tabs {
	clear: left;
	float: left;
	padding: 15px 0 30px 0;
	width:100%;
	}
	.tabs ol {
		list-style-type: decimal;
		margin: 0 0 0 20px;
		}
		.tabs ol li {
			display: list-item;
			float: none;
			padding-bottom:5px !important;
			font-size:12px;
			color:#6b6a6a;
			}
	
	.tabs ul.nav { width:100%;}
		
	.tabs ul {
		float: left;
		list-style: none;
		margin: 0 0 5px 0 !important;
		padding:0 0 0 0 !important;
		}
		.tabs li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
			background:none !important;
			padding:0 0 0 0 !important;
			}
		.tabs .selected {
			margin-bottom: -5px;
			position: relative;
			}
		.tabs .selected a {
			background: #f0f0f0;
			color: #000;
			padding-bottom: 10px;
			}
		.tabs a:hover {
			background: #f0f0f0;
			color: #000;
			}

		.tabs a {
			background:#000;
			color: #fff;
			display: block;
			padding:5px 10px;
			text-decoration: none;
			}
		/* Added by Nagender */
		.tabs .selected a.link {
			background: #f0f0f0;
			color: #000;
			padding-bottom: 10px;
			}
		.tabs a.link:hover {
			background: #f0f0f0;
			color: #000;
			}

		.tabs a.link {
			background:#FFF;
			color: #000;
			display: block;
			padding:5px 10px;
			text-decoration: none;
			}
		/* end */
	.tabs .tab-content {
		background: #f0f0f0;
		clear: both;
		width: auto;
		max-width:940px;
		overflow:auto;
		}
		.tabs .tab-content .inner {
			padding:10px;
			}
	
	.tabs p { margin-bottom: 5px; }
	.tabs .tab-content strong { color:#000;}
	
	.tabs pre {
		margin:4px 0;
	}
	.tabs code {
		overflow:auto;
	}
	*+html .tabs code { overflow:visible;}


/* Twitter */
#twitter {
	margin-bottom: 2em;
	}

	#twitter h2 {
		margin: 0 0 5px 0;
		padding:.5em 1em;
		font-size: 1.5em;
		color: #fff;
		background-color: #888;
		letter-spacing:0;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		}

	#preloader {

		margin: 0;
		padding: 1em 1em 1em 3em;
		text-indent:10px;
		background: transparent url(../images/loader.gif) 1em center no-repeat;
		/* generate your own loader gif: http://www.ajaxload.info */
		}

	ul#twitter_update_list {
		margin: 0;
		padding: 0 0 0.5em 0;
		list-style-type: none;
		}
		ul#twitter_update_list li {
			margin: 0;
			padding: 0.8em 0 1em 1em !important;
			background:#f0f0f0;
			margin-bottom:7px;
			}
		ul#twitter_update_list li:hover {
			background-color:#a5a5a5;
			color:#fff;
			}
			ul#twitter_update_list li:hover a {
				color:#000;
				}

			ul#twitter_update_list li a {
				/* timestamp link */
				color: #000;
				}
			
				ul#twitter_update_list li span {
					display: block;
					}
				
				ul#twitter_update_list li span a {
					/* links in tweet */
					color: #a5a5a5;
					}
				
			ul#twitter_update_list li.firstTweet {
				
				}
			ul#twitter_update_list li.lastTweet {
				border-bottom: none;
				}
			
			a#profileLink {
				display: block;
				padding: 0.3em 1em;
				color: #fff;
				background-color: #000;
				}





/*======================================================*/

/* Code grabber */
.code {
	padding:30px 0 10px 0;
}
	.code a.code-icon {
		margin-bottom:10px;
	}
	.code a.code-icon:hover {
		text-decoration:none; color:#000
	}
	.code a.code-icon i {
		padding-right:6px;
		font-style:normal;
	}
	.code div.grabber {
		display:none;
	}
	.code code {
		padding:0 10px 0 10px;
		background:#f6f6f6;
		color:#333;
		border:1px solid #dfdfdf;
		white-space:pre;
		overflow:auto;
	}

/* Advanced Menu */
#advanced {
	position:fixed;
	z-index:999;
	right:-172px;
	top:50px;
	background:#181818;
	padding:20px 16px 20px 18px;
	width:135px;
	font-size:11px;
	border-right:3px solid #3a3a3a;
	font-family:Tahoma, Geneva, sans-serif;
	color:#dfdfdf;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
	#advanced span.trigger {
		display:block;
		position:absolute;
		left:-81px;
		top:50%;
		margin-top:-160px;
		width:81px;
		height:50px;
		background:#fff;
		cursor:pointer;
		text-align:center;
		background:url(../images/panel/adv-trigger.png) no-repeat 0 0;
	}
		#advanced span.trigger strong {display:block; padding:4px 0 0 0;}
		#advanced ul li {
			background:url(../images/panel-arrow.gif) no-repeat 0 6px;
			padding:0 0 0 13px;
			font-size:12px;
		}
		#advanced ul li.trigger_adv {
			padding:0 0 0 0;
		}
			#advanced ul li.trigger_adv > span {
				background:url(../images/panel-arrow2.gif) no-repeat 100% 8px #636363;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				padding:0 20px 0 12px;
				color:#dfdfdf;
				font-weight:bold;
				display:inline-block;
			}
			
		#advanced ul li a {
			color:#4393d0;
			text-decoration:none;
		}
		#advanced ul li a:hover {
			text-decoration:underline;
		}
		#advanced ul ul {
			margin-left:13px;
		}
			#advanced ul ul li {
				font-size:11px;
				background:url(../images/panel-arrow1.gif) no-repeat 0 7px;
			}
			#advanced ul ul a {
				text-transform:capitalize;
				color:#dfdfdf;
			}
			#advanced ul ul ul {
				margin-left:8px;
			}
			#advanced ul ul ul li {
				background:none;
				}
			#advanced ul ul ul li a {
				color:#939393;
			}

/* Added by Nagender */
input.medium[type=text] , input.medium[type=password]  {
	width:185px;
	padding:11px 10px 11px 10px;
	left: 5px;
	background: url(../images/bg_input-1.gif) top left repeat-x #d7d7d7;
	border:1px solid #a8a8a8;
	border-top:2px solid #8f8f8f;
	display:inline;
	color:#6b6a6a;
	font-size:11px;
	font-weight:bold;
	border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative
} 

select.medium {
	width:auto;
	padding:6px 5px 6px 5px;
	left: 2px;
	background: url(../images/bg_input-1.gif) top left repeat-x #d7d7d7;
	border:1px solid #a8a8a8;
	border-top:2px solid #8f8f8f;
	display:inline;
	color:#6b6a6a;
	font-size:11px;
	font-weight:bold;
	border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative
}

input.large[type=text] , input.large[type=password]  {
	width:250px;
	padding:9px 10px 9px 10px;
	left: 5px;
	background: url(../images/bg_input-1.gif) top left repeat-x #d7d7d7;
	border:1px solid #a8a8a8;
	border-top:2px solid #8f8f8f;
	display:inline;
	color:#6b6a6a;
	font-size:11px;
	font-weight:bold;
	border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative
} 

textarea.large {
	width:500px;
	height:500px;
	background: url(../images/bg_input1.gif) top left repeat-x #d7d7d7;
	border:1px solid #a8a8a8;
	border-top:2px solid #8f8f8f;
	padding:9px 10px 9px 10px;
	overflow:auto;
	margin:auto;
	display:block;
	color:#6b6a6a;
	font-weight:bold;
	font-size:11px;
	border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative

}

textarea.medium {
	width:500px;
	height:250px;
	background: url(../images/bg_input1.gif) top left repeat-x #d7d7d7;
	border:1px solid #a8a8a8;
	border-top:2px solid #8f8f8f;
	padding:9px 10px 9px 10px;
	overflow:auto;
	margin:auto;
	display:block;
	color:#6b6a6a;
	font-weight:bold;
	font-size:11px;
	border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative
}

textarea.small {
	/*width:500px;
	height:250px;*/
	background: url(../images/bg_input1.gif) top left repeat-x #d7d7d7;
	border:1px solid #a8a8a8;
	border-top:2px solid #8f8f8f;
	padding:9px 10px 9px 10px;
	overflow:auto;
	margin:auto;
	display:block;
	color:#6b6a6a;
	font-weight:bold;
	font-size:11px;
	border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative
}
				
input.small[type=text] , input.small[type=password]  {
	width:85px;
	padding:6px 5px 6px 5px;
	left: 5px;
	background: url(../images/bg_input-1.gif) top left repeat-x #d7d7d7;
	border:1px solid #a8a8a8;
	border-top:2px solid #8f8f8f;
	display:inline;
	color:#6b6a6a;
	font-size:11px;
	font-weight:bold;
	border-style: solid; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;  position:relative
} 

.error {display:inline; color:#FF0000;border-bottom:1px dashed #000000;}


.expired 
{
	background-color: #666666;
	color:#FFFFFF
}

.expired a
{
	color:#FFFFFF
}
