﻿body
{
	margin: 10px 0 0 0;
	background-color: rgb(251,212,219);	
	background-image: url(../Images/bg.jpg);
	background-repeat:repeat-x;
}

#main_page
{
	position: relative;
	z-index: 1;
	float: none;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

div.header_text
{
	border-left:solid 1px black;
	font-size:20pt;
	font-style:italic;
	height:100px;
	width:350px;
	padding: 10px 5px 0 15px;	
}

div.rounded
{
	clear: both;
	margin: 0px auto;
}

div.rounded div.top
{
	background: url(../Images/top-main.jpg) no-repeat bottom left;
	margin-left: 11px;
	height: 49px;
}

div.rounded div.top div.right
{
}

div.rounded div.middle
{
	background: url(../Images/left-main.jpg) repeat-y left;
	clear: both;
	margin-left: 11px;
}

div.rounded div.middle div.right
{
	background: url(../Images/right-main.jpg) repeat-y right;
	margin-right: 12px;
	-moz-margin-end: 13px;
	text-align: left;
}

div.rounded div.middle div.right div.content
{
	background: white;
	margin-left: 30px;
	width: 91%;
}

div.rounded div.bottom
{
	background: url(../Images/bottom-main.jpg) no-repeat top left;
	clear: both;
	margin-left: 12px;
	width: 100%;
	height: 49px;
}

div.rounded div.bottom div.right
{
}

#divHeaders
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(107,120,254);
}

div.divHeaders
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(107,120,254);
}

div.divBody
{
	font-family: Arial;
	font-size: 12pt;
	color: Black;
}

.TipLinks
{
	font-family: Arial;
	font-size: 12pt;
	color: black;
}

.TipLinks:hover
{
	font-family: Arial;
	font-size: 12pt;
	color: rgb(166,206,57);
}

div.divBody2
{
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	color: Black;
}

#main_footer
{
	background: url(../Images/footer.jpg);
	border: solid 1px black;
	height: 75px;
	width: 100%;
	text-align: center;
}

#main_copyright
{
	text-align: right;
	color: black;
	font-family: Arial;
	font-size: 10pt;
	padding-right: 10px;
	padding-top: 15px;
}

.footer_links
{
	color: Black;
	font-family: Arial;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-size: 14pt;
}

.footer_links:hover
{
	color: Black;
	font-family: Arial;
	padding: 0 10px 0 10px;
	text-decoration: underline;
	font-size: 14pt;
}

div.SMDiv
{
	text-align: left;
	border-bottom: solid 1px rgb(107,120,254);
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.SMNodeStyle
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

.SMNodeStyle:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: rgb(107,120,254);
}

.SMPathSeparatorStyle
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

.SMCurrentNodeStyle
{
	font-family: Arial;
	font-size: 10pt;
	color: rgb(107,120,254);
	font-weight: bold;
}

div.divBodyItemHeaders
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: rgb(107,120,254);
	text-align: center;
	padding-bottom: 10px;
}

div.divBodyItem1
{
	padding: 10px 5px 5px 5px;
	background: rgb(222,226,253);
	border: solid 1px rgb(251,212,219);
	width:650px;
}

div.divBodyItem2
{
	padding: 10px 5px 5px 5px;
	border: solid 1px rgb(251,212,219);
}

.HomeImages
{
	padding: 5px 5px 5px 5px;
}

.AboutImagesLeft
{
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
}

.AboutImagesRight
{
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
}

div.main_div_text
{
	width:63%;	
	position:absolute;
	left:230px;	
}

div.main_div_buttons
{
	position: absolute;
	bottom:-5px;
	right:0px;
}

table.sales_table
{
	width: 100%;
	border: solid 1px rgb(166,206,57);
}

td.sales_td_header_style
{
	font-weight: bold;
	background: rgb(166,206,57);
}

tr.sales_tr_alternate_row
{
	background: rgb(245,255,189);
}
td.sales_td_cell
{
	border-top: solid 1px rgb(166,206,57);
}

.modalBackground
{
	background: rgb(100,100,100);
	filter: alpha(opacity=40);
	opacity: 0.5;
}

.ModalWindow
{
	background: black;
	position: absolute;
	top: -1000px;
}

div.div_sideinfo
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.product_table_style
{
	border:solid 1px rgb(183,189,248);
	width:100%;	
}

.product_header_text_style
{
	font-family: Arial;
	font-size: 15pt;
	color: Black;
	font-weight: bold;
}

.product_header_style
{
	background: rgb(251,212,219);
	padding:5px 0 5px 0;
	text-align:center;	
}

.product_style
{
	padding: 5px 0 5px 10px;	
}

.product_alternating_style
{
	padding:5px 0 5px 10px;
	background:rgb(212,215,250);
	border-top:solid 1px rgb(183,189,248);
	border-bottom:solid 1px rgb(183,189,248);	
}

.product_text_style
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;	
}
