/* CSS Document */

body {
	margin-top: 30px;
	height: 100%;
	width: 100%;
	background-color: #000000;

}

#outsideContainer {
	width: 1000px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
#container {
	width: 800px;
	height: 100%;
	margin-top: 0px;
	position: absolute;
	}

#insideContainer {
	margin-top: 0px;
	padding: 0px;
	width: 800px;
	height: 100%;
	}
	
.header {
	width: 619px;
	margin-left: 181px;
	height: 200px;
	padding-top: 0px;
	text-align: right;
	border: 1px none #000000;
}

.pageid {
	width: 100%;
	height: 40px;
	vertical-align:middle;
	background: #666666;
}




.pageid p {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
	vertical-align: middle;
}

.nav {
	border: 1px solid #000000;
}

.topnav {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #ffffff;
	text-align: right;
	font-size: 11px;
	margin-right: 10px;
	padding-top: 5px;
	vertical-align:middle;
	height: 30px;
	font-weight: bold;
}

.topnav a {
color: #ffffff;


}

.topnav a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.contenttable {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.contenttext {
	margin: 10px;
}

.contenttable .leftnav {
display: none;
	}
	
.contenttable .rightnav {
display: none;
	}

.contenttable .content {
	vertical-align:top;
	background-color: #ffffff;
 	border: 1px solid #ffffff;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	color: #000000;
}

h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;	
}

h2 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff3333;	
}

h4 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff3333;	
}

h3 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
}

h5 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;	
}

h6 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

h7 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #339933;	
}

p {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color:#666666;
}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 181px;
	text-align: right;
	font-size: 12px;
	font-family: "Century Gothic", Arial, sans-serif;
	color: #ffffff;
	}
	
.footer a{
color:#FFFFFF;
}

.footer a:hover {
color: #ffffff;
text-decoration:underline;
}

	

.producttable {
	width: 400px;
	margin-left: 95px;
	background-color:#f3f3f3;
}

.producttable td.product {
border: none;
padding: 5px;

}

.producttable .title {
text-align:  center;
border: none;
}

.producttable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;
}

.actualproduct {
width: 100%;
}

.actualproduct td {
border: none;
}

.actualproduct td.image {
width: 100px;
padding: 10px;

}

.actualproduct td.info {
padding: 10px;

}

.actualproduct td.padding {
width: 10px;
}

.prouctpage {
width: 100%;
}

.productpage td.info {
vertical-align:top;
}

.productpage td.image {
text-align:right;
}





