
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	margin: auto;
}

a img {
	border: 0;
}

#main a {
	color: #597292;
	text-decoration: underline;
}

#main a:hover {
	color: #597292;
	text-decoration: none;
}

label {
	float: left;
	width: 70px;
	text-align: left;
}

/* shipinn-main.dwt styling */

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	margin: auto;
	width: 820px;
	height: 620px;
	margin-top: 8px;
	text-align: left;
}

#flashbox {
	width: 820px;
	height: 278px;
	margin-bottom: -278px;
	margin-right: -820px;
	float: left;
	display: inline;
	z-index: 3;
}

#nav {
	width: 820px;
	height: 25px;
	margin-top: 238px;
	margin-bottom: -278px;
	margin-right: -820px;
	position: relative;
	float: left;
	display: inline;
	z-index: 4;
	text-align: center;
}

#nav a {
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #7b91ad;
	text-decoration: none;
	margin-right: 22px;
	margin-left: 22px;
}

#nav a:hover {
	color: #597292;
	text-decoration: none;
}

#main {
	float: left;
	display: inline;
	margin-top: 278px;
	width: 820px;
	height: 314px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
}

#footer {
	float: left;
	display: inline;
	width: 799px;
	height: 28px;
	padding-left: 9px;
	padding-right: 12px;
	background-image: url(images/footer_img.jpg);
	background-repeat: no-repeat;
	font: 10px/28px Arial, Helvetica, sans-serif;
	color: #015586;
}

#footer a {
	font: 10px/28px Arial, Helvetica, sans-serif;
	color: #015586;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.siteby {
	float: right;
	display: inline;
}

/* end of shipinn-main.dwt styling */

/* shipinn-txtleft.dwt styling */

#maininner {
	float: left;
	display: inline;
	width: 409px;
	height: 301px;
	padding: 0 0 13px 11px;
}

#text {
	float: left;
	display: inline;
	width: 409px;
	height: 230px;
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #597292;
}

#buttons {
	float: left;
	display: inline;
	width: 409px;
	height: 59px;
	padding-top: 12px;
}

#img {
	float: left;
	display: inline;
	width: 397px;
	height: 302px;
	padding: 10px 0 2px 3px;
}

/* end of shipinn-txtleft.dwt styling */

/* shipinn-txtleft.dwt & shipinn-txtright.dwt styling (suitable for both templates) */

#scroll-right, #scroll-left {
	float: left;
	display: inline;
	height: 172px;
	overflow: auto;
    SCROLLBAR-FACE-COLOR: #597292;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

#scroll-attract {
	float: left;
	display: inline;
	width: 798px;
	height: 193px;
	overflow: auto;
    SCROLLBAR-FACE-COLOR: #597292;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

#scroll-right {
	width: 387px;
}

#scroll-left {
	width: 409px;
}

#buttons a, #buttons-right a {
	margin-right: 2px;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #597292;
	padding: 0;
	margin: 0;
	padding-top: 22px;
	padding-bottom: 19px;
}

/* end of shipinn-txtleft.dwt & shipinn-txtright.dwt styling */

/* shipinn-txtright.dwt styling */

#img-left {
	float: left;
	display: inline;
	width: 397px;
	height: 302px;
	padding: 10px 0 2px 10px;
}

#maininner-right {
	float: left;
	display: inline;
	width: 387px;
	height: 301px;
	padding: 0 13px 13px 13px;
}

#text-right {
	float: left;
	display: inline;
	width: 387px;
	height: 230px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #597292;
}

#buttons-right {
	float: left;
	display: inline;
	width: 387px;
	height: 59px;
	padding-top: 12px;
}

/* end of shipinn-txtright.dwt styling */

/* shipinn-attract.dwt styling */

#text-attract {
	float: left;
	display: inline;
	width: 798px;
	height: 220px;
	padding: 10px 11px 13px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #597292;
}

#buttons-attract {
	float: left;
	display: inline;
	width: 798px;
	height: 59px;
	padding-top: 12px;
	padding: 0 11px 13px;
}

/* end of shipinn-attract.dwt styling */

/* Form styling */

form label {
	width: 100px; 
	float: left;
	display: block;
	text-align: left;
	margin: 10px 5px 0 0;
}

input.formbox, textarea {
	padding-left: 2px;
	background-color: #ffffff;
	color: #597292;
	border: #597292 solid 1px;
	float: left; 
	width: 218px;
}

input, select, textarea {
	margin-top: 10px;
}

select {
	background-color: #ffffff;
	color: #597292;
	border: #597292 solid 1px;
}

.selectdd {
	width: 41px;
}

.selectmm {
	width: 90px;
}

.selectyy {
	width: 55px;
}

.submit {
	color: #597292;
	background-color: #ffffff;
	margin-left: 105px;
}

#scroll-right form p, #scroll-left form p {
	clear: left;
	margin: 0;
	padding: 0;
}

/* End of form styling */

.attract-holder a, .attract-holdertop a {
	color: #597292;
	text-decoration: underline;
}

.attract-holder a:hover, .attract-holder a:hover {
	color: #597292;
	text-decoration: none;
}

#text-attract h1 {
	padding: 0;
	padding-bottom: 10px;
}

#text-attract-popup {
	float: left;
	display: inline;
	width: 530px;
	padding: 10px 11px 13px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #597292;
}

.attract-holdertop {
	float: left;
	display: inline;
	width: 530px;
}

.attract-holder {
	float: left;
	display: inline;
	width: 530px;
	clear: left;
	margin-top: 5px;
}

.thumbs {
	float: left;
	display: inline;
	width: 90px;
	height: 117px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.thumbslink {
	float: left;
	display: inline;
	width: 90px;
	height: 117px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#main .thumbs a, #main .thumbslink a {
	text-decoration: none;
}

.nopadd {
	margin: 0;
	padding: 0;
}

#main .menubtns {
	font: 11px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #597292;
	border: 1px solid #597292;
	padding: 2px 8px;
	text-align: center;
	margin: auto;
}

#main a:hover.menubtns {
	color: #ffffff;
	border: 1px solid #597292;
	text-decoration: none;
	background-color: #597292;
}

.small-copyright {
	font-size:10px !important;
	padding-top:9px;
	clear:both;
}