html {
	margin: auto;
}

body {
	margin: 0px;
}

html, body {
	background: #FFFFFF url('../images/layout/site-background.jpg') top center;
	color: #173A78;
	font: 11px Verdana, Arial, Sans-Serif;
	padding: 0px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #173A78;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 12px 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

p {
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

hr {
	border-color: #0096FF;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
}

ul, ol {
	padding-left: 10px;
}

li {
	margin: 10px;
}

.image-pad-right {
	margin-right: 10px;
}

.image-pad-left {
	margin-left: 10px;
}

a img {
	border: none;
}

a, a:visited {
	color: #005CFF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0096FF;
	text-decoration: underline;
}

table, tr, td {
	border: none;
	vertical-align: top;
}

select {
	width: 175px;
}

input, textarea {
	color: #173A78;
	font: 11px Verdana, Arial, Sans-Serif;
}

#header .logo {
	text-align: left;
}

#header .spacer {
	height: 100%;
	width: 100%;
}

#header .slogan {
	text-align: right;
}

#page .top {
	line-height: 0px;
}

#page .left {
	background: #173A78;
	border-left: 1px solid #004080;
	color: #FFFFFF;
	padding: 0px 4px 0px 5px;
	width: 150px;
}

#page .left .title {
	color: #FFFFFF;
	font-weight: bold;
}

#page .right {
	background: #FFFFFF;
	border-right: 1px solid #004080;
}

#menu td {
	vertical-align: middle;
}

#menu .divider {
	line-height: 0px;
}

#menu a, #menu a:visited {
	color: #4CC1FF;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#latest {
	margin-bottom: 20px;
	text-align: center;
}

#latest td {
	padding: 2px 0px;
}

#latest a, #latest a:visited {
	color: #4CC1FF;
	text-decoration: underline;
}

#latest a:hover, #latest a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#latest a img, #latest a:visited img {
	border: 1px solid #4CC1FF;
}

#latest a:hover img, #latest a:active img {
	border: 1px solid #FFFFFF;
}

#content .flash {
	padding: 0px;
}

#content .title {
	padding: 0px 20px;
}

#content .middle {
	padding: 0px 20px;
}

#content .base {
	padding: 0px 10px;
}

#footer {
	border-top: 1px dotted #0096FF;
	color: #5FA8FF;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #5FA8FF;
}

#footer .copyright {
	padding: 10px 10px 5px 10px;
	text-align: left;
}

#footer .links {
	padding: 5px 10px 15px 10px;
	text-align: left;
}

#footer .design {
	padding: 10px 10px 5px 10px;
	text-align: right;
}

#footer .promotion {
	padding: 5px 10px 15px 10px;
	text-align: right;
}

#content .middle .product {
	margin: 5px;
}

#content .middle .product td {
	padding: 5px;
	vertical-align: middle;
}

#content .middle .product h3 {
	margin: 0px;
}

#content .middle .product .description {
	width: 100%;
}

#content .middle .product .label {
	font-weight: bold;
	padding: 0px;
}

#content .middle .product .label .icon {
	width: 16px;
}

#content .middle .product .image {
	line-height: 20px;
	text-align: center;
	vertical-align: top;
}

#content .middle .product .image a {
	text-decoration: none;
}

#content .middle .product .thumbnail {
	border: 1px solid #4CC1FF;
}

#content .middle .product .buttons {
	padding: 2px;
	width: 110px;
}

#form .labels {
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

#form .fields {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

#form .label-textbox {
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

#form .field-textbox {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#form .send {
	padding: 5px;
}

#form .notes {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	color: #888888;
}
