html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	background-color: #d6d6d6;
	background-image: url(images/bg01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4F4F4F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h1, h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}

h1.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 1px;
}

h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	text-align: left;
}

h2.style1 {
	font-size: 20px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #888888;
	list-style-type: disc;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: normal;
}

ul.normal {
	margin-top:-30px;
	margin-left:30px;
	text-transform:lowercase;
	list-style-type:circle;
	color: #888888;
	}

strong {
	color: #000;
	font-style: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:hover {
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .container p a {
	color: #DAE6EB;
	font-size: 9px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 180px;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 180px;
	background: url(images/bg02.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
}

#menu ul {
	margin: 0px;
	list-style: none;
	line-height: normal;
	padding-top: 109px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
}

#menu li {
	float: left;
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: normal;
}

#menu a {
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	padding-right: 4px;
	padding-left: 4px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	background-color: #8d9092;
	height: 30px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}

#menu li.active, #menu li.active a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
}

/** PAGE */

#page {
	overflow: hidden;
	background-image: url(images/bg03.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#page-bg-bottom {
	overflow: hidden;
	background: url(images/bg06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	height: 680px;
	min-height: 680px;
	padding: 50px 100px 0px 50px;
	background-image: url(images/bg05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

html>body #content {
	height: auto;
}

.two-columns {
	overflow: hidden;
	width: 100%;
}

.two-columns .column1 {
	float: left;
	width: 225px;
	font-weight: normal;
}

.two-columns .column2 {
	float: right;
	width: 225px;
}


/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	height: 610px;
	min-height: 610px;
	padding: 120px 50px 0px 50px;
	background: url(images/bg04.jpg) no-repeat left top;
}

html>body #sidebar {
	height: auto;
}

/** FOOTER */

#footer {
	background: #48869D url(images/bg08.jpg) repeat-x left top;
}

#footer .container {
	width: 600px;
	height: 200px;
	padding: 0px 50px 0px 350px;
	background: url(images/bg07.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer p {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #DAE6EB;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#footer .legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
}

#footer .links {
	font-size: 9px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.column1 p {
	text-align: left;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.column_p_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4C6AAD;
	text-align: left;
	vertical-align: top;
}
.column_p_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
.column2 em {
	text-align: left;
	vertical-align: top;
	color: #888888;
}
.column2 strong {
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.column2-justified-left {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
}
.subscripts {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.subscripts2 {
	font-size: 10px;
	vertical-align: super;
	font-family: Arial, Helvetica, sans-serif;
}
.subscripts3 {
	font-size: 10px;
	vertical-align:sub;
	font-family: Arial, Helvetica, sans-serif;
}
table tr td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.column2link {
	color: #5D5D5D;
}
.centered_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.centered_titles_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.center_titles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.center_titles3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.column1 a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.column1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#content_p_bold {
	font-weight: bold;
	color: #000;
}
.centered_titles_bold_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
.sitewizard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}
#header #menu ul li .shop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	color: #CCC;
	text-align: right;
	font-weight: normal;
}
.centered_blue_titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4C6AAD;
}

