/* CSS Document */

	
#container
{
	height:555px;
	width:760px;
	top:8px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	margin-bottom:20px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

#content
{
	padding: 35px 0 0 27px;
	height:388px;
	width:733px;
	top: 10px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}

#content2
{
	padding: 30px 0 0 0;
	height:388px;
	width:760px;
	top: 10px;
	background-color:#FFFFFF;
}


#header
{
	width:760px;
	height:98px;
	left: 540px;
	top: 16px;
	background-color:#FFFFFF;
}


#right_text
{
position:relative;
width: 174px;
height: 386px;
margin: 0 0 0 0;
padding: 0 18px 0 18px;
line-height: 1.3em;
text-align:left;
color: #666666;
}

#right_text2
{
position:relative;
width: 160px;
height: 387px;
margin: 0 0 0 0;
padding: 0 12px 0 16px;
color: #505050;
line-height: 1.3em;
}


#left_buyonline
{
position:relative;
width: 170px;
height: 194px;
margin:0 10px 0 27px;
padding: 20px 0 0 0px;
line-height: 1.3em;
text-align:left;
color: #505050;
}

#content h2 {
font-size: 1.1em;
padding: 0;
margin: 0 0 0.5em 0;
color: #0099FF;
}

#title_left {
position:relative;
width: 207px;
height: 37px;
}

h1 {
font-size: 12px;
margin: 0 0 10px 0;
color: #0099FF;
}

h2 {
font-size: 12px;
margin: 0 0 10px 0;
color: #666666;
}


a {
text-decoration: none;
color: #0099FF;
}

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

body {
	padding: 0;
   	font: 70% Arial, Helvetica, sans-serif;
   }

.gallerycontainer{
	position: relative;
    width:159px; 
    height:132px; 
    margin:0 auto 0 27px; 
    }

.thumbnail img{
border: 1px solid white;
margin: 0 1px 1px 0;
}

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

.thumbnail:hover img{
border: 1px solid #CCCCCC;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
left: -200px;
visibility: hidden;
color: #0099FF;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -40px;
left: 180px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/* -----------footer--------------------------- */
#footer {
width:760px;
margin-right:auto;
margin-left:auto;
text-align:left;
color: #999999;
font-size:11px;
}