/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
color:#4c4c4c;
background-color:#ffffff;
clear:both;
margin:0 auto;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#646464;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#191919;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:18px;line-height:20px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.small {font-size:11px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}
.red {color:#D60309;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #CCCCCC 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:60px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-right {clear:right;float:right;margin-left:60px;margin-top:4px;margin-bottom:6px;text-align:center;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:6px;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
        ul li {
        line-height:18px;
        list-style:none;
        margin-top:0;
        padding-top:0;
        padding-bottom:7px;
        margin-left:0;
        padding-left:20px;
        background-image:url(../images/point.gif);
        background-position:5px 6px;
        background-repeat:no-repeat;
        }




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:940px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

#container2 {
width:940px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
min-height:700px;
}


        /* MAIN HEADER */
        #header {
        height:92px;
        }
        
                #header #logo {
                float:right;
                display:inline-block;
                }
                
        
        
        #navigation-holder {
        height:65px;
        padding-top:10px;
        padding-right:20px;
        background-image:url(../images/navigation_bg.gif);
        background-position:left bottom;
        background-repeat:no-repeat;
        position:relative;
        }
        
        #navigation-button {
        position:absolute;
        right:20px;
        top:10px;
        width:73px;
        height:30px;
        z-index:350;
        }
                #navigation-button a {
                display:block;
                line-height:30px;
                text-indent:-1000px;
                cursor:default;
                background-image:url(../images/menu_button_static.gif);
                background-position:0px 0px;
                background-repeat:no-repeat;
                overflow:hidden;
                }
                        #navigation-holder .in a {
                        background-image:url(../images/menu_button.gif);
                        background-position:0px 0px;
                        }
                                #navigation-holder .in a:hover {
                                background-image:url(../images/menu_button.gif);
                                background-position:0px -30px;
                                }
                
                        #navigation-holder .out a {
                        background-image:url(../images/menu_button.gif);
                        background-position:0px -60px;
                        }
                                #navigation-holder .out a:hover {
                                background-image:url(../images/menu_button.gif);
                                background-position:0px -90px;
                                }
                                
                                
                                
        /* Product Dropdowns */                        
                                
        .product-drop {
        display:none;
        position:absolute;
        left:0;
        top:44px;
        width:940px;
        padding:36px 0 0 0;
        background-image:url(../images/dropdown_bg.gif);
        background-position:top;
        background-repeat:no-repeat;
        z-index:8000;
        }
        
                .product-drop .product-drop-inner {
                padding:0 20px 20px 20px;
                background-image:url(../images/dropdown_bg.gif);
                background-position:bottom;
                background-repeat:no-repeat;
                }
        
                .product-drop a {color:#ffffff;}
                .product-drop a:hover {text-decoration:underline;}
                
                .product-drop ul {
                margin:0 0 0 0;
                padding:0 0 0 0;
                }
                
                .product-drop ul li {
                line-height:24px;
                background-image:url(../images/point2.gif);
                background-position:5px 8px;
                padding-bottom:0px;
                }
        
                .product-drop .home-table {
                padding-right:6px;
                padding-top:0;
                padding-bottom:0;
                }
                
                .product-drop .home-table-bordered {
                padding-left:16px;
                padding-top:0;
                padding-bottom:0;
                border-left:solid #191919 1px;
                }

        
        
        
        
        #navigation-container {
        position:absolute;
        left:0px;
        top:10px;
        width:920px;
        height:30px;
        overflow:hidden;
        z-index:300;
        }        

        
                
        /* MAIN NAVIGATION */
        #navigation {
        position:absolute;
        left:0px;
        top:0px;
        width:900px;
        height:30px;
        line-height:30px;
        color:#ffffff;
        background-color:#221e1f;
        background-image:url(../images/nav_bg.gif);
        background-position:left;
        background-repeat:no-repeat;
        padding-left:20px;
        }
                #navigation ul {
                margin:0 0 0 0;
                padding:0 0 0 0;
                }
                        #navigation ul li {
                        float:left;
                        display:inline-block;
                        line-height:30px;
                        list-style:none;
                        margin-top:0;
                        padding-top:0;
                        padding-bottom:0;
                        margin-left:0;
                        padding-left:0;
                        background:none;
                        position:relative;
                        }
        
                #navigation a {
                float:left;
                display:inline-block;
                color:#ffffff;
                font-weight:bold;
                }
                        #navigation a:hover,
                        #navigation .over {
                        color:#ffffff;
                        text-decoration:underline;
                        }
                        
                        #navigation .on {
                        color:#ffffff;
                        text-decoration:underline;
                        }
                        
                        #navigation .nav-div {
                        display:inline-block;
                        float:left;
                        color:#6d6e71;
                        background-image:url(../images/nav_div.gif);
                        background-position:center;
                        background-repeat:no-repeat;
                        line-height:30px;
                        height:30px;
                        padding:0 0 0 0;
                        margin:0 auto;
                        border:none;
                        }
                                #navigation .sub-nav {
                                position:absolute;
                                top:30px;
                                display:none;
                                font-family:Arial, Helvetica, sans-serif;
                                font-size:12px;
                                font-weight:normal;
                                text-transform:none;
                                line-height:14px;
                                z-index:6000;
                                }
                                        #navigation .sub-nav li {
                                        width:180px;
                                        line-height:14px;
                                        }
                                                #navigation .sub-nav a {
                                                float:left;
                                                display:inline-block;
                                                width:180px;
                                                line-height:14px;
                                                border-right:none;
                                                color:#ccfff8;
                                                background:none;
                                                padding:8px 13px;
                                                background-color:#000000;
                                                border-bottom:solid #000000 1px;
                                                }
                                                        #navigation .sub-nav a:hover {
                                                        color:#ffffff;
                                                        background-color:#6699cc;
                                                        }

                
                
                
        /* MAIN SHOPPING LINKS */
        #user-nav {
        float:left;
        width:500px;
        height:74px;
        line-height:74px;
        color:#4c4c4c;
        }
        
                #user-nav a {color:#4c4c4c;}
                #user-nav a:hover {text-decoration:underline;}

                

                
        
        
        /* MAIN CONTENT */
        #main {
        line-height:18px;
        padding:15px 20px 30px 30px;
        background-image:url(../images/main_bg.gif);
        background-position:bottom;
        background-repeat:no-repeat;
        position:relative;
        margin-bottom:1px;
        }
        

        .side-holder {
                float:right;
                width:400px;

                background-color:#ffffff;

                }
        
                .side-grey {
                float:right;
                width:400px;
                color:#ffffff;
                background-color:#4c4c4c;
                background-image:url(../images/side_grey_top.jpg);
                background-position:top;
                background-repeat:no-repeat;
                padding-top:15px;
                margin-bottom:20px;
                }
                        
                        .side-grey-inner {
                        padding:0 20px 15px 20px;
                        background-image:url(../images/side_grey_bottom.jpg);
                        background-position:bottom;
                        background-repeat:no-repeat;
                        }
                        
                        .side-grey a {color:#ffffff;text-decoration:underline;}
                        .side-grey a:hover {text-decoration:none;}
                        
                        
                        
                .feature-grey {
                float:left;
                width:215px;
                color:#ffffff;
                background-color:#4c4c4c;
                background-image:url(../images/feature_top.gif);
                background-position:top;
                background-repeat:no-repeat;
                padding-top:56px;
                margin:10px 15px 10px 0;
                }
                        
                        .feature-grey-inner {
                        font-weight:bold;
                        background-image:url(../images/feature_bottom.gif);
                        background-position:bottom;
                        background-repeat:no-repeat;
                        padding:0 20px 30px 20px;
                        }
                                .feature-grey-inner ul {
                                padding:0 0 0 0;
                                margin:0 0 0 0;
                                }
                        
                                .feature-grey-inner ul li {
                                background:none;
                                padding-left:0px;
                                }
                
                
                .product-images {
                height:100px;
                padding:0 0 56px 0;
                background-image:url(../images/product_shadow.gif);
                background-position:center center;
                background-repeat:no-repeat;
                overflow:hidden;
                }
                
                .product-images-inner {
                position:relative;
                }
                
                        .product-images-inner .image-left {
                        position:absolute;
                        left:0;
                        top:0;
                        width:30px;
                        height:55px;
                        text-align:left;
                        z-index:3000;
                        }
                
                        .product-images-inner .image-left a {
                        display:block;
                        }
                        
                        .product-images-inner .image-right {
                        position:absolute;
                        right:0;
                        top:0;
                        width:30px;
                        height:55px;
                        text-align:right;
                        z-index:3001;
                        }
                        
                        .product-images-inner .image-right a {
                        display:block;
                        }
                
                
                .product-pdfs {
                float:right;
                width:150px;
                text-align:center;
                padding-top:15px;
                }
                
                
                .base-buttons {
                position:absolute;
                left:35px;
                bottom:1px;
                width:400px;
                height:29px;
                }
                
                        .base-buttons a {
                        float:left;
                        display:inline-block;
                        line-height:29px;
                        height:29px;
                        color:#000000;
                        padding-left:20px;
                        background-image:url(../images/base_button.gif);
                        background-position:left 0px;
                        background-repeat:no-repeat;
                        }
                                .base-buttons a strong,
                                .base-buttons a b {
                                display:block;
                                line-height:29px;
                                height:29px;
                                cursor:pointer;
                                padding-right:20px;
                                background-image:url(../images/base_button.gif);
                                background-position:right 0px;
                                background-repeat:no-repeat;
                                }
                                
                        .base-buttons a:hover {
                        background-image:url(../images/base_button.gif);
                        background-position:left -29px;
                        }
                                .base-buttons a:hover strong,
                                .base-buttons a:hover b {
                                color:#4c4c4c;
                                background-image:url(../images/base_button.gif);
                                background-position:right -29px;
                                }
                                

        
        
        
        /* MAIN UNDER CONTENT */
        #main-under {
        line-height:18px;
        padding:15px 20px 30px 20px;
        position:relative;
        }
                #main-under a {text-decoration:underline;}
                #main-under a:hover {text-decoration:none;}
                
                #main-under .under-description {
                position:absolute;
                left:0px;
                top:0px;
                padding:20px 20px 0 20px;
                }
                
                #main-under .under-points {
                position:absolute;
                left:0px;
                top:0px;
                display:none;
                padding:20px 20px 0 20px;
                }
                        #main-under .under-points ul {
                        padding-top:0px;
                        margin-top:0px;
                        padding-bottom:0px;
                        margin-bottom:0px;
                        }
                        
                        #main-under .under-points ul li {
                        padding-bottom:0px;
                        }
                        
                        #main-under .under-points a {text-decoration:none;}
                        #main-under .under-points a:hover {text-decoration:underline;}

                
                
                
                
                
                
        
                .home-table {
                padding-right:6px;
                padding-bottom:6px;
                }
                
                .home-table-bordered {
                padding-left:16px;
                padding-top:6px;
                padding-bottom:6px;
                border-left:solid #cccccc 1px;
                }
                
                .home-pad {
                padding-top:12px;
                }
                
                
                
                .pan-holder {
                width:940px;
                height:42px;
                overflow:hidden;
                position:relative;
                padding-top:4px;
                }
                        .pan-holder table {
                        position:absolute;
                        left:0px;
                        top:0px;
                        z-index:420;
                        }
                        
                        .pan-holder .left-arrow {
                        display:inline-block;
                        position:absolute;
                        left:0px;
                        top:0px;
                        width:40px;
                        height:42px;
                        z-index:430;
                        }
                                #main-under .pan-holder .left-arrow a {
                                display:block;
                                line-height:42px;
                                background-image:url(../images/bottom_logos_left.png);
                                background-position:left;
                                background-repeat:no-repeat;
                                text-decoration:none;
                                }
                        
                        .pan-holder .right-arrow {
                        display:inline-block;
                        position:absolute;
                        right:0px;
                        top:0px;
                        width:40px;
                        height:42px;
                        z-index:440;
                        }
                                #main-under .pan-holder .right-arrow a {
                                display:block;
                                line-height:42px;
                                background-image:url(../images/bottom_logos_right.png);
                                background-position:right;
                                background-repeat:no-repeat;
                                text-decoration:none;
                                }
                                
                                
                                
                                
        .technical-left {
        float:left;
        width:650px;
        }        
        
        
        .technical-right {
        float:right;
        width:184px;
        padding-left:16px;
        padding-top:6px;
        padding-bottom:6px;
        border-left:solid #cccccc 1px;
        }                



        
        
        /* MAIN FOOTER */
        #footer,
        #footer2 {
        line-height:18px;
        font-size:11px;
        text-align:left;
        }
                #footer a {}
                #footer a:hover {}
                
                
                #footer #footer-contact,
                #footer2 #footer-contact {
                float:left;
                width:125px;
                height:54px;
                color:#ffffff;
                font-weight:bold;
                text-align:center;
                padding:11px 20px 11px 20px;
                background-color:#4c4c4c;
                background-image:url(../images/footer_bg.gif);
                background-position:top;
                background-repeat:no-repeat;
                }
                        .foot-justify {
                        text-align:center;
                        letter-spacing:1.1px;
                        }
                
                        #footer2 #footer-contact {height:54px;/*height:34px;*/}
                
                        #footer #footer-contact .rightalign {
                        float:right;
                        display:inline-block;
                        }
                
                        #footer #footer-contact a, #footer2 #footer-contact a {color:#ffffff;}
                        #footer #footer-contact a:hover, #footer2 #footer-contact a:hover {color:#b4b4b4;}
                        
                #footer #footer-links,
                #footer2 #footer-links {
                float:right;
                width:775px;
                font-size:12px;
                text-align:right;
                line-height:40px;
                margin-top:35px;
                border-top:solid #333333 1px;
                }
                        #footer2 #footer-links {margin-top:35px;/*margin-top:15px;*/}
                
                        #footer #footer-links a,
                        #footer2 #footer-links a {color:#4c4c4c;}
                        #footer #footer-links a:hover,
                        #footer2 #footer-links a:hover {color:#b4b4b4;}
                
                
                
                
                
                /* NEXT PREVIOUS PAGES */                
                .nextprev {float:right;}
                        .nextprev .num {
                        color:#333333;
                        background-color:#E0E0E0;
                        padding:0 4px 0 4px;
                        margin-left:3px;
                        }
                        .nextprev .cur {
                        font-weight:bold;
                        background-color:#B5B5B5;
                        }
                        .nextprev .np {
                        color:#ffffff;
                        background-color:#000000;
                        padding:0 4px 0 4px;
                        margin-left:3px;
                        }
                        .nextprev .se {
                        color:#A0A0A0;
                        background-color:#F3F3F3;
                        }
                        .nextprev a:hover {
                        text-decoration:none;
                        color:#CCCCCC;
                        background-color:#000000;
                        }
                        
                        
                /* Login PAGES */        
                #login {}
                        #login .login-form {}
                        
                                #login .login-form li {
                                padding-left:0px;
                                background:none;
                                }
                                
                                        #login .login-form li label {
                                        display:inline-block;
                                        width:200px;
                                        }
                


                /* MAIN FORM */
                form {
                float:left;
                width:400px;
                margin:0 auto; 
                padding:0 0 0 0;
                }
                                        
                        form .req {
                        color:#D60309;
                        font-weight:bold;
                        font-size:12px;
                        }
                
                        form .label {
                        font-size:12px;
                        font-weight:bold;
                        color:#353535;
                        line-height:16px;
                        text-align:left;
                        margin-top:2px;
                        margin-bottom:2px;
                        }
                        
                        form .label2 {
                        font-size:14px;
                        font-weight:bold;
                        color:#353535;
                        line-height:16px;
                        text-align:left;
                        margin-top:2px;
                        margin-bottom:6px;
                        }
                        
                        form .label-details {
                        font-weight:normal;
                        font-size:11px;
                        color:#666666;
                        line-height:15px;
                        }
                        
                        form .input {
                        height:25px;
                        }
                                form .input input {
                                font-size:12px;
                                width:300px;
                                }
                                
                        form .select {
                        height:25px;
                        }
                                form .select select {
                                font-size:12px;
                                width:305px;
                                }
                                
                        form .checkbox {
                        }
                        
                        form .radio {
                        }
                        
                        form .textarea {
                        font-size:11px;
                        width:300px;
                        height:53px;
                        }
                                form .textarea textarea {
                                font-size:12px;
                                width:300px;
                                height:40px;
                                }
                                form .textarea img {
                                float:right;
                                padding-top:3px;
                                }
                        
                        form .button {
                        margin-top:2px;
                        padding-top:10px;
                        padding-bottom:5px;
                        }
                
                
                .form-under {font-size:11px;color:#999999;}
                
                
                
                
				
	#side-map {
	float:left;
	display:inline-block;
	width:270px;
	height:371px;
	background-image:url(../images/spectrum_map.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:relative;
	}
		#side-map .area-holder {
		position:absolute;
		z-index:400;
		}
		
		#side-map .map-peice {
		position:absolute;
		top:0px;
		height:0px;
		width:0px;
		height:0px;
		background-image:url(../images/spectrum_map.gif);
		background-position:-270px 0px;
		background-repeat:no-repeat;
		z-index:300;
		}
	
	
	
                
                

