@charset "UTF-8";

body{
	background: #f3f3f3 url(/images/body.jpg) top left repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 18px;
	padding:0;
	margin:0;
}

p {
	color:#333;
}

ul {
	color:#333;
}

table {
	color:#333;
}

#container {
	height: auto;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	padding-bottom: 10px;
	margin-left: auto;
	position: relative;
	visibility: visible;
}

#white-container {
	float:left;
	background: #fff url(/images/whitepagebg.jpg) repeat-y;
	width:100%;
	height:auto;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;	
	border-bottom:1px solid #dedede;
}

#header {
	float: left;
	position:relative;
	height: 129px;
	width: 100%;
	background: #eee url(/images/header.jpg) top no-repeat;
	border-bottom:1px solid #000;
}


#left-nav {
	float: left;
	height: 600px;
	width: 172px;
	/*background: #fff url(/images/sj-imports_03.jpg);*/

}



#page {
	float: left;
	height: auto;
	width: 778px;
}

#static_page {
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	width:738px;
}


#footer {
	float: left;
	height: 30px;
	width: 100%;
	margin-top:10px;
	padding-bottom:10px;
	color:#666;
}



#inventory-display {
float:left;
width:242px;
height:220px;
margin-left:11px;
margin-bottom:11px;
border:#ccc solid 1px;
background: #f3f3f3;

}

#inventory-display:hover {
	background: #e3e3e3;
}

#inventory-photo {
	float:left;
	width:100%;
	height:180px;
	text-align: center;
}

#inventory-name {
	float:left;
	width:100%;
	height:auto;
	text-align: center;
	font-weight:bold;
}

#inventory-details{
	float:left;
	width:100%;
	height:auto;
	text-align: center;
}


#top-nav {
	position:absolute;
	right:0;
	bottom:-1px;
	height: 26px;
	width: 500px;
	text-align: right;
	background: url(/images/navbg.gif);
}

/*Top Navigation Tabs*/
#top-nav ul {float:right;list-style: none; padding:0; margin:0;}
#top-nav ul li {float:left;width:98px;margin:3px 0 0 0;padding:0; text-align: center;}
#top-nav ul li a {color:#fff;text-decoration: none;}
#top-nav ul li a:hover {color:#999;text-decoration: none;}

/*Left Navigation*/
#left-nav ul {list-style: none; padding:0; margin-top:0;margin-left:10px; font-family: Helvetica, Arial, sans-serif}
#left-nav li {}
#left-nav li a {color:#fff;text-decoration: none; font-size:13px;}
#left-nav li a:hover {color:#ccc;text-decoration: none; font-size:13px;}
#left-nav ul ul{list-style: none; padding:0;font-size: 10px;}
#left-nav ul ul li a {color:#fff;text-decoration: none; font-size:11px;}
#left-nav ul ul li a:hover {color:#ccc;text-decoration: none; font-size:11px;}


/*General Classes*/
h2 {	
	font-size:20px;
	color:#666;
	}
	
h3 {	
	font-size:15px;
	color:#666;
	}

table.borders {
	border:1px solid #eaeaea;
}
	
tr.header {
	background: #eaeaea;
}


/*Links*/
a {
	color:#333;
	text-decoration: underline;
}

a:hover {
	color:#333;
	text-decoration: none;
}

/*Alternate table rows*/
.row1 {
	background: #fff;
}

.row2 {
	background: #f3f3f3;
}

.row1:hover, .row2:hover {
	background: #e3e3e3;
}

#breadcrumb {
	float:left;
	margin-top:10px;
	margin-bottom: 10px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	width:768px;
	background: #f3f3f3;
	border-top:#dedede 1px solid;
	border-bottom:#dedede 1px solid;
}

#breadcrumb a {text-decoration: none;}
#breadcrumb a:hover {text-decoration: underline;}

#breadcrumb-links {
	float:left;
	width:auto;
	margin-top:2px;
}

#pagetitle {
	float:left; 
	position: relative;
	padding-left:10px;
	width: 768px;
}


#main-index-image {
	float:right;
	background: #fff url(/images/index-photo-2.jpg) right top no-repeat;
	width:778px;
	height:390px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#index-title {
	position: absolute;
	left:20px;
	top:20px;
	color:#666;
	font-size: 24px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}

#index-text {
	position: absolute;
	left:20px;
	top:60px;
	color:#666;
	font-size: 12px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	width:250px;
	height:400px;
	line-height: 18px;
}


#box-holder {
	float: left;
	background: url(/images/index-box-bg.jpg) bottom repeat-x;
	height:220px;
	width:778px;
}

#title{
	font-family:  "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	margin-left:5px;
	padding-top: 5px;
	padding:3px;
}

#index-box1 {
	float: left;
	position: relative;
	width:387px;
	height:220px;
	border-right:1px solid #ccc;
	overflow: hidden;
}

#index-box2 {
	float: right;
	position: relative;
	width:387px;
	height:220px;
}

#jumpmenu {
	float:right;
	width:200px;
	text-align:right;
	margin-right:10px;
}


#index-small-text {
	position:absolute;
	left:10px;
	top:20px;
	width:200px;
}


#index-small-text2 {
	position:absolute;
	left:10px;
	top:20px;
	width:350px;
	height:175px;
}


#index-book {
	position:absolute;
	right:10px;
	top:20px;
	height:auto;
	width:auto;
}

.titles {
	font-size:20px;
	color:#666;
}

#download-pdf {
	position:absolute;
	top:10px;
	right:20px;
	height:30px;
	width:200px;
	text-align: right;
}
