body
{
   	background-image: url('Images/bg.jpg');
    margin: 0 auto;
    font-family: Tahoma ;
    font-size: 14px;
}
.container
{
    width: 960px;
    margin: 0 auto;
background-color: black;

}
.banner
{
    background-color: Transparent;
    height: 170px;
    width: 960px;
}
#nav-top{

	margin-top:10px;
    width: 960px;
}
.banner #banner-text
{
    color: White;
    font-size: 50px;
    font-weight: bold;
    font-family: Cooper Black;
    margin-top: 180px;
    margin-right: 0px;
    display: none;
}
#body-content
{
    background-color: White;
    width: 960px;
}

.footer
{

    clear:both;
	background:black url('Images/footer-top.gif');
    background-position: center;
    background-position: top;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
height:50px;
   
 
}

.footer #footer-info{
	float:right;
 	color: Gray;
    font-size: 10px;
    text-align: right;
}

.footer #card-currentcy{
	float:left;
	text-align: left;

}

.top-content
{
    width: 960px;
    height: 231px;
}

/*----------------------Top image of pages---------------*/

#default-page
{
    background-image: url('Images/top-content.gif');
    _background-image: url('Images/top-content.gif');
    width: 960px;
    height: 231px;
}
#services-page
{
    background-image: url('Images/top-content.gif');
    _background-image:  url('Images/top-content.gif');
    width: 960px;
    height: 231px;
}
#product-page
{
    background-image: url('Images/top-content.gif');
    _background-image: url('Images/top-content.gif');
    width: 960px;
    height: 231px;
}
#program-page
{
    background-image: url('Images/top-content.gif');
    _background-image:  url('Images/top-content.gif');
    width: 960px;
    height: 231px;
}

.logo-brother{
	padding-top:25px;
	padding-left:20px;
}

.content
{
    margin-top: 10px;
    float: right;
  
  
}
.content-body{
	 background: url('Images/bg-content_02.jpg');
    margin-left: 13px;
    width: 686px;
    _width: 686px;
    padding-left: 11px;
    padding-top: 10px;
    padding-right: 10px;
    min-height: 600px;
    height:auto;
}
.content-top{
margin-left: 13px;
 background: url('Images/bg-content_01.jpg');
 height:18px;
 width: 707px;
}
h2
{
    clear: both;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 5px;
}

h1
{
    color: #003A76;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
}



a
{
    text-decoration: none;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: bold;
    outline: none;
    text-align: center;
}

a:hover
{
    text-decoration: none;
}

a.link
{
    font-size: 1.0em;
    color: #FA9300;
    font-weight: normal;
    margin: 10px 0 10px 0;
    text-decoration: none;
}

a.link:hover
{
    text-decoration: underline;
    color: #7a7a7a;
}

 /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ 
 .thumbnail
 {
	position: relative; z-index: 0; 
} 
 .thumbnail:hover
 {
	background-color: transparent;
	z-index: 100;
} 
 .thumbnail span
 {
	/*CSS for enlarged image*/
	 position: absolute; 
	 background-color:#4e6d22; 
	 padding: 5px; 
	 left: -700px; 
	 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 on hover*/ 
	visibility: visible; 
	top: -50px; 
	left: 300px; /*position where enlarged image should offset horizontally */ }
