/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 100%;
	line-height: 1.3em;
	color: #000;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background-color: #5E3566;
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
}
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 3.5em;
	line-height: 1em;
	margin-bottom: 0.1em;
}
h2 {
	font-size: 2.3em;
	margin-bottom: 0.55em;
	line-height: 1em;
}
h3 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: -0.5em;
	margin-top: 0.1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1.6em;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.1em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
.DollarStyle {
	font-size: 1.8em;
	font-weight:bold;
	line-height: 1.2em;
}

/*********************************************
	Text elements
*********************************************/

p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #939;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*********************************************
	Lists
*********************************************/

li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.highlightLight {
	background:#DC9EF3;
	padding:5px;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: .8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}
/************************************
   CUSTOM STYLES ADDED BY DAVID 
         FOR RYG SALES PAGE
************************************/

.t {
	background: url(images/TableFrameT.jpg) 0 0 repeat-x #FEDCFF;     
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
.b {
	background: url(images/TableFrameB.jpg) 0 100% repeat-x;
}
.l {
	background: url(images/TableFrameL.jpg) 0 0 repeat-y;
}
.r {
	background: url(images/TableFrameR.jpg) 100% 0 repeat-y;
}
.bl {
	background: url(images/TableFrameBL.jpg) 0 100% no-repeat;
}
.br {
	background: url(images/TableFrameBR.jpg) 100% 100% no-repeat;
}
.tl {background: url(images/TableFrameTL.jpg) 0 0 no-repeat;
}
.tr {
	background: url(images/TableFrameTR.jpg) 100% 0 no-repeat; 
	padding:10px;
}
.clear {
	font-size: 1px; 
	height: 1px;
}
.tt {
	background: url(images/TableFrameTt.jpg) 0 0 repeat-x #FEDCFF;     
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
.bt {
	background: url(images/TableFrameBt.jpg) 0 100% repeat-x;
}
.lt {
	background: url(images/TableFrameLt.jpg) 0 0 repeat-y;
}
.rt {
	background: url(images/TableFrameRt.jpg) 100% 0 repeat-y;
}
.blt {
	background: url(images/TableFrameBLt.jpg) 0 100% no-repeat;
}
.brt {
	background: url(images/TableFrameBRt.jpg) 100% 100% no-repeat;
}
.tlt {background: url(images/TableFrameTLt.jpg) 0 0 no-repeat;
}
.trt {
	background: url(images/TableFrameTRt.jpg) 100% 0 no-repeat; 
	padding-left:30px;
	padding-right: 30px;
	padding-top: 1px;
	padding-bottom: 10px;
}
.pt {
	background: url(images/pTableFrameT.jpg) 0 0 repeat-x #E6ACFE;     
	display: block;
    margin-left: auto;
    margin-right: auto; 
}
.pb {
	background: url(images/pTableFrameB.jpg) 0 100% repeat-x;
}
.pl {
	background: url(images/pTableFrameL.jpg) 0 0 repeat-y;
}
.pr {
	background: url(images/pTableFrameR.jpg) 100% 0 repeat-y;
}
.pbl {
	background: url(images/pTableFrameBL.jpg) 0 100% no-repeat;
}
.pbr {
	background: url(images/pTableFrameBR.jpg) 100% 100% no-repeat;
}
.ptl {background: url(images/pTableFrameTL.jpg) 0 0 no-repeat;
}
.ptr {
	background: url(images/pTableFrameTR.jpg) 100% 0 no-repeat; 
	padding-left:30px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.pclear {
	font-size: 1px; 
	height: 1px;
}

IMG.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.larger-text {
	font-size: larger;
}
.padImage {
	padding-right: 10px;
	padding-bottom: 5px;
}
.disclaimer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color:#FFF;
	padding: 5px;
}
.copyright {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color:#333;
	padding: 5px;
	text-align:center;
}
.quotediv {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #969;
}
.quotealignrightOdd {
	text-align: right;
	margin-top: 0em;
	padding-top: 0px;
	background: #FFEBFF;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-right: 15px;
}
.quotesItalOdd {
	 margin-bottom: 0px;
     padding-bottom: 0px;
	 font-style: italic;	
	 font-size: 120%;
	 background: #FFEBFF;
	 padding-left: 15px;
	 padding-top: 7px;
	 padding-right: 15px;
 	 border-top: 2px solid #eee;
}
.quotealignrightEven {
	text-align: right;
	margin-top: 0em;
	padding-top: 0px;
	background: #F5E2F6;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-right: 15px;
}
.quotesItalEven {
	 margin-bottom: 0px;
     padding-bottom: 0px;
	 font-style: italic;	
	 font-size: 120%;
	 background: #F5E2F6;
	 padding-left: 15px;
	 padding-top: 7px;
	 padding-right: 15px;
	 border-top: 2px solid #eee;
}
.MainTable {
	border-left: 1px solid #624662;
	border-right: 1px solid #624662;
	border-bottom: 1px solid #624662;
	border-top: 1px solid #624662;
}
.padImage {
	padding-right: 10px;
	padding-bottom: 5px;
}
div.SimpleTableDiv {
    width:98%; 
    margin:1%;
}
table.SimpleTable {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    width:250px;

}
table.SimpleTable td {
        padding: 5px;
        vertical-align: middle;
}
.SimpleTable img {
	border: none;
}
.SimpleTable a, a:hover {
        border-bottom: none !important;
}
.larger-slightly {
	font-size: 112%;
}
.ordinaryText {
	font-size: 90%;
	line-height: 1.1em;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}
.padLRB {
	padding: 0 15px 0 15px;
}
.h4Purple {
	font-size: 1.2em;
	font-weight:bold;
	background:#DC9EF3;
	padding:5px;
	margin: 5px 0 5px 0;
}
p.largerFont {
	font-size: 115%;
	color: #000;
}
