/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */
body{
	margin:0;
	background-color: #FAFA99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	padding: 10px;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #FFF;
}

/* Values Below Format the Sample Template Included With Site Store Pro */

.Site_OUTER_Border {
	width: 1000px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 2px solid #C00;
}
.header_background {
	background-image: url(../images/template_design/header_shadow.jpg);
	background-repeat: no-repeat;
	height: 149px;
}

.Main_Body_background{
	background-repeat: no-repeat;
	padding-top: 15px;
	color: #554F2D;
}

.bottom_links_background{
	background-image: url(../images/template_design/bottom_links_background.jpg);
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	width: 100%;
}


.bottom_links {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	padding: 5px;
	font-size: 9px;
}

.Bottom_Copyright_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-image: url(../images/template_design/button_background.jpg);
	background-repeat: repeat-x;
	height: 3px;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	font-weight: normal;
}
.main_text {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
}
.main_text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	color: #554F2D;
}

.main_text p {
	font-size: 14px;
	color: #333;
	line-height: 140%;
}

.main_text a:link {
	background-repeat: no-repeat;
	font-size: 14px;
	color: #554F2D;
	text-decoration: underline;
}
.main_text a:hover {
	background-repeat: no-repeat;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}

.main_text h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #333;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 5px;
}
.main_text a:visited {
	background-repeat: no-repeat;
	font-size: 14px;
	color: #554F2D;
	text-decoration: underline;
}
.main_text a:active {
	background-repeat: no-repeat;
	font-size: 14px;
	color: #554F2D;
	text-decoration: underline;
}
.main_text ul li a {
	line-height: 150%;
}

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 156px;
}

.buttonmenu li a{
	color: #333;
	display: block;
	width: 156px;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color:#666 #666 #FC6 #666; /*light dark dark light*/
	background-color: #FC6;
	text-decoration:none;
}


.buttonmenu li a:visited{
	color: #000;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: black;
	background-color: #fcd6a7;
}
.emaillink.style1 {
	font-size: 12px;
}
