@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(../images/bkg-header.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
p {
	text-align: justify;
}
#page-layout {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 175px;
}
#header #logo {
	float: left;
	height: 170px;
	width: 330px;
}
#header #logo img {
	padding: 10px 0px 0px 20px;
}

#navigation  {
	float: right;
	width: 450px;
}
#navigation  ul  {
	padding: 0;
	margin: 0;
}
#navigation li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
#navigation a {
	padding: 45px 10px 5px 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	height: 50px;
	display: block;
	float: left;
	font-weight: normal;
}
#navigation   a:hover   {
	background-image: url(../images/navigation-bkg.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}
#navigation #currentpage a {
	background-image: url(../images/navigation-bkg.gif);
	background-repeat: repeat-x;
	font-weight: normal;
}
#content-area {
	min-height: 390px;
	clear: both;
	_height: 390px;
}
#content-area #leftside-a {
	float: left;
	width: 250px;
	border-right-width: 1px;
	padding: 0px 15px 0px 15px;
	height: 390px;
}
#content-area #rightside-a {
	float: right;
	width: 580px;
	padding: 0px 15px 0px 15px;
	border-left: solid #cccccc 1px;
	min-height: 390px;
	_height: 390px;
	margin: 0;
}
#content-area #rightside-a #book {
	float: left;
	width: 220px;
}
#content-area    #rightside-a    .picture-area  {
	clear: both;
	padding-bottom: 15px;
	text-align: center;
}
#content-area    #rightside-a    .picture-area    img  {
	border: 1px solid #FF6600;
	padding: 2px;
}
#content-area #rightside-b {
	float: right;
	width: 600px;
	padding: 0px 15px 0px 15px;
	border-left: solid #cccccc 1px;
	min-height: 390px;
	_height: 390px;
}
#content-area #leftside-b {
	float: left;
	width: 230px;
	border-right-width: 1px;
	padding: 0px 15px 0px 15px;
	height: 390px;
}
#content-area #leftside-a #address-name {
	clear: both;
	text-align: left;
	padding-left: 85px;
}

#content-area #main-homepage {
	float: right;
	width: 870px;
	padding: 0px 15px 0px 15px;
	min-height: 390px;
	_height: 390px;
}
#contact-form   label, input, select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#contact-form label {
	padding-right: 10px;
	width: 100px;
	text-align: right;
	font-weight: bold;
}
#contact-form br {
	clear: left;
}
#contact-form #zip-width {
	width: 85px;
}
#content-area  #rightside-a  #mediaPlayer  {
	float: right;
	border: 1px solid #FF6600;
	padding: 2px;
	margin-left: 10px;
}
#buttom-submitemail {
	margin-left: 110px;
	margin-top: 10px;
}
fieldset {
	border: 1px solid #CACACA;
	padding: 10px 10px 10px 15px;
}
#contact-form #buttom-clear {
	margin-left: 5px;
	margin-top: 10px;
}
#footer {
	background-image: url(../images/footer-bkg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 72px;
	color: #FFFFFF;
	font-size: .95em;
}
#footer #left-side-footer {
	float: left;
	width: 300px;
	padding: 30px 0px 0px 10px;
}
#footer #right-side-footer {
	float: right;
	width: 450px;
	padding: 30px 10px 0px 0px;
	text-align: right;
}
.spacer-A {
	clear: both;
	height: 10px;
}
.thumnail-right {
	float: right;
	padding: 2px;
	border: 1px solid #FF6600;
}
#buttom-back {
	margin-top: 10px;
}
.font-h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.font-h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}
.font-h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #FF6600;
}
.font-h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #FF6600;
}

