body {
    margin: 0;
    padding: 0;
    background: url(../../images/bg-all.png) top left repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1, h2, h3, ul, ol, li, p {
    margin: 0;
    padding: 0;
}

h1 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #FF3333;
    font-weight: bold;
}

h3 {
    margin-bottom: 10px;
    font-size: 120%;
}

p {
    margin-bottom: 10px;
}

a {
    outline: none; /* prevent Firefox dotted outlines when clicking */
    color: #FF3333;
    font-weight: bold;
}

#container {
    position: relative;
    margin: auto;
    width: 800px;
    height: 100%;
    background-image: url(../../images/bg-container.png);
    background-repeat: repeat-y;
    padding-bottom: 20px;
}

#header {
    height: 154px;
    background: url(../../images/bg-header.png);
    background-repeat: no-repeat;
}
#header h1.slogan {
    position: absolute;
    display: block;
    top: 107px;
    left: 30px;
    width: 91px;
    height: 10px;
    text-indent: -9999px;
    background-image: url(../../images/slogan.png);
    background-repeat: no-repeat;
}




#nav {
    width: 150px;
    float: left;
    margin-right: 20px;
}
/*
#nav .button {
    background-image: url(../../images/nav-button.png);
}
#nav .button:hover {
    background-image: url(../../images/nav-button-over.png);
}
*/
.menu-outer {
    list-style: none;
}
.menu-row {
    background-image: url(../../images/nav-button.png);
}
.menu-row:hover {
    background-image: url(../../images/nav-button-over.png);
}
.menu-row a {
    color: #FFF;
    position: relative;
    display: block;
    width: 140px;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 200%;
    background-image: url(../../images/nav-button.png);
    border: 1px solid rgb(0,0,0);
}
* html .menu-row a {
    height: 28px;
    line-height: 199%;
}
.menu-row a:hover {
    background-image: url(../../images/nav-button-over.png);
}
.menu-here {
    background-image:url(../../images/nav-button-over.png);
}
.menu-here a {
    background-image:url(../../images/nav-button-over.png);
}

#page {
    padding: 10px 30px 0 30px;
}
#page h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
}
#page p {
    margin-bottom: 20px;
    line-height: 140%;
}

#content {
    width: 320px;
    float: left;
}
#content ol, #content ul {
    padding-left: 25px;
}

#footer {
    clear: both;
    width: 800px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: center;
    background: url(../../images/bg-footer.png);
    background-repeat: no-repeat;
    font-size: 10px;
    color: rgb(200,200,200);
}

#footer a {
    color: rgb(200,200,200);
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#news {
    float: right;
    margin-left: 10px;
    width: 200px;
    background: url(../../images/bg-news.png) top left repeat-x rgb(0,0,0);
    border: 1px solid rgb(0,0,0);
    color: rgb(255,255,255);
}
#news .header {
    width: 200px;
    height: 30px;
    background: url(../../images/header-news.png) top left no-repeat;
}


#logoBox {
    margin-left: auto;
    margin-right: auto;
    width: 315px;
    height: 124px;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
    height: 124px;
    cursor: pointer;
    text-decoration: none;
    /*background: url(../../images/logo.png) no-repeat center;*/
}

#signin {
    width: 165px;
    position: absolute;
    top: 0;
    left: 600px;
    padding: 5px;
    background: url(../../images/bg-signin.png);
    border: 2px solid #333333;
    border-top-width: 0;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: rgb(240,240,240);
}
#signin a {
    text-decoration: none;
}
#signin h1 {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: rgb(240,240,240);
}
#signin input {
    font-size: 10px;
    width: 97px;
    margin-bottom: 3px;
}
#signin .go-button {
    border: 1px solid rgb(0,0,0);
    width: 70px;
}
#signin table {
    padding: 0;
    margin: 0;
}
#signin table td {
    text-align: center;
}
#signin table td a {
    text-decoration: none;
    font-size: 10px;
}
#signin form {
    padding: 0;
    margin: 0;
}

.verisign, .hackersafe, .authorizenet {
    width: 100%;
    padding: 2px;
    margin-bottom: 20px;
    text-align: center;
}
.verisign a {
    color: #000000;
    text-decoration: none;
    font: bold 7px Verdana,sans-serif;
    letter-spacing: .5px;
}

.news-link {
    padding: 10px;
    margin-top: 10px;
}
.news-link a {
    text-decoration: none;
}

/*************************
 * DITTO
 ************************/
#ditto_pages {
    text-align: center;
    font-size: 90%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #FF6666;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #000;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #EEE;
    color: #000;
}
.ditto_item {
    padding: 10px;
}
.ditto-title {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.ditto-title a {
    color: #FF3333;
    text-decoration: none;
}
.ditto-title a:visited {
    color: #FF3333;
}
.ditto-info {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 80%;
    color: #999999;
}
.paginate-show {
    margin-top: 20px;
    text-align: center;
    font-size: 80%;
    color: #999999;
}

/*  EmailForm  ****/
#EmailForm {
    text-align: left;
    padding-bottom: 20px;
    border: none;
}

fieldset {
    border: none;
}

#EmailForm label,
#EmailForm p {
    display: block;
    clear: both;
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 0 9px;
}

#EmailForm select,
#EmailForm input {
    display: block;
}

#EmailForm label input {
    float: left;
    width: 250px;
    padding: 0;
}

#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    /*background: #fff url(images/input-bg.gif) repeat-x top left;*/
}
#EmailForm textarea {
    margin-top: 3px;
    width: 250px;
    height: auto;
    display: block;
}

#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    /*border-left-color: #c3c3c3;*/
    border-color: #7c7c7c;
    /*background-color: #EBE9ED;*/
    background-color: #CBC9CD;
}

.clear {
    clear: both;
}


/**
hacks
*/

/* transparent PNG hack for IE < 7 *
*html #image-style {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="filename.png", sizingMethod="scale");
}

/**
browser specific style hacks
use these to affect only styles in respective browser
*/

/* IE 6 and below */
/*
* html {}
*/

/* IE 7 and below */
/*
*:first-child+html {}
* html {}
*/

/* IE 7 only */
/*
*:first-child+html {}
*/

/* IE 7 and modern browsers only */
/*
html>body {}
*/

/* modern browsers only (not IE 7) */
/* tip: remove the space after the second * it's here now to keep the comment from breaking
/*
html>/** /body {}
*/

/* recent opera versions 9 and below */
/*
html:first-child {}
*/

/* Safari */
/*
html[xmlns*=""] body:last-child {}
*/
