body {
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    line-height: 11px;
    color: #222;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    background-image: url('images/page_bg.gif');
    background-repeat: repeat-x;
}

input, textarea, button, select {
    font-size: 11px;
}

p {
    line-height: 13px;
    margin: 0 0 8px 0;
    padding: 1px;
}

p.single {
    margin: 0px;
}

a img { border: 0px; }

a:link    { color: #0066CC; }
a:visited { color: #003366; }
a:hover   { text-decoration: none; }
a:active  { color: #9DCC00; }

a.special:visited { color: #0066CC; }

#container_outside {
    width: 700px;
    margin: 0px auto 0 auto;
}

#container {
    background-color: white;
    padding: 7px;
}

#menu {
    padding: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #bedbff;
    background-color: #f7fbff;
}

#menu a {
    display: block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #0d84ff;
    text-decoration: none;
}

#menu a:hover {

}

#menu a:active {
    color: green;
}

#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#menu ul li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    border-left: 1px solid #ccc;
}

#menu ul li:first-child,
#menu ul li.first-child {
    margin-left: 0;
    padding-left: 0px;
    border-left: 0;
}

#content {
    background-color: #fefefe;
    clear: both;
    margin-top: 10px;
    padding: 0 7px 0 7px;
}

#content-left {
    width: 60%;
    float: left;
    padding-top: 10px;
}

#content-right {
    width: 35%;
    float: right;
}

#content p {
    line-height: 14px;
    color: #444;
}

#content h3 {
    font-family: arial;
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0px;
    color: #0097f1;
}

#splash {
    text-align: right;
    margin-top: 10px;
    height: 125px;
    margin-left: -6px;
    margin-right: -6px;
    overflow: hidden;
}

#splash img {
    border: 0px;
}

ul.default-list {
    list-style: url('images/bullet.gif') outside;
    margin: 10px 0 0 20px;
    padding: 0px;
}

ul.default-list li {
    line-height: 13px;
    margin: 2px 0 5px 0;
    color: #444;
}

.spacer {
    display: block;
    clear: both;
}

#footer {
    background-color: #fafafa;
    margin: 40px 0 0 0;
    padding: 5px 10px 5px 10px;
    font-size: 10px;
}

#footer a {
    color: black;
}

#footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#footer ul li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    border-left: 1px solid #ccc;
}

#footer ul li:first-child,
#footer ul li.first-child {
    margin-left: 0;
    padding-left: 0px;
    border-left: 0;
}

#footer p {
    clear: both;
    margin-top: 15px;
}

.module {
    background-image: url('images/module_bg.jpg');
    background-repeat: no-repeat;
    padding: 15px 10px 0px 10px;
}

form {
    margin: 0px;
    padding: 0px;
}

form.no-table fieldset {
    border: 0px;
    padding: 10px 0px 0px 0px;
    margin: 20px 0 0 0;
}

form.no-table legend {
    margin: 0;
    padding: 0px;
    font-weight: bold;
    font-family: tahoma, verdana, arial;
    font-size: 13px;
}

form.no-table p {
    padding: 0px;
    line-height: 12px;
    margin: 0 0 5px 0;
}

form.no-table p strong {
    display: block;
    font-weight: normal;
}

form.no-table input.center {
    text-align: center;
}



table.specs-table {
    width: 100%;
}

table.specs-table td {
    padding: 5px 3px 5px 3px;
    border-bottom: 1px dotted #ccc;
}

table.specs-table td.left {
    width: 40%;
}

table.specs-table td.right {
    color: #555;
}

div#faq-list p {
    color: #555;
}

div#faq-list p em {
    color: #086eff;
}

img.inline-image {
    margin-bottom: -4px;
}

button img {
    margin-bottom: -2px;
}

input.error, textarea.error {
    background-color: #ffffaa;
}

input, textarea, select {
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    background-color: #fcfcfc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

div.error {
    background-color: #ffffaa;
    padding: 5px;
}

div.error h4 {
    color: red;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

div.error h4.first-child {
    margin-top: 0px;
}

div.error ul {
    margin: 0 0 0 25px;
    padding: 0px;
    list-style: square outside;
}

div.error ul li {
    margin: 2px 0 2px 0;
}
