/* RESET PADDINGS AND MARGINS */
*{
    margin, padding: 0;
}

/* used to help clear floating divs */
.clearfix{
    clear: both;
}

/* style for displaying error message on login */
.error{
    border: 1px solid #c54e32;
    background: #fbbda9;
    font-weight: bold;
    padding: 2px 5px;
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 12px;
    color: black;
    margin: 5px 15px 5px 35px;
    width: 130px;
}



body{
    padding: 0;
    margin: 0;
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #dcd6cc;
}

a:link, a:visited{
    color: #dcd6cc;
    text-decoration: none;
}

a:hover, a:active{
    text-decoration: none;
}

#page{

}

/* UPPER PART OF PAGE */
#top{
    height: 50px;
    position: relative;
}

/* MAIN SECTION: THE BROWN PART OF SITE WITH GRADIENT AT THE TOP */
#main{
    background: #463c37 url(images/gradient_main_top.png) top left repeat-x;
    padding-bottom: 40px;
    padding-top: 60px;
}

/* ACTUAL CONTENT SECTION */
#content{
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    position: relative;
}
    /* NAVIGATION */
    /* HACK */
    /* We set the height here so it sits correctly for IE7 and IE6 */
    ul#navigation{
        padding, margin: 0;
        list-style: none;
        position: absolute;
        right: 0px;
        top: -83px;
    }

    /* This sets the height correctly for ALL other browsers */
    html>/**/body ul#navigation{top: -95px;}

    #navigation li{
        float: left;
        margin-right: 2px;
        font-family: Geneva, Arial, sans-serif;
	    color: #261e1a;
        text-transform: uppercase;
        padding: 6px 0px 2px 0px;
        letter-spacing: 0px;
		line-height: 14px;
        width: 91px;
        text-align: center;
        background: #e9e8e8 url(images/navigation_top_curve.gif) no-repeat top left;
        font-size: 11px;
    }

    #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active{
        color: #261e1a;
        text-decoration: none;
    }

    #navigation li.active{
        background: #261e1a url(images/navigation_active_top_curve.gif) no-repeat top left;
        color: #ED6319;
        padding-bottom: 10px;
    }

    #navigation li.active a{
        color: #ED6319;
        font-weight: bold;
        background: url(images/navigation_indicator.gif) no-repeat bottom center;
        padding-bottom: 9px;
    }

    /* LOGO AND HOMEPAGE LINK */
    #logo{
        margin-bottom: 30px;
    }
        #logo img{
            border: 0;
        }


    /* SPLASH */
    #splash{
        background: #5c4f49;
        height: 262px;
        margin-bottom: 20px;
        padding: 7px 7px;
    }

    .video{
        background: #5c4f49;
        height: 234px;
        width: 950px;
        margin-bottom: 20px;
    }

        /* style for animated splash on frontpage */
        ul#animate{
            list-style: none;
            margin: 0;
            padding: 0;
        }
    /*******************************************************************************/
    /* CONTENT SECTIONS */
    /* Right column section that holds flash and login */
    .right_column{
        float: left;
        width: 220px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    /* Modules for the front page */
    #section_headers{
        margin-bottom: 20px;
    }
        /* Code for the individual modules */
        .section{
            background: #4B403C;
            width: 225px;
            float: left;
            margin-right: 16px;
            padding-bottom: 10px;
        }

        /* Removes margin on last module so it lines up against the edge properly */
        .last{
            margin-right: 0px;
        }

        /* Code for the login section */
        .login{
            margin-top: 10px;
            margin-bottom: 8px;
            width: 220px;
        }

            .login form{
                margin: 0;
                padding: 10px 20px 10px 20px;
            }

            .login input.text{
                margin-bottom: 10px;
                margin-left: 15px;
                border: 2px solid #dcd6cb;
                color: #352e2c;
                font-family: Verdana, Geneva, sans-serif;
                padding: 3px;
                width: 130px;
            }

            .login input.btn{
                margin-left: 15px;
            }


            .section h1{
                margin: 0;
                font-family: Geneva, Arial, sans-serif;
                font-weight: normal;
                color: #dcd6cc;
		        text-transform: uppercase;
		        font-size: 15px;
                border-bottom: 1px solid #564a44;
                padding: 12px 5px 20px 20px;
                margin-bottom: 15px;
                letter-spacing: 0px;
            }

            .login h1{
                text-align: right;
                border: 0;
                padding-top: 10px;
                padding-right: 15px;
                margin-bottom: 0;
            }


            .section .header_arrow{
                padding-left: 10px;
                border: 0;
            }

            .section h4{
                margin: 0;
                padding: 0;
                color: #ef6e20;
                font-size: 13px;
            }

            .section .display{
                display: block;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 15px;
            }

            .section .content{
                padding: 0px 20px;
                margin-bottom: 15px;
                min-height: 76px;
            }

            .login .more_info{
                margin-right: 10px;
                float: right;
            }

            /* button */
            .more_info{
                margin-left: 20px;
                border: 0;
            }

                .section .content p{
                    margin: 0;
                    padding: 0;
                }


    #section_content2, #section_content{
        border: 1px solid #695c55;
        background: #5c4f49;
        margin-bottom: 20px;
        padding: 7px 6px;
        width: 935px;
    }

    #section_content2{
        width: 705px;
    }

        .holder{
            padding: 30px 20px 20px 20px;
            background-color: white;
            position: relative;
            background: white url(images/holder_top_curve.gif) no-repeat top left;
        }

        #section_content2 .holder{
            padding: 5px;
        }

        table#content_columns{
            background: white;
            color: black;
            font-family: Verdana, Geneva, sans-serif;
            font-size: 11px;
            line-height: 18px;
        }


            table#content_columns img{
                border: 0px;
            }

            table#content_columns td{
                vertical-align: top;
            }


            .holder h1{
	margin: 0;
	font-family: Arial, Verdana, san-serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 25px;
	letter-spacing: -1px;
	color: #ef6e20;
	position: absolute;
	margin-left: 10px;
	width: 800px;
	height: 34px;
            }

            #section_content2 h1{
                margin-top: 10px;
                margin-bottom: 15px;
                margin-left: 10px;
            }

	    #tech{
            	background: #F0EDEC;    
		margin-top: 10px;
            	margin-left: 5px;
            	width: 525px;
	    	padding: 10px 10px 10px 10px;
            }

	   #tech2{
            	background: #F0EDEC;    
		margin-top: 10px;
            	margin-left: 5px;
            	width: 255px;
	    	padding: 10px 10px 10px 10px;
            }


            #content_columns h4{
                font-size: 11px;
                margin: 0;
                padding: 0;
            }

            #content_columns p{
                margin: 0;
                padding: 0;
                padding-bottom: 15px;
            }


            #content_columns a:link, #content_columns a:visited{
                color: #ef6e20;
            }

            #content_columns a:link, #content_columns a:visited{
                text-decoration: underline;
            }


    #section_products{
        margin-bottom: 20px;
    }

        #section_products .section{
            background: #4b403b;
            width: 216px;
            float: left;
            margin-right: 25px;
            padding-bottom: 10px;
        }

        #section_products .last{
            margin-right: 0px;
        }


    /* FOOTER */
    #footer{
	height: 110px;
	background: #261E1A;
	text-align: center;
	color: #857972;
	font-size: 10px;
	padding: 10px 20px;
    }

        #footer ul{
            margin, padding: 0;
            list-style:  none;
            margin-bottom: 0px;
        }

        #footer li{
            display: inline;
        }

        #footer a:link, #footer a:visited{
            color: #857972;
        }

        #footer a:hover, #footer a:active{
            color: #dcd6cc;
        }

        #footer .validation{
            text-align: left;
        }
