@charset "utf-8";

body {
	background-color: #DDDDDD;
	height: auto;

	
}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists orfor consistency either specify the amounts here or on the list items (LI, DT, DD) they contain.*/
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
}
a:link {
	text-decoration: none;
}
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	text-align: center;
}


ul.nav li {
	border-bottom: 1px solid #666;
	padding: 0px;
	margin-top: 10px;
}


ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 15px 5px 0px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 170px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-position: left 0px;
	background-color: #F15929;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
}


ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-repeat: no-repeat;
	background-position: center 0px;

	/*background-image: url(../_graphics/Menu_tristrip.jpg);*/
	background-color: #777;
	color: #FFF;
	font-weight: bold;
}


ul.nav li a.current, ul.nav li a.current:hover, ul.nav li a.current:active {
	background-repeat: no-repeat;
	background-position: right 0px;
	/*background-color: #A04A00;*/
	color: #FFF;
	cursor: default;
}
#indextopcontainer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	min-width: 0px;
	background-color: #666666;
	border: medium ridge #000000;
	border-radius: 10px;
}
#wearabletopcontainer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-width: thin;
	border-style: groove;
	border-radius: 20px;
	padding-top: 10px;
	background-color: #595C62;
}
#policytopcontainer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-width: thin;
	border-style: groove;
	border-radius: 20px;
	padding-top: 10px;
	background-color: #EBEDF1;
}
#headerlogo  {
	width: 1024px;
	height: 60px;
	background-repeat: no-repeat;
	background-color: #555555;
	margin-bottom: 5px;
}
#headerextra {
	width: 1024px;
	height: 200px;
	font-size: 2em;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../_graphics/title.jpg);
	margin-bottom: 5px;
}
#promotions {
	width: 1024px;
	height: 400px;
	background-color: #E5E5E5;
	font-size: 1.5em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.indexcarts  {
	width: 200px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: left;
}

#leftindexnav {
	width: 190px;
	margin-right: 5px;
	float: left;
	height: 400px;
	margin-left: 5px;
	text-align: center;
}
.thumbs {
	width: 190px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-right: px;
	margin-bottom: 20px;
	font-size: 0.8em;
	border-width: medium;
	border-style: groove;
	background-color: #DFF1FF;
}
.thumbs img {
	float: left;
	margin-right: 5px;
}
#footer {
	clear: left;
	margin-left: 20px;
}
#productsarea {
	width: 1024px;
	float: left;
	margin-top: 10px;
	border-width: thin;
	border-style: groove;
	border-radius: 20px;
}
.product   {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-width: thin;
	border-style: groove;
}
.prodpix  {
	width: 500px;
	float: left;
	text-align: center;
	border-width: thin;
	border-style: groove;
}
.prodpay  {
	width: 290px;
	float: left;
	font-size: 1.2em;
}
.product_description {
	clear: left;
	font-size: 1em;
	padding-left: 50px;
	padding-right: 30px;
	background-color: #000000;
	color: #CCCCCC;
}
.clear {
	clear: both;
}
#promotions #promotext {
	width: 200px;
	margin-left: 100px;
	text-align: center;
	border: thin inset #050505;
	border-radius: 20px;
	color: #9C3F00;
	background-color: #F4F4F4;
	height: 500px;
	background-image: url(../_graphics/jeepers_merchandise_title.jpg);
}
.epagelogo {
	width: 800px;
	background-image: url(../_graphics/title_shoppingpages.jpg);
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}
.arealogo1  {
	height: 75px;
	text-align: center;
	padding-top: 15px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-shadow: 3px 3px;
	background-image: url(../_graphics/jeepers_merchandise_title.jpg);
	border-radius: 20px;
}
.arealogo2  {
	height: 75px;
	text-align: center;
	padding-top: 15px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-shadow: 3px 3px;
	background-image: url(../_graphics/rt_merchandise_title.jpg);
	border-radius: 20px;
}
.arealogo3  {
	height: 75px;
	text-align: center;
	padding-top: 15px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-shadow: 3px 3px;
	background-image: url(../_graphics/misc_merchandise_title.jpg);
	border-radius: 20px;
}
.frm_input {
	height: 30px;
	width: 30px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-width: thin;
	border-style: solid;
	font-size: 1em;
}
.frm_bk_btn {
	height: 30px;
	width: 60px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-width: thin;
	border-style: solid;
	font-size: 14px;
	font-weight: bold;
}
.prodpay form  {
	font-size: 0.9em;
}
#indextopcontainer #promotions #promobox1 {
	width: 250px;
	height: 250px;
	float: left;
	margin-left: 50px;
	margin-right: 25px;
	background-color: #BADDF0;
	text-align: center;
	background-image: url(../_graphics/jj-trail-pic.jpg);
}
#indextopcontainer #promotions #promobox2 {
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #BADDF0;
	text-align: center;
	background-image: url(../_graphics/rt_sign.jpg);
}
#indextopcontainer #promotions #promobox3 {
	width: 250px;
	height: 250px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #BADDF0;
	text-align: center;
	background-image: url(../_graphics/bi-scenic-pic.jpg);
}
#promotions .innertext {
	width: 175px;
	min-height: 0px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	background-color: #B50003;
	font-size: 0.6em;
	text-align: center;
	color: #FFFFFF;
	-webkit-box-shadow: 5px 5px 12px 5px #000000;
	box-shadow: 5px 5px 12px 5px #000000;
	font-style: italic;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
