@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #434345;
	height: 100%;
	background-image: url(../images/background2a.jpg);
	background-repeat: repeat;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	width: 1020px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #232323;
	border-left-color: #232323;
}

#header {
	clear: right;
	height: 271px;
	width: auto;
	background-image: url(../images/header-background.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	background-color: #0e488d;
	padding: 25px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #8b8b8b;
	font-family: "Myraid Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #CCCCCC;
}
#copybox a {
   color: #0000CC;
   text-decoration: none;
}
#copybox a:hover {
   color: #003399;
   text-decoration: underline;
}
#copybox a:active {
   color: #003399;
   text-decoration: underline;
}
#copybox a:visited {
   color: #0000CC;
}
.left-title {
	background-image: url(../images/left-title.png);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 16px;
}
#container #navigation #navigation-left {
	float: left;
	position: relative;
	top: -23px;
}
#adminnav {
   text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 8px;
	padding-left: 20px;
}
#navigation {
	text-align: right;
	background-image: url(../images/right-title.png);
	background-repeat: repeat-y;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 25px;
	padding-top: 8px;
	padding-right: 20px;
}
.nav-type {
	padding-left: 18px;
}
#container #navigation .nav-type a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #navigation .nav-type a:visited {
	color: #CCCCCC;
}
#container #navigation .nav-type a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#container #navigation .nav-type a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#Submit {
	background-color: #0e488d;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../images/background2a.jpg);
	background-repeat: repeat;
}

.datatable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#tableData {
	border: 3px solid #0E488C;
}
table.orders
{ width: 850px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }

.clearfloat {
	clear: both;
}
H1 {
   font-family: "Myraid Roman", Arial, Helvetica, sans-serif;
	font-size: 20px;
   color: #FFFFFF;
   padding-top:10px;
	margin:0px;
}
table.results
{
width:760px;
background-color: #fafafa;
border: 0px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.header
{ background-color: #0D488D;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size:10px;
color: #FFFFFF; }


td.data
{ border-bottom: 1px #0D488D dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size:10px;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

p.copybox {
text-indent:0em;
margin:8px;
padding:8px;
font: normal 15px arial, serif;
color:#000;
}
img {/* border style for all images */
border: 0;
}
img.productimages {
width:400px;
}
h1.copybox {
font: bold 18px arial, serif;
color:#0e488d;
padding-left:20px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
}
#productbox {
   background: #FFF;
   width: 980px;
   border:solid;
   border-width:2px;
   border-color:#0e488d;
   margin:10px;
   padding:10px;
   filter:alpha(opacity=100);
   opacity: 0.99;
   -moz-opacity:0.99;
   position: relative;
   overflow: auto;
}

#copybox {
   background: #FFF;
   width: 770px;
   border:solid;
   border-width:2px;
   border-color:#0e488d;
   margin:10px;
   padding:10px;
   filter:alpha(opacity=100);
   opacity: 0.99;
   -moz-opacity:0.99;
   position: relative;
   overflow: auto;
}

#copybox .div .p{
padding: 20px;
font-weight: bold;
color: #FFF;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
position: relative;
}

