body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
	color: #383838;
	margin: 0px auto 0px auto;
	text-align: center;
	letter-spacing: 1px;
}

h1 {
	font-size: 16pt;
	font-weight: 100;
	margin: 0 0 7px 0;
	color: #19b4e6;
}

h2 {
	font-size: 14pt;
	font-weight: 100;
	margin: 20px 0 7px 0;
	color: #19b4e6;
}

img {
	border: 0px;
}

img.logo {
	float: left;
	margin: 10px;
}

img.border {
	border: 1px solid #b2b2b2;
	background: #FFF8F0;
}

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

img.left-border {
	float: left;
	border: 1px solid #ECECEC;
	padding: 3px;
	margin: 0 15px 0 0;
}

img.right-border {
	float: right;
	border: 1px solid #ECECEC;
	padding: 3px;
	margin: 0 0 0 15px;
}

a {
	color: #17a0e7;
	text-decoration: none;
}

a:visited {
	color: #17a0e7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* Structure Divs */
div.content {
	width: 900px;
	margin: 10px auto 0 auto;
	text-align: left;
	clear: both;
}

div.header {
	width: 900px;
	height: 70px;
	margin: 0 auto 0 auto;
	clear: both;
}

div.menu {
	width: 900px;
	height: 32px;
	background: url('images/menu-bg.jpg') repeat-x;
	text-align: left;
	color: #FFFFFF;
	margin: 0 auto 0 auto;
	clear: both;
}

div.footer {
	width: 900px;
	margin: 40px auto 0 auto;
	padding: 5px 0 0 0;
	border-top: 1px solid #CCCCCC;
	font-size: 8pt;
	text-align: left;
	clear: both;
}

/* Menu Links */
div.menu a {
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	height: 25px;
	padding: 7px 25px 0 25px;
}

div.menu a:hover {
	background: url('images/menu-hover.jpg') repeat-x;
}

div.menu a#selected {
	background: url('images/menu-hover.jpg') repeat-x;
}


div.menu a.home {
	width: 85px;
	padding: 7px 0 0 0;
	background: url('images/menu-home-bg.jpg') no-repeat;
	text-align: center;
}

div.menu a.home#selected {
	background: url('images/menu-home-hover.jpg') no-repeat;
}

div.menu a.home:hover {
	background: url('images/menu-home-hover.jpg') no-repeat;
}


/* Footer Styles */

div.footer div.copyright {
	float: left;
	width: 280px;
}

div.footer div.about {
	float: left;
	width: 620px;
	text-align: right;
}

div.footer div.about a {
	margin-left: 10px;
}


/* Content Styles */

div.left-content {
	float: left;
	width: 655px;
	margin: 0 20px 0 0;
}

div.right-menu {
	float: left;
	width: 225px;
	clear: right;
}

div.right-menu div.title {
	background: url('images/sub-menu-title-bg.jpg') no-repeat;
	width: 210px;
	height: 21px;
	padding: 3px 0 0 15px;

	color: #FFFFFF;
	font-size: 10pt;
	clear: both;
}

div.menu-content {
	width: 213px;
	margin: 0 0 0 12px;
	line-height: 14pt;
	clear: both;
}

a.sub {
	margin: 0 0 0 15px;
}

div.shop {
	width: 100%;
	margin: 10px 0 15px 0;
	height: 75px;
	clear: both;
	font-size: 0.8em;
	color: #333333;
}

img.shop-logo {
	border: 1px solid #D8D8D8;
	float: left;
	margin: 0 20px 15px 0;
	width: 210px;
	height: 60px;
}
