﻿body {
padding: 0;
margin: 0;
background:white;
background-image:url('images/ribbon2.jpg');
background-repeat:horizontal;
background-position:center top;
text-align:center;
color:black;
}    

img {
border-style:none;
}

#content {
font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
width: 800px;
height: 1000px;
position: absolute;
left: 50%;
/*top: 50%;*/
margin-left: -400px;
/*margin-top: -300px;*/
text-align:left;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color:black;
text-align:center;
background-color: white;
}

#contentbr {
width: 850px;
height: 1000px;
position: absolute;
left: 50%;
/*top: 50%;*/
margin-left: -425px;
/*margin-top: -300px;*/
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background-color: black;
}

#suppliers {
	width: 100%;
	margin: 0px auto;
	border-collapse: collapse;
	border: 0px solid #000000;
	overflow: hidden;
 }
#suppliers .rowa {
	background: #ffffff;
	height: 120px;
}
#suppliers .rowb {
	background: #ffffff;
	height: 120px;
}
#suppliers .cell {
	padding: 5px;
	border: 0px solid #000000;
	vertical-align: bottom;
	text-align: center;
}
#suppliers .cell a{
text-decoration:none;
color: black;
}

#logo {
width: 350px;
height: 175px;
position: absolute;
margin-left: 410px;
margin-top: 5px;
border-style:hidden;
}

#menutop {
float:left;
width:100%;
background:#fff;
overflow:hidden;
position:relative;
/* top: 50%; */
background-color:#3366CC;
margin-top: 190px;
}

#menutop ul {
clear:left;
float:left;
list-style:none;
margin:0px;
padding-left:0px;
position:relative;
text-align:center;
left: 50%;
}

#menutop ul li {
display:block;
float:left;
list-style:none;
margin-left:20px;
padding:0;
position:relative;
right: 50%;
}
#menutop ul li a {
display:block;
margin:0 0 5px 5px;
padding:3px 3px;
font-size:larger;
color:white;
font-size:medium;
text-decoration:none;
line-height:1.2em;
font-weight:normal;
border-bottom:2px #3366CC solid;
}
#menutop ul li a:hover {
color:white;
border-bottom:2px white solid;
font-weight:normal;
}

#info {
position: absolute;
height:300px;
width:600px;
text-align:left;
line-height:2em;
font-size:medium;
margin-top: 240px;
margin-left: -300px;
left:50%;
}

#info ul {
list-style-image: url("images/favicon.gif");
text-indent:20px;	
}

#info ul li {
padding-left: .5em;
text-indent: -.5em;
padding-top:-10px;
}

#info h1 {
font-size: large;
color: #FF6600;
font-weight:bolder;
line-height:1em;
}

#info p {
margin-top:0px;
text-align:left;
line-height:1.5em;
}

#info a {
color: #FF6600;
}

#footer {
width: 600px;
height: 1em;
position: absolute;
left: 50%;
top: 950px;
margin-left: -300px;
}


#footer a {
color: #FF6600;
}

#footer p {
	margin: 0;
}

#footer h3 {
	font-size: xx-small;
}

#footer h3 a{
color: gray;
text-decoration: none;
}

#footer h3 a:hover{
color: black;
text-decoration: none;
}




