body{margin:0; text-align:center; padding:0; background: #88cfed url(http://www.tezgsm.com/templates/tezgsm/i/bg.jpg) no-repeat top center; font-size:12px; font-family:Tahoma; color:#656566}
#logoWrap{margin-top:25px; margin-left:60px;}
#topWrap{width:1140px; text-align:left; margin:auto; height:100px;}
#pageWrap{width:1140px; text-align:left; margin:auto; height:auto;}
#pageWrap .tl{width:16px;}
#pageWrap .lb{background:url(/templates/tezgsm/i/left.png) repeat-y; width:16px; height:100%}
#pageWrap .bl{width:16px;}
#pageWrap .tr{width:16px; height:16px;}
#pageWrap .rb{background:url(/templates/tezgsm/i/right.png) repeat-y; width:16px; height:100%}
#pageWrap .br{width:16px; height:16px;}
#pageWrap .left{float:left;}
#center {float:left; width:95%; height:auto}
#top{background:url(/templates/tezgsm/i/top.png) repeat-x; height:16px;}
#bottom{background:url(/templates/tezgsm/i/bottom.png) repeat-x; height:16px;}
#ctn{background:#FFFFFF; height:auto; overflow:hidden;}
* HTML #ctn{background:#FFFFFF; height:100%; overflow:hidden}
#pageWrap .right{float:left; }

#leftContent{display:inline; float:left; height:auto; width:220px; margin-top:10px; margin-left:10px; margin-right:20px;}
#leftContent .box{margin-bottom:15px; overflow:hidden; background:url(/templates/tezgsm/i/dot.gif) repeat-x bottom; height:auto; width:220px;}
#leftContent .logform{width:94px; border:1px solid #c7c7c7; font-family:Tahoma; font-size:11px; color:#656566}
#leftContent .logform1{width:94px; border:1px solid #c7c7c7; font-family:Tahoma; font-size:11px; color:#656566}
#leftContent .logform2{width:94px; border:1px solid #c7c7c7; font-family:Tahoma; font-size:11px; color:#656566}
#leftContent .controllog{height:auto; text-align:center; font-family:Tahoma; font-size:11px; color:#356f9a; padding-top:5px;}
#leftContent .logbtn{margin-top:5px; margin-bottom:12px}
#leftContent .selbox{line-height:17px; width:200px; font-family:Tahoma; font-size:11px; color:#656566; margin-left:9px;}
#leftContent .selbox1{line-height:17px; width:200px; font-family:Tahoma; font-size:11px; color:#656566; margin-left:9px;}
#leftContent .selbox2{line-height:17px; width:200px; font-family:Tahoma; font-size:11px; color:#656566; margin-left:9px;}
#leftContent .cards{margin-top:5px; margin-left:7px;}
#centerContent{float:left; height:auto; width:620px; margin-top:50px;}
#centerContentTpl2{float:left; height:auto; width:820px; margin-top:50px;}
#rightContent{float:left; height:auto; width:185px; margin-left:20px; margin-bottom:35px; margin-top:10px;}
#bottomContent{clear:both; margin-left:15px; margin-bottom:15px; overflow:hidden}

#menubox{height:43px;position:absolute; margin-top:-61px}
* HTML #menubox{height:43px;position:absolute; margin-top:-62px}
#menubox .left{float:left}
#menubox .right{float:left}
#menubox .center{width:565px; float:left; height:42px; background:url(/templates/tezgsm/i/bgMenu.gif) repeat-x}

		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

		

		

		

		

		

		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

		

		p#cross-links { margin-top:305px; margin-left:60px;position:absolute; z-index:100; text-align: center }

		a.cross-link{margin-left:20px; font-family:"Trebuchet MS"; font-size:20px; color:#dd3c1d; text-decoration:none}

		a.cross-link:hover{margin-left:20px;  font-family:"Trebuchet MS"; font-size:20px; color:#dd3c1d; text-decoration:underline}

		

		p#cross-links {}

		

		a:focus { outline:none }

		

		img { border: 0 }

		

		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

		

		

		

		.stripViewer .panelContainer .panel ul {

			text-align: left;

			margin: 0 15px 0 30px;

		}

		

		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */

			margin: 20px 0;

			position: relative;

			width: 100%;

		}



		/* These 2 lines specify style applied while slider is loading */

		.csw {width: 100%; height: 354px; overflow: scroll}

		.csw .loading {}



		.stripViewer { /* This is the viewing window */
z-index:1;
			

			position: relative;

			overflow: hidden; 

			/* this is the border. should have the same value for the links */

			margin: auto;

			width: 618px; /* Also specified in  .stripViewer .panelContainer .panel  below */

			height: 354px;

			clear: both;

			

		}

		

		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */

		      position: relative;

			left: 0; top: 0;

			width: 100%;

			list-style-type: none;

			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */

		}

		

		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */

			float:left;

			height: 100%;

			position: relative;

			width: 618px; /* Also specified in  .stripViewer  above */

		}

		

		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */

			padding: 1px 5px;

		}

		

		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */

			display:none;

		}

		

		.stripNav ul { /* The auto-generated set of links */

			list-style: none;

		}

		

		.stripNav ul li {

			float: left;

			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */

		}

		

		.stripNav a { /* The nav links */

			font-size: 10px;

			font-weight: bold;

			text-align: center;

			line-height: 32px;

			

			color: #fff;

			text-decoration: none;

			display: block;

			padding: 0 15px;

		}

		

		.stripNav li.tab1 a {  }

		.stripNav li.tab2 a {  }

		.stripNav li.tab3 a {  }

		.stripNav li.tab4 a {  }

		.stripNav li.tab5 a {  }

		

		.stripNav li a:hover {

			

		}

		

		.stripNav li a.current {

			;

			color: #fff;

		}

		

		.stripNavL, .stripNavR { /* The left and right arrows */

			position: absolute;

			top: 230px;

			text-indent: -9000em;

		}

		

		.stripNavL a, .stripNavR a {

			display: block;

			height: 40px;

			width: 40px;

		}

		

		.stripNavL {

			left: 0;

		}

		

		.stripNavR {

			right: 0;

		}
.mapbtn{position:absolute; margin-top:-59px;}	
*html .mapbtn{position:absolute; margin-top:-47px;}
.logo_pay{float:left; margin-right:20px;}

		