/**
 * Styles for Websites That Sell.
 *
 * @author Tom Ryder <tom@prodev.co.nz>
 * @copyright 2010 Professional Development
 */
html {
    background: #212121;
    color: #eeeeee;
    margin: 0;
    padding: 0;
}
body {
    background: #212121;
    color: #eeeeee;
    font: normal normal normal 10pt/1.5 "Arial", sans-serif;
    margin: 0;
    padding: 0;
}
a {
    color: #ffbb22;
    text-decoration: none;
}
a:hover {
    color: #ffdd22;
    text-decoration: underline;
}
a img {
    border-color: #ffbb22;
}
a:hover img {
    border-color: #ffdd22;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Tahoma", sans-serif;
    font-weight: normal;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
    ul li {
        background: transparent url("images/list-bullet.gif") 0 0.3em no-repeat;
        margin: 0;
        padding: 0.2em 0.2em 0.2em 2em;
    }
ol {
    margin: 0;
    padding: 0 0 0 2em;
}
    ol li {
        margin: 0;
        padding: 0.2em;
    }

#head {
    background: #625c7e url("images/head-background.gif") left top repeat-x;
    position: relative;
    width: 100%;
}
    #contact {
        position: absolute;
        right: 0;
        top: 0;
        width: 230px;
        height: 165px;
    }
        #contact a {
            display: block;
            padding: 5px;
            text-align: center;
        }
        #contact img {
            border: 0;
            display: block;
            margin: 0 auto;
            text-align: center;
        }
    #title {
        font-family: "Georgia", serif;
        font-weight: normal;
        margin: 0;
        padding: 55px 0 40px 70px;
        width: 556px;
        height: 81px;
    }
        #title a {
            color: #ffffff;
            display: block;
        }
        #title img {
            border: 0;
        }
    #top {
    }
        #top .frm-menu {
            background: #000000 url("images/menu-background.gif") left top repeat-x;
            border-top: 1px solid #000000;
            border-bottom: 1px solid #5b5b5b;
            font-size: 0.9em;
            height: 2.5em;
            line-height: 1;
            padding: 0 0 0 220px;
        }
            #top .frm-menu a {
                color: #ffffff;
                display: block;
                font-weight: bold;
                margin: 0;
                padding: 0.75em 2em;
            }
            #top .frm-menu a:hover,
            #top .frm-menu .selected a {
                background: #f7b92a url("images/menu-background-selected.gif") left top repeat-x;
                color: #000000;
                text-decoration: none;
            }
            #top .frm-menu li {
                background: transparent;
                display: block;
                float: left;
                margin: 0;
                padding: 0;
            }
            #top .frm-menu ul {
                list-style: none inside none;
                margin: 0;
                padding: 0;
            }
#body {
    border-collapse: collapse;
    width: 100%;
}
    #left {
        color: #aaaaaa;
        padding: 10px;
        vertical-align: top;
        width: 200px;
    }
        #left a {
            color: #777777;
            text-decoration: none;
        }
        #left a:hover {
            color: #eeeeee;
            text-decoration: underline;
        }
    #center {
        background: #707070 url("images/center-background.gif") left bottom repeat-x;
        padding: 10px;
        vertical-align: top;
    }
    #right {
        color: #aaaaaa;
        padding: 10px;
        vertical-align: top;
        width: 200px;
    }
        #right a {
            color: #777777;
            text-decoration: none;
        }
        #right a:hover {
            color: #eeeeee;
            text-decoration: underline;
        }
#foot {
}
    #bottom {
    }
        #bottom .frm-menu {
        }
            #bottom .frm-menu a {
            }
            #bottom .frm-menu li {
                background: transparent;
                display: inline;
                margin: 0 1em;
                padding: 0;
            }
            #bottom .frm-menu ul {
                list-style: none inside none;
                margin: 1em 0;
                padding: 0;
                text-align: center;
            }
    #legal {
        text-align: center;
    }
        #legal img {
            border: 0;
            vertical-align: middle;
        }

#contact-details table.list {
    float: left;
	margin-right: 2em;
	width: auto;
}
table.list th {
    padding: 2px 5px;
	text-align: right;
    white-space: nowrap;
	width: 12em;
	vertical-align: top;
}
table.list td {
    padding: 2px 5px;
	vertical-align: top;
}
fieldset {
	border: 0 none;
}
input.button {
	border: 3px solid #fbe28e;
	border-bottom: 3px solid #cea21e;
	border-right: 3px solid #cea21e;
	background: #fbc726;
	color: #000000;
    font-weight: bold;
    padding: 3px;
}


