/* ------ MEDIA TAG ----- */

@media screen {

body {
	background: #FFF;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

p {
	line-height: 150%;
}

a {
	color: #56284F;
}

a:hover {
	color: #7B4577;
}

h1 {
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
	color: #56284F;
}

h2 {
	font-size: 15px;
	color: #56284F;
}

h3 {
	font-size: 13px;
	color: #56284F;
}

h4 {
	font-size: 12px;
	color: #56284F;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #BBBBBB;
}

#header {
	margin: 0px auto;
	width: 800px;
}

#menu {
	background: #A0769F;
	height: 20px;
	border-top: 1px solid #55284F;
	border-bottom: 1px solid #55284F;
}

#menu ul {
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	width: 800px;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
}

#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	line-height: 15px;
	height: 15px;
	padding: 0px 20px;
	border-left: 1px solid #55284F;
	color: #55284F;
	text-decoration: none;
}

#menu li:first-child a {
	border-left: none;
	padding: 0px 20px 0px 0px;
}

#menu li a:hover {
	text-decoration: none;
	color: #FFF;
}

#menu li a.selected {
	color: #FFF;
}

#main {
	background: url(/images/template/site-bg.jpg);
	border-bottom: 5px solid #A0769F;
	padding: 20px;
}

#mainContainer {
	margin: 0px auto;
	width: 800px;
	border: 1px solid #000;
	background: #FFF;
}

#content {
	padding: 20px 20px 10px 20px;
	z-index: 1;
}

#content:after {
	content: ".";
    display: block;
    height: 5px;
    clear: both;
    visibility: hidden;
}

#footer {
	clear: both;
	background: url(/images/template/footer-bg.png) repeat-x center;
	height: 51px;
	line-height: 50px;
	font-size: 10px;
	color: #FFF;
	margin-top: 10px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footerContent {
	margin: 0px auto;
	background: url(/images/template/footer-logo.png) no-repeat center;
	height: 51px;
	width: 800px;
}

#copyright {
	float: left;
}

#webdesigner {
	float: right;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}



/* ------ NON LAYOUT STYLING ----- */

.imgL {
	float: left;
	margin: 0px 7px 3px 0px;
}

.imgR {
	float: right;
	margin: 0px 0px 3px 7px;
}

.table th {
	background: url(/images/template/site-bg.jpg);
	min-height: 30px;
	color: #FFF;
}

.table td {
	background: #A0769F;
	color: #FFF;
}

.buy {
	border: 1px solid #000;
	font-size: 14px;
}

.buy th {
	background: url(/images/template/site-bg.jpg);
	padding: 10px 20px;
	color: #FFF;
	font-size: 16px;
	border-bottom: 1px solid #FFF;
}

.buy td {
	background: #A0769F;
	color: #FFF;
}

.buy td form {
	margin: 0px;
	padding: 5px 5px 0px 5px;
}

.buy .small {
	font-size: 10px;
}

.YellowBox {
	background-color: #FFFF9A;
	border: 1px solid #666;
	padding: 3px 5px 5px 5px;
}

.YellowBox a {
	color: #4B5797;
	text-decoration: none;
}

.YellowBox a:hover {
	color: #027CE8;
	text-decoration: underline;
}

.YellowBox h2, .YellowBox p {
	color: #000;
}

#offer {
	position: relative;
	left: 780px;
	top: 5px;
	z-index: 0;
}

/* ------ TABLE STYLING ----- */



}

/* ------ END MEDIA TAG ----- */
