*{padding:0;margin:0;}
/*------------------
	generic tags
--------------------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background:#e0e0e0;
}
img{
	border:none;
}
div#container{
	width:800px;
	margin:0 auto;
	background:#fff url(../images/background.gif) top left repeat-x;
	border-right:1px solid #000;
	border-left:1px solid #000;	
}
div#wrapper{
	background:transparent url(../images/skeleton.jpg) top left no-repeat;
}
div#main{
	padding:20px 0 0 130px;
}
a {
	color:#000;
}

/*-----------------
	header
-------------------*/
img#banner{
	float:right;
}
img#logo{
	float:right;
	margin-top:15px;
}
/*------------------
	navigation
-------------------*/
ul#nav{
	position:static;
	margin:0 0 0 70px;
	padding-top:70px;
}
div#wrapper > ul#nav{
	position:relative;
	top:10px;
	left:0;
}
ul#nav li{
	display:inline;
	list-style:none;
}	
ul#nav img{
	padding:0;
	margin:-9px;
}

/*------------------
	pages
--------------------*/

/*index*/
div#index{
	background:transparent url(../images/product.jpg) 445px 211px no-repeat;
	padding-left:10px;
}
div#buy{
	float:right;
	margin-right:25px;
	margin-top:150px;
}
object{
	float:left;
	clear:right;
}
div#main_copy{
	font-size:12px;
	line-height:18px;
	width:370px;
	float:left;
	padding-right:25px;
}
div#main_copy p{
	text-indent:20px;
}
div#note{
	clear:both;
	padding-left:10px;
}
img.note{
	float:left;
	margin-left:25px;
}
div#bottom{
	clear:both;
	padding:0 0 0 7px;
}
/*faq*/
h2{
	color:#d5153e;
	font-size:14px;
	padding-bottom:3px;
}
div#faq{
	width:550px;
	padding-left:15px;
}
div#faq p{
	font-size:12px;
	color:#000;
	padding-bottom:10px;
}
/*research*/
div#research{
	font-size:12px;
	width:550px;
	padding-left:5px;
	line-height:18px;
}
div#research p{
	padding-bottom:10px;
}
/*contact*/
div#contact{
	width:550px;
	margin:10px 0 10px 80px;
}
.submit{
	margin-top:5px;
}
/*order*/
div#order{
	margin-top:20px;
	padding-left:5px;
	width:500px;
}	
.option{
	width: 580px;
	margin-bottom: 25px;
}
.option h1{
	color:#d5153e;
	font-size: 18px; 
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0 2px 0;
	border-bottom: 1px solid #eee;
}
.option p{
	color: #444;
	font-size: 12px;				
	border-left: 1px solid #abbfa0;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
}
.price{
	color: #d5153e;
	float: right;
	font-size: 16px;
	font-weight:bold;
	margin-top: 8px;
	padding-bottom:5px;				
}
em{
	padding-top:10px;
}
.footnote{
	font-size:10px;
	font-style:italic;
	line-height:normal;
}
div#footer{
	text-align:center;
	font-size:9px;	
	color:#fff;
	margin:0;
	padding-top:5px;
	background-color:#d2153e;
}
/*---------------------------
	Bigger Images on Hover
-----------------------------*/
.thumbnail{
position: relative;
z-index: 30px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: 0px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80px;
left: 30px; /*position where enlarged image should offset horizontally */
}
*html .thumbnail:hover span{ /*CSS for enlarged image on hover*/
top: 10px;
}