@charset "utf-8";
/* CSS Document */
body{
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	background-image: url(../img/bg_all.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bodyHome{
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	background-image: url(../img/spacer.gif);
	background-repeat: repeat;
}
#bk{

	background-repeat: repeat-y;
	width: 1012px;
	margin: auto;
}
#mainContainer{
	margin: auto;
	width: 1000px;
	display: block;
	z-index: 5;
	position: relative;
	top: 120px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
#bkFlash{
	margin: auto;
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#bkImg{
	width:100%; height:100%; position: absolute; z-index: -1; top: 0; left:0;

}
#headerContainer{
	background-color: #FFFFFF;
	display: block;
	height: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 100%;
	background-image: url(../img/bkHeader.jpg);
	background-repeat: repeat-x;
}
#headerContainer2{
	background-color: #FFFFFF;
	display: block;
	height: 120px;
	width: 100%;
	background-image: url(../img/bkHeader.jpg);
	background-repeat: repeat-x;
}
#headerContainer3{
	background-color: #FFFFFF;
	display: block;
	height: 120px;
	width: 1000px;
	margin:auto;
	background-image: url(../img/bkHeader.jpg);
	background-repeat: repeat-x;
}
#header{
	margin: auto;
	width: 1000px;
	display: block;
	z-index: 4;
	position: relative;
	top: 0px;
}
a{
	color: #FF6600;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
p{
	padding: 0px;
	margin: 0px;
}
#leftNav a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f7bf94;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
#leftNav2 a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f7bf94;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FF6600;
}
#leftNav2 a:hover{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f7bf94;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000;
}
.lineD{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f7bf94;
}
.titles{
	font-size: 22px;
	color: #FF6600;
}
.itemContainer{
	display: block;
	width: 205px;
	margin: 15px;
	float: left;
	text-align: center;
}
a.itemContainer{text-decoration: none;}
.item{
	display: block;
	height: 186px;
	width: 175px;
	float: left;
	padding: 15px;
	text-align: center;
	border: 1px solid #d8d8d8;
}
a.item {

	text-decoration: none;

}
a.nounderline {
	text-decoration: none;
}
.nounderline {
	text-decoration: none;
}
#nounderline {
	text-decoration: none;
}
.itemOn{
	display: block;
	height: 186px;
	width: 175px;
	float: left;
	padding: 15px;
	text-align: center;
	border: 1px solid #333333;
}
.button {
	color: #FFF;
	background-color: #ff6600;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.button2 {
	color: #fff;
	background-color: #000;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 13px;
	font-variant: small-caps;
}
#video, #video1, #video2, #video3, #video4, #video5, #video6, #video7, #video8, #video9, #video10,#cart{
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(../img/bkpop.png);
	z-index: 2000;
}
#checkout{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2001;
}
.bkTable{
	background-color: #f5f5f5;
}
#cart TD, #checkout TD{
	color: #FFFFFF;
}
#cart a, #checkout a{
	color: #FFFFFF;
}
#cart a:hover, #checkout a:hover{
	color: #000;
}
.cartTitle{
	font-size: 22px;
}
.cartSubtotal{
	font-size: 28px;
}
.cartSubtotalTitle{
	font-size: 12px;
	text-transform: uppercase;
}
.cartSubtotalTitleBig{
	font-size: 16px;
	text-transform: uppercase;
}
.cartSubtotalSmall{
	font-size: 12px;
}
.cartSubtotalMedium{
	font-size: 14px;
}
.footerLinksHome a{
	color: #fff;
	text-decoration: underline;
}
.footerLinksHome a:hover{
	color: #000;
	text-decoration: underline;
}
.orange{color:#ff6600}