/* CSS Document */

body{
background-image:url(../images/background3.gif);
background-repeat:repeat-x;
}

#MainContainer{
	width:860px;
	background-color:#FFFFFF;
	margin-left:auto; 
	margin-right:auto;
	border-style:solid;
	border-width:3px;
	border-color:#000000;
}

#HeaderContainer{
	width:860px;
	height:150px;
	background-image:url(../images/HeaderBackground5.jpg);
}

#NavContainer{
	width:860px;
	background-color:#660000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	overflow:auto;
	clear:both;
}

.NavButton{
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:32px;
	padding-right:22px;
	font-family:"Times New Roman", Times, serif;
	color:#FFEFC5;
	font-size:1.1em;
}

.NavButton a:link{
	text-decoration:none;
	color:#FFEFC5;
}

.NavButton a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.NavButton a:hover{
	text-decoration:underline;
	color:#FFEFC5;
}

.NavButton_Highlight{
	float:left;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#660000;
	font-size:1.1em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFEFC5;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#LeftContainer{
width:580px;
float:left;
margin-bottom:5px;
}

#LeftContainer a{
	color:#000;
	text-decoration: underline;
}
#LeftContainer a:hover{
	text-decoration: none;
}
#ColumnLeft{
width:560px;
float:left;
margin-left:5px;
margin-right:5px;
margin-top:5px;
background-color:#FFEFC5;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
padding-left:5px;
border-color:#000000;
border-style:solid;
border-width:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:.8em;
}

#ColumnBottom{
width:560px;
float:left;
background-color:#FFEFC5;
margin-left:5px;
margin-right:5px;
margin-top:5px;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
padding-left:5px;
border-color:#000000;
border-style:solid;
border-width:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:.8em;
}

#RightContainer{
width:280px;
float:left;
margin-bottom:5px;
}

#RightContainer a{
	color:#FFF;
	text-decoration: underline;
}
#RightContainer a:hover{
	text-decoration: none;
}

#ColumnRight{
width:265px;
float:left;
margin-top:5px;
background-color:#660000;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
padding-left:5px;
border-color:#000000;
border-style:solid;
border-width:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:.8em;
}



/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.HeaderText{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
color:#000000;
font-size:1.2em;
}

.HeaderText-white{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
color:#FFFFFF;
font-size:1.2em;
}

.HeaderText-Left{
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
font-size:1.2em;
}

.HeaderText a:link{
	text-decoration:none;
	color:#000000;
}

.HeaderText a:visited{
	text-decoration:none;
	color:#660000;
}

.HeaderText a:hover{
	text-decoration:underline;
	color:#000000;
}


.SmallText a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
font-weight:bold;
color:#600;
text-decoration:none;
}

.SmallText a:link a:visited{
	text-decoration:none;
	color:#600;
}

.SmallText a:hover{
	text-decoration:underline;
	color:#600;
}

.center{
	text-align:center;
}

#footer{
	width:860px;
	text-align:center;
	background-color:#660000;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;padding-top:5px;
	padding-bottom:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	color:#FFEFC5;
	overflow:auto;
	clear:both;
}

#footer a, a:visited{
	color:#FFEFC5;
	text-decoration: none;
}

#footer a:hover{
	color:#FFEFC5;
	text-decoration: underline;
}

.link_light a:link, a:visited{
	color:#600;
	text-decoration: underline;
}
.link_light a:hover{
	text-decoration: none;
}

/*********** Classes for the Store ***********/
.storehead {
	font-size:1.1em; 
	font-weight: bold;
	font-family: verdana, sans-serif; 
	margin-left: 25px;
	margin-bottom: 10px;
}
.prodcont {
 	width:232px;
}
.prodhead {
	width:228px;
	padding:2px;
	font-size:.8em; 
	font-weight: bold;
	font-family: verdana, sans-serif; 
	background-color:#FFEFC5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.prodhead p {
	margin-left:5px;
}
.prodhead img {
	border:1px solid #000;
}
.prodimg {
	padding: 3px 3px 0px 3px;
}
.proddetail {
	font-size:.7em; 
	font-family: verdana, sans-serif;
	padding-bottom: 2px;
	margin-left: 10px; 
}
#preview {
	width:600px;
	/*float: right; */
	position: absolute;
	top: 420px;
	left: auto;
}
/*********************************************/	