@charset "utf-8";
/* CSS Document */

/********************************************
   AUTHOR:  Kundan Biswas
 *******************************************/ 
 /************** reset **************/
 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
 p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
 dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
 sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
 label,legend,table,caption,tbody,tfoot,thead,tr,th,td
 {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
 body{line-height:1}
 ol,ul{list-style:none}
 blockquote,q{quotes:none}
 blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
 ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
 
 
 /************** common elements **************/
 
* {
	padding:0;
	margin:0;
	min-height:1px;
}

body {
	border:0; 
	margin:0 auto;
	padding:0;
	background: url(/styles/default/images/bg-pattern.gif) repeat #191919;
	font:normal 73%/1.5em "verdana",sans-serif;
	color:#000;
	text-align:justify;
}

/* links */
a { color: #000; text-decoration: none; }
a:hover { color: #087ca8; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h1 { 
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size: 1.4em; color: #000;
}

h2 { 
	font-size: 1.2em;
	margin:0px;
	padding:0px;
	color: #000;
 }

h3 {font-size: 1.3em;
	margin:0px;
	padding-bottom:4px;
	color:#000;
 }

p{
	font: 1em "verdana", Tahoma, Sans-serif;
	color: #000;
	line-height: 1.6em;
    margin-bottom : 8px;
	text-align:justify;
}
.text-bold {
	font-weight:bold;
	font-size:1.3em;
}

.text-bold-white {
	color:#FFF;
	font-weight:bold;
	font-size:1.3em;
}


/* images */
img {
	border:none;
	margin:0;
}

hr { 
	color: #edae1c;
	background-color: #000;
	height: 2px;
	border:none;
	margin:3px 0 0 0;
	}

blockquote {
  margin-top:20px;
  background: transparent url(/styles/default/images/quote-left.gif) left top no-repeat;
  border:none;
  margin:0;
  font:Arial, Helvetica, sans-serif;
  font-style:italic;
  color:#000;
  font-size:1em;
  font-weight:normal;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(/styles/default/images/quote-right.gif) right bottom no-repeat;
  border:none;
  margin:0;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 2px;
	padding-right: 2px;
	color: #fff;
	text-align: left;
}
tr {
	height: 30px;
}
td {
	padding:2px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
input[type=text] {
    padding: 3px;
}
textarea {
    padding: 3px;
}

/*form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "verdana", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "verdana", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;
	}	
*/

.clear {
	clear: both;
	}
 /************** structure **************/

#main {
	width:980px;
	height:auto;
	border:none;
	margin:0 auto 0 auto;
	padding: 0;
	background:none;
}

 /****** header *******/
#header {
	width:980px;
	height:188px;
	margin:0 auto 0 auto;
	padding:0;
	background: url(/styles/default/images/header-bg.jpg) no-repeat;
}

.logo{
	float:left;
	height:38px;
	width:411px;
	border:none;
	background:none;
	margin:80px 0 0 20px;
}

.topnav {
	width:980px;
	height:39px;
	margin:20px 0 0 0;
	background: url(/styles/default/images/navbar.png) no-repeat;
}

.topnav ul {
	padding-left: 10px;
}

.topnav li {
	display:inline;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding: 5px 5px 0 5px;
	line-height: 2.8em;
}

.topnav a {
	color:#000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding: 5px 5px 0 5px;
	line-height: 2.8em;
}

.topnav a:hover, a:active {
	color:#fed909;
	text-decoration:none;
}

.current a {
	color:#000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding: 5px 5px 0 5px;
	line-height: 2.8em;
}

.tollfree {
	float:right;
	color:#fed909;
	font-size:14px;
	font-weight:bold;
	margin:-30px 40px 0 0;
}
.bt-top {
	margin-top:2px;
}		

 /****** content *******/
 
#wraper {
 	width:944px;
	height:auto;
	background:#c8c8c8 url(/styles/default/images/wraper-bg.gif) repeat-x;
	margin:0 auto 0 auto;
	padding: 8px;
 }
 
.header-img {
	float:left;
 	width:626px;
	height:260px;
	background:none;
	padding:0;
	margin:0;
	border: 2px solid #FFF;
 }
 
.right-top-nav {
 	float:right;
 	width: 307px;
	height:260px;
	background:none;
	padding:0;
	margin:0;
	/*border: 2px solid #b4b4b4;*/
 }
 
.left-panel {
 	width:255px;
	height:auto;
	margin-top: 10px;
	float:left;
  }


  
.box {
	width:100%;
	background:none;
	margin-bottom: 7px;
}

.box-top {
	width:100%;
	background:#FCEFC3;
}

.box-top-yellow {
	width:100%;
	background:#FCEFC3;
	background: url(/styles/default/images/panel-bg2.jpg) repeat-x #FCEFC3;
}

.content-box-top {
	width:100%;
	background:#fff;
}

.box-bottom {
	width:100%;
	height:12px;
	background: url(/styles/default/images/box-shadow.jpg) repeat-x;
}
  
 .box-content {
	padding:9px;
} 




.gallery {
	width:100%;
	background:#212121;
	margin-bottom: 17px;
}

.gallery-top {
	width:100%;
	background: url(/styles/default/images/gallery-top.gif) repeat-x;
}

.gallery-bottom {
	width:100%;
	height:200px;
	border: 1px solid #FFCC66;  
}
  
 .gallery-content {
	padding:9px;
} 




.content-sec {
	width:682px;
	height:auto;
	margin-top: 10px;
	float:right;
}
 
/* .box ul {
}

.box li {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: 2em;
}

.box li a {
	color:#000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height: 2em;
	padding: 0 0 0 20px;
	background:url(/styles/default/images/bullet.gif) no-repeat left center;
}

.box li a:hover, .box li a:active {
	color: #d71918;
	text-decoration:none;
	padding: 0 0 0 20px;
	background:url(/styles/default/images/bullet-a.gif) no-repeat left center;
}		
*/

.box ul {
	margin: 0 0 5px 0;
	padding: 0px;
}

.box li {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}

.box li a {
	text-decoration: none;
}

.box li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #0099CC;
}

.box li ul {
	margin: 0 0 0 5px;
	list-style: square;
}



.footer-area {
    border:0; 
    margin:0 auto;
    padding:10px 0 10px 0;
    color:#000;
	background: #cc9e24 url(/styles/default/images/footer-bg.jpg) repeat-x;
	height:70px;
	width:100%;
	margin-top:10px;
}
.footer p{
    border:0; 
    margin:0 auto;
    text-align: center;
    padding:0;
    color:#FFF;
}

.ngg-thumbnail a{
 text-decoration: none;
}

.error { 
	border: #FF0000 2px solid;
	color:#FF0000;
	}
	
	
  /****** footer *******/
  

  
