/*  
------------------------------------------------------------------
Description: Custom CSS Styles for Ritson-Sole.com
Version: 03.14.06
Author: Sam Stevens, Stevens Media
Author URI: http://www.stevensmedia.com/
------------------------------------------------------------------
/* 1.0 Basic Styles */

BODY {
	background-color: #FFF;
	background-image : url(../images/layout/bkgd.gif);
	background-repeat : repeat-x;
	margin : 0px 5px 0px 0px;
	padding : 0px 5px 0px 0px;
	color: #000;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
}

A {
	color: #990000;
}

A:HOVER {
	text-decoration: none;
	color: #8B9357;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8B9357;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #918F81;
	padding-top: 10px;
}

H3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

UL {
	list-style-type : square;
}

UL UL {
	list-style-type: none;
}

FORM {
	padding-top : 0px;
	margin-top : 0px;
}

/* Navigation */

.nav {
	font-size : 11px;
	line-height : 18px;
}


/* Typography */

.red {
	color : #B22222;
	font-weight : bold;
}

.grey {
	color: #888888;
	font-size: 11px;
}

.course {
	color: Green;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.green {
	color: #006633;
	line-height: normal;
}

/* Home page */

#testimonials TD {
	padding: 10px;
	height: 80px;
}

#testimonials DIV {
	font: normal 11px Arial, Helvetica, sans-serif;
}

#promo {
	width: 100px;
	background-color: F7F3D5;
	padding: 10px;
	border-top: 1px solid #BDB76B;
	border-bottom: 1px solid #BDB76B;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 10px;
}

#awards {
	margin: 0 0 10px 15px;
}

#awards TD {
	padding: 5px;
	font-size: 11px;
	color: #003300;
}

#awards UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#awards UL LI {
	padding: 5px 0;
}

/* Miscellaneous */

.dashed {
	background-image : url(../images/layout/dashed.gif);
}

.dashedv {
	background-image : url(../images/layout/dashedv.gif);
}

.melsreview {
	font: italic 15px "Trebuchet MS", Arial, Helvetica, Sans Serif;
	color: Green;
	border-left: 1px dotted #999;
	padding: 10px;
	margin-left: 20px;
}

/* OLD STYLES

#testimonials TD {
	background-color: F7F3D5;
	padding: 10px;
	border-top: 1px solid #BDB76B;
	border-bottom: 1px solid #BDB76B;
	height: 80px;
}

#testimonials DIV {
	color: #656F54;
	font: normal 11px Arial, Helvetica, sans-serif;
}

*/
