#frame {
	width:970px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/frame_tile.gif);
}
#frame2 {
	width:970px;
	margin-right:auto;
	margin-left:auto;
	background-color:#fff;
}
#logo {
	width:970px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 104px;
}
#nav {
	width:970px;
	margin-right:auto;
	margin-left:auto;
}
#ban1{
	width:970px;
	margin-right:auto;
	margin-left:auto;
}
#lhs{
	width:673px;
	float:left;
}
#lhs2{
	width:597px;
	padding:40px 0px 0px 30px;
	float:left;
}
#lhs3{
	width:900px;
	padding:40px 30px 0px 30px;
	margin-right:auto;
	margin-left:auto;
}
#lhs4{
	width:860px;
	padding:30px 20px 30px 20px;
	margin-right:auto;
	margin-left:auto;
	border: 2px solid #000099;
}
#shop{
	width:596px;
	float:left;
	background-image: url(images/shop_bg.gif);
	background-repeat: no-repeat;
	height:588px;
}
#shop2{
	width:541px;
	float:left;
	padding:70px 25px 0px 30px;	
}
#rhs{
	width:298px;
	float:left;
}
#rhs2{
	width:252px;
	padding:40px 0px 0px 71px;
	float:left;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #141f7b;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #141f7b;
}
h3 {
	font-family: Apple Chancery, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #141f7b;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16px;
	color: #36384b;
}
.style1 {
	color: #141f7b;
	font-weight: bold;
}
.style2 {
	color: #bb010a;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	color: #bb010a;
	font-weight: bold;
}
.style3 {
	color: #141f7b;
	font-weight: bold;
	font-style: italic;
}
.li2 {
	list-style-image: url(images/icon.gif);
	margin: 0px 0px 5px 0px;
	vertical-align: baseline;
}

/*cart select boxes for qty and shipping options*/

.shipping {
	font-size:10px;
}
.qty{
	font-size:10px;
}
.sizes{
	font-size:10px;
}

/*navigation*/
.menu {
	float:left;
	width:100%;
	position:relative;
	font-size:12px;
	background:url(images/bgOFF.gif) repeat-x;
	border-top:6px solid #C4020B;
	background-image: url(images/bgOFF.gif);
}
.menu ul {padding:0;margin:0;list-style-type:none;float:left;position:relative;}
.menu ul li {
	float:left;
	position:relative;
	display:inline;
	background:url(images/bgDIVIDER.gif) no-repeat bottom right;
	width: auto;
}

/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {float:left;display:block;text-decoration:none;color:#fff;width:auto;height:26px;padding:0px 25px 0px 25px;line-height:26px;}
* html .menu ul li a, .menu ul li a:visited {width:auto;w\idth:auto;}

/*hide sub nav items*/
.menu ul li ul {display:none;}

/*clear the main nav bg*/
.menu ul li ul li{background:none;}

/*style for table of sub nav items*/
table {margin:-1px;border-collapse:collapse;font-size:12px;}

/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a {color:#fff;background-color:#C4020B;}

/*show drop-down list*/
.menu ul li:hover ul {display:block;position:absolute;top:25px;margin-top:1px;left:0;width:100%;}

/*drop-down on state*/
.menu ul li:hover ul li a {display:block;background:#131546;color:#fff;height:auto;line-height:15px;padding:2px 16px 2px 26px;width:120px;border-bottom:1px solid #fff;}

/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {background:#C4020B;color:#fff;}

.on {color:#fff;background-color:#bb010a;}

a.shop:link, a.shop:visited {
	color: #b00410;
	font-weight: bold;
	text-decoration: none;
}
a.shop:hover {
	color: #232d83;
	font-weight: bold;
	text-decoration: none;
}
.rightimg {
	float: right;
	margin-left: 15px;
	margin-bottom: 6px;
}
.bottom {
	vertical-align: baseline;
	
}
a:link, a:visited  {
	color: #b00410;
	text-decoration: none;
}
	a:hover {
	color: #232d83;
	text-decoration: none;

}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position:absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

