/* HTML Tags */
body {
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #185238;
	text-align: center;
	margin: 0px auto;
}
form {
	margin: 0px;
}
input {
	border: 1px solid #c0ced4;
	color: #003447;
}
input[type="submit"] {
	border: none;
	background-color: transparent;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
	border: none;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin: 10px 0px 0px 8px;
	color: #003447;
}
h4 {
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 15px 30px;
	color: #003447;
}
p {
	text-indent: 10px;
	padding: 0px 10px;
}
label {
	font-weight: bold;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #003447;
}

/* CLASSES */
.sizes {
	border: 1px solid #bdc7d6;
	background-color: #dee8f8;
	font-size: 10px;
	text-align: left;
	padding: 3px 5px 8px 8px;
	margin: 8px 0px;
}
.sizes h3 {
	margin: 0px 0px 3px 0px;
	color: #0a2857;
}
.errorMsgBox, .cautionMsgBox, .successMsgBox, .generalMsgBox {
	font-weight: bold;
	text-align: left;
	padding: 8px 10px;
	margin: 5px 3px;
}
.errorMsgBox ul, .cautionMsgBox ul, .successMsgBox ul, .generalMsgBox ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
.errorMsgBox li, .cautionMsgBox li, .successMsgBox li, .generalMsgBox li {
	list-style-type: none;
	list-style-image: none;
	font-size: 1.05em;
}
.errorMsgBox {
	border: 1px solid #FF0000;
	color: #DD0000;
}
.successMsgBox { 
	border: 1px solid #133E57;
	color: #133E57;
}
.generalMsgBox { 
	border: 1px solid #7393BA;
	color: #7393BA;
}
.cautionMsgBox { 
	border: 1px solid #d5ccb2;
	color: #604828;
}
.cautionMsgBox input {
	color: #604828;
}
.table {
	border: 1px solid #dde6ea;
}
.table th {
	border-bottom: 1px solid #dde6ea;
	background-color: #dde6ea;
	font-size: 14px;
	padding: 5px 10px;
	color: #003447;
}
.table td {
	padding: 3px 5px;
}
.redTxt {
	color: #FF0000;
}
.smTxt {
	font-size: 10px;
}

/* IDs */
#container {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 25px auto 5px auto;
	min-height: 500px;
	width: 826px;
	color: #003447;
}
#header {
	position: relative;
	height: 80px;
	z-index: 3;
}
#header #logo {
	position: absolute;
	top: -13px;
	left: -29px;
}
#header #features {
	position: absolute;
	top: 60px;
	right: 10px;
	font-size: 11px;
	color: #657386;
}
#header #features img {
	margin: 0px 8px;
}
#header #contact_info {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 10px;
	text-align: right;
	color: #8e9db3;
}
#header #contact_info strong {
	font-size: 12px;
}
#page_messages {
	margin: 0px 10px;
}
#content {
	position: relative;
	margin: 8px 0px 0px 0px;
	z-index: 2;
}
#content #watermark {
	position: absolute;
	bottom: 0px;
	background-image: url(../images/bg_watermark.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 76px;
	width: 136px;
}
#content #content_body {
	position: relative;
	padding: 0px 10px 100px 10px;
}
#content #products {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	color: #8f340e;
}
#content #products li {
	position: relative;
	border-top: 1px solid #000000;
	list-style-type: none;
	padding: 1px 40px 1px 0px;
	height: 19px;
}
#content #products li .gradient {
	position: absolute;
	top: -1px;
	left: -1px;
}
#content #products li .arrow {
	position: absolute;
	top: 1px;
	right: 5px;
}
#content #products li a,
#content #products li a:hover,
#content #products li a:visited {
	display: block;
	text-decoration: none;
	color: #8f340e;
}
#content #imgBox {
	position: relative;
}
#content #imgBox .rtCorner {
	position: absolute;
	top: 0px;
	right: 0px;
}
#twitterLink:active,
#twitterLink:link,
#twitterLink:visited {
	opacity: 0.75;
}
#twitterLink:hover {
	opacity: 1.0;
}
#main_img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/btm_rt_corner.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
}
#footer {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 3px auto 10px auto;
	width: 826px;
	color: #dff1e9;
	z-index: 1;
}
#footer ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px;
}
#footer ul li a, #footer ul li a:hover, #footer ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #dff1e9;
}
#copyright {
	display: inline;
	margin: 0px 40px 0px 0px;
	float: right;
}
