/* CSS Document k4c*/

body	{
	background-color: #000080;
	scrollbar-3dlight-color: #00BFFF;
        scrollbar-arrow-color: #00FFFF;
       	scrollbar-base-color: #003399;
       	scrollbar-darkshadow-color: #0000CD;
        scrollbar-face-color: #003399;
        scrollbar-highlight-color: #0066FF;
        scrollbar-shadow-color: 000080;
	overflow-x: hidden;
}

.wrapper {
	position: relative;
	top: -8px;
	margin: 0px auto;
	width: 945px;
	
}

.headerWrapper {
	position: relative;
	float: left;
	width: 945px;
	background-color: #0654C4;
	z-index: 1;
}

.header	{
	position: relative;
	width: 945px;
	height: 200px;
	z-index: 1;
}

.cntWrapper {
	position: relative;
	float: left;
	width: 945px;
	background-color: #0654C4;
	z-index: 3;
}

.mainContent {
	positon: relative;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-top: 19px;
	width: 945px;
	height: 715px;
	background-image: url('../images/storeContentBG.jpg');
	background-repeat: repeat;
	z-index: 1;
}

.textWrapper {
	position: relative;
	float: left;
	width: 945px;
	background-image: url('../images/storeContentBG.jpg');
	background-repeat: repeat;
	z-index: 3;
}

.mainTitle {
	positon: relative;
	margin-left: 60px;	
	width: 600px;
	height: 55px;
	z-index: 1;
}

.mainSubTitle {
	positon: relative;
	width: 600px;
	margin-bottom: 5px;
	margin-left: 60px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #05057A;
	z-index: 1
}

.storeFrame {
	position: relative;
	float: left;
	display: inline;
	width: 850px;
	height: 450px;
	margin-left: 55px;
	border: none;
}

.mainContentBrdrTop {
	position: relative;
	float: left;
	width: 945px;
	z-index: 3;
}

.mainContentBrdrBot {
	positon: relative;
	width: 945px;
	z-index: 3;
}

.classPicMid {
	position: relative;
	width: 930px;
	height: 55px;
	margin-left: 15px;
	background-color: #0654C4;
	z-index: 4;
}

.classPicBot {
	position: relative;
	float: left;
	height:85px;
	width: 330px;
	z-index: 3;
}

.footerWrapper {
	position: relative;
	float: left;
	width: 945px;
	background-image: url('../images/footerBG.gif');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #0654C4;
	z-index: 1;
}

.footerL {
	positon: relative;
	float: left;
	width: 495px;
	z-index: 3;
}

.footerR	{
	positon: relative;
	float: left;
	width: 450px;
	z-index: 4;
}

.ftrNavBar {
	position: relative;
	float: left;
	height: 30px;
	width: 450px;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #00008B;
	border-top: 1px outset #94BEF9;
	z-index: 3;
}

.ftrNavLink {
	position: relative;
	float:left;
	width: 150px;
	height: 30px;
	border: none;
	z-index: 7;
}

.footerInfo {
	position: relative;
	float:left;
	display: inline;
	height: 40px;
	width: 275px;
	margin-top: 10px;
	margin-left: 97px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #E4E5FA;
	z-index: 3;
}

p.footer1 {
	display: block;
	line-height: 8px;
	margin-top: 5px;
}

p.footer2 {
	display: block;
	line-height: 8px;
}

p.footer3 {
	display: block;
	margin-bottom: 10px;
	line-height: 8px;
}


