/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
ul {
	padding:10px 0px 15px 25px;
	color:#333333;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding-bottom:10px;
	line-height:1.5em;
}
h1 {
	font-size:24px;
	padding-bottom:3px;
	margin-bottom:7px;
	font-weight:bold;
	color:#06ccde;
	font-family:"Times New Roman", Times, serif;
	border-bottom:1px #666666 solid;
}
h2 {
	font-size:12px;
	padding-bottom:10px;
	padding-top:10px;
}
div#contactinfo {
	position:absolute;
	width:218px;
	left: 37px;
	top: 24px;
}
div#contactinfo h4 {
	border-bottom:1px solid #5a5a5a;
	color:#5a5a5a;
	padding:5px 0px 5px 10px;
	width:218px;
	margin-bottom:15px;
	font-size:9px;
}
div#contactinfo a {
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
div#contactinfo a:hover {
	color:#999;
}
address {
	text-align:left;
	font-style:normal;
	color:#fff;
	font-size:12px;
	clear: both;
	font-weight:bold;
	left: 59px;
	top: 45px;
	text-align:center;
}
a {
	color:#74470d;
}
a:hover {
	color:#cb7f1e;
}
div#wrapper {
	width:800px;
	margin:0 auto;
}
div#header {
	width:800px;
	height:159px;
	background:url(images/bg-header.jpg) top left no-repeat;
	position:relative;
}
/* ----------------- TOP NAV STYLES ----------------- */

div#topnav {
	width:400px;
	position:absolute;
	left: 337px;
	top: 58px;
}
div#topnav ul {
	margin:0px;
	text-align:left;
	padding:0px;
	height:13px;
}
div#topnav ul li {
	display:inline;
	list-style:none;
	padding:0px;
	margin:0px;
}
div#topnav ul li a {
	text-decoration:none;
	text-align:left;
	color:#FFF;
	display:block;
	float:left;
	height:13px;
	overflow:hidden;
	padding:0px 10px 0px 0px;
	margin:0px 15px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	border-bottom:1px solid #393939;
	border-left:1px solid #393939;
	letter-spacing:-0.12em;
}
div#topnav ul li a:hover {
	color:#5d5d5d;
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #5d5d5d;
}
div#topnav ul li a.current {
	color:#5d5d5d;
	border-bottom:1px solid #5d5d5d;
	border-left:1px solid #5d5d5d;
}
div#container {
	width:800px;
	background:url(images/bg-content-repeat.gif) top left repeat-y;
	float:left;
}
div#content {
	width:720px;
	background:url(images/bg-content.gif) bottom left no-repeat;
	float:left;
	padding:5px 20px 100px 60px;
	height:170px;
	position:relative;
}
div#gallery {
	float:left;
}
div#item {
	width:250px;
}
div#footer {
	width:800px;
	clear:both;
	height:243px;
	background:url(images/bg-footer.jpg) top left no-repeat;
	position:relative;
}
.image{
	float:left;
	width:189px;
	height:266px;
}
#port{
	position:absolute;
	top:-10px;
	left: 38px;
	width:737px;
	overflow:hidden;
}
.ear{
	position:absolute;
	bottom:0;
	right:0;
}
#left{
	position:absolute;
	top:0px;
	left:0px;
	height:266px;
	width:30px;
}
#right{
	position:absolute;
	top:0px;
	right:0px;
	height:266px;
	width:30px;
}
#file{
	margin-left:0px;
	width:1350px;
}
