/** Common Styles */

body {
    margin: 10px 0 0 0;
    padding: 0;
    background: #EDEEEE;
    line-height: 1.6em;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #505050;

}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #009187;
}

ul {
    margin-left: 0px;
	margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

ol {
	margin-bottom: 0px;
}

a {
    color: #009187;
}

a:hover {
    text-decoration: none;
}

.dim {
    color: #888888;
}

/** HEADER */

#header {
    width: 840px;
    height: 175px;
    margin: 0px auto;
    background: url(images/header.jpg) no-repeat left top;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#header h1 {
    float: left;
    margin: 0px;
    padding: 150px 0px 0px 50px;
    text-transform: uppercase;
    font-size: 38px;
    color: #FFFFFF;
}

#header h2 {
    float: right;
    margin: 0px;
    padding: 156px 40px 0px 0px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/** MENU */

#menu {
    width: 840px;
    height: 50px;
    margin: 0px auto;
    background: url(images/belowheader.jpg) no-repeat left top;
}

#menu ul {
    margin: 0px 0px 0px 50px;
    padding: 0px;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    background: #008E9B;
    margin-top: 10px;
    margin-right: 3px;
    padding: 5px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
}

#menu a:hover {
    background: #A5F7FF;
    color: #000000;
}

#menu a.cur {
    background: #30BECB;
}

/** CONTENT */

#content-wrap {
    width: 840px;
    margin: 0 auto;
    background: url(images/body.jpg) repeat-y left top;
}

#content {
    width: 740px;
    margin: 0px auto;
    padding-top: 20px;
}

#content h2 {
    border-bottom: 1px #85F5E4 dashed;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#content img {
    border: 1px solid #85F5E4;
}

#columnA {
    float: right;
    width: 500px;
}

#columnA h2 {
    border-bottom: 1px #85F5E4 dashed;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#columnB {
    float: left;
    width: 200px;
}

#columnB h2 {
    border-bottom: 1px #85F5E4 dashed;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#columnB strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #575757;
}

/** TABLE STYLES */

table.products {
	font-size: 90%;
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
}
table.products img {
	border: 1px;
}
table.products th {
	font-size: 120%;
	font-weight: bold;
	padding: 5px 10px;
	color: #047;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
table.products thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
}
table.products tbody td, table.products tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
table.products tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
table.products tbody tr.odd {
	border: 1px solid #87CEFA;
}
table.products tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
}
table.products tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
table.products a:link {
	color: #DC143C;
}
table.products th a:link {
	color: #047;
	text-decoration: none;
}
table.products a:visited{
	color: #036;
	text-decoration: line-through;
}
table.products a:hover{
	color: #000;
	text-decoration:none;
}
table.products a:active{
	color: #000;
}
table.products th.center {
	text-align: center;
}

/** FOOTER */

#footer {
    width: 840px;
    height: 70px;
    margin: 0px auto;
    background: url(images/footer.jpg) no-repeat left top;
    font-size: 11px;
    color: #000000;
}

#footer p {
    margin: 0;
    padding: 5px 10px;
}

#footer .copyright {
    float: left;
    margin: 50px 0px 0px 30px;
    padding-left: 20px;
    text-align: center;
}

#footer .links {
    float: right;
    margin: 50px 30px 0px 0px;
    padding-right: 20px;
    text-align: center;
}

#footer .css {
    padding-left: 20px;
}

#footer .xhtml {
    padding-left: 20px;
}

#footer a {
}
