
html, body {
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 21px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #5E5C4A;
}

a
{
	color: #284533;
	text-decoration: none;
	font-style: oblique;
}

a:hover
{
	text-decoration: underline;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr
{
	border:none;
	border-top:dotted 1px #666666;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 778px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-bg-repeat {
	background: url(images/bg02.jpg) repeat-x left top;
}

#header-bg-center {
	background: url(images/bg03.jpg) no-repeat center top;
}

#header {
	height: 100px;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 58px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #ECECEB;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page-bg-repeat {
	background: url(images/bg04.jpg) repeat left top;
}

#page-bg-center {
	background: url(images/bg05.jpg) repeat-y center top;
}

#page-bg-top {
	background: url(images/bg06.jpg) no-repeat center top;
}

#page-bg-bottom {
	background: url(images/bg07.jpg) no-repeat center bottom;
}

#page {
	width: 760px;
	padding: 20px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 537px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 212px;
}

/** FOOTER */

#footer-bg-repeat {
	background: url(images/bg08.jpg) repeat-x left top;
}

#footer-bg-center {
	background: url(images/bg09.jpg) repeat-y center top;
}

#footer-bg-top {
	background: url(images/bg10.jpg) no-repeat center top;
}

#footer-bg-bottom {
	background: url(images/bg11.jpg) no-repeat center bottom;
}

#footer {
	width: 730px;
	padding: 40px 0px;
	color: #A3A9A4;
}

#footer .column1 {
	float: left;
	width: 420px;
}

#footer .column2 {
	float: right;
	width: 280px;
}

#footer strong {
	color: #C8CFC9;
}

#footer a {
	color: #CBD3CC;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 25px;
}

#footer li {
	float: left;
	width: 50%;
}

#footer .legal {
	color: #89908A;
}

/** COMMON BOX STYLES */

.title {
	height: 34px;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.title2
{
	font-size: 18px;
	font-weight: bold;
	color: #800000;
}
.content
{
	padding: 10px 15px 10px 15px;
}

.content2
{
	padding: 5px 15px 5px 15px;
}
.content3
{
	padding: 0px 15px 0px 15px;
}
.content_main
{
	padding: 0px 15px 0px 15px;
}

.content_main img 
{
	margin: 2px;
	max-width:510px;
	width: expression(this.scrollWidth > 509? "510px": "auto" );
	
	max-height:800px;
	height: expression(this.scrollHeight > 799? "800px": "auto" );

}
/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	background: url(images/homepage05.jpg) no-repeat left top;
}

.box-style1 .title span {
	color: #97A098;
}

.box-style1 .content {
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	background: url(images/homepage07.jpg) no-repeat left top;
}

.box-style2 .title span {
	color: #DEAAA7;
}

.box-style2 .content {
}

/** BOX STYLE 3 */

.box-style3 {
}

.box-style3 .title {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.box-style3 .title span {
	color: #95B7B3;
}

.box-style3 .content {
}

/** BOX STYLE 4 */

.box-style4 {
}

.box-style4 .title {
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

.box-style4 .title span {
	color: #97A098;
}

.box-style4 .content {
}

/** BOX 1 */

#box1 {
}

#box1 .bigimg {
	margin: 0px 0px 20px 40px;
}

/** BOX 2 */

#box2 {
	height: 220px;
	min-height: 220px;
}

html>body #box2 {
	height: auto;
}

/** BOX 3 */

#box3 {
}

#box3 .thumbnails {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box3 ul.thumbnails li {
	float: left;
	padding: 0px 6px 6px 0px;
}

#box3 ul.thumbnails li.alt {
	padding-right: 0px;
}

.post
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.alphabox
{
	padding: 5px 0px 0px 0px;
	margin: 2px;
	border: 1px dotted #800080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	width: 20px;
	height: 14px;
	float: left;
	text-align: center;
}

.alphabox:hover
{
	background-color: #C0C0C0;
}
.groupalphabox
{
	margin-left: 35px; 
	margin-top: -6px; 
	margin-bottom: 10px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(images/SavedStar.png);
}


