/* CSS Document */

*
html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
background: url(http://www.donmattingly.com/images/strip.png) repeat;
font-family: Georgia, "Times New Roman", Times, serif;
}

.left {
background: #000033;
color: #FFF;
}

.right {
background: #000066;
color: #FFF;
}

.middle {
background: url(http://www.donmattingly.com/images/stripe2.png) repeat;
color: #000033;
}

.middletext {
padding: 8px;
}

#wrapper {
background: url(http://www.donmattingly.com/images/shadow.png) repeat-y;
}

#regbox {
padding: 10px;
color: #000033;
vertical-align: top;
}

.mailinglisttext {
font-size: .8em;
padding: 0;

}

/*ZENCART*/

.leftBoxContainer {
padding: 0 0 10px 8px;
}

#categoriesHeading, #informationHeading {
color: #BEBEBE;
}

#categoriesContent {
font-size: .8em;
}

#categoriesContent a {
text-decoration: none;
color: #EAEAEA;
}

#categoriesContent a:hover {
text-decoration: none;
color: #BEBEBE;
}

#informationContent ul li a {
text-decoration: none;
color: #EAEAEA;
font-size: .8em;
}


#informationContent a:hover {
text-decoration: none;
color: #BEBEBE;
}

a.category-products {
color: #EAEAEA;
}

.category-subs-parent {
padding-top: 2px;
}

h3 {
font-weight: normal;
font-size: .95em;
}

#navbar ul { 
    margin: 0; 
    padding: 5px; 
    list-style-type: none; 
    text-align: center; 
    } 

#navbar ul li {  
    display: inline; 
    } 

#navbar ul li a { 
    text-decoration: none; 
    padding: .2em 1em; 
    color: #000066; 
    } 

#navbar ul li a:hover { 
    color: #666666; 
    } 

#lowernavbar ul { 
    margin: 0; 
    padding: 5px; 
    list-style-type: none; 
    text-align: center;
	font-size: .8em;
    } 

#lowernavbar ul li {  
    display: inline; 
    } 

#lowernavbar ul li a { 
    text-decoration: none; 
    padding: .2em 1em; 
    color: #666666; 
    } 

#lowernavbar ul li a:hover { 
    color: #999999; 
    } 

#copyright {
font-size: .7em;
color: #666666;
padding-top: 3px;
text-align: center;
}

h1 {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

img {
border: none;
}

a {
text-decoration: none;
color:  #093274;
}

a:hover {
text-decoration: underline;
color: #333333;
}