﻿/* Main Open */
body {
    color: #000;
    font-size: 13px;
    font-family: Arial;
    background: #ffffff;
}

    body:before {
 		content: "";
        display: block;
        width: 485px;
        height: 697px;
        position: absolute;
        z-index: -2;
        top: 10px;
        left: 0px;
        background: url(../images/bg_effect.png) top left;
    }

a, a:link, a:active, a:focus {
    outline: 0 none;
    color:none;
	text-decoration:none;
}

a:hover {
    background:none;
    color: #1c2730;
    text-decoration: none;
}

p {
    font-family: Myriad Pro;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}
/* Main Closed */

/* Start bHeader Style */
.container {
    width: 960px;
    margin: 0 auto;
}

.container.header {
    height: 190px;
}

    .header .slider_shadow {
	position: absolute;
	margin: 0 auto;
	margin-left: -20px;
	width: 1000px;
	height: 410px;
	background: url(../images/slider_shadow.png) bottom center;
	top: 91px;
	z-index: -1;
	left: -80px;
    }

    .header h1 {
        float: left;
        margin: 30px 0 0 0;
    }

        .header h1 a {
            display: block;
            width: 450px;
            height: 110px;
            background: url(../images/header_images.png) no-repeat;
            background-position: 0 0;
            text-indent: -10000px;
            overflow: hidden;
        }

    .header div {
        float: right;

        margin: 36px 20px 0 0;
    }

    ul.social_icons {
        margin: 0 0 0 0;
        float: right;
        clear: both;
    }

        ul.social_icons li {
            list-style: none;
            display: block;
            float: left;
            text-indent: -10000px;
            margin: 0 0 0 5px;
            background: url(../images/header_images.png) no-repeat;
        }

            ul.social_icons li a {
                display: block;
                width: 51px;
                height: 48px;
                background: transparent no-repeat;
            }

         
            ul.social_icons li.facebook {
                background-position: -455px 0;
            }

            ul.social_icons li.youtube {
                background-position: -505px 0;
				
				}
    .header ul.header_links {
        margin: 36px 0 0 0;
        float: right;
    }

        .header ul.header_links li {
            list-style: none;
            display: block;
            float: left;
            margin: 0 0 0 5px;
            font-family: Segoe UI;
            font-size: 12px;
            line-height: 33px;
            text-align: center;
            text-transform: uppercase;
        }

            .header ul.header_links li a {
                display: block;
                color: #fff;
                text-decoration: none;
                text-shadow: 0 -1px 0 #1c2730;
                padding: 0 20px;
                border: 1px solid #2b3b48;
                border-bottom: 0px none;
                background: url(../images/header_button.jpg) repeat-x top;
                -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.1),
                                inset -1px 0 0 rgba(255,255,255,0.1);
                -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.1),
                                    inset -1px 0 0 rgba(255,255,255,0.1);
                box-shadow: inset 1px 0 0 rgba(255,255,255,0.1),
                            inset -1px 0 0 rgba(255,255,255,0.1);
            }

            .header ul.header_links li a:hover, .header ul.header_links li a.selected {
                text-shadow: 0 -1px 0 #b58742;
                background: url(../images/header_button_h.jpg) repeat-x top;
                border-color: #ba8537;
                -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.1),
                                inset -1px 0 0 rgba(255,255,255,0.1);
                -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.1),
                                    inset -1px 0 0 rgba(255,255,255,0.1);
                box-shadow: inset 1px 0 0 rgba(255,255,255,0.1),
                            inset -1px 0 0 rgba(255,255,255,0.1);
            }

    .header .main_menu {
        width: 958px;
        height: 50px;
        margin: 0;
		z-index:100;
        background: url(../images/main_menu.jpg) repeat-x;
        border-left: 1px solid #2b3b48;
        border-right: 1px solid #2b3b48;
        position: relative;
        -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,0.1);
        -webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,0.1);
        box-shadow: inset -1px 0 0 rgba(255,255,255,0.1);
    }

    .header .main_menu * {
    list-style:none;
    border:0;
    padding:0px;
    margin:0;
}

        .header .main_menu:before {
            content: "";
            position: absolute;
            background: url(../images/main_menu_highlight.png) no-repeat;
            background-position: 0 1px;
            top: 0;
            left: 0;
            width: 958px;
            height: 27px;
            z-index: -1;
        }

			.header .main_menu a {
				display:block;
				padding:12px 5px 6px 5px;
				white-space:nowrap;
        }

            .header .main_menu li {
                list-style: none;
                margin: 0px;
                float: left;
                font-family: Segoe UI;
                font-size: 16px;
                line-height: 35px;
                text-align: center;
                border-right: 1px solid #2b3b48;
                border-left: 1px solid #485d6c;
            }
			
			
            .header .main_menu ul li a.selected {
				color: #afdfff;
				background: url(../images/main_menu_h.png) repeat-x top;
                    }
			
			.header .main_menu li li {
				float:none;
}
			.header .main_menu div {
				visibility:hidden;
				position:absolute;
}
			.header .main_menu div div {
    margin:-35px 0 0 -1px;
    right:100%;
	
}




/*			.header .main_menu div div div {
    margin:-35px 0 0 -1px;
    left:66%;
}*/


			.header .main_menu li:hover>div { visibility:visible; }
			
			.header .main_menu a {
    text-decoration:none;
    color:#ffffff;/*1*/
    position:relative;
    z-index:77;
}


			.header .main_menu a:hover {
    color:#FFF;
}
			.header .main_menu a:hover span { color:#FFFFFF; }
			
			.header .main_menu>ul>li:hover>a {
    background:url(../images/main_menu_h.png) left -43px repeat-x;
    color:#CACFD3;
}


			.header .main_menu>ul>li:hover>a span { color:#afdfff; }
			
			
			.header .main_menu span {
    text-transform:capitalize;
    font:12px  Segoe UI;
	line-height: 30px;
	letter-spacing: 1.4px;
    text-decoration:none;
    color:#ffffff;
}
			.header .main_menu ul ul {width: 170px;}
			
			.header .main_menu li li{
	  background:#FF9000;
	  border-bottom:1px solid #FFAB3E; }
			.header .main_menu li li a {
    position:static;
    background:#134c59;
    white-space:normal;
    text-align: center;
    color:#FFF;
    padding:0;
		text-transform:none;
		width: 100%;
}
			
			.header .main_menu li.current li a {
    background: none;
    color:#FFF;
}
			.header .main_menu li.current li span {
    color:#000;
}
			.header .main_menu li li a:hover { background:#fff; }
			
			
			.header .main_menu li li a span { color:#fff; line-height: 15px; padding: 10px; text-align:left; text-transform:capitalize;}
.header .main_menu li li a:hover span { color:#000; }
.header .main_menu li li a.parent span{background:transparent url(../images/arrow.gif) no-repeat scroll right 50%; z-index:10; text-transform:capitalize;}

.header .main_menu li li span {
    display:block;
    text-transform:none;
    padding:0px 25px 0px 0px;
    font-size:11px;
    letter-spacing: 0;
}

		
        .header .main_menu .search {
            float: right;
            margin: 10px 11px 0 0;
            position: relative;
            z-index: 1;
        }

            .header .main_menu .search:before {
                content: "";
                position: absolute;
                z-index: 2;
                width: 21px;
                height: 30px;
                background: url(../images/search_icon.png) no-repeat center center;
                left: 10px;
            }

            .header .main_menu .search input[type=text] {
                background: transparent url(../images/search_bg.jpg) repeat-x top;
                border: 0 none;
                border-left: 1px solid #2c3d4a;
                border-right: 1px solid #2c3d4a;
                color: #ccc;
                float: left;
                width: 210px;
                height: 30px;
                line-height: 30px;
                font-family: Myriad Pro;
                font-size: 12px;
                font-style: italic;
                padding: 0 0 0 40px;
                -moz-box-shadow: 1px 1px 0 #5f6f79; /* FF3.5+ */
                -webkit-box-shadow: 1px 1px 0 #5f6f79; /* Saf3.0+, Chrome */
                box-shadow: 1px 1px 0 #5f6f79;
            }

.container.featured_slider {
    position: relative;
}

    .featured_slider .slides_container {
	    width: 960px;
	    display: none;
    }

        .featured_slider .slides_container div {
	        width: 660px;
	        height: 300px;
	        display: block;
        }

        .featured_slider .slides_container .slide_text {
            position: absolute;
            bottom: 0;
            right: 0;
            height: 80px;
            background: url(../images/slider_text_bg.png) repeat-y left;
        }

            .featured_slider .slides_container .slide_text h4 {
                font-family: Segoe UI;
                font-size: 16px;
                font-weight: normal;
                line-height: 20px;
				letter-spacing: 2px;
                color: #fff;
                margin: 2px 0 6px 12px;
            }

            .featured_slider .slides_container .slide_text p {
                font-family: Myriad Pro;
                font-size: 12px;
                line-height: 16px;
				text-align: left;
				letter-spacing: 1px; 
                color: #ccc;
                margin: 0 0 0 20px;
                padding: 0;
                max-width: 600px;
            }
		
    .featured_slider .pagination {
	    list-style: none;
	    margin: 0;
	    padding: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

        .featured_slider .pagination li a {
            width: 300px;
            height: 100px;
            display: block;
            text-indent: -10000px;
            overflow: hidden;
            background: url(../images/featured_slider_nav.jpg) no-repeat;
        }

                .featured_slider .pagination li a[href="#0"]:hover,
                .featured_slider .pagination li.current a[href="#0"] {
                    background-position: -300px 0;
                }

            .featured_slider .pagination li a[href="#1"] {
                background-position: 0 -100px;
            }

                .featured_slider .pagination li a[href="#1"]:hover,
                .featured_slider .pagination li.current a[href="#1"] {
                    background-position: -300px -100px;
                }

            .featured_slider .pagination li a[href="#2"] {
                background-position: 0 -200px;
            }

                .featured_slider .pagination li a[href="#2"]:hover,
                .featured_slider .pagination li.current a[href="#2"] {
                    background-position: -300px -200px;
                }
.tableonce {

	margin:0px;padding:0px;

	width:100%;
	box-shadow: 10px 10px 5px #888888;

	border:1px solid #000000;

	

	-moz-border-radius-bottomleft:0px;

	-webkit-border-bottom-left-radius:0px;

	border-bottom-left-radius:0px;

	

	-moz-border-radius-bottomright:0px;

	-webkit-border-bottom-right-radius:0px;

	border-bottom-right-radius:0px;

	

	-moz-border-radius-topright:0px;

	-webkit-border-top-right-radius:0px;

	border-top-right-radius:0px;

	

	-moz-border-radius-topleft:0px;

	-webkit-border-top-left-radius:0px;

	border-top-left-radius:0px;

}.tableonce table{

	width:100%;

	height:100%;

	margin:0px; 
	
	padding:0px;

}

.tableonce a

{
color:#0000FF;
}

.tableonce a:hover

{
color:#003366;
}



.tableonce tr:last-child td:last-child {

	-moz-border-radius-bottomright:0px;

	-webkit-border-bottom-right-radius:0px;

	border-bottom-right-radius:0px;

}

.tableonce table tr:first-child td:first-child {

	-moz-border-radius-topleft:0px;

	-webkit-border-top-left-radius:0px;

	border-top-left-radius:0px;

}

.tableonce table tr:first-child td:last-child {

	-moz-border-radius-topright:0px;

	-webkit-border-top-right-radius:0px;

	border-top-right-radius:0px;

}.tableonce tr:last-child td:first-child{

	-moz-border-radius-bottomleft:0px;

	-webkit-border-bottom-left-radius:0px;

	border-bottom-left-radius:0px;

}.tableonce tr:hover td{

	

}
.tableonce tr:nth-child(odd){ background-color:#ffaa56; }

.tableonce tr:nth-child(even)    { background-color:#ffffff; }
.tableonce td{

	vertical-align: middle;
	
	border:1px solid #000000;

	border-width:0px 1px 1px 0px;

	text-align:left;

	padding:4px;

	font-size:12px;

	font-family:Arial;

	font-weight:bold;

	color:#000000;

}.tableonce tr:last-child td{

	border-width:0px 1px 0px 0px;

}.tableonce tr td:last-child{

	border-width:0px 0px 1px 0px;

}.tableonce tr:last-child td:last-child{

	border-width:0px 0px 0px 0px;

}

.tableonce tr:first-child td{
	background-color:#ff7f00;
	text-align:center;

	border-width:0px 0px 1px 1px;

	font-size:14px;

	font-family:Arial;

	font-weight:bold;

	color:#ffffff;

}

.tableonce tr:first-child:hover td{
	background-color:#ff7f00;

}

.tableonce tr:first-child td:first-child{

	border-width:0px 0px 1px 0px;

}

.tableonce tr:first-child td:last-child{

	border-width:0px 0px 1px 1px;

}
/*Closed Header Style*/

/* Starts Middle Part Style*/
.container.content {
	overflow: hidden;
	background: #f0f0f0 url(../images/bg_middle.jpg) repeat-x;
}

    .content h2 {
        height: 16px;
        background: url(../images/headers_text.png) no-repeat;
        text-indent: -10000px;
        margin: 0 0 20px 0;
    }

        .content p a {
            font-size: 14px;
            font-style: italic;
            padding: 0 3px;
			
        }
		

    .content .left {
        float: left;
        width: 620px;
		text-align:justify;
		padding: 20px;
        margin:0;
		
    }

        .content .left h2 {
            background-position: 0px -17px;
            width: 191px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }

        .content .left .contact h2
		{
		    background-position: 0px -100px;
            width: 300px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		        .content .left .services h2
		{
		    background-position: 0px -140px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
				        .content .left .catalog h2
		{
		    background-position: 0px -180px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
						        .content .left .asphericlens h2
		{
		    background-position: 0px -210px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		  .content .left .beamC h2
		{
		    background-position: 0px -250px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		  .content .left .beamP h2
		{
		    background-position: 0px -280px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		  .content .left .beamS h2
		{
		    background-position: 0px -320px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		 .content .left .beamSptr h2
		{
		    background-position: 0px -360px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		 .content .left .beamX h2
		{
		    background-position: 0px -400px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		 .content .left .ccTv h2
		{
		    background-position: 0px -440px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
			
		 .content .left .coax h2
		{
		    background-position: 0px -480px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
				
		 .content .left .color h2
		{
		    background-position: 0px -520px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
	
		
		 .content .left .coup h2
		{
		    background-position: 0px -560px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		 .content .left .deep h2
		{
		    background-position: 0px -600px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
			 .content .left .odl h2
		{
		    background-position: 0px -640px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
					 .content .left .dev h2
		{
		    background-position: 0px -680px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
							 .content .left .dome h2
		{
		    background-position: 0px -720px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
									 .content .left .fix h2
		{
		    background-position: 0px -760px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
											 .content .left .ftheta h2
		{
		    background-position: 0px -800px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		.content .left .goggl h2
		{
		    background-position: 0px -840px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
			.content .left .gonio h2
		{
		    background-position: 0px -880px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
				.content .left .hhr h2
		{
		    background-position: 0px -920px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
						.content .left .holoK h2
		{
		    background-position: 0px -960px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
								.content .left .illM h2
		{
		    background-position: 0px -1000px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
				.content .left .inte h2
		{
		    background-position: 0px -1040px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
			.content .left .irca h2
		{
		    background-position: 0px -1080px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
				.content .left .lmp h2
		{
		    background-position: 0px -1120px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
			
		
		
				.content .left .lmpD h2
		{
		    background-position: 0px -1160px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
		
		
				.content .left .lasc h2
		{
		    background-position: 0px -1200px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
			
				.content .left .lascS h2
		{
		    background-position: 0px -1240px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
				.content .left .laser h2
		{
		    background-position: 0px -1280px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
				.content .left .led h2
		{
		    background-position: 0px -1320px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
				.content .left .ledM h2
		{
		    background-position: 0px -1360px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
				.content .left .lumi h2
		{
		    background-position: 0px -1400px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
				.content .left .manual h2
		{
		    background-position: 0px -1440px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
				.content .left .mechanical h2
		{
		    background-position: 0px -1480px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
				.content .left .michel h2
		{
		    background-position: 0px -1520px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
	
				.content .left .moter h2
		{
		    background-position: 0px -1560px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
		
				.content .left .mounth h2
		{
		    background-position: 0px -1600px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
		
		
		
				.content .left .mv h2
		{
		    background-position: 0px -1640px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
				.content .left .odb h2
		{
		    background-position: 0px -1680px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
				.content .left .odc h2
		{
		    background-position: 0px -1720px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
				.content .left .ods h2
		{
		    background-position: 0px -1760px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
				.content .left .opt h2
		{
		    background-position: 0px -1800px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
				.content .left .optiv h2
		{
		    background-position: 0px -1840px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
				.content .left .optitbl h2
		{
		    background-position: 0px -1880px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
				.content .left .opticsbeam  h2
		{
		    background-position: 0px -1920px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
				.content .left .optiM h2
		{
		    background-position: 0px -1960px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
				
		
		
		
		
		
		
		
		
		.content .left .oslo h2
		{
		    background-position: 0px -2000px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
		
		
		.content .left .osloF h2
		{
		    background-position: 0px -2040px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		.content .left .osloG h2
		{
		    background-position: 0px -2080px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .pcG h2
		{
		    background-position: 0px -2120px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
		
		.content .left .photoG h2
		{
		    background-position: 0px -2160px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
		
		
		.content .left .post h2
		{
		    background-position: 0px -2200px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
		
		.content .left .prism h2
		{
		    background-position: 0px -2240px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		.content .left .product h2
		{
		    background-position: 0px -2280px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .proW h2
		{
		    background-position: 0px -2320px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		
		
		.content .left .tophead1 h2
		{
		    background-position: 0px -2360px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		
		.content .left .tophead2 h2
		{
		    background-position: 0px -2400px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		.content .left .tophead3 h2
		{
		    background-position: 0px -2440px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead4 h2
		{
		    background-position: 0px -2480px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead5 h2
		{
		    background-position: 0px -2520px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead6 h2
		{
		    background-position: 0px -2560px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead7 h2
		{
		    background-position: 0px -2600px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead8 h2
		{
		    background-position: 0px -2640px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead9 h2
		{
		    background-position: 0px -2680px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead10 h2
		{
		    background-position: 0px -2720px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead11 h2
		{
		    background-position: 0px -2760px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead12 h2
		{
		    background-position: 0px -2800px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead13 h2
		{
		    background-position: 0px -2840px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead14 h2
		{
		    background-position: 0px -2880px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead15 h2
		{
		    background-position: 0px -2920px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead16 h2
		{
		    background-position: 0px -2960px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead17 h2
		{
		    background-position: 0px -3000px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead18 h2
		{
		    background-position: 0px -3040px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead19 h2
		{
		    background-position: 0px -3080px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead20 h2
		{
		    background-position: 0px -3120px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead21 h2
		{
		    background-position: 0px -3160px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead22 h2
		{
		    background-position: 0px -3200px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
		
		
		.content .left .tophead23 h2
		{
		    background-position: 0px -3240px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
				.content .left .tophead24 h2
		{
		    background-position: 0px -3280px;
            width: 400px;
			height: 30px;
            margin-bottom: 10px;
			margin-left: -10px;
			margin-top: 10px;
        }
		
		
	
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		

        .content .left p {
            line-height: 24px;
			font-size: 15px;
			margin:5px;
        }


/* Closed Middile Part Style*/

/* Start Slider2 Style*/
.slider2 { 
text-align:center;
border: 1px #E68728 solid;
border-top:none;
margin-top:10px;
background:url(../images/slider_2bg.jpg) repeat-y top center;
 }
 
 
/* Closed Slider2 Style*/

/* Start Slider3 Style*/

	.right{
float: right;
padding: 0px 0px 0 0px;
margin-top: 8px;
}

			
			
	.right  h2 {
                    background-position: 0 -63px;

					margin-left: -5px;
					
margin-top: 22px;
margin-bottom: 2px;


}
/* Closed Slider3 Style*/

/* Footer Sart */
.footer {
    width: 100%;
    height: 230px;
    margin: 0;
    padding: 0;
    font-family:Calibri;
    font-size: 14px;
    line-height: 18px;
	background:#134c59;

}

    .footer a {
        color: #cccccc;
        text-decoration: none;
    }

        .footer a:hover {
            background: transparent;
            text-decoration: underline;
        }
    
    .footer .container .links {
        float: left;
        width: 970px;

    }

        .footer .container .links ul {
            float: left;
            margin: 0;
            padding:8px;
            border-right: 1px solid #486277;
            min-height: 170px;
            list-style: none;
			
        }

            .footer .container .links ul.last {
                border: 0 none;
                padding: 8px 15px;
				font-size:14px;
            }

            .footer .container .links ul:first-child li {
                margin-left: 0;
            }

            .footer .container .links ul li {
                margin:0;
            }

            .footer .container .links ul li.title {
                font-size: 14px;
                font-weight: bold;
                color: #afdfff;
                margin-top: 25px;
            }

            .footer .container .links ul li.title:first-child {
                margin-top: 0;
            }

    .footer .container .footer_logo {
        float: right;
        width: 125px;
    }

        .footer .container .footer_logo img {
            float: left;
            margin: 0 0 20px 0;
        }

    .footer .container .copyright {
        color: #afdfff;
        font-weight: bold;
		
    }

/* Footer Close */


/*start marquee text*/
.marqueetext
{
position:fixed; 
z-index:200; 
height:15px; 
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding: 5px;
color:#FFFFFF;
background:#134C59;
}



.marqueetext a
{
color:#FFFFFF;
}
.marqueetext a:hover
{
color:#FDFACE;
}
.fixedimg{
text-align:right;
padding: 2px;
margin: 2px;
width: 35px;
}
.fixedimg a
{
margin-left: 960px;
background:none;
width: 35px;

}

.fixedimg a:hover
{
margin-left: 957px;
background:none;
width: 35px;
}


.fixedimg img
{
background:#134C59;
border:solid;
border-color:#134C59;
border-radius: 6px;
-moz-border-radius: 6px;
width: 35px;

}

.fixedimg img:hover
{

background: #134C59;
width: 35px;

}


/*end Marquee Text*/
.headtable

{
padding: 4px;
}

.column
{
   float: left;
   width: 10%;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:200;
   white-space: nowrap;
   font-size:24px;
}

.div-table{display:table; border:1px solid #722145; width:610px; margin:8px; text-align:left; background:#FEEBA0; border-radius: 14px;-moz-border-radius: 10px;}

.div-table-caption{display:table-caption; margin-left:-10px; margin-bottom:20px; width:700px; 
background:#134C59; padding:6px; color:#FFFFFF; border-radius: 10px;-moz-border-radius: 10px;}





.div-table-row{
display:table-row;
border-radius: 10px;
-moz-border-radius: 10px;
}
.div-table ol{
list-style-type:circle;
padding: 15px;
margin-left: 0px;
border:1px solid #722145;
border-radius: 10px;
-moz-border-radius: 10px;
}

.div-table p{
padding: 15px;
margin-left: 0px;
border:1px solid #722145;
border-radius: 10px;
-moz-border-radius: 10px;
}

.div-table-col{display:table-cell; padding: 5px; border: 1px solid #722145; font-weight:bolder; color:#B80343;border-radius: 10px;}
.div-table-col{display:table-cell; padding: 5px; border: 1px solid #722145; font-weight:bolder;border-radius: 10px; -moz-border-radius: 10px;}


.tablewrapper {
  position: relative;
}
.table {
  display: table;
  /*
  margin-left:-10px;*/
  border: 0px solid green;
  
}

.tablecon {
  display: table;
  /*
  margin-left:-10px;*/
  border-left: 2px solid green;
  border-right: 2px solid green;
  border-bottom-left-radius:7px;
  -moz-border-bottom-left-radius:7px;
  border-bottom-right-radius:7px;	
  -moz-border-bottom-right-radius:7px;
}

.tableimg {
  display: table;
  /*
  margin-left:-10px;*/
  border: 0px solid green;
}
.row {
  display: table-row; padding:6px; color:#FFFFFF;
border-radius-topright:7px;

	-webkit-border-top-right-radius:7px;

	border-top-right-radius:7px;
border-radius-topleft:7px;

	-webkit-border-top-left-radius:7px;

	border-top-left-radius:7px;
	-moz-border-radius-topright:7px;

	-webkit-border-top-right-radius:7px;

	-moz-border-top-right-radius:7px;
-moz-border-radius-topleft:7px;

	-webkit-border-top-left-radius:7px;

	-moz-border-top-left-radius:7px;

}
.cell {
  border: 0px solid green;
  display: table-cell;
  vertical-align:top;
  width: 182px;
  text-align: center;
    -moz-border-radius-bottomleft:4px;
	border-radius:4px;
	border-left: none;
	border-right: none;

}


.cell2 {
  border: 2px solid green;
  display: table-cell;
  width: 182px;
  padding-left:10px;
  text-align: left;
  font-weight:bold;
  color:#533C35;
  -moz-border-radius-bottomleft:4px;
	border-radius:4px;
	vertical-align:middle;
	border-left: none;
	border-right: none;
}

.cellimg {
  border: 0px solid green;
  display: table-cell;
  width: 182px;
  padding-left:10px;
  text-align: left;
  font-weight:bold;
  color:#533C35;
  -moz-border-radius-bottomleft:4px;
	border-radius:4px;
	vertical-align:middle;
	border-left: none;
	border-right: none;
}



.cell .empty
{
  border: none;
  width: 100px;
}
.cell.rowspanned {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
}
.textbullet
{

list-style-type:square;
margin-left: 30px;
text-align:left;
}	

.textbullet li{
margin: 4px;
padding: 5px;
line-height: 20px;
}



.textbulletol
{

list-style-type:decimal;
margin-left: 30px;
text-align:left;
}	

.textbulletol li{
margin: 4px;
padding: 5px;
line-height: 20px;
}





.textbulletclr1
{

white-space: nowrap;
background: #8BC4FC;

}	

.textbulletclr1 li{
margin: 4px;
padding: 5px;
line-height: 20px;
}


.textbulletclr2
{

white-space: nowrap;
background: #F4BB7B;

}	

.textbulletclr2 li{
margin: 4px;
padding: 5px;
line-height: 20px;
width: 92px;
}

.textbulletclr3
{

white-space: nowrap;
background: #DEFE9C;
}	

.textbulletclr3 li{
margin: 4px;
padding: 5px;
line-height: 20px;
}

.textbulletclr4
{

white-space: nowrap;
background: #EB98F1;
}	

.textbulletclr4 li{
margin: 4px;
padding: 5px;
line-height: 20px;
width: 95px;
}




.wrapperDiv {
    position: relative;

  }
  .table {
    display: table;
	font-size:12px;

  }
  .Tablerow {
    display: table-row;


  }
  
    .Tablerowcaption {display:table-caption; width:531px; 
background:#134C59; padding:6px; color:#FFFFFF;
border-radius-topright:7px;

	-webkit-border-top-right-radius:7px;

	border-top-right-radius:7px;
border-radius-topleft:7px;

	-webkit-border-top-left-radius:7px;

	border-top-left-radius:7px;
	-moz-border-radius-topright:7px;

	-webkit-border-top-right-radius:7px;

	-moz-border-top-right-radius:7px;
-moz-border-radius-topleft:7px;

	-webkit-border-top-left-radius:7px;

	-moz-border-top-left-radius:7px;

  }
  
  
  
  
  .tablelong {
	display: table;
	font-size:12px;
	list-style:none;
    border: 2px solid #3449A0;

	}
	  
     .tablelong .Tablerowcaptionstart {
 padding:6px; color:#FFFFFF;
	width: 180px;
	margin-right:0px;

  }
  
       .tablelong .Tablerowcaptionmiddle {
 padding:6px; color:#FFFFFF;
	width: 160px;
	text-align:center;

  }
  
   .tablelong .Tablerowcaptionend {
 padding:6px; color:#FFFFFF;

	width: 200px;
	text-align:center;
  }
  
      .tablelong .Tablerowcaptionstart2 {
 padding:6px; color:#FFFFFF;
	margin-right:0px;

  }
  
       .tablelong .Tablerowcaptionmiddle2 {
 padding:6px; color:#FFFFFF;
	text-align:center;

  }
  
   .tablelong .Tablerowcaptionend2 {
 padding:6px; color:#FFFFFF;
	text-align:center;
  }
  
  
  
	.tablelong .Tablelongcell{
		padding:6px; color:#713E71;
		font-weight:bold;
		text-align:center;
		line-height: 20px;
	}
	
	
		
	.tablelong .Tablerowlong {
	display: table-row;
	background:#134C59;
	}

	.tablelong .Tablerowlongclr1 {
	display: table-row;
		background:#F3DBA7;

	}
	
	.tablelong .Tablerowlongclr2 {
	display: table-row;
		background:#CEF4B5;

	}
	
		.tablelong .Tablerowlongclr3 {
	display: table-row;
		background:#C2F8F0;

	}
	
		.tablelong .Tablerowlongclr4 {
	display: table-row;
		background:#FBC8DB;

	}
	
		.tablelong .Tablerowlongclr5 {
	display: table-row;
		background:#ACB5FD;

	}
	
		.tablelong .Tablerowlongclr6 {
	display: table-row;
		background:#C5A6EE;

	}
	
			.tablelong .Tablerowlongclr7 {
	display: table-row;
		background:#ECC0FE;

	}
			.tablelong .Tablerowlongclr8 {
	display: table-row;
		background:#D0BEB3;

	}
	
	
			.tablelong .Tablerowlongclr9 {
	display: table-row;
		background:#ABC1D8;

	}
	
	
	
	
	.tablelong .Tablecelllong {

    display: table-cell;
	background:: none;
	padding: 7px;
	vertical-align:middle;	
  }

  
  
  
  
  
  
     .Tablecellcapknow {
    border: 1px solid #ffffff;
    display: table-cell;
	background: #FBDD99;
	padding: 7px;
	margin: 2px;
	width: 6px;
	height: 5px;
  }
  
  .Tablecell {
    border: 1px solid #3449A0;
    display: table-cell;
	background:#C5A2E1;
	padding: 7px;
	
  }
  
   .Tablecellapp {
    border: 1px solid #3449A0;
    display: table-cell;
	background: #FBDD99;
	padding: 7px;
  }
  
  
  

   .Tablecellknow {
    border: 0px solid #3449A0;
    display: table-cell;
	background: #C5A2E1;
	padding: 0px;
	text-align: right
	
  }


  
    .Tablecellapplastright {
    border: 1px solid #3449A0;
    display: table-cell;
	background:#FBDD99;
	padding: 7px;
	border-radius-bottomright:7px;

	-webkit-border-bottom-right-radius:7px;

	border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;

	-webkit-border-bottom-right-radius:7px;

	-moz-border-bottom-right-radius:7px;

  }
  
      .Tablecellapplastright2 {
    border: 1px solid #3449A0;
    display: table-cell;
	background:#C5A2E1;
	padding: 7px;
	border-radius-bottomright:7px;

	-webkit-border-bottom-right-radius:7px;

	border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;

	-webkit-border-bottom-right-radius:7px;

	-moz-border-bottom-right-radius:7px;

  }
  
  

    .Tablecellapplastleft {
    border: 1px solid #3449A0;
    display: table-cell;
	background:#FBDD99;
	padding: 7px;
	border-radius-bottomleft:7px;

	-webkit-border-bottom-left-radius:7px;

	border-bottom-left-radius:7px;

	-moz-border-radius-bottomleft:7px;

	-webkit-border-bottom-left-radius:7px;

	-moz-border-bottom-left-radius:7px;



  }

.Tablecellapplastleft2 {
    border: 1px solid #3449A0;
    display: table-cell;
	background:#C5A2E1;
	padding: 7px;
	border-radius-bottomleft:7px;

	-webkit-border-bottom-left-radius:7px;

	border-bottom-left-radius:7px;

	-moz-border-radius-bottomleft:7px;

	-webkit-border-bottom-left-radius:7px;

	-moz-border-bottom-left-radius:7px;



  }

  
  
  .Tablecell.empty
  {
    border: none;
    width: 150px;
  }
  .Tablecell.rowspanned {
    border: 2px solid #54FE43;
    position: absolute;
    width: 150px;
    top: 0;
    bottom: 0;
  }
  
  
  .table2 {
    display: table;
	font-size:12px;
	list-style:none;

  }

  .Tablerow2 {
    display: table-row;
  }
  
  .Tablecell2 {
    border: 0px solid #3449A0;
    display: table-cell;
	background:: none;
	padding: 7px;
	vertical-align:middle;	
  }

  .Tablecell2 h1
  {
  font-family:Century Gothic;
  color:#E6780B;
  font-size:15px;
  }
