@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin:0 auto;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	font-variant:small-caps;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	font-variant:small-caps;
}
.basic_text {font-family: Arial, Helvetica, sans-serif;
text-align:justify;}

.basic_text_red {font-family: Arial, Helvetica, sans-serif;
text-align:justify; color:#990033; font-weight:bold;}


.system_heading {color:#990033; text-transform:capitalize; font-weight:bolder; font-size:18px; text-align:left;}
.sub_heading {color:#990033; font-weight:bolder;}


.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.menucell
{
font-style:italic;
border-width:15px;
border-color:#000000;
border-style:groove;
margin: 10px;
}
.menu
{font-variant:small-caps;
font-style:italic;
font-weight:bold;
 }
	
.menu
{color:#ff6633;
}

.bordercell
{padding-left:5px;
}
.choicecell
{padding-right:5px;
}

.header {background:url("http://www.121officesystems.com/images/header.jpg") no-repeat;
text-align:center; }

.company
{
font-size:x-large}

.content{
}

.body-row
{height:399px;
margin:0 auto;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position:relative;
top:-10px;
left: -20px;
width:1000px;
height:900px;
display:block;

/*Add a height attribute and set to largest image's height to prevent overlaying */
}


.thumbcontainer{
position:relative;
top:50px;
left: 0px;
width:190px;
display:block;}

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


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

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

.thumbnail span{ /*CSS for enlarged image; was left -1000px;*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 0px;
top:0px;
border: 1px dashed 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*/
visibility: visible;
top: 0px;
left: 200px; /*position where enlarged image should offset horizontally;was left 230px */
z-index: 50;
}


