/* START clear browser defaults*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table {  
	    margin:0; 
	    padding:0; 
	} 
	
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

/* site wide */
body {
	background-image: url(Assets/Bckgrnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
	margin: 0 auto;
	padding: 0 0;
	color: #ffffcc;
	font-size: 1em;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#container {
	margin: 0 auto;
	width: 980px;
	padding: 0;
	text-align:left;
}	
p {
	line-height: normal;
	margin-bottom: 10px; 
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FF9900;
	margin-bottom: 7px;
}
h2 {
	color: #FFC543;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	}
h3 {
	color: #FFC543;
	font-size: 1em;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
a:link {
	color: #CCFFFF;
	text-decoration: underline;
	outline: none;
}
a:visited {
	text-decoration: underline;
	color: #FFB9B8;
	outline: none;
}
a:active {
	text-decoration: none;
	border: none;
	outline: none;
}

/* navigation bar */
#navbar {
	
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	list-style: none;
	float:left;
}
#navbar li {
	float: left;
}
#navbar a {
	text-decoration: none;
	display: block;
	
	text-indent: -5000px;
}
#navbar #home {
	background: url(Assets/NavArt/JRBlogoSMALL.jpg) no-repeat 0px 0px;
	width: 201px;
	height: 60px;
	
}
#navbar #home:hover {
	background-position: 0px -60px;
}
#navbar #neck {
	background: url(Assets/NavArt/NeckNav.jpg) no-repeat 0px 0px;
	width: 127px;
	height: 60px;
}
#navbar #neck:hover {
	background-position: 0px -60px;
}
#navbar #ear {
	background: url(Assets/NavArt/EarNav.jpg) no-repeat 0px 0px;
	width: 117px;
	height: 60px;
}
#navbar #ear:hover {
	background-position: 0px -60px;
}
#navbar #port {
	background: url(Assets/NavArt/PortNav.jpg) no-repeat 0px 0px;
	width: 122px;
	height: 60px;
}
#navbar #port:hover {
	background-position: 0px -60px;
}
#navbar #art {
	background: url(Assets/NavArt/ArtNav.jpg) no-repeat 0px 0px;
	width: 106px;
	height: 60px;
}
#navbar #art:hover {
	background-position: 0px -60px;
}
#navbar #cal {
	background: url(Assets/NavArt/CalNav.jpg) no-repeat 0px 0px;
	width: 117px;
	height: 60px;
}
#navbar #cal:hover {
	background-position: 0px -60px;
}
#navbar #shop {
	background: url(Assets/NavArt/ShopNav.jpg) no-repeat 0px 0px;
	width: 87px;
	height: 60px;
}
#navbar #shop:hover {
	background-position: 0px -60px;
}
#navbar #cont {
	background: url(Assets/NavArt/ContNav.jpg) no-repeat 0px 0px;
	width: 103px;
	height: 60px;
}
#navbar #cont:hover {
	background-position: 0px -60px;
}

/*Footer...duh!*/
#footer {
	clear:both;
	width: 980px;
	margin: 10px;
}

/*item page format- photo=description*/
#itemsidebar {
	width: 565px;
	float:left;
	margin-right: 15px;
}
#itemsidebar img {
	float:right;
	margin-bottom: 20px;
	margin-top: 5px;
}
#itemtext {
	margin-left: 580px;
	padding: 0 10px;
	margin-right: 15px;
}
/*For Nck, Ear and Port Main*/
#nepmargin {
	width: 880px;
	margin: 0 100px;
	height:auto;
}
#nepmargin img {
	margin-right: 15px;
	margin-bottom: 15px;
	float:left;
	text-align: center;
}

/* special styles */
.orange {
	color: #FFC543;
}
.green {
	color: #CBFFB5
}
.yellow {
	color: #ffffcc
}
.red {
	color:#FF0000
}

/* index page only*/
#indexlogo {
	float: left;
	margin: 15px;
}
#shellphoto {
	float: right;
	margin-top: 0px;
}
#indexnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:left;
}
#indexnav a {
	text-decoration: none;
	display: block;
	
	text-indent: -5000px;
}
#indexnav #neck {
	background: url(Assets/NavArt/NckNav.gif) no-repeat 0px 0px;
	width: 200px;
	height: 48px;
}
#indexnav #neck:hover {
	background-position: -200px 0px;
}
#indexnav #ear {
	background: url(Assets/NavArt/ERNav.gif) no-repeat 0px 0px;
	width: 200px;
	height: 50px;
}
#indexnav #ear:hover {
	background-position: -200px 0px;
}
#indexnav #port {
	background: url(Assets/NavArt/PortNav.gif) no-repeat 0px 0px;
	width: 200px;
	height: 51px;
}
#indexnav #port:hover {
	background-position: -200px 0px;
}
#indexnav #art {
	background: url(Assets/NavArt/ArtNav.gif) no-repeat 0px 0px;
	width: 200px;
	height: 48px;
}
#indexnav #art:hover {
	background-position: -200px 0px;
}
#indexnav #cal {
	background: url(Assets/NavArt/CalNav.gif) no-repeat 0px 0px;
	width: 200px;
	height: 45px;
}
#indexnav #cal:hover {
	background-position: -200px 0px;
}
#indexnav #shop {
	background: url(Assets/NavArt/BKKITNav.gif) no-repeat 0px 0px;
	width: 200px;
	height: 46px;
}
#indexnav #shop:hover {
	background-position: -200px 0px;
}
#indexnav #cont {
	background: url(Assets/NavArt/CntNav.gif) no-repeat 0px 0px;
	width: 200px;
	height: 51px;
}
#indexnav #cont:hover {
	background-position: -200px 0px;
}
