body, input, textarea, select { font-family: 'Lucida Grande', Lucida, sans-serif; }
body {
    font-size: 11px;
	line-height: 18px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #191919;
}

body, h1, h2, h3, h4, h5 { margin: 0; padding: 0; font-weight: normal; }

    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2, .header2 {
        text-transform: uppercase;
        font-size: 28px;
        line-height: 30px;
    }
    h3 {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 26px;
    }
    h4 {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }
    h5 {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }

img { border: 0; padding: 0; margin: 0; }

a { color: #404040; }
a:hover { color: #808080; }


#wrapper_1 {
    background: url('base/background-stripes.png') top left repeat;
}
#wrapper_2 {
    background: url('base/background-header-black.png') top left repeat-x;
}

#container {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    min-height: 700px;
    z-index: 5000;
}

    #header {
        height: 50px;
        border-bottom: 5px solid #000;
    }
    
    #navigation {
        height: 35px;
    }
        #navigation div.main_nav {
            position: relative;
            z-index: 1100;
            float: right;
            margin-left: 25px;
            height: 50px;
        }
        #navigation div.main_nav a {
            float: left;
            font-size: 11px;
            text-decoration: none;
            padding: 15px 10px 0px 15px;
        }
            #navigation div.main_nav a { color: #FFF; }
            #navigation div.main_nav:hover a { color: #404040; }
            
            #navigation div.main_nav.solutions:hover a,
            #navigation div.main_nav.news:hover a { color: #FFF; }
            
            
        #navigation div.sub_nav a {
            float: none;
            display: block;
            font-size: 11px;
            text-decoration: none;
            padding: 5px 5px 5px 10px;
            margin-top: 5px;
            border-top: 1px solid #404040;
            text-align: left;
        }
            #navigation .solutions div.sub_nav a,
            #navigation .news div.sub_nav a { border-color: #FFF; }
            
        
        #navigation div.main_nav a:hover { text-decoration: underline; }
        
        div.main_nav div.sub_nav {
            position: absolute;
            top: 50px;
            left: 0px;
            width: 150px;
/*            opacity: 0.1;*/
/*            -webkit-transition: opacity 0.25s linear;*/
            display: none;
            padding: 5px;
            z-index: 1000;
            box-shadow: 2px 2px 3px #000;
            -webkit-box-shadow: 2px 2px 3px #000;
            -moz-box-shadow: 2px 2px 3px #000;

        }
        div.main_nav:hover div.sub_nav { display: block; /*opacity: 1;*/ }
        
    #phone_contact {
        float: right;
        margin-top: 5px;
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
    }

#footer {
    margin-top: 50px;
    border-top: 2px solid #000;
    padding: 10px;
    color: #E6E6E6;
    font-size: 12px;
}

a.no_underline, a.button { text-decoration: none; }

a.button {
    padding: 3px 5px 3px 5px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
}
    a.button:hover { text-decoration: underline; color: inherit; }
    a.button.small {
        font-size: 10px;
        padding: 5px 10px 5px 10px;
        -webkit-border-radius: 11px;
    	-moz-border-radius: 11px;
    }
    a.button.medium {
        font-size: 14px;
        padding: 5px 10px 5px 10px;
        -webkit-border-radius: 13px;
    	-moz-border-radius: 13px;
    }
    a.button.large {
        font-size: 16px;
        padding: 7px 15px 7px 15px;
        -webkit-border-radius: 15px;
    	-moz-border-radius: 15px;
    }
    a.button.white { color: #000; background: url('base/background-button-white.png') top left repeat-x #CCCCCC; }

li { list-style-type: square; }

.flash {
    padding: 10px;
    margin: 20px 0px 20px 0px;
    background-color: #FFF;
    color: #000;
    font-size: 12px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.padded { padding: 10px; }
.lightly_padded { padding: 5px; }

.margined { margin: 10px; }
.large_bottom_space, .large_spaced { margin-bottom: 20px; }
.bottom_space, .spaced { margin-bottom: 10px; }
.large_top_space, .large_spaced { margin-top: 20px; }
.top_space, .spaced { margin-top: 10px; }
.small_top_space { margin-top: 5px; }
.uber_spaced { margin-top: 50px; margin-bottom: 50px; }

.emphasized { font-weight: bold; }

.smaller { font-size: 0.8em; font-weight: normal; }
.larger { font-size: 1.3em; }

.center_text { text-align: center; }
.inherit_color { color: inherit; }

.float_right { float: right; }
.float_left { float: left; }

.pad_left { padding-left: 10px; }
.pad_right { padding-right: 10px; }
.pad_top { padding-top: 10px; }
.pad_bottom { padding-bottom: 10px; }
.extra_pad_right { padding-right: 20px; }

.width_two_third { width: 660px; }
.width_one_third { width: 260px; }

.clear_left { clear: left; }
.clear_both { clear: both; }

/* Services */
ul#key_benefits { margin: 0px; padding-left: 20px; font-size: 12px; }
ul#key_benefits li { padding-bottom: 5px; }

/* Comments */
#comments {
    width: 340px;
}
.comment_add_link {
    background: url('base/comment-add.png') no-repeat 0 3px;
    padding-left: 15px;
    font-weight: bold;
}
.comment_pointer {
    width: 19px; height: 7px;
    background-repeat: no-repeat;
    background-position: 5px 0;
    margin-top: 10px;
}
    .comment_pointer.light_gray { background-image: url('base/comment-pointer.png'); }
    .comment_pointer.transparent_gray { background-image: url('base/comment-pointer-transparent-gray.png'); }
    
/* YE OLDE CLEARFIX */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
