@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	background-color: #5A3D1D;
}

.splitBack {
	position: fixed;
	top: 0;
	left: 0;
	width: 12%;
	height: 100%;
	background-color: #000;
	z-index: 1;
}

.pageLayer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}	

#introMovie {
	width: 648px;
	margin: 20px auto;
}

#introMovie A:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 18px;
	color: #666;
	text-decoration: none;
}

#introMovie A:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: underline;
	color: #FFFFFF;
}

#introMovie A:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: underline;
	color: #FFF;
}

#introLinks {
	width: 60%;
	margin: auto;
}

#logoBox {
	width: 299px;
	height: 112px;
	padding-top: 31px;
	margin-left: 40px;
	float: left;
}

#infoBar {
	background-image: url(images/topBar.png);
	background-repeat: no-repeat;
	margin-top: 43px;
	margin-left: 10px;
	height: 100px;
	width: 600px;
	float: left;
}

#scrollTxt {
	float: left;
	padding-top: 25px;
	padding-left: 77px;
}

#musicPlayer {
	width: 93px;
	padding-top: 24px;
	float:right;
}

#checkOutBtn {
	width: 100%;
	float:right;
	padding: 0px;
	text-align: right;
}

.topFrame {
	background-image: url(images/backgroundTop.jpg);
	width: 1025px;
	height: 143px;
	margin: 0 auto;
}

.mainContent {
	width: 1025px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.menuBar {
	background-image: url(images/backMenu.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	width: 282px;
	height: 595px;
	float: left;
}


.menuBar a {
	text-decoration:none;
}

.menuBar a img {
	border: none;
}

.menuButton{
	height: 83px;
}

.contentBox {
	overflow: hidden;
	width: 608px;
	margin-left:42px;
}

.contentLeft {
	background-image: url(images/backgroundContent.jpg);
	background-repeat: no-repeat;
	padding-right: 93px;
	width: 650px;
	height: 625px;
	float: right;
}

.productList {
	background-image: url(images/backgroundContent.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-right: 70px;
	padding-top: 30px;
	width: 623px;
	height: 595px;
	float: right;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
}

.productList A:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}

.productList A:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
	color: #CCC;
}

.productList A:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
	color: #FFF;
}

.productList li{
	border-bottom-width:thin;
	border-bottom-style:dotted;
	margin-bottom: 15px;
}

#addButton{
	float: right;
	width: 90px;
	height: 18px;
}

#textBox {
	float: left;
	background-image:url(images/textBox.png);
	background-repeat: no-repeat;
	width: 438px;
	height: 120px;
}

#textBox p {
	color: #FFF;
	font-size:12px;
	line-height: 20.4px;
	margin: 8px;
	margin-top: 12px;
}

#callBox {
	float: right;
	background-image:url(images/callUs.png);
	width: 160px;
	height: 100px;
	padding-top: 20px;
}

#callBox p {
	color: #000;
	font-size:12px;
	line-height: 14.4px;
	margin: 0;
	margin-right: 5px
}

#orderInfo {
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 608px;
	height: 62px;
	background-image:url(images/orderbox.png);
	background-repeat: no-repeat;
}

#orderInfo p {
	color: #630;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 14.4px;
	margin-top: 10px;
	margin-right: 5px
}

.bottomFrame{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	z-index: 4;
	top: 555px;
	position: absolute;
	height: 213px;
	width: 1025px;
	overflow: hidden;
}

.bottomFrame A:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.bottomFrame A:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
	color: #CCC;
}

.bottomFrame A:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: underline;
	color: #FFF;
}

.bottomBar {
	background-image:url(images/bottomBar.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 111px;
	top: 658px;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#contentWrapper {
	width: 1025px;
	margin: 0 auto;
}.text_store {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: bottom;
}
