
body, html {                                                                  
	margin: 0;
	padding: 0; 
	background-image: url("images/top-back.jpg");
	background-repeat: repeat-x;
}

body, table, td, div, p, input, textarea {
    font-family: Verdana; 
    font-size: 12px;  
    color: #444; 
}

#main_skel {
    height:100%;
    background: url(images/back.jpg);
}

a img     { border:0;}

h1 { font-family: Tahoma; font-size: 28px; text-align: center; font-weight: normal; color: #b00; }
h2 { font-family: Tahoma; font-size: 18px;  font-weight: normal; color: #b00; margin-top:0px; }

a, a:visited { color: #3078bd; text-decoration: underline }
a:hover { color: #b00 }

* {
    box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.blue_container {
    background:url(images/backgrounds/blue.jpg) repeat-x;
    padding:10px;
}

.green_container {
    background:url(images/backgrounds/green.jpg) repeat-x;
    padding:10px;
}

.pink_container {
    background:url(images/backgrounds/pink.jpg) repeat-x;
    padding:10px;
}

.purple_container {
    background:url(images/backgrounds/purple.jpg) repeat-x;
    padding:10px;
}

.trans_container {    
    padding:10px;
}

.banner_container {
    padding-top:10px; padding-bottom:10px;
}

.twitter {
    background:url(images/tw_bg.png) repeat-x;
    padding:10px;		
    text-align: center;
    border: 1px #dadada solid;
    margin-bottom:10px;
    width:170px;
}
.twitter img {
    margin-top:5px;
}

li { margin-top: 8px; margin-bottom: 8px; } 

#header {
    background: url(images/top.jpg) no-repeat;
    padding-bottom: 10px;
    padding-left:32px;  
    padding-top:168px;
    background-color: #3078bd;
}

#header, #header a, #header a:visited, #header div {
    font-family: Tahoma;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 18px;
    text-decoration:none;
}
#header a:hover {
    color: #001966;
}
#header .active, #header .active:visited {
    text-decoration: underline;
}

#header #logo {
    position:relative;
}

#header #logo a {
    display:block; 
    position:absolute; 
    top:-100px; 
    left:0px; 
    width:335px; 
    height:78px; 
}

#header #head_menu {
    position:relative;
}

#header #head_menu div {
    display:block; 
    position:absolute; 
    top:0px; 
    left:0px; 
     
    
}

#footer {
    padding-bottom:20px;
}

#footer table{ 
    height: 65px; 
    width: 800px; 
    background-color: #3078bd;
    vertical-align:top;
    margin-top:13px;   
}

#footer td {
    font-family: Tahoma; 
    font-size: 12px; 
    color: #fff; 
    text-align: left; 
    line-height: 22px;
}

#footer a, #footer a:visited { color: #fff; text-decoration: none }
#footer a:hover { color: #001966;  }

#footer div {
	padding-top: 10px;
}

#footer div a, #footer div a:visited { color: #3078bd; text-decoration: none }
#footer div a:hover { color: #000;  }


#footer .active, #footer .active:visited {
    text-decoration: underline;
}

#footer .logo_td {
    padding-left:30px;
    width:103px;
}

#footer .copy_td {
    padding-left:20px;
    width: 340px;
}

.right_column {
    padding-top:20px; 
    padding-right:20px; 
    padding-bottom:10px;
}

.left_column {
    padding-left:20px; 
    padding-top:20px; 
    padding-right:0px;
    padding-bottom:10px;
}

.device_selector {
    width:170px; 
    height:170px; 
    text-align:center; 
    padding-top:20px;
}

.device_name {
    color: #b00; 
    font-weight:normal; 
    font-family: Tahoma; 
    font-size: 18px;
}

.device_selector a, .device_selector a:visited {
    text-decoration: none;
}

#devices_popup {
    position:absolute;
    top:0px; left:-650px;
    z-index:10;
    border: 1px solid #e19f7d;
    width:810px;
    background: url(images/backgrounds/seldev.jpg) repeat-x;
    background-color: #f9e9dc;
    height:160px;
    display:none;
}

#devices_popup h2 {
    float:left; 
    padding-left:10px; 
    padding-top:10px;
    margin:0px;
}

#devices_popup td {
    text-align:center;
    vertical-align: top;
    padding-top:15px;
}

.faqGroup {
    display:none;
}

.no_underline, .no_underline:visited {
    text-decoration: none;
}

.dotted_border {
    border:1px dotted red;
    padding:5px;
}

.cameras-list ul {
    list-style-type: none;
}

.screenshots {
    font-weight: bold;
}

.screenshots p {
    padding-bottom: 20px;
}
.screenshots img {
    border: 1px solid black;
}

.benefits {
 width:100%;
 font-weight: bold;
}

.benefits .thead {
 font-size:120%;
}

.benefits .r1 {
 background-color: #E3F7DE;
}

.benefits .r2 {
 background-color: #D5E8F9;
}

