/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.
*/

body#woothemes {
	font-size: 13px;

}

#nav a:hover {
	color: #fff;
	background: url(images/bg-nav_darker4.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li ul li a {
	background: url(images/bg-nav_darker4.png);
	line-height: 18px;
	font-size: 11px;
	color: #000;
	width: 150px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	

}

/* Anchors */
a, a:link, a:visited {
	color: #a3d5ea;
	text-decoration: underline;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

h4 {
	color: #6099FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h5 {
	color: #6099ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; font-face: bold;

}

/* Lists */

#main div.box1 ul {
	padding:5px 20px 10px 20px;
	list-style:outside;
}
#main div.box1 ol {
	padding:5px 20px 10px 23px;
	list-style:outside;
	list-style-type:decimal;
}
