/*
 * The main style.css can be found in the theme folder.
 *
 * Use this file to override the default styles (both this and the main style.css are 
 * loaded when a page is viewed).
 */

#header {
	background: #fff url();
	color: black;
	padding: 0px 0px 2px 10px;
	margin: 0px;

}

#header h1 {
	color: black;
	text-align: left;
	text-decoration: none;
	font-family: arial;
}

#header h1:first-letter {
	color: red;
}

#header h1 a:visited, 
#header h1 a {
	color: black;
	text-decoration: none;
	font-style: normal;
	text-transform: lowercase;
}

#header h3 {
	color: red;
	text-align:left;
	text-transform: lowercase;
}

#l_sidebar h2 {
	color: red;
	text-transform: lowercase;
}

#content h2 {
	color: red;
	padding-top: 9px;
}

#r_sidebar h2 {
	color: red;
	text-transform: lowercase;
}

#pricebox h2 a {
	color: blue;
}

#pricebox h2 a:hover {
	color: red;
}

#footer {
	background-color: black;
	color: red;
}

#footer a:hover {
	color: white;
}

a:hover {
	color: red;
}

#l_sidebar .cat-item a:hover {
	color: red;
}

.price a {
	color: red;
	font-size: 140%;
}

#content h2:first-child {
	text-transform: lowercase;
}

#menu {
	font-size: 90%;
}

#menu ul li a:hover {
	color: red;
}

dd {
	color: :red;
}

