@charset "utf-8";
@import url(./nav.css);
/* CSS Document */



/* Blanket Styles*/
body {
        background-color: #383838;
        margin: 0; padding: 0;
        font-size: small;
        color: #383838;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }

* html body {
        font-size: x-small; /* for IE5/Win */
        font-size: small; /* for other IE versions */
        }
 
img {
        border-style: none;
}

* {
        margin: 0; padding: 0;
        }
 
a:link, a:visited {
        color: #383838;
        text-decoration: underline;
        }

a:hover, a:active {
        color: #585858;
        }
 
 
 
/* Conatiner */ 
#container {
        background-color: #fff;
        width: 845px;
        margin: 0 auto;
        overflow: hidden;
        }

/* Header */
#container h1 {
        background: #FFFFFF url(/images/logo.png) no-repeat;
        width: 277px;
        height: 42px;
        margin: 28px 0 0 18px;
        text-indent: -9999em;
        float: left;
        }

#buttons {
        margin: 42px 27px 0;
        float: right;
        }

#buttons img {
        padding-left: 20px;
        }

/* Nav */
#navcont { margin-left: 11px; }
#nav { background: url('/images/nav_bg.gif') repeat-x; width: 822px; height: 42px; margin-top: 24px; list-style: none; float: 
left; }
#nav li { float: left; }
#nav a:link, #nav a:visited { float: left; line-height: 42px; height: 42px; display: block; padding: 0 22px 0 22px; color: 
#fff; text-decoration: none; background: url('/images/nav/nav_bg.gif') repeat-x; }
#nav a:hover, #nav a:active { text-decoration: none; background: #000 url('/images/nav/nav_hover.png') repeat-x;}


/* Info */
.info {
        background: url(/images/info_bg.gif) no-repeat;
        width: 823px;
        height: 161px;
        margin: 0 auto;
        clear: both;
        display: none;
        }

.info h2 {
        font: 100 140% Arial, Helvetica, sans-serif;
        letter-spacing: 1.5px;
        color: #464646;
        padding: 22px 0 0 25px;
        }

.info p {
        width: 220px;
        color: #898888;
        padding: 5px 0 0 25px;
        }

.headBlock {
        float: left;
        width: 300px;
        }

.templatetypes {
        float:left;
        width: 200px;
        padding: 21px 0 0 40px;
        }

.supportlinks {
        float: left;
        width: 180px;
        padding: 21px 0 0 50px;
        }


.info ul {
        list-style-image: url(/images/bullet.png);
}

.info li {
        line-height: 22px;
        }

.info a:link, .info a:visited {
        color: #585858;
        text-decoration: none;
        }

.info a:hover, .info a:active {
        color: #252525;
        }



/* Main Content Area */
#content_main {
        width: 685px;
        padding: 0 0 0 15px;
        margin-top: 20px;
        float: left;
        text-align: justify;
        }

#content_main .code { width: 610px; padding: 20px; margin-top: 10px; margin-bottom: 10px; float: left; margin-left: 30px; text-align: justify; background: url(/images/preview_bg.gif); border: solid 2px #888; }

#content_main .sectZero {
        line-height: 17px;
        display: block;
        text-align: justify;
	padding-left: 10px;
        }

#content_main .sectOne {
        line-height: 17px;
        display: block;
        text-align: justify;
        padding-left: 30px;
        }

#content_main p {
        line-height: 17	px;
        display: block;
        text-align: justify;
        padding-left: 10px;
        }

        
#content_main .artList {
        display: block;
        font-weight: bold;
        text-align: justify;
        padding-left: 10px;
        }


#content_main .sectHead {
        line-height: 20px;
        display: block;
	font-weight: bold;
        text-align: justify;
	padding-top: 15px;
	padding-bottom: 10px;
        padding-left: 10px;
        }

#nav_main {
        float: right;
        width: 125px;
        background: url(/images/r_bg.gif) repeat-y;
        height: 500px;
        padding: 0px;
        margin: 32px 0;
        text-align: center;
        }

#nav_main ul {
        list-style: none;
        }

#nav_main ul li {
        line-height: 23px;
        }

#nav_main a:link, #nav_main a:visited {
        color: #383838;
        text-decoration: none;
        }

#nav_main  a:hover, #info a:active {
        color: #585858;
        }

#card {
        float: left;
        }

h3 {
        font-family: "Times New Roman", Times, serif;
        font-size: 180%;
        font-weight: 100;
	padding-bottom: 10px;
        }

h4 {
        color: #bbbbbb;
        font-family: "Times New Roman", Times, serif;
        font-weight: 100;
        padding-bottom: 8px;
        }

hr { 
        border: 0;
        color: #d7d5cb;
        background: #d7d5cb;
        height: 1px;
        margin: 15px 0 20px 0;
}

/* Footer */
#footer {
        width: 822px;
        color: #fff;
	text-align: center;
        font-size: 85%;
        margin: 10px auto;
        }

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
        color: #fff;
        text-decoration: none;
        }

#copyright {
        }

#nav_footer {
        float: right;
        list-style: none;
        }

#nav_footer li {
        float: left;
        }
