@charset "utf-8";
/* CSS Document */

BODY { 
background-color: transparent;
}
.bodyleft
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
.bodyright
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:no-repeat;
	background-position: top right;
}
.bodyrepeat-x
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-position: 0px center;
	background-attachment: scroll;
	background-repeat: repeat-x; */
	background-color: #ff9600;
}
.bodyrepeat-y
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.bodycenter
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background-position: 50% 0px; */
	background-repeat: no-repeat;
}
a {
	text-decoration:none;
	outline:none
}
.font1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555555;
}
.font2 {
	color: #555555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.font3 {
	color: #555555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
}
.font4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
.font5 {
	color: #555;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.font6 {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.font7 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #900;
}
.table1 {
	margin-left: 10px;
	margin-top: 20px;
}
.divfooter {
	background-image: url(../Source/footer1.jpg);
	background-repeat:repeat-x;
	height:180px;
}

.picture1 {
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
}
.tablewebsite {
	background-image:url(../Source/website.png);
	background-position: 0px 125px;
	background-repeat:no-repeat;
}
.tablebrand {
	background-image:url(../Source/brand.png);
	background-position: 0px 125px;
	background-repeat:no-repeat;
}
.tablegraphic {
	background-image:url(../Source/graphic.png);
	background-position: 0px 125px;
	background-repeat:no-repeat;
}
	
.divscroller {
	height:500px;
	vertical-align:middle;
}
.divstandard {
	margin:10px;
}
/*this is what we want the div to look like    when it is not showing*/  
div.loading-invisible {    
/*make invisible*/    display:none;  
} 
/*this is what we want the div to look like    when it IS showing*/  
div.loading-visible {    /*make visible*/    
	display:block;    /*position it at the very top-left corner*/    
	position:absolute;    
	top:0;    
	left:0;    
	width:100%;    
	height:100%;    
	text-align:center;    
/*in supporting browsers, make it      a little transparent*/    
	background:#fff;    
	_background:none; /*this line removes the background in IE*/     
/*set the padding, so that the content      of the div is centered vertically*/    
	padding-top:25%;
	z-index:120;
}
.hide {
	display:none;
}
.form1 {
	border: solid #CCCCCC 1px;
	
}

#centered {
	width: 100%;
	height: 650px;
	position: absolute;
	top: 50%;
	margin-left: 0px; 
	margin-top: -325px;
	overflow:visible;
	background:url(../Source/background2.png);
	background-repeat:repeat-x;
}