﻿/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* START */
body {
    height: 100%;
}

body {
    padding-bottom: 25px;  
    overflow: auto;
    font: 14px/150% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif; color: #eee;   
    background: #474849 url('img/bg.jpg');  
}
h1 {
    font: 56px/140% "Lobster", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
    color: #ccff19;
    text-shadow:  0px 1px 0px #333;
}
.gray {
    color: #aaa;
}
h2 {
    color: #ccff19;  
    text-transform: uppercase;
    font-weight: bold;    
}

em {
    font-style: italic;
}

a {
    color: #EFFAB4;
}

#content {
    padding-top: 50px;
    width: 900px;
    margin: 0 auto;
    position: relative;
}
#logo {
    position: absolute;
    right: 0; top: 10px;
}
#lead {
    margin-bottom: 28px;
    padding-left: 7px;  
    padding-bottom: 14px;
    box-shadow: 0px 6px 6px -4px #222;-moz-box-shadow: 0px 6px 6px -4px #222;-webkit-box-shadow: 0px 6px 6px -4px #222;
}
#cameras {
    margin-top: 28px;
    padding-top: 284px;
    background: url('img/cameras.jpg') top center no-repeat;
    box-shadow: 0px -6px 6px -4px #222;-moz-box-shadow: 0px -6px 6px -4px #222;-webkit-box-shadow: 0px -6px 6px -4px #222;    
}
    #cameras .camera {
        width: 30%; margin: 0 15px; float: left; text-align: center;
    }
    #cameras .camera p {
        font-size: 12px; line-height: 140%;
    }
#lead ul {
    margin-top: 14px;
}
    #lead ul li {
        display: inline; margin-right: 15px;
    }
.video {
    width: 49%;
    float: left;
    font-size: 12px; line-height: 140%;
}
    .video iframe, .video h2, .video p  {
        margin-left: 15px;        
    }
    .video iframe {
        margin-bottom: 15px;

    }
    .video p {
        font-size: 11px;
        padding-right: 25px;
    }

