
#container1 {margin:auto; padding:20px 0; width:960px; background:url(../img/back.jpg) top repeat-y;}
.topBox { margin: 20px auto ; width:920px;}
.stepsBox { margin: 20px auto ; width:920px; text-align:center;}
.videoBox { margin: 40px auto ; width:920px; text-align:center;}
.txtBox { margin: 20px auto ; width:920px; text-align:center;}
.tabBox { margin: 20px auto ; width:920px; text-align:center;}

hr { height:1px; color:#ccc;}

iframe {border: solid 1px #666;}

/*/tab code /*/


            div.content_tab {
                display:none;
            }
            .tabbed_section {
                border: 0px solid #ccc;
                width: 920px; /* width of tabbed panel */
            }
            .menu {
                clear: both;
                width: 920px;
            }
            .Display_content {
                clear: both;
                /*min-height: 44px;*/
                padding: 2px;
                border: 0px solid gray;
				/*background:#eeeeee;*/
				background:url(../img/tabcontent-back.png) bottom no-repeat;
				text-align:left;
            }
			.Display_content img { margin:15px 10px 15px 15px;}
			P img { margin:0 !important;}
			P { margin:0; text-align:center;}
				
            .ul_tabs {
                clear: both;
                padding: 0px;
                margin: 0px;
				background:url(../img/tabs-back.png) top no-repeat;
				height:49px;
            }
            .lh {
	background-color: none;
	list-style: none;
	width: 184px;
	height: 30px;
	float: left;
	border: 0px solid #FFFFFA;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
            }
            li.lh:hover {
                background-color: white;
                cursor: pointer;
            }
			
