/* CSS Document */

body {
background: #FFFFFF;
color: #333333;
font-family: Arial;
font-size: 11px;
margin: 0;
padding: 0;
}

h1, h2, h3, p, ul, ol, input {
margin: 0; 
padding: 0;
}

li {
list-style: none;
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

a:active {
color: #999999 !important;
}

img {
border: none;
}

#page {
width: 910px;
margin-left: 20px;
}

.clearfix {
clear: both;
}

/*** Header ***/

#header {
width: 910px;
height: 120px;
padding-top: 5px;
margin-bottom: 20px;
}

#header .logo {
float: left;
width: 240px;
height: 100px;
margin: 20px 0 0 15px;
}

#header .logo a {
outline: none;
}

#header .toplinks {
float: right;
font-size: 10px;
height: 10px;
margin-right: 50px;
}

#header .toplinks a:link, #header .toplinks a:visited {
color: #CC0000;
}

#header .toplinks a:hover {
color: #333333;
text-decoration: underline;
}

#header .nav {
float: left;
font-size: 12px;
width: 600px;
margin: 55px 0 0 30px;
}

#header .nav ul {
position: relative;
z-index: 200;
}

#header .nav li {
float: left;
margin-left: 22px;
}

#header .nav li:first-child {
margin-left: 0;
}

#header .nav > ul > li > a {
display: block;
padding-bottom: 10px;
}

#header .nav li a:link, #header .nav a:visited {
color: #333333;
}

#header .nav li a:hover, #header .nav > ul > li:hover > a {
color: #CC0000;
}

#header .nav > ul > li > a.active {
color: #CC0000;
}

#header .nav ul ul {
display: none;
border-top: 1px solid #000000;
width: 600px;
height: 29px;
padding: 1px 0 20px;
position: absolute;
left: 0;
z-index: 100;
}

#header .nav ul ul li {
font-size: 10px;
margin-left: 0;
}

#header .nav ul ul.center li {
margin-left: 150px;
}

#header .nav ul ul.right li {
float: right;
}

#header .nav ul ul li a {
display: block;
line-height: 28px;
height: 28px;
padding: 0 11px;
}

#header .nav ul ul li a:hover {
background: #E9E9E9;
}

.banner {
background: url(../images/banner_bg.jpg) 0 0 no-repeat;
width: 554px;
height: 376px;
margin-bottom: 50px;
padding: 0 56px 0 300px;
position: relative;
}

.banner ul {
float: left;
}

.banner li {
float: left;
width: 40px;
height: 376px;
border-right: 1px solid #FAD4D5;
overflow: hidden;
cursor: pointer;
}

.banner li > a {
display: block;
position: relative;
}

.banner li:first-child {
border-left: 1px solid #FAD4D5;
}

.banner li img {
border-right: 1px solid #FAD4D5;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}

.banner li img.hide {
z-index: 1;
}

.banner li img.show {
display: block;
z-index: 3;
}

.banner li#company {
background: url(../images/our_company_image.jpg) 100% 0 no-repeat;
width: 427px;
}

.banner li#security {
background: url(../images/security_image.jpg) 100% 0 no-repeat;
}

.banner li#product {
background: url(../images/product_center_image.jpg) 100% 0 no-repeat;
}

.banner li#support {
background: url(../images/election_support_image.jpg) 100% 0 no-repeat;
}

.banner .text {
display: none;
width: 510px;
position: absolute;
top: 386px;
left: 300px;
}

.banner li#company .text {
display: block;
}

.banner .text h1 {
color: #CC0000;
font-size: 20px;
}

.banner .text p {
line-height: 17px;
}

.banner .text a.more {
background: url(../images/arrow_red.png) 100% 3px no-repeat;
color: #CC0000;
margin-left: 5px;
padding-right: 10px;
}

.subnav {
float: left;
background: #851518 url(../images/subnav_bg.jpg) 0 50% no-repeat;
color: #FFFFFF;
font-size: 10px;
width: 139px;
min-height: 307px;
}

.subnav_top {
background: url(../images/subnav_top.jpg) 0 0 no-repeat;
width: 139px;
height: 20px;
}

.subnav_bottom {
background: url(../images/subnav_bottom.jpg) 0 0 no-repeat;
width: 139px;
height: 20px;
}

.subnav > ul {
min-height: 307px;
}

.subnav li {
margin-bottom: 5px;
}

.subnav a {
display: block;
color: #FFFFFF;
width: 119px;
padding: 10px 0 10px 20px;
}

.subnav a:hover, .subnav li.current > a {
background: url(../images/sidenav_current.png) 0 0 repeat-y;
}

.subnav ul ul a:hover {
background: none;
}

.subnav ul ul li.current {
list-style: disc;
}

.subnav li.current > a {
font-weight: bold;
}

.subnav ul ul li.current a {
background: none;
}

.subnav ul ul {
margin-top: 10px;
padding-left: 30px;
}

.subnav ul ul li {
margin-bottom: 1px;
}

.subnav ul ul a {
width: 109px;
padding: 2px 0;
}

#content {
float: left;
border-right: 1px solid #CC0000;
width: 500px;
min-height: 340px;
margin-left: 20px;
padding-right: 30px;
}

#content h1 {
color: #CC0000;
font-size: 18px;
margin-bottom: 5px;
}

#content h2 {
clear: both;
margin-top: 15px;
}

#content h2 span {
color: #333333;
}

#content h2, #sidebar h2 {
font-size: 14px;
color: #CC0000;
}

#content p, #sidebar p {
line-height: 17px;
margin-bottom: 15px;
}

#content p.right {
float: right;
}

#content ul, #sidebar ul {
line-height: 17px;
margin-bottom: 15px;
}

#content ul {
padding-left: 15px;
}

#content li {
list-style: disc;
font-weight: bold;
margin-bottom: 15px;
}

#content ul.info {
font-size: 13px;
margin: 15px 0;
}

#content a:link, #content a:visited {
color: #CC0000;
}

#content a.thickbox:link, #content a.thickbox:visited {
color: #000000;
}

#content a.thickbox:hover {
color: #CC0000;
}

#content a.news:hover {
color: #666666;
}

#content a.news {
color: #666666;
}

#content a:hover {
color: #CC0000;
}

#content .image {
float: right;
width: 260px;
margin: 0 0 10px 10px;
}

#content a.button {
margin-left: 10px;
}

#content .borderline {
clear: both;
border-bottom: 1px solid #CC0000;
width: 530px;
margin-bottom: 10px;
}

#content .column {
float: left;
width: 250px;
}

.contact {
padding-left: 20px;
}

.contact form {
font-size: 10px;
}

.contact form p {
color: #CC0000;
margin-bottom: 8px !important;
position: relative;
}

.contact form p:first-child {
margin-bottom: 10px;
}

.contact label {
display: inline-block;
color: #333333;
width: 50px;
}

.contact label span {
color: #CC0000;
}

.contact label.error {
color: #CC0000;
font-size: 12px;
text-align: right;
position: absolute;
top: 5px;
right: 10px;
}

.contact label.success {
color: #009900;
}

.contact input[type="text"] {
border: none;
background: url(../images/field_bg.jpg) 0 0 no-repeat;
color: #333333;
font-family: Arial;
font-size: 12px;
font-weight: bold;
width: 402px;
height: 23px;
padding: 0 10px;
}

#sidebar {
float: left;
border-left: 1px solid #CC0000;
width: 200px;
padding-left: 10px;
margin-left: -1px;
}

#sidebar > img {
margin: 0 0 15px -5px;
}

#sidebar a img {
display: block;
border: 1px solid #999999;
padding: 1px;
}

#sidebar ul {
padding-left: 15px;
}

#sidebar li {
list-style: disc;
}

#footer {
clear: both;
color: #999999;
font-size: 9px;
text-align: center;
padding: 120px 0 20px;
}