

body {
	margin: 0px;
	padding: 0px; 
	/*background-color: #000d3d;*/
	background-color: #000000;
	color: #ccc;
	font-size: 0.8em;
	font-family: Arial, Helvetica, Sans-Serif;
        text-align: center;
}

#wrapper {
	margin: auto;
	padding: 30px 0px 0px 0px;
	width: 100%;
	height: 100%;
	color: #aaa;
	text-align: center;

}


#heading {
	margin: auto;
	width: 850px;
	height:50px;
	border:0px solid #0d374a;
	color: #000;
	text-align: left;
}

/* horizontal navigation bar */

#navbar {
	 height: 25px;
	 width: 850px;
	 margin: auto;
	 font-size: 90%;
	 font-family: Arial, Helvetica, Sans-Serif;  
	 border-top: 0px; 
	 border-right: 1px solid #0d374a;
	 border-bottom: 1px solid #0d374a;
	 border-left: 1px solid #0d374a;
	 text-align: right;
}


#navbar ul {
	 margin: 0px;
	 padding: 0px;
	 line-height: 25px;
	 white-space: nowrap;
}


#navbar li {
	 list-style-type: none;
	 display: inline;
         padding: 0px 8px 0px 8px; 
         margin: 0px 8px 0px 8px;
}


#navbar li a {
	 text-decoration: none;
}

#navbar li a:link {
  	 color: #aaa;
  }

#navbar li a:visited {
 	 color: #aaa;
  }

#navbar li a:hover {
	 text-decoration: underline;
	 color: #fff;
  }

  
#content {
	margin: auto;
	width: 850px;
	height:600px;
	border:1px solid #0d374a;
	color: #000;
	text-align: left;
}

#content p {
	line-height: 18px;;	
	color: #000;
	margin: 0px auto 0px;
	padding: 0px 10px 0px 10px;
	clear: both;
	
}

#info {
	width: 700px;
	height: 600px;
	margin: auto;
	font-size: 100%;
	border: 0px;
	background-repeat: norepeat;
}

#info p {
	/*height: 502px;*/
	width: 275px;
	text-align: left;
	line-height: 18px;;	
	color: #000;
	margin: auto;
	padding: 0px 15px 0px 10px;
	float: right;
	clear: both;
	
}


#box {
	width: 250px;
	height: 525px;
	float: right;
	clear: right;
	text-align: left;
	color: #000;
	margin: auto;
	padding: 20px 20px 15px 20px;
	border: 2px solid #333;
	overflow: auto;
	background-color: #eee;
}

#box a  {
	 color: #0000ff;
	 text-decoration: underline;
	 }
	 
#box a:link {
  	 color: #0000ff;
  }

#box a:visited {
 	 color: #0000ff;
  }

#box a:hover {
	 text-decoration: underline;
	 color: #0000ff;
  }

#box p {
	
	margin: 3px 3px 3px 3px;
	padding: 0px;
}

#box h2 {
	font-size: 1.4em;
	color: #777;
	margin: 6px 3px 2px 0px;
	}
	
#priceAlign {
	width: 75px;
	margin: 0px;
	text-align: right;
	}
	
p {
	line-height: 18px;	
	margin: 2px;
	padding: 6px 2px 6px 2px;
}


p a:link   {
	padding: 0px 0px 5px 0px;
	color: #000;
}

p a:hover   {
	text-deoration: underline;
	color: #000;
}

p a:visited   {
	padding: 0px 0px 0px 5px;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.75em 0;
	font-family: Arial, Verdana, sans-serif;
	color: #233835; 
	
}


h1 {
	font-size: 1.5em;
	/*font-weight: normal;*/
}
	
h2 {
	font-size: 1.2em;
	
}

h3 {
	font-size: 1.0em;
	
}

form {
	width: 100%;
	}
	
	
html>body #content {
	width: 850px;
}


* html #content {
	overflow: hidden;
	/* So IE won't break things */
}

a {
	 text-decoration: none;
}

a:link {
  	 color: #fff;
  }

a:visited {
 	 color: #fff;
  }

a:hover {
	 text-decoration: underline;
	 color: #fff;
  }

/* used by slide show pro plug-in */
	#flashcontent {                                 
		width: 100.00%;
		height: 500.00;
		text-align:center;
		margin:0px auto 10px auto;
		background-color: #fff;
	}
	
	
/* mail form styles */

#formhead {
	width: 500px;
	text-align: center;
	color: #000;
	margin: 25px 0px 35px 0px;
	}
	
.cssform {

	width: 500px;
	font-size: 1.2em;
	}
	
.cssform p{
	width: 500px;
	clear: left;
	color: #000;
}

.cssform label{
	font-weight: bold;
	float: left;
	color: #000;
	text-align: right;
	width: 140px; 
	margin: 0px 3px 15px 0px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	float: left;
	background-color: #fff;
	border: 1px solid #000;
}

.cssform textarea{
	width: 260px;
	height: 150px;
	border: 1px solid #000;
}



#cssformbox {
	width: 500px;
	text-align: left;
	line-height: 18px;;	
	color: #000;
	margin: auto;
	padding: 20px 20px 15px 20px;
	border: 2px solid #333;
	overflow: auto;
	background-color: #ddd;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
  	opacity:0.9;
}

</style>
