/* Start of CMSMS style sheet 'Default' */
/* ---------------- Body and Container ------------------- */

body {
    margin: 0 auto;
    font: 76%/1.3 Arial, Geneva, 'nimbus sans', 'luxi sans', sans-serif;
    color: #333;
}
#container {
    margin: 0px auto 0 auto;
    padding-top: 60px;
    width: 758px;
}

/* ---------------- Accessibility ----------------------*/

.skip {
    left:-19000px;
    overflow:hidden;
    position:absolute;
}

/* ---------------  Main Navigation ------------------ */

ul#main-nav {
    width: 100%;
    background: #EFEFEF url(templates/dogpoint/images/bg-main-nav.gif) no-repeat bottom right;
    height: 2.5em;
    font-size: 0.9em;
    display: block;
    color: #333;
    margin: auto 0;
    padding: 0; 
    border: 1px solid #CCC;
    list-style: none;
}
ul#main-nav li {
    background-color: white;
    float: left;
    margin: 0;
    display: block;
    height: 100%;
    padding: 0 2.1em;
    line-height: 1.6em;
    font: 0.9em georgia, times, serif;
}
ul#main-nav li.current, ul#main-nav li.parent {
    /* background-color: #fff; */
   border-bottom: 1px solid #fff;
   position: relative; top: 1px;
   border-right: 1px solid #CCC;
   border-left: 1px solid #CCC;
}
ul#main-nav li a {
    text-decoration: none;
    padding: 7px 0;
    display: block;
    text-transform: uppercase;
    color: #666;
}
ul#main-nav li a:hover {
    text-decoration: underline;
}
#main-nav #wines {
    background-image: url(templates/dogpoint/images/bg-tree-main-nav.gif);
    background-repeat: no-repeat;
    background-position: 0 30%;
    margin: 0;
    padding: 0 2em 0 5em;
    color: #000 !important;
    background-color: #EFEFEF;
}
#main-nav #purchase {
    margin: 0;
    padding: 0 21px 0 21px;
    color: #000;
    background-color: #EFEFEF;
}

/* ---------------  Secondary Navigation ------------------ */

ul#second-nav {
/*    background-color: #f7f7f7; */
    clear: left;
    width: 100%;
    font-size: 0.9em;
    display: block;
    color: #333;
    height: 2.5em;
    margin: 0;
    padding: 0; 
    border: 1px solid #CCC;
    border-top: none;
    border-bottom-color: #EFEFEF;
    list-style: none;
    position: relative;    
    top: -1px;
    font: 0.8em times, serif;
}
ul#second-nav li {
    float: left;
    margin: 0;
    padding: 7px 15px 5px 15px;
}
ul#second-nav li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
}
ul#second-nav li a:hover{
    text-decoration: underline;
}

/* ------------------ Content ------------------ */

#content-container {
    clear: left;
    border: 1px solid #CCC;
    border-top: 0;
    width: 100%;
    min-height: 400px;
    height: auto;
    font-size: 0.9em;
    background-image: url(templates/dogpoint/images/dog-point-vineyard-logo-small.gif);
    background-position: 35px 50%; /* 95%; */
    background-repeat: no-repeat;
    position: relative;
    top: -8px;
}

/* hack for IE as it doesn't understand min-height */

/*\*/
* html #content-container {
    height: 400px;
}
/**/


div#content {
    float: right;
    width: 550px;
    margin: 12px 20px 16px 0;   
}
div#content.content-on-right {
    width: 395px;
}
div#content img {
    float: right;
}
div#content.content-on-right img {
    float: none;
    margin-bottom: 0.75em;
}
div#content-text {
    margin-right: 150px;
}
#content h1 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
    color: #777;
}
#content h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.5em 0 0.25em 0;
   color: #777;
}
#content h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0.5em 0 0.25em 0;
   color: #777;
}
#content h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0.5em 0 0.25em 0;
}
#content p {
    margin: 1em 1em 0 0; 
    padding: 0;
    line-height: 1.4em;
}
#content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#content ul li {
    margin: 0;
    padding: 0 0 0.75em 0;
}
#content table {
    border-width: 1px;
    border-spacing: 5px;
    border-style: hidden;
    border-collapse: collapse;
    margin-top: 10px;
}
#content table th, #content table tr {
    padding: 0px 15px 10px 0;
    text-align: left;
    vertical-align: top;
}
#content a:link, #content a:visited, #content active{
    color: #006699;
    text-decoration: underline;
}
#content a:hover{
    text-decoration: none;  
}
#content img {
    border: 0;
}
#content div#link-back {
    margin-top: 1em;
}
img#logo {
    display: none;
}
#prev-link a {
    float: left;
}
#next-link a {
    float: right;
}
#prev-link-in-table a {
    float: left;
    margin-top: 1.5em;
}
#next-link-in-table a {
    float: right;
    margin-top: 1.5em;
}
/* End of 'Default' */

