/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #DBE3F0;
	background: #24211A;
}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}

/************** Layout Elements *******************/

#wrapper {
	width: 770px;
	margin: 0 auto;
	font-size: 80%;
	background-color: #333;
	min-height: 400px;
	border-right: 3px double #0066CC;
	border-left: 3px double #0066CC;
}

#header {
	min-height: 100px;
	background: #242424  url(../images/headerBG.jpg) repeat-x; 
}

#header #title {
	margin-top: 20px;
}

#header ul {
	border-bottom: 1px solid #434343;
	border-right: 1px solid #434343;
	list-style-type: none;
	margin: 13px 20px 0 20px;
	min-height: 22px;
}

#header li {
	float: right;
	padding: 2px 10px;
	border-left: 1px solid #434343;
}

#header li a {
	color: #bbcbe3;
	text-decoration: none;
}

#header li a:hover, #leftcol li a:hover {
	color: #C9CEFC;
}

li a#marker   {
	color: #5B8EDB;
}

#strap {
	height: 140px;
	background: url(../images/logoJP.jpg) no-repeat;
	border-bottom: 1px solid #000;
}

#content {
	padding-top: 1px;
}

#innerwrapper {
	margin: 25px;
	padding-bottom: 25px;
}

#innercontent {
	background-color: #141414;
	border: 1px solid #5f5f5f;
	min-height: 350px;
	margin-left: 200px;
	padding: 1px 10px 10px 10px;
}

#leftcol {
	float: left;
	width: 160px;
	min-height: 300px;
	background-color: #333;
	border-top: 1px solid #5f5f5f;
}

#leftcol ul {
	list-style-type: none;
	list-style-position: inside;
}

#leftcol li {
	border-left: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 160px;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	font-size: 88%;
	padding: 5% 5%;
	color: #B3F8FD;
}

#leftcol li a#here {
	background-color: #000000;
	width: 122px;
	color: #FF6633;
}
#footer {
	clear: both;
	padding: 3px 0 15px 0;
	border-top: 3px groove #7582BD;
	text-align: right;
	font-size: 78%;
	}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0 5px 18px;
	font-size: 150%;
	font-family: "bell gothic std light", Verdana, Arial, Helvetica, sans-serif;
	color: #A4BDDD;
}

h1 {
	color: #1065E4;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 20px;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}
.right li {
	list-style-type: none;
}


.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #99CCCC;
}

a:hover {
	color: #89AFEF;
}
#titleblock {
	width: 300px;
}
#cartMenu {
	width: 150px;
}
#cartHead {
	height: 60px;
	width: 100%;
}
#innercontentAdmin {
	background-color: #141414;
	border: 1px solid #5f5f5f;
	min-height: 350px;
	margin-left: 10px;
	padding: 1px 10px 10px 10px;
}
