﻿body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: normal;
	color: #312e28;
	background-color: #e1e1e1;
	background-image: url(/sites/12/images/bgrd_header.gif);
    background-repeat:repeat-x;
}
img {
    border-style:none;
}
video {
    width:100%;
    height:auto;
}
a {
    outline:none;
    overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #b63509;
}
a:link, a:visited, a:hover, a:active {
    color: #b63509;
}

#logoCell {
	background-image: url(/sites/12/images/bgrd_navbar.jpg);
}
#contentWrap {

    xbackground-image: url(/sites/12/images/bgrd_main.jpg);
    background: -webkit-linear-gradient(white, #E1E1E1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #E1E1E1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #E1E1E1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #E1E1E1); /* Standard syntax */
 
    xborder-top:thin solid gray;
    xbox-shadow: 0 0 1px 1px #888888;

    /*
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#888888), to(#E1E1E1)) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#888888, #E1E1E1) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#888888, #E1E1E1) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#888888, #E1E1E1) 1 100%;
    border-image:
      linear-gradient(to bottom, #888888, #E1E1E1) 1 100%;
    border-bottom:none;
    */

    margin:.5em auto;
    width:100%;
    max-width:980px;
    padding-top: 10px;
}
#home_flash_container {
    width:100%;
    max-width:960px;
    max-height:359px;
    margin:0 auto 1.75em auto;
}
    #home_flash_container video {
        max-width: 960px;
        max-height: 359px;
    }

#contentDiv {
    width: 100%;
    max-width: 960px;
    margin:0 auto;
    background-color:#fff;
}

    #contentDiv > div {
        width: 90%;
        margin:0 auto;
        padding: 2em 0;
    }

#footerWrap {
    width:100%;
    max-width:960px;
    margin:1em auto;
}

.OneClick {
    float: right;
}
.OneClick img {
    margin:0 0 0 30px;
}

.vcard a {
	font-size: 9pt;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	        
	background-color: #ffa700;
	background-image: url(/sites/12/images/bgrd_footer.gif);
	padding-left:48px;
	padding-top:24px;
	padding-bottom:24px;

}
#nav a
{
    text-decoration:none;
    display:block;
}
#nav a:hover
{
    text-decoration:underline;
}
#nav a.current
{
    font-weight:bold;
} 
#nav ul
{
    margin:0;
    padding:0;
    list-style:none;
    overflow:auto;
}
#nav li
{
    padding:.25em .5em;
    float:left;
}

#main {
    margin-bottom: 1em;
}
#catalog {
    display: none;
}
    #catalog ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
        #catalog ul li {
            margin: .25em;
        }

.catalogList #catalog {
    display: block;
}

@media (min-width:768px) {

    .catalogList #contentWrap {
        max-width:960px;
    }
    .catalogList #main {
        float:left;
        width:75%;
        xvertical-align:top;
    }
    .catalogList #catalog {
        float: right;
        width: 22%;
        xvertical-align:top;
    }
}