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

body {
	margin: 0px;
	background: url(images/header-bg.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	background: url(images/body-bg.gif);
	width: 920px;
	padding: 0px;
	margin-left: 20px;
}

#header {
	position: relative;
	background: url(images/header-bg.gif) repeat-x;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#navbar {
	position: relative;
	background: url(images/navbar-bg.gif);
	height: 40px;
	top: 0px;
}

#content {
	position: relative;
	padding: 20px 20px 10px;
}

#footer {
	position: relative;
	height: 70px;
	background: #D6D6D4;
}

#footer-content {
	position: relative;
	width: 920px;
	margin-left: 20px;
	height: 60px;
	background: url(images/footerbar-bg.gif);
	padding: 0px;
}

#footer-content p {
	color: #FFFFFF;
	font: 11px/15px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 0px;

}




#topbutton-order {
	position: absolute;
	right: 120px;
	height: 100px;
	overflow: hidden;
	top: 0px;
}

#topbutton-upload {
	position: absolute;
	right: 10px;
	height: 100px;
	overflow: hidden;
	top: 0px;
}

.topbutton-rollover a:link a:visited {
	position: relative;
	top: 0px;
}

.topbutton-rollover a:hover {
	position: relative;
	top: -100px;
}


#navbutton-products {
	position: absolute;
	height: 40px;
	overflow: hidden;
	left: 20px;
	top: 0px;
}

#navbutton-about {
	position: absolute;
	height: 40px;
	overflow: hidden;
	left: 210px;
	top: 0px;
}

#navbutton-callus {
	position: absolute;
	height: 40px;
	overflow: hidden;
	left: 695px;
	top: 0px;
}

.navbutton-rollover a:link a:visited {
	position: relative;
	top: 0px;
}

.navbutton-rollover a:hover {
	position: relative;
	top: -40px;
}



.bar-l {
	position: absolute;
	top: 0px;
	left: 0px;

}
.bar-r {
	position: absolute;
	top: 0px;
	left: 910px;

}

#uploadform {
	margin: auto;
	width: 600px;
}

#uploadform table {
	text-align: left;

}




h1 {
	font-size: 16px;
	font-weight: bold;
	color: #562E91;
	margin: 0px;
	padding: 0px 0px 5px;
}

p {
	margin: 5px 0px;
	padding: 5px 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

.white {
	color: #FFFFFF;
}





a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #CC0000;
}
