/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */

/* Values Below Format the Sample Template Included With Site Store Pro */

.Site_OUTER_Border {
	width: 1000px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #99CC00;
}
.header_background {
	background-repeat: no-repeat;
}

.Main_Body_background{
	background-image: url(../images/template_design/main_body_shadow.jpg);
	background-repeat: repeat-x;
	background-color: #99CC00;
	padding: 10px;
}

.bottom_links_background{
	height: 25px;
	border: 0px none #666666;
}


.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: 1px;
}

.Bottom_Copyright_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	background-image: url(../images/template_design/copyright_background.jpg);
	background-repeat: repeat-x;
}
