/*
superlight 100
light 300
regular 400
bold 700
*/

body {
color: #666666;
background: #f2f2f2;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 12px;
padding: 0px 0px 0px 203px;
}

h1 {
color: #00416e;
font-size: 18px;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
text-transform: uppercase;
padding: 0px 0px 0px 0px;
margin: 59px 0px 10px 0px;
}

h2 {
color: #00416e;
font-size: 15px;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
text-transform: uppercase;
padding: 10px 0px 0px 0px;
margin: 10px 0px 20px 0px;
}

h3 {
color: #00416e;
font-size: 13px;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
text-transform: uppercase;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

h4 {
color: #00416e;
font-size: 12px;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
text-transform: uppercase;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

p {
font-size: 13px;
line-height: 1.5;
margin: 0em 0em 1.5em 0em;
}

ol, ul {
font-size: 13px;
padding-left: 1em;
text-indent: -1em;
}
li {
line-height: 1.5;
margin-bottom: 1em;
}

hr {
height: 1px;
color: #cccccc;
border: 1px solid #cccccc;
margin: 1em 0 1em 0;
}

a, a:link, a:visited, a:active {
color: #00416e;
}
a:hover {
color: #333333;
}

#logo {
position: absolute;
position: fixed;
top: 0px;
left: 0px;
z-index: 99999;
}

#nav {
position: absolute;
position: fixed;
top: 183px;
left: 0px;
width: 195px;
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
background: transparent url('../images/bg-nav.png') right bottom no-repeat;
padding: 25px 0px 0px 0px;
margin: 0;
border-top: 1px solid #081c33;
-webkit-border-radius: 0px 0px 8px 0px;
border-radius: 0px 0px 8px 0px;
z-index: 99999;
}
#nav ul {
text-indent: 0em;
padding: 0px 0px 12px 0px;
margin: 0;
}
#nav li {
list-style: none;
padding: 0;
margin: 0;
}
#nav li.atismenu{
margin:0;
clear:both;
float:none;
}
#nav li a {
color: #ffffff;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
padding: 9px 0px 9px 34px;
display: block;
text-shadow: 0px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
#nav li a:hover {
color: #ffdc44;
background: rgb(0, 0, 0); /* Fallback */
background: rgba(0, 0, 0, 0.5);
text-shadow: 0px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
}

#nav li.atismenu a:hover {
background: rgb(0, 0, 0); /* Fallback */
background: rgba(0, 0, 0, 0);
text-shadow: 0px 0px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=0);
}

#nav li.here a, #nav li.parent-here a {
color: #ffdc44;
background: rgb(0, 0, 0); /* Fallback */
background: rgba(0, 0, 0, 0.5);
text-shadow: 0px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
}
#nav li.navbottom {
float: left;
width: 97px;
padding: 13px 0px 13px 0px;
border-top: 1px solid #444444;
margin: 10px 0px 0px 0px;
overflow: auto;
}
#nav li.navbottom a {
color: #ffffff;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
padding: 0px 10px 0px 10px;
text-shadow: 0px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
display: block;
}
#nav li.navbottom a.first {
padding: 0px 10px 0px 34px;
border-right: 1px dotted #616161;
}
#nav li.navbottom a:hover {
color: #ffdc44;
background: transparent;
text-shadow: 0px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
}

#toolbox {
position: absolute;
position: fixed; 
top: 0px;
right: 0px;
width: 290px;
height: 33px;
font-size: 14px;
font-weight: 700;
font-family: "proxima-nova-n7","proxima-nova", Arial, Helvetica, sans-serif;
color: #ffffff;
background: #083662;
background: -moz-linear-gradient(top, #083662 0%, #002641 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#083662), color-stop(100%,#002641));
background: -webkit-linear-gradient(top, #083662 0%,#002641 100%);
background: -o-linear-gradient(top, #083662 0%,#002641 100%);
background: -ms-linear-gradient(top, #083662 0%,#002641 100%);
background: linear-gradient(top, #083662 0%,#002641 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083662', endColorstr='#002641',GradientType=0 );
text-align: center;
text-decoration: none;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
z-index: 99999;
}

#toolbox a {
float: left;
width: 114px;
height: 21px;
font-size: 12px;
color: #ffffff;
background: url('../images/icon-toolbox.png') 30px 8px no-repeat;
text-transform: uppercase;
text-decoration: none;
padding: 9px 0px 3px 27px;
display: block;
}
#toolbox a:hover {
color: #c5cdd3;
text-decoration: none;
}

.tagline h2 {
color: #666666;
font-size: 32px;
font-weight: 300;
font-family: "proxima-nova-n3","proxima-nova", Arial, Helvetica, sans-serif;
text-transform: inherit;
padding-right: 63px;
}
.tagline h2 strong {
color: #08376a;
font-weight: 700;
font-family: "proxima-nova-n7","proxima-nova", Arial, Helvetica, sans-serif;
}

#contentarea, #contentarea_box, #contentarea_create {
width: 728px;
margin: 20px auto 20px auto;
}
#contentarea_box .tagline {
background: transparent url('../images/bg-box.png') repeat left top;
padding: 37px 3px 37px 43px;
border-top: 7px solid #ffffff;
border-right: 7px solid #ffffff;
border-left: 7px solid #ffffff;
}
#contentarea_box .contentbox {
background: #f8f8f8;
padding: 43px 43px 20px 43px;
border-right: 7px solid #ffffff;
border-bottom: 7px solid #ffffff;
border-left: 7px solid #ffffff;
}
#contentarea_box .contentimg {
float: right;
background: #ffffff;
padding: 6px;
border: 1px solid #dddddd;
margin: 0px 0px 10px 20px;
}
#contentarea_create .tagline {
padding: 10px 93px 0px 0px;
}
#contentarea_create .tagline h2 {
color: #ffffff;
}
#contentarea_create .tagline h2 strong {
color: #ffffff;
}

#footer {
display: none;
width: 728px;
color: #666666;
font-size: 11px;
text-align: right;
margin: 60px auto 30px auto;
}
#footer .contact {
color: #333333;
}
#footer a, #footer a:visited, #footer a:hover {
color: #333333;
}

#nav_page {
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
text-indent: 0px;
padding: 0;
margin: 0px 0px 26px 0px;
overflow: auto;
}
#nav_page li {
float: left;
line-height: 1;
list-style: none;
padding: 0;
margin: 0px 0px 10px 0px;
border-right: 1px solid #ecebeb;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.38);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.38);
display: block;
}
#nav_page li:last-child {
border-right: none;
}
#nav_page a {
color: #999999;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3));
background: -webkit-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
background: linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
padding: 10px 26px 10px 26px;
display: block;
}
#nav_page a:hover {
color: #ffffff;
background: #333333;
background: -moz-linear-gradient(top, #333333 0%, #1c1c1c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1c1c1c));
background: -webkit-linear-gradient(top, #333333 0%,#1c1c1c 100%);
background: -o-linear-gradient(top, #333333 0%,#1c1c1c 100%);
background: -ms-linear-gradient(top, #333333 0%,#1c1c1c 100%);
background: linear-gradient(top, #333333 0%,#1c1c1c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 );
text-decoration: none;
}
#nav_page li.here a {
color: #ffffff;
background: #333333;
background: -moz-linear-gradient(top, #333333 0%, #1c1c1c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1c1c1c));
background: -webkit-linear-gradient(top, #333333 0%,#1c1c1c 100%);
background: -o-linear-gradient(top, #333333 0%,#1c1c1c 100%);
background: -ms-linear-gradient(top, #333333 0%,#1c1c1c 100%);
background: linear-gradient(top, #333333 0%,#1c1c1c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 );
text-decoration: none;
}

form {
text-align: left;
background-color: #f8f8f8;
padding: 20px 20px 20px 20px;
border-right: 7px solid #ffffff;
border-bottom: 7px solid #ffffff;
border-left: 7px solid #ffffff;
margin: 0px 0px 0px 0px;
clear: both;
}
form .tab {
padding: 0px 0px 20px 0px;
border-bottom: 1px solid #cccccc;
margin: 0px 0px 20px 0px;
}
form .tabhighlight {
background: #f2f2f2;
padding: 15px 15px 15px 15px;
border: 1px solid #cccccc;
-webkit-border-radius: 10px;
border-radius: 10px; 
margin: 0px 0px 20px 0px;
}
form h3 {
color: #333333;
margin: 0px 0px 10px 0px;
}
form h4 {
color: #333333;
margin: 0px 0px 10px 0px;
}
label, .fieldlabel {
font-size: 13px;
line-height: 1.75em;
font-weight: 700;
padding: 4px 0px 4px 0px;
margin: 0px 0px 6px 0px;
display: block;
}
textarea, select, .element, .datepicker {
width: 80%;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
background: #f2f2f2;
padding: 2px 4px 2px 4px;
border: 1px solid #cccccc;
margin: 0px 0px 6px 0px;
vertical-align: top;
}
.datepicker {
width: 40%;
background: #f2f2f2 url('../images/calendar.gif') no-repeat 98% 2px;
}
input[type="radio"], input[type="radio"]+span {
vertical-align: middle;
margin: 0px;
}
input[type="checkbox"], input[type="checkbox"]+span {
vertical-align: middle;
margin: 0px;
}

label.nopad {
padding: 0px 0px 0px 0px;
}
label.inline {
width: auto;
padding: 0px 10px 0px 0px;
display: inline;
}
label .faint {
font-size: 12px;
font-weight: 400;
}
input.inline, textarea.inline, select.inline {
width: 90px;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
background: #f2f2f2;
padding: 2px 4px 2px 4px;
border: 1px solid #cccccc;
margin: 0px 0px 10px 0px;
vertical-align: middle;
display: inline;
}

#formboxhalf {
width: 50%;
border: none;
}

label.validatelabel {
color: #cc3333;
}
input.validateelement, textarea.validateelement, select.validateelement {
color: #cc3333;
background-color: #ffeeee;
}
.reqstar {
color: #cc3333;
}
.requirednote {
font-size: 13px;
color: #cc3333;
padding: 10px 0px 0px 0px;
}

.buttonblock {
margin-top: 10px;
}

input[type="submit"], input[type="button"], a.button, .button {
font-size: 12px;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
color: #c5cdd3;
background: #083662;
background: -moz-linear-gradient(top, #083662 0%, #002641 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#083662), color-stop(100%,#002641));
background: -webkit-linear-gradient(top, #083662 0%,#002641 100%);
background: -o-linear-gradient(top, #083662 0%,#002641 100%);
background: -ms-linear-gradient(top, #083662 0%,#002641 100%);
background: linear-gradient(top, #083662 0%,#002641 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083662', endColorstr='#002641',GradientType=0 );
text-align: center;
text-decoration: none;
filter: none;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
padding: 10px 10px 10px 10px;
border: none;
display: inline-block;
cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover, a.button:hover, .button:hover {
color: #ffffff;
}

.files {
overflow: auto;
text-indent: 0em;
padding: 0em;
padding: 10px 0px 20px 0px;
}
.files li {
float: left;
width: 47%;
list-style: none;
display: block;
line-height: 1.25em;
height: 50px;
padding: 0% 2% 0% 0%;
}
.files a {
font-weight: 700;
text-decoration: none;
}
.files img {
float: left;
padding: 2px 10px 0px 0px;
}

.imagebox {
width: 728px;
height: 410px;
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
-webkit-box-shadow: 0px 2px 4px 0px #999999;
box-shadow: 0px 2px 4px 0px #999999;
margin: 0px 0px 25px 0px;
}

#warrantytablecurrent {
width: 100%;
border: none;
border-spacing: 0;
border-collapse: collapse;
margin: 0px 0px 20px 0px;
}
#warrantytablecurrent th {
text-align: left;
font-weight: 700;
border-bottom: 1px solid #cccccc;
background-color: #dddddd;
}
#warrantytablecurrent th, #warrantytablecurrent td {
padding: 5px 5px 5px 5px;
}

#warrantytable {
width: 100%;
border: none;
border-spacing: 0;
border-collapse: collapse;
margin: 0px 0px 20px 0px;
}
#warrantytable th {
text-align: left;
font-weight: 700;
border-bottom: 1px solid #cccccc;
}
#warrantytable th, #warrantytable td {
padding: 5px 5px 5px 5px;
}
#warrantytable tr:nth-child(even) {
background-color: #dddddd;
}

a.buttonlinkright, a.buttonlinkdown {
color: #303538;
font-size: 16px;
font-weight: 400;
padding: 13px 21px 13px 21px;
-webkit-border-radius: 0px 0px 2px 0px;
border-radius: 0px 0px 2px 0px;
text-decoration: none;
display: block;
}
a.buttonlinkright {
background: #ffdc00 url('../images/icon-arrow-right.png') 94% center no-repeat; /* Old browsers */
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -moz-linear-gradient(top, #ffdc00 0%, #febd00 100%); /* FF3.6+ */
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc00), color-stop(100%,#febd00)); /* Chrome,Safari4+ */
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -webkit-linear-gradient(top, #ffdc00 0%,#febd00 100%); /* Chrome10+,Safari5.1+ */
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -o-linear-gradient(top, #ffdc00 0%,#febd00 100%); /* Opera 11.10+ */
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -ms-linear-gradient(top, #ffdc00 0%,#febd00 100%); /* IE10+ */
background: url('../images/icon-arrow-right.png') 94% center no-repeat, linear-gradient(to bottom, #ffdc00 0%,#febd00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#febd00',GradientType=0 ); /* IE6-9 */
}
a.buttonlinkdown {
background: #ffdc00 url('../images/icon-arrow-down.png') 94% center no-repeat; /* Old browsers */
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -moz-linear-gradient(top, #ffdc00 0%, #febd00 100%); /* FF3.6+ */
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc00), color-stop(100%,#febd00)); /* Chrome,Safari4+ */
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -webkit-linear-gradient(top, #ffdc00 0%,#febd00 100%); /* Chrome10+,Safari5.1+ */
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -o-linear-gradient(top, #ffdc00 0%,#febd00 100%); /* Opera 11.10+ */
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -ms-linear-gradient(top, #ffdc00 0%,#febd00 100%); /* IE10+ */
background: url('../images/icon-arrow-down.png') 94% center no-repeat, linear-gradient(to bottom, #ffdc00 0%,#febd00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#febd00',GradientType=0 ); /* IE6-9 */
}
a.buttonlinkright:hover {
background: #e6c600 url('../images/icon-arrow-right.png') 94% center no-repeat; /* Old browsers */
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -moz-linear-gradient(top, #e6c600 0%, #e6ab00 100%);
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6c600), color-stop(100%,#e6ab00));
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -webkit-linear-gradient(top, #e6c600 0%,#e6ab00 100%);
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -o-linear-gradient(top, #e6c600 0%,#e6ab00 100%);
background: url('../images/icon-arrow-right.png') 94% center no-repeat, -ms-linear-gradient(top, #e6c600 0%,#e6ab00 100%);
background: url('../images/icon-arrow-right.png') 94% center no-repeat, linear-gradient(top, #e6c600 0%,#e6ab00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c600', endColorstr='#e6ab00',GradientType=0 );
}
a.buttonlinkdown:hover {
background: #e6c600 url('../images/icon-arrow-down.png') 94% center no-repeat; /* Old browsers */
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -moz-linear-gradient(top, #e6c600 0%, #e6ab00 100%);
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6c600), color-stop(100%,#e6ab00));
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -webkit-linear-gradient(top, #e6c600 0%,#e6ab00 100%);
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -o-linear-gradient(top, #e6c600 0%,#e6ab00 100%);
background: url('../images/icon-arrow-down.png') 94% center no-repeat, -ms-linear-gradient(top, #e6c600 0%,#e6ab00 100%);
background: url('../images/icon-arrow-down.png') 94% center no-repeat, linear-gradient(top, #e6c600 0%,#e6ab00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c600', endColorstr='#e6ab00',GradientType=0 );
}

.ui-dialog .ui-dialog-content {
padding: 0 !important;
}

.notitledialog .ui-dialog-titlebar {
display: none;
}

.buttonclose, .buttoncloseshare {
float: right;
margin: 5px 0px 0px 0px;
}

.ui-dialog {
padding: 0px 0px 40px 203px !important;
border-radius: 0px 0px 0px 0px !important;
}
.ui-widget-content {
background: none !important;
border: none !important;
}
.ui-datepicker-calendar {
background: #f6f6f6 !important;
}

.closebox {
overflow: auto;
}