/*  STANDARD DOCUMENT VERSION: PBL_HTML_001_09
    COMPANY NAME: PBL
    COMPANY URL: www.pixelbytelab.com
    PROJECT NAME: template
    MODULE NAME: stylesheet
    CREATED ON: 15-09-09
    CREATED BY: Vadivelu
    MODIFIED BY: if modified
    MODIFIED ON: date specify
*/

/* --------------------------------------------------  reset style start ----------------------------------------------------------------------------------*/
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
/* reset style close */
/* clearfix start */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear:both
}
html {
	overflow-y:scroll;
}
body {
	background: #e0e0e0 url(../images/mainbg.jpg) repeat-x 0 0;
	font:12px Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#666;
}
/* --------------------------------------------------  reset style end ----------------------------------------------------------------------------------*/
h1 {
	font:34px Century Gothic;
	font-weight:normal;
	color:#333;
	padding-bottom:10px;
	margin-left:-2px;
	line-height:34px;
}
h2 {
	font:20px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:10px;
}
h3 {
	font-size:14px;
	padding-bottom:10px;
}
h4 {
	font-size:11px;
	padding-bottom:10px
}
p {
	padding:10px 0;
	clear:both;
}
a {
	color:#c00;
	text-decoration:none;
}
#container {
	text-align:left;
	width:954px;
	overflow:hidden;
}
img {
	display:block;
}
.imgFloat {
	float:left;
	display:inline-block;
}
#header {
	height:412px;
	padding-right:14px;
	width:954px;
}
.headerTop {
	height:240px;
}
.headerImage {
	float:left;
}
.logo {
	display:inline-block;
	float:right;
}
.bannerSection {
	height:172px;
	position:relative;
}
.cartoon {
	position:absolute;
	top:-100px;
	right:0;
}
#banner {
	height:162px;
	width:370px;
}
#topbanner table {
	border:5px solid #fff;
}
#topbanner table td {
	width:370px;
	height:162px;
	vertical-align:middle;
}
#topbanner table td img {
	padding:0;
	margin:0;
}
#content {
	background: url(../images/contentbg.gif) repeat-y 0 0;
	text-align:justify;
	border-bottom:1px solid #c9c8c8;
	margin-right:15px;
}
#content td {
	padding:5px 0;
	vertical-align:middle;
}
#content ul {
	list-style-type:disc;
	padding:10px 25px 10px 25px;
}
#content ol {
	padding:10px 25px 10px 25px;
}
#contentLeft {
	width:223px;
	float:left;
	border-top:1px solid #c9c8c8;
	margin-right:20px;
}
#content .galleryCategory ul{
list-style-type:none;
padding:0;
}
#content .galleryCategory ul li{
background:url(../images/crosshair3.gif) no-repeat scroll 0 0;
padding:2px 0 2px 25px;
margin-bottom:5px;
}

#content ul.tabs-nav {
	list-style-type:none;
	padding-left:0;
	padding-bottom:1px;
}
#contentLeft .innerContent {
	padding:5px 0;
	border-top:1px solid #fff;
}
#contentRight .innerContent {
	padding:5px 0 20px 0;
}
.leftMenu, .leftMenu1 {
	padding:0 5px;
}
.leftMenu1{
width:215px;
float:right;
}
.leftMenu1 p{padding-bottom:20px}
.leftMenu ul, .leftMenu1 ul{
	list-style-type:none !important;
	padding:0 !important;
}
.leftMenu ul li, .leftMenu1 ul li {
	height:27px;
}
.leftMenu ul li a, .leftMenu1 ul li a  {
	color:#fff;
	background: url(../images/menubg.jpg) repeat-x 0 0;
	border:1px solid #9c000b;
	height:25px;
	line-height:25px;
	display:block;
}
.leftMenu ul li a span, .leftMenu1 ul li a span {
	background: url(../images/menuarrow.gif) no-repeat 190px 6px;
	height:25px;
	padding:0 20px 0 10px;
	line-height:25px;
	display:block;
	cursor:pointer;
}
.leftMenu ul li a:hover, .leftMenu ul li.active a, .leftMenu1 ul li a:hover, .leftMenu1 ul li.active a   {
	background: url(../images/menubg.jpg) repeat-x 0 bottom;
	border:1px solid #323232;
}
#contentRight {
	width:695px; /*total 730 - 15 margin -20 padding*/
	float:left;
	
}
#footer {
	height:30px;
	border-top:1px solid #fff;	
	color:#888686;
	width:100%;
}
.footerContent{width:954px;padding:5px 0 0 0;
	margin-right:15px;
	text-align:right;
	font-size:10px;}
/*form*/

.frmrow {
	display:inline-block;
	width:100%;
	line-height:normal;
	margin-bottom:8px;
	_margin-bottom:6px;
}
.rowLeft {
	width:120px;
	vertical-align:top;
	float:left;
	display:inline-block;
	padding-top:6px;
}
.rowLeft1 {
	width:100px;
	vertical-align:top;
	float:left;
	display:inline-block;
	padding-top:6px;
}
.rowRight {
	float:left;
}
.frmrow:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .frmrow {
	display: block;
}
* html .frmrow {
	height: 1%;
}
.tbox, .tarea, .tboxsmall, .tboxdummysmall {
	width:220px;
	color:#666;
	padding:5px 0 5px 2px;
	border:1px solid #bbb;
}
.tbox {
	height:15px;
}
.tarea {
	height:80px;
	overflow:auto;
}
#contactCaptcha div {
	float:left;
	padding:6px 2px 0 0;
	text-align:right
}
#contactcaptchaValue {
	float:left
}
#contactCaptcha1 {
	display:inline-block;
	padding:5px 0 0 5px;
	vertical-align:top;
	width:150px;
	float:left;
}
.formbtn {
	margin-top:5px;
	border:1px solid #ccc;
	color:#666;
	background:#eee;
	padding:5px 10px;
	display:inline-block;
}
/*Form*/

#main2 td {
	vertical-align:top;
	padding-bottom:10px;
	color:#666;
	border:none;
	text-align:left
}
.firma1 {
	width:200px;
}
.name {
	width:230px;
}
.post {
	width:200px;
}
#text {
	width:363px;
	height:115px
}
#registerForm .iam input {
	clear:left;
	border:none;
	height:15px;
	padding:0;
	width:15px;
	display:block;
	margin:0 5px 0 0;
	_margin:0 2px 0 0;
	float:left
}
#registerForm input, #kontfrm input {
	border:1px solid #ccc;
	width:170px;
	color:#666;
	height:15px;
	padding:5px 0 5px 2px
}
#registerForm textarea {
	border:1px solid #ccc;
	color:#666;
	padding-top:5px;
}
#kontfrm {
	width:440px;
	float:left;
	display:block;
	height:320px
}
#kontfrm textarea {
	width:373px;
	height:100px;
	margin-top:2px;
	border:1px solid #ccc
}
#registerForm input#submit, .odrfrm input#reqsubmit, #kontfrm input#submit {
	width:45px !important;
	padding:0;
	border:none;
	height:45px !important;
	background:url(../images/crosshair.gif) no-repeat scroll 0 0;
	cursor:pointer;
}
#registerForm span {
	border:1px solid #666;
	margin-left:1px;
	float:left
}
form#Gmap {
	clear:both;
	padding-top:30px;
	_padding-top:10px
}
#kontfrm input {
	margin-bottom:10px;
}
#kontfrm span {
	margin-top:10px;
	border:1px solid #666;
	margin-left:1px;
	float:left
}
#kontfrm span input {
	margin:0;
	padding:0;
}
#main td {
	vertical-align:middle
}
a, img {
	border:none
}
.row {
	width:450px;
	margin:10px 0;
	display:block;
	clear:both
}
.left {
	width:150px;
	float:left;
	padding-top:6px
}
.right {
	margin:0;
	padding:0
}
.clearbtn {
	width:78px !important;
	font-weight:bold;
	padding:2px 0 5px !important;
	height:30px !important;
	border:none;
	color:#fff;
	background-color:#F0F0F0;
	vertical-align:middle
}
.btns {
	border:1px solid #666;
	margin-left:1px;
	float:left;
}
.odrfrm .btns{
border:1px solid #ccc;
}
.odrfrm input, #Gmap input {
	border:1px solid #ccc;
	height:15px;
	padding:5px 0 5px 2px;
	width:250px;
	color:#666
}
.odrfrm .txtarea {
	border:1px solid #ccc;
	height:100px;
	width:250px;
	padding:5px 0 0 2px;
	color:#666
}
.sound {
	position:absolute;
	top:0;
	z-index:5
}
.dirbtn {
	background:#eee;
	border:0;
	padding:5px;
	color:#666;
	font-weight:bold
}
#contactcaptchaValue {
	text-align:center;
	width:20px;
	float:left
}
.sound {
	position:absolute;
	top:0;
	z-index:5
}
.red {
	color:#c00;
	font-size:12px
}
/* Safari */
 @media screen and (-webkit-min-device-pixel-ratio:0) {
#contactCaptcha {
 width:400px;
}
}

 /* Firefox 1 - 2 */

.senden, x:-moz-any-link {
margin-top:20px
}
.senden, x:-moz-any-link x:default {
margin-top:0px
}
/*event*/
#mainEvent ul {
	padding:0;
	font-size:12px
}
#events {
	background:url(../images/leftcorner.jpg) no-repeat scroll 0 0;
	padding-left:20px
}
#events ul {
	padding:0;
	background:url(../images/rightcorner.jpg) no-repeat scroll 100% 0;
}
#mainEvent ul li {
	float:left;
	list-style-type:none;
	padding:7px 0;
}
#events ul li {
	font-size:12px;
	color:#000;
	font-weight:bold;
}
ul li.date1, ul li.date2 {
	width:130px
}
ul li.events2 {
	width:425px
}
ul.heading li.events1 {
	width:541px;
	background:url(images/event-right.jpg) no-repeat scroll 100% 0px
}
ul.list li {
	padding:10px 0 10px 10px;
	color:#666
}
ul.list li a {
	color:#666
}
#mainEvent ul.list {
	padding-left:20px;
	background:#fff;
	border-bottom:1px solid #e0e0e0;
	color:#666;
	font-size:12px
}
ul#pagination {
padding:10px 15px;
}
ul#pagination li {
	float:left;
	list-style-type:none;
	padding:0 4px;
	color:#cd1925
}
ul#pagination li a {
	color:#cd1925;
	font-size:12px;
}
ul#pagination span.nonactive,ul#pagination span.isactive1{font-weight:bold; text-decoration:underline}
ul#pagination li.activebut a, ul#pagination li.active a {
	font-weight:normal;
	text-decoration:none;
	color:#999
}
#mainEvent ul li.detail {
	padding-left:20px
}
/*gallery*/
#photoGallery table td {
	border:1px solid #c5c3c4;
	width:123px;
	height:125px;
	_height:123px;
	vertical-align:middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#photoGallery table td {
height:123px;
}
}
.galleryvspace {
	width:17px !important;
	border:none !important;
	background:none !important;
}
.galleryhspace {
	height:17px !important;
	border:none !important;
	background:none !important;
}
.galleryLink {
	padding-bottom:15px;
}
.galleryLink a {
	color:#d31c29;
	text-decoration:underline;
	display:block;
	/*padding-right:5px;
	margin-right:3px;
	border-right:1px solid #333;*/
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}
.galleryLink a.last {
	padding:0;
	margin:0;
	border:none;
}
.galleryLink a:hover, .galleryLink a.active {
	color:#666;
	text-decoration:none;
}
#photoGallery p {
	font-size:12px;
}
#photoGallery h2 {
	font-size:14px;
	color:#333
}
#mainEvent li a:hover {
	color:#c00
}
#Gmap textarea {
	line-height:16px;
	height:75px;
	width:270px;
}
#Gmap span {
	vertical-align:top;
	padding-top:0
}
#Gmap span.send {
	border:1px solid #999999;
}
h1 img {
	float:right;
	position:relative;
	right:0;
	top:-32px;
}
#fromAddress {
	width:270px;
}
/*
.contact-pop{width:260px; float:left; padding-top:9px}
.contact-pop label {display:block; padding-bottom:5px}

#smscountrycode,#smsmobileno{border:none; float:left;height:15px;
padding:5px 0 5px 0; }
#smscountrycode{width:27px; border-right:none}
#smsmobileno{border-left:none}
#contactCaptcha{margin-bottom:10px}
span.sms{margin-bottom:10px}
h2.heading{ text-align:left; font-size:18px;padding:10px 0 0 0 }
#mainEvent{background:url(../images/eventbg.jpg) repeat-x scroll 0 0;}*/

/* Gallery New*/

#imageGallery{
width:450px;
float:left;
}
#content .gallery td {
border:none;
line-height:normal;
margin-right:20px;
padding:0;
text-align:center;
vertical-align:middle;
}

table td {
vertical-align:middle;
}

.gallery_inner {
width:118px;
}

.gallery td img {
cursor:pointer;
display:block;
margin:0 auto;
padding:0;
}
.gallery_inner img {
cursor:pointer;
}
.textContent img {
margin:10px 0;
}
.gallery td.blanktd {
border:medium none;
width:17px;
}
.gallery td.blankRow {
border:medium none;
height:17px;
}
.galleryCategory {
border-bottom:1px solid #E0E0E0;
margin-bottom:15px;
overflow:hidden;
padding-bottom:15px;
width:210px;
}

.galleryCategory .active a{
color:#333;
}

.left1{float:left}
/*Contact Page New */

#content .contactpage td{border:0}
.cont #container {width:100%}	

.contactpage-left{float:left; width:450px}
.contact-right{float:right; width:400px;}
.cont #container #contentRight{width:900px;}
#Gmap .tbox{border:1px solid #ccc; height:15px; padding:5px 0 5px 2px;width:250px; font-size:11px; font-family:Arial,Helvetica,sans-serif; color:#666;*height:27px;}
#Gmap  textarea{border:1px solid #ccc; height:100px;width:250px; padding:5px 0 0 5px;font-size:11px; font-family:Arial,Helvetica,sans-serif; color:#666}
.dirbtn{background:#eee;border:1px solid #ccc;padding:2px 20px;*padding:5px 0;color:#666;font:11px arial;font-weight:bold; width:150px !important; height:27px !important}
#content .contact-right ul{
padding:0 0 20px 0;
margin-left:10px;
}
#content .contact-right ul li{
padding:0 10px;
list-style:none;
background:url(../images/arrow.gif) no-repeat scroll 0 3px;
padding:0 0 5px 20px;
}
.address{float:left}
.contact-pop{width:220px; float:left; padding-top:7px}
.contact-pop label {display:block; padding-bottom:5px}

input#smscountrycode,input#smsmobileno{border:0 !important; float:left;height:15px;
padding:5px 0 5px 0; width:29px }
input#smsmobileno{width:149px}

#smsmobileno{border:none}
#smscountrycode{width:29px; border:0px;}
#contactCaptcha{margin-bottom:10px}
span.sms{margin-bottom:10px;width:182px;_width:auto; background:#fff; border:1px solid #ccc}
h2.heading{ text-align:left; font-size:18px;padding:10px 0 0 0 }
#mainEvent{background:url(../images/eventbg.jpg) repeat-x scroll 0 0;}

.printsection {
display:block;
height:10px;
}
.printsection img{
float:right;
margin-right:5px;
}
.printsection span{
float:right;
}
#registerForm .post span{border:none}
.cont {
overflow-x:auto;
width:1200px;
}