html{
	background-color: #585858;
	background-image: url("images/bkg_span.png");	
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, Sans;
	font-size: 0.75em;
	color: #323232;
	
}

center{
	background-image: url("images/bkg_patch.png");
}

#hdr{
	width: 946px;
	height: 172px;
	background-image: url("images/hdr.png");
	background-repeat: no-repeat;
}

#hdrLogo{
	margin: 0px 0px 0px 20px;
	float: left;
	display: inline;
}

#appStore{
	margin: 97px 30px 0px 0px;
	float: right;
	display: inline;
}

#main{
	width: 946px;
	padding: 0px 0px 0px 0px;
	background-image: url("images/body.png");
	background-repeat: repeat-y;
	text-align: left;
}

#mainLT{
	margin: 20px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	width: 424px;
	float: left;
	display: inline;
}

#mainRT{
	margin: 20px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 404px;
	float: right;
	display: inline;
}

#mainContent{
	margin: 20px 0px 0px 50px;
	width: 512px;
	height: 100%;
}

#ftr{
	width: 946px;
	height: 53px;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
	color: #919191;
}

#ftr a{
	color: #919191;
	text-decoration: none;
}

#ftr a:hover{
	color: #B13B37;
}

#ftrLT{
	margin: 10px 0px 0px 24px;
	float: left;
}

#ftrRT{
	margin: 10px 24px 0px 0px;
 	float: right;
}

#nav{
	margin: 2px 34px 0px 0px;
	float: right;
	display: inline;
	
}

#nav li{
	padding: 0px 0px 0px 0px;
	width: 114px;
	height: 33px;
	text-align: center;
	display: block;
	float: left;

}

#nav a{
	width: 114px;
	height: 33px;
	padding: 4px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	background-image: url("images/nav_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

#nav a:hover{
	background-position: 0px -38px;
}

#currNav{
	width: 114px;
	height: 33px;
	padding: 4px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	background-image: url("images/nav_button.png");
	background-repeat: no-repeat;
	background-position: 0px -76px;
	display: block;
}

.breakFloat{
	clear: both;
}

h1{
	margin: 6px 0px 4px 0px;
	font-size: 1.4em;
}

h2{
	margin: 6px 0px 4px 0px;
	font-size: 1.4em;
	color: #B13B37;
}

#appBox{
	width: 390px;
	/*height: 320px;*/
	border: solid 1px #BEBEBE;
	background-color: #ffffff;
}

.appBtns{
	width: 390px;
	height: 79px;
}

.appDiv{
	width: 389px;
	height: 1px;
	background-image: url("images/dots.png");
	background-repeat: no-repeat;
}

.appMain{
	float: left;
}

.appSub{
	float: right;
	width: 121px;
	height: 79px;
	background-image: url("images/app_right.png");
	background-repeat: no-repeat;
}

.buyApp{
	margin: 0px 26px 0px 0px;
	width: 66px;
	height: 17px;
	background-image: url("images/buy_app.png");
	background-repeat: no-repeat;
	display: block;
	float: right;
}

.buyApp:hover{
	background-position: 0px -17px;
}

.prodPg{
	width: 121px;
	height: 54px;
	display: block;
}

#tapDotsProd{
	width: 121px;
	height: 79px;
	background-image: url("images/app_right.png");
	background-repeat: no-repeat;
	float: right;
}

#boxOfSoxProd{
	width: 121px;
	height: 79px;
	background-image: url("images/app_right.png");
	background-repeat: no-repeat;
	float: right;
}

a{
	color: #B13B37;
	text-decoration: none;
}

a:hover{
	color: #000000;
}