
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
q:before,q:after {content:'';}
h1,h2,h3,h4,h5,h6,p {margin-bottom: 1em;}

body {
	/*background: url(../../images/body-bg.jpg) repeat-x #468c8c; green */
	background: url(../../images/body-bg.jpg) repeat-x #383838;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #002d59;
}
h1{
	font-size: 150%;
}
h1 em{
	font-size: 70%;
	color:#CCCCCC;
}
em {
font-style:italic;
font-weight:bold;
color:#999999;
font-size:9px;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 790px;
	background-color: #FFF;
	border-left: 5px solid #001540;
	border-right: 5px solid #001540;
}
#header {
	height: 95px;
}
#header #logo {
	margin: 15px 0 0 10px;
}
#header #top-contact {
	position: absolute;
	top: 55px;
	right: 15px;
}
#top-nav,
#footer-nav {
	float: left;
	width: 785px;
	padding-left: 5px;
	background-color: #001540;
}

#top-nav li,
#footer-nav li {
	float: left;
	margin: 0;
}
#top-nav li a,
#footer-nav li a {
	display: block;
	padding: 7px 7px;
	color: #FFF;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	position: static;
}

#top-nav li a:hover,
#footer-nav li a:hover,
#top-nav li ul a {
	background-color:#FFD539;
	color: #000;
	position: static;
}
#top-nav li ul {
	position: absolute;
	left: -9999em;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	border-top: 1px solid #73ace5;
}
#top-nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 160px;
}
#top-nav li:hover ul ul,
#top-nav li:hover ul ul ul,
#top-nav li.sfhover ul ul,
#top-nav li.sfhover ul ul ul {
	left: -999em;
}
#top-nav li:hover ul,
#top-nav li li:hover ul,
#top-nav li li li:hover ul,
#top-nav li.sfhover ul,
#top-nav li li.sfhover ul,
#top-nav li li li.sfhover ul { /* lists nested under hovered list items */
	position: static;
	left: auto;
}
#top-nav li:hover ul,
#top-nav li.sfhover ul {
	position: absolute;
	left: auto;
}
#top-nav li ul li {
}
#top-nav li ul li a {
	display: block;
	width: 150px;
	height: auto;
	padding: 5px 10px;
	color:#002d59;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
	background-color: #b2d9ff;
	font-weight: bold;
	border: 1px solid #73ace5;
	border-top:0;
}
#top-nav li ul li a:hover {
	color: #000;
	background-image: none;
	background-color: #F7B454;
	position: static;
}


#banner {
	clear: left;
	height: 120px;
	background-color: #468c8c;
	border-bottom: 5px solid #001540;
}
#content {
	padding: 20px;
}
#content ul,ol {
	list-style-type:disc;
	margin-left: 10px;
}
#content table td {
	padding: 3px;
}

.contact-button {
	display:block;
	width:133px;
	height:26px;
	background:url(../../images/button-contact.jpg) no-repeat;
}
.contact-button:hover {
	background-position: 0 -26px;
}

.error-message {
	margin-bottom: 10px;
	padding: 5px 8px;
	color: #900;
	background-color: #ffe5e5;
	border: 1px solid #ffcccc;
}
#email-form {
	width: 100%;
	background-color: #f8fbff;
	border-top: 1px solid #a1c3e5;
	border-bottom: 1px solid #a1c3e5;
}
#email-form tr {
	border-bottom: 1px solid #d3e9ff;
}
#email-form th {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #d3e9ff;
}
#email-form td {
	padding: 10px;
	width: 400px;
	border-bottom: 1px solid #d3e9ff;
}

.tr_required {
	background-color: #ffe5e5;
}

.star {
	color: #900;
}

#email-form input[type=text], #email-form input[type=checkbox], #email-form textarea {
	margin: 3px;
	padding: 2px;
}
#email-form input[type=text] { width: 200px; font: 12px Verdana, Arial, Helvetica, sans-serif; }
#email-form textarea { width: 300px; height: 150px; font: 12px Verdana, Arial, Helvetica, sans-serif; }

.code {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #dadada;
}

#footer-contact {
	text-align:center;
	font-size:11px;
	margin-top:50px;
	margin-bottom:0;
}

#footer {
	background-color: #002d59;
	padding: 10px 7px;
}
#footer a {
	padding: 0 7px;
	color: #DDD;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#footer a:hover {
	color:#FFF;
}
#products_box{
	border: 1px solid #000;
	margin-bottom: 10px;
}

#photo_border{
	float:right;
	border: 2px solid #000;
	margin: 10px;
	padding: 0px;
}
#photo_border2{
	float:left;
	border: 2px solid #000;
	margin: 10px;
	padding: 0px;
}
#moving_time {
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -1000em;  /* This is the part that hides the text */
	text-align: left;
	text-decoration: none; 
	outline: none; /* gets rid of the dotted border on the link */
	border: none;
}