body { 
	background-color:#000000; 
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	border-bottom:thin;
	border-bottom-color:#FF9900;
	border-bottom-style:solid;
}	

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:thin;
	border-bottom-color:#FF9900;
	border-bottom-style:solid;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

#wrapper {
	width: 800px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#header { 
	background-color:#000000;
	width: 425px;
	height: 85px;
	position: absolute;
	top: 14px;
	background-image:url(NewDesign/08Header.jpg);
	background-repeat:no-repeat;
}

#header-right {
	background-position:right;
	width: 800px;
	height: 110px; 
	background-image:url(NewDesign/accepted_payments.gif);
	background-repeat:no-repeat;
}

#navigation {
	background-color: #F77B0B;
	width: 800px;
	height: 16px;
	position: absolute;
	top: 85px;
}

#navigation ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	margin:-0;
	padding:-0;
	padding-top:1px;
}

#navigation li {
	display: inline;
}

#product-container {
width:625px;
height: auto;
top:102px;
position:absolute;
background-image: url(images/product_format_background.jpg);
background-repeat:no-repeat;
}

#product-description {
position:absolute;
width:300px;
height: auto;
top:30px;
left:280px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#product-list {
position: relative;
width:290px;
left:-15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
list-style:outside;
list-style-type:disc;
}

#product-list ul { 
	list-style:outside;
	list-style-type:disc;
}

#product-list li {
	display:list-item;
}

#product-list ul a:link, #product-list ul a:visited {text-decoration:underline; color: #000000;}
#product-list ul a:hover, #product-list ul a:active {text-decoration:underline; color:#FF0000;}

#inventory {
position: inherit;
top:5px;
left:15px;
width:auto;
height:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#order-container {
width:175px;
height:450px;
top: 0px;
Left: 625px;
background-image:url(images/SideBar2.jpg);
position:absolute;
}

#order-form {
	width:170px;
	height:auto;
	position:absolute;
	top:60px;
	left:3px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#security {
width:150px;
position:inherit;
top:387px;
left:668px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#pp-footer {
width:800px;
height:5px;
top:451px;
left:-0px;
position:absolute;
background-color:#F77B0B;
}

#credits {
width:400px;
height:auto;
position:absolute;
top:470px;
left:250px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
}

#credits ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding-left: 0px;
}

#credits li { 
	display: inline;
}

#credits ul a:link, #credits ul a:visited {text-decoration:none; color: #666666;}
#credits ul a:hover, #credits ul a:active {text-decoration:underline; color: #666666;}

#langlist{
position: absolute;
top:8px;
left:657px;
}

#language{
position:absolute;
top:2px;
left:530px;
width:120px;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

a:link {
	color: #0000FF; text-decoration: none } 
	
a:visited  { 
	color: #0000FF; text-decoration: none }

a:hover  { 
	color: #0000FF; text-decoration: underline }

a:active  { 
	color: #0000FF; text-decoration: underline }
	
#navigation ul a:link, #navigation ul a:visited { text-decoration:none; color:#FFFFFF;}
#navigation ul a:hover, #navigation ul a:active { text-decoration:underline; color:#FFFFFF;}
#content-right-top ul a:link, #content-right-top ul a:visited {text-decoration:none; color:#0000FF;}
#content-right-top ul a:hover, #content-right-top ul a:active {text-decoration:underline; color:#0000FF;}

#legal{
width:500px;
height:auto;
position:absolute;
text-align:center;
top:13px;
left:-105px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #666666;
}

.gallerycontainer{
position:absolute;
left:290px;
top:385px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #000000;
margin: 1px 1px -2px 1px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 0px;
top: -480px;
border: 1px; 
border-color:#FFFFFF;
visibility: hidden;
color: black;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1px;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
border:1px;
border-color:#FFFFFF;
top: -2100;
left: -375px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


