/*Oil Creek Originals Website*/
/*Made by: Timothy Kellogg*/
/*Overawe Productions*/

/*----------------------------------------------------------------------------*/

Body {	background-color: #571513;
	padding: 0;
	margin: 0;
	color:white;
	font-family : arial;
	}

a:link {color : white; text-decoration:none; font-family : times new roman;}
a:visited {color : white; text-decoration:none; font-family : times new roman;}
a:hover {color : red; text-decoration:none; font-family : times new roman;}

u {color : black;}
ul {font-family : times new roman;}

h1
   {
    color: white;
    font-size : 70px;
    font-family : curlz MT;
    display : inline;
   }

h2
   {
    color: darkblue;
    font-size : 35px;
    font-family : curlz MT;
    display : inline;
   }

hr
   {
    width : 80%;
    height  : 3px;
    noshade : true;
   }

b
   {
    color: #571513;
    font-size : 20;
    font-family : arial;
   }


p
   {
    text-indent : 2em;
    margin : 1em;
    padding : 0em;
    color : #1f1d25;
    width = 90%;
    font-family : times new roman;
   }

/*----------------------------------------------------------------------------*/
/*Classes                                                                     */
/*----------------------------------------------------------------------------*/

        a.BodyLink:link {color : blue; text-decoration:none; font-family : times new roman;}
        a.BodyLink:visited {color : blue; text-decoration:none; font-family : times new roman;}
        a.BodyLink:hover {color : blue; text-decoration:none; font-family : times new roman;}

.Subtext
       {
         font-size : 10px;
       }

.Legal   /*legal text on home page*/
       {
         text-indent : 0em;
         margin : 0em;
         align : center;
         padding : 0em;
         width : 300px;
         color : white;
	 font-size : 12px;
         font-family : times new roman;
       }

.Price   /*The price under each item*/
        {
         text-indent : 0em;
         align : center;
         padding : 0em;
         width : 300px;
         color : #1f1d25;
         display:inline;
         font-family : times new roman;
        }

.Item    /*The Description of the item*/
        {
         text-indent : 2em;
         align : left;
         padding : 0em;
         width : 400px;
         color : #1f1d25;
         font-family : times new roman;
        }

.Quote  /*The quotes on the side bar*/
        {
         text-indent : 0em;
         margin : 1em;
         padding : 0em;
         color : #1f1d25;
         width = 80%;
         align = center;
         font-size : 20;
         font-weight: bold;
         font-family : curlz MT;
        }

.MainTable /*The main table that composes the site*/
        {
         width : 900px;
         background-color : blue;
         background : url('Images/Plaid.jpg');
         border-width : 2px;
         border-color : black;
         border-style : solid;
         margin-width : 0;
         margin-height : 0;
         left-margin : 0;
         top-margin : 0
overflow:hidden
        }

.SecondTable /*The inner table to the main table*/
        {
         border-width : 2px;
         border-style : ridge;
         border-color : black;
         width : 700px;
         border-spacing: 0px;  
         cellpadding : 0px;
         cellspacing : 0px;
         background-color : #e8d182;
        }

.MainWindow /*The main window located inside the second table*/
        {
         border-color : black;
         border-style : solid;
         border-width : 1px;
         background-color : #e8d182;
         cellspacing : 0px;
         cellpadding : 0px;
         vertical-align : top;
        }
        



/*----------------------------------------------------------------------------*/
/*Divs                                                                        */
/*----------------------------------------------------------------------------*/

.Plaidbox  /*The div containing the navigation in the side bar*/
        {
         width:180px;
         background-image:url("Images/innerplaid.jpg");
        }

.Tablespacer /*Used in the navigation menu to fix the alignment of the li in firefox*/
	{
	 text-align : center;
	 width : 150;
	}        

/*----------------------------------------------------------------------------*/
/*Navigation bar
/*----------------------------------------------------------------------------*/

.SBT
       {
	border: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 160;
        background-color: #e8d182;
       }

.SBTTD
       {
	text-align: center;
        border-color: black;
        border-style: solid;
        background-color: #243255;
       }

#SideBarTable
       {
	border: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 160;
        background-color: #e8d182;
       }

#SideBarTable td
       {
	text-align: center;
        border-color: black;
        border-style: solid;
        background-color: #243255;
       }

/*----------------------------------------------------------------------------*/
/*Menu - styling for the jquery popup menu                                    */
/*----------------------------------------------------------------------------*/

#Nav
       {
	width: 100px;
	padding: 0;
	list-style: none;
        padding: 0;
        text-align: center;
	margin: 0;
       }

#Nav li
       {
	background: #243255;
        text-align: center;
	margin: 1px;
	height: 20px;
       }

.Menu
       {
	padding: 0;
        margin-top: -20px;
	margin-left: 98px;
	width: 162px;
	list-style: none;
	display: none;
       }

.Menu li
       {
	height: 20px;
	width: 160px;
        border-color: black;
        border-style: solid;
       }

/*----------------------------------------------------------------------------*/
