/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */
body{
	margin:0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Font Size */
	background-image: none;
	background-repeat: no-repeat;
	padding: 10px;
	color: #000;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #960;
}
#outer_background {
	width: 1200px;
	background-image: url(../newimages/veryback.jpg);
	padding-top: 40px;
	background-repeat: repeat-x;
}
a:visited {
	text-decoration: none;
	color: #960;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #960;
}

/* Values Below Format the Sample Template Included With Site Store Pro */

.Site_OUTER_Border {
	width: 1000px;
	background-color: #000;
	border: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header_background {
	background-image: url(../newimages/headerimage.jpg);
	background-repeat: no-repeat;
	height: 192px;
}

.Main_Body_background{
	background-color: #000;
}

.bottom_links_background{
	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: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000;
}


.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: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 5px;
}

.Bottom_Copyright_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #000;
	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: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.white {
	color: #CCC;
}

