﻿/* - - - - - - - - - - - - - - - - - - - - -

Title  : Addi-Bug
Author : EagleEnvision.NeT (http://eagleenvision.net/)
URL : http://addi-bug.com

Created : Jun 24, 2008
Modified : Jun 24, 2008

- - - - - - - - - - - - - - - - - - - - - */

/*------------------*/
/* ----- Main ----- */
/*------------------*/

*
{
}
	
html
{
}
	
body
{
    font-family: arial, veranda, sans-serif;
    margin:0;
    padding:0;
    background-color:#031417;
}

/*-----------------*/
/* ----- IDs ----- */
/*-----------------*/

#container
{
    width: 856px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-image: url(images/content2.png);
    background-color: #fff;
}

#header
{
    background-image: url(images/header2.png);
    background-repeat:no-repeat;
    height: 148px; /*Height of top section*/
}


#logo
{
    height:147px;
    width:600px;
    background-image: url(images/logo.png);
    background-repeat:no-repeat;
    margin-left:20px;
    margin-top: 20px;
}


#centerwrapper
{
    float: left;
    width: 100%;
}

#primaryContent
{
    padding-left:20px;
    
    padding-right: 20px;
    padding-top:20px;
    padding-bottom: 30px;
}

#footer
{
    clear: left;
    width: 100%;
    background: black;
    color: #493F24;
    text-align: center;
    height:75px;
    background-image: url(images/footer2.png);
    background-repeat:no-repeat;
}

#thumbimgs
{
    display: inline;
}

#thumbimgs li
{
    display: inline;
}

#eenet
{
    background: transparent url(images/eenet.png) no-repeat 0% 0%;
    width: 182px;
    height: 34px;
    text-decoration: none;
    display: block;
}

#eenet:hover
{
    background: transparent url(images/eenet-hover.png) no-repeat 0% 0%;
}

#eediv
{
    text-align:right; 
    padding-right:20px; 
    padding-top:20px
}

/*---------------------*/
/* ----- CLASSES ----- */
/*---------------------*/




/*----------------------*/
/* ----- HEADINGS ----- */
/*----------------------*/

h1
{
}

h2
{
    color: #FB6B0B;
}

h3
{
    color: #FAA165;
    font: 95%;
}

h4
{
    color: #FAA165;
}

h5
{
}

/*------------------------*/
/* ----- PARAGRAPHS ----- */
/*------------------------*/

p
{
}


/*--------------------*/
/* ----- QUOTES ----- */
/*--------------------*/

blockquote
{
    background-color: #AB5F84;
    width: 375px;
    color: #E0DCD9;
}

blockquote span
{
    background-color:#AA5580;
    height: 10px;
    display: block;    
}

blockquote p
{
    padding-left: 10px;
    padding-right: 10px;
}


blockquote cite
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-style:normal;
    font-variant:small-caps;
    font-size: 110%;
    font-weight:bold;
    display:block;
}

/*-------------------*/
/* ----- LISTS ----- */
/*-------------------*/

li
{
}

ol
{
}

ul
{
}

ul li
{
}

/*------------------------*/
/* ----- NAVIGATION ----- */
/*------------------------*/
#navigation
{
    margin: -40px 150px 0 150px;
    float: left;
    font: bold 17px Arial;
    padding: 0;
    height:34px;
}

#navigation ul 
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

#navigation li
{
    display: inline;
}

#navigation li a
{
    float: left;
    color: white;
    padding: 9px 11px;
    text-decoration: none;
}

#navigation li a:visited
{
    color: white;
}

#navigation li a:hover
{
    color: white;
    text-decoration: underline;
}

#navigation li a.current
{
    color: white;
    text-decoration: underline;
}

/*--------------------*/
/* ----- IMAGES ----- */
/*--------------------*/

img
{
    BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px;
}

img a
{
}

img a:hover
{
}

/*-------------------*/
/* ----- BREAK ----- */
/*-------------------*/

hr
{
}

/*-----------------------------*/
/* ----- TEXT FORMATTING ----- */
/*-----------------------------*/

strong
{
}

em
{
}
b
{
}

i
{
}

/*-------------------*/
/* ----- LINKS ----- */
/*-------------------*/

a
{
    text-decoration: none;
    color: #1B71B7;
}

a:hover
{
    text-decoration: underline;
    color: #1B71B7;
}

a:visited, a:active, a:focus
{
    color: #1B71B7;
}

a:visited
{
    color: #1B71B7;
}

a:active
{
    color: #1B71B7;
}

a:focus
{
    color: #1B71B7;
}

p a
{
}

cite a
{
}

li a
{
}

dt a
{
}
dd a
{
}

/*--------------------*/
/* ----- TABLES ----- */
/*--------------------*/

table
{
}

caption
{
}

thead
{
}

tbody
{
}

tfoot
{
}

tr
{
}

tr .alt
{
}

th
{
}

td
{
}

/*-------------------*/
/* ----- FORMS ----- */
/*-------------------*/

form
{
    PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; 
    MARGIN: 0px; 
    PADDING-TOP: 0px
}

fieldset
{
}

legend
{
}

label
{
}

input
{
}

textarea
{
}

input, textarea
{
}

select
{
}

optgroup
{
}

option
{
}