/** -----------------------SITE STRUCTURE----------------------- **/

body {
	text-align: center; /* for IE */
	margin-left: 0px;
	margin-top: 0px;
	background-color: #161616;
}
#shade {
	position: absolute;
	background-color: #000000;
	width: 100%;
	height: 1500px;
	top: 0px;
	left: 0px;
	visibility:hidden;
	overflow:hidden;
	z-index:999999;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
#stores {
	position:fixed;
	_position:absolute;
	background-color: #FFFFFF;
	width: 500px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top:-150px;
	margin-left:-250px;
	text-align: left;
	visibility:hidden;
	overflow:hidden;
	z-index:9999999;	
}

#page {
	position: absolute;
	top: 0px;
	left: 50%;
	height:1200px;
	width: 734px;
	margin-left: -367px;
	z-index: 10000;
	text-align: left;
}

#shadow1 {
	position: relative;
	top: 0px;
	margin-left: 0px;
	width: 734px;
	z-index: 12;
	text-align:left;
	background-color:#151515;
}
#shadow2 {
	position: relative;
	top: 0px;
	margin-left: 2px;
	width: 730px;
	z-index: 13;
	text-align:left;
	background-color:#131313;
}
#shadow3 {
	position: relative;
	top: 0px;
	margin-left: 2px;
	width: 726px;
	z-index: 14;
	text-align:left;
	background-color:#111111;
}
#shadow4 {
	position: relative;
	top: 0px;
	margin-left: 2px;
	width: 722px;
	z-index: 15;
	text-align:left;
	background-color:#0F0F0F;
}
#shadow5 {
	position: relative;
	top: 0px;
	margin-left: 2px;
	width: 718px;
	z-index: 16;
	text-align:left;
	background-color:#0D0D0D;
}
#shadow6 {
	position: relative;
	top: 0px;
	margin-left: 2px;
	width: 714px;
	z-index: 17;
	text-align:left;
	background-color:#0B0B0B;
}

#content {
	width: 710px;
	margin-left:2px;
	z-index: 18;
	overflow: visible;
	background-color: #000000;
}

div.blank_clear {
	clear: both;
	left: 0px;
	top:271px;
	height: 25px;
	width: 690px;
	color:#FFFFFF; 
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
	background-image:  url(../images/diagnols.gif);
	background-repeat: no-repeat;
	background-position: 0px 17px;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}



/** -----------------------HEADER LAYOUT----------------------- **/

#spacer {
	height: 150px;
	margin-left: 10px;
	margin-top:0px;
	width: 690px;
	z-index: 3009;
	text-align: left;
}
#logos {
	position: relative;
	margin-left: 10px;
	margin-top:0px;
	height: 122px;
	width: 690px;
	background-color:#000000; 
}
#banner {
	position: relative;
	padding-top: 0px;
	margin-left: 10px;
	height: 250px;
	width: 690px;
	color:#FFFFFF; 
	font-weight: normal;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 9px;
	text-decoration: none;
}



/** -----------------------FOOTER LAYOUT----------------------- **/

#footer {
	height: 21px;
	margin-left: 10px;
	margin-top:13px;
	width: 690px;
	z-index: 30009;
	text-align: left;
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
}
#footer p {
	text-align: left;
	color: #666666;
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer a:link {
	text-align: left;
	color: #666666;
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer a:visited {
	text-align: left;
	color: #666666;
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer a:hover {
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer a:active {
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#credit {
	float:right;
	height: 18px;
	margin-top:2px;
	text-align: right;
}
#credit p {
	font-family: Times New Roman, Times, serif;
	font-size:9px;
	color: #161616;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
}
#credit a:link {
	font-family: Times New Roman, Times, serif;
	font-size:9px;
	color: #161616;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
}
#credit a:visited {
	font-family: Times New Roman, Times, serif;
	font-size:9px;
	color: #161616;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
}
#credit a:hover {
	font-family: Times New Roman, Times, serif;
	font-size:9px;
	color: #333333;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
}
#credit a:active {
	font-family: Times New Roman, Times, serif;
	font-size:9px;
	color: #333333;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
}



/** -----------------------MENU STYLES----------------------- **/

#menu {
	position: absolute;
	left: 0px;
	top:220px;
	height: 25px;
	width: 690px;
	color:#FFFFFF; 
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
	background-image:  url(../images/diagnols.gif);
	background-repeat: no-repeat;
	background-position: 0px 17px;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}
#menu a:link {
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
#menu a:visited {
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
#menu a:hover {
	text-align: left;
	color: #FF3333;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}
#menu a:active {
	text-align: left;
	color: #FF3333;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	margin-top: 0px;
	margin-bottom: 8px;
}



/** -----------------------TEXT STYLES----------------------- **/

#text {
	margin-top: 20px;
	margin-left: 10px;
	width: 690px;
	z-index: 30000;
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
}
#text p {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#text h3 {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#text h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: normal;
	color: #000000;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#text h5 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: normal;
	color: #EE007A;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#text h6 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: normal;
	color: #333333;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#text a:link {
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#text a:visited {
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#text a:hover {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#text a:active {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#text h3 a:link{
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#text h3 a:visited{
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#text h3 a:hover{
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#text h3 a:active{
	text-align: left;
	color: #333333;
	font-size: 12px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}



/** -----------------------COLUMN STYLES----------------------- **/

#one {
	float: left;
	margin-left:0px;
	width: 216px;
	z-index: 30014;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
}
#one h1, #one h1 a:link, #one h1 a:visited, #one h1 a:hover, #one h1 a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
	color: #FF6600;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#one h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #FF6600;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#two {
	float: left;
	margin-left:21px;
	width: 216px;
	z-index: 30015;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
}
#two h1, #two h1 a:link, #two h1 a:visited, #two h1 a:hover, #two h1 a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
	color: #CC3333;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#two h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #CC3333;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#two_a h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
	color: #CC3333;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 12px;
}

#three {
	float: right;
	margin-left:21px;
	width: 216px;
	z-index: 30016;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
}
#three h1, #three h1 a:link, #three h1 a:visited, #three h1 a:hover, #three h1 a:active {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
	color: #bf1831;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#three h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #bf1831;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

