/*  Layout Positions  */
body {
background-color: 	#000000;
}


#page {
background-color: 	#ffffff;
width:		764px;
position: 	absolute;
top: 		10px;
left:		50%;
margin-left:	-365px;
border:	 	1px solid #ffffff;
}
/* inner layout */


#top {

background-image:url("../img/top.jpg");
background-repeat: no-repeat;
height: 	129px;
background-color: 	#ffffff;
}

#nav {
background-color: 	#ffffff;
height: 		34px;
border-top:	 	1px solid #000000;

}

#center {
background-color: 	#ffffff;
margin-top: 		0;
padding:		12px;
border-top:	 	1px solid #000000;
border-bottom:	 	1px solid #000000;

}

#foot {
text-align:		center;
height: 		150px;
padding:		12px;
}

/*   nav bar  */

#nav table.navbar {
border-collapse: collapse;
width: 450px;
}

#nav table.navbar td {
border-right: 1px solid #000000;
padding: 5px;
background-color: #ffffff;
}

#nav table.navbar td a{
   display: block;
   padding: 5px;
   text-decoration: none;
}

#nav table.navbar td a:link, table.navbar td a:visited {
font-family: 	arial, verdana, sans-serif;
font-size:	11px;
color: #000000;
background-color: #ffffff;
text-decoration: none;
font-weight:	bold;

}

#nav table.navbar td a:hover, table.navbar td a:active {
font-family: 	arial, verdana, sans-serif;
font-size:	11px;
color: #000000;
background-color: #d3d3d3;
text-decoration: none;
font-weight:	bold;

}

#center img{
	border: 1px solid #000000;
	margin:2px;
}

/*   link styles  */


a:link {
font-family: 	arial, verdana, sans-serif;
font-size:	12px;
color:		#0072bc;
font-weight:	bold;
text-decoration: none;
}
a:visited {
font-family: 	arial, verdana, sans-serif;
font-size:	12px;
color:		#0072bc;
font-weight:	bold;
text-decoration: none;}
a:hover {
font-family: 	arial, verdana, sans-serif;
font-size:	12px;
color:		#0072bc;
font-weight:	bold;
text-decoration: none;
}



/*   text styles  */

#center td.prices{
font-family: 	arial, verdana, sans-serif;
font-size:	12px;
vertical-align: top; 
font-weight: bold;
margin: 0px;
padding: 8px;
}


#center table.price_table{
width: 500px;
margin-left:	110px;
background-color: #d3d3d3;
}

#foot p{
font-family: 	arial, verdana, sans-serif;
font-size:	11px;
vertical-align: top; 
}



label.error {
color: #ff0000;
font-family: 	arial, verdana, sans-serif;
font-size:	11px;

}

input.error {
border: solid 1px #ff0000;

}

textarea.error {
border: solid 1px #ff0000;

}

#center td {
font-family: 	arial, verdana, sans-serif;
font-size:	12px;
}



#foot td {
font-family: 	arial, verdana, sans-serif;
font-size:	11px;
}


h1 {
font-family: 	arial, verdana, sans-serif;
font-size:	16px;
color:		#0072bc;
margin: 	12px;
padding:	2px;
}

h2 {
font-family: 	arial, verdana, sans-serif;
font-size:	13px;
color:		#0072bc;
margin: 	12px;
padding:	2px;
}

h3 {
font-family: 	arial, verdana, sans-serif;
font-size:	12px;
color:		#0072bc;
margin: 	2px 12px 2px 12px;
padding:	2px;
background-color: #d3d3d3;

}


#foot hr{
border: none; 
background-color: #000000; 
color: #d3d3d3; 
height: 1px;
}

hr{
border: none; 
background-color: #000000; 
color: #d3d3d3; 
height: 1px;
}

p {
font-family: 		arial, verdana, sans-serif;
text-align: 		justify;
font-size:		12px;
padding: 		10px;
margin: 		0px;
color: 			#000000; 

}

ul {
font-family: 		arial, verdana, sans-serif;
font-size:		12px;
color: 			#000000; 
}

.sub {
font-family: 		arial, verdana, sans-serif;
font-size:		11px;
color: 			#000000; 
}

span.red {
color:	#cc0000;
}

input.submit{
font-family: 	arial, verdana, sans-serif;
font-size:	13px;
font-weight:	bold;
color:		#000000;
}

.row_0 {
	background-color: #ffffff;
}
