@charset "utf-8";
/* CSS Document */
html,body {
	margin:0px;
	padding:0px;
	font-family:Arial;
}

img {
	padding:0px;
	border:0px none;
	margin:0px;
}

td { vertical-align:top; }

html {
	background:#21160f url('../img/bg.jpg') no-repeat;
}

table {
	border-collapse:collapse;
}

a:link, a:visited, a:active {
	color:#7da4d4;
}

 a:hover {
	color:#8E85D9;
}

#body {
	margin:auto;
	width:959px;	
	border-collapse:collapse;
}

#header td {
	background:url('../img/bg-head.png');
	height:101px;
	padding:9px 34px;
	vertical-align:bottom;
}

#contact-info {
	color:#392A21;
	font-size:12px;
}

#banner td {
	height:236px;
	background:#fff;
	padding:0px;
}

#menu {
	font-size:18px;
	color:#392A21;
	width:280px;
	height:453px;
	background:#fff;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu li {
	background:url('../img/menu-bar.png') 50% 100% no-repeat;
	list-style:none;
	padding:12px 0px 12px 35px;
	margin:0px;
}

#menu .info {
	margin:10px 10px 10px 20px;
	overflow:hidden;
}

#menu .info_top, #menu .info_bottom {
	background:url('../img/info_top.gif') no-repeat;
	height:11px;
	line-height:11px;
	margin:0px;
	padding:0px;
	width:214px;
}

#menu .info_bottom {
	background:url('../img/info_bottom.gif') no-repeat;
}

#menu .info_content {
	background:#7da4d4;
	font-size:15px;
	color:#fff;
	padding:0px 15px;
	text-align:right;
	margin:0px;
	width:184px;
}

#menu .info_content p {
	margin:0px;
}

#menu .info a:hover {
	color:#fff;
	text-decoration: underline;
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#392A21;
	text-decoration: none;
}

#menu a:hover {
	color:#7DA4D4;
	text-decoration: underline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#ffffff;
	text-decoration: none;
}

#footer a:hover {
	color:#645146;
	text-decoration: underline;
}

#footer td {
	background:#7DA4D4;
	height:44px;
	padding:0px 80px;
	font-size:12px;
	color:#fff;
	vertical-align:middle;
}

#thumbs { vertical-align:bottom;padding:0px;margin:0px; }
#thumbs img { margin:0px 0px 2px 2px;}

#content {	
background:#635145;padding:10px; color: #333333; font-size:14px; width:700px; }

h1 
{ 
	background:url('../img/header.png') no-repeat; 
	font-size:24px; 
	color:#fff; 
	margin:0px; 
	padding:14px 41px 0px 41px;
	height:57px;
}

#copyright { float:left }
#navigation { float:right }

.box {
	width:652px;
}

.box .top td { background:url('../img/box_head.png') no-repeat; line-height:14px;height:14px;padding:0px;}
.box .text td { background: #fff;margin:0px; padding:5px 15px 5px 32px; text-align:justify;}
.box .bottom td { background:url('../img/box_bottom.png') no-repeat; line-height:14px;height:14px;padding:0px;}

.movie { margin-top: 10px; }
.box .text .movie td { padding:5px 0px; }

/*#makeMeScrollable img {width:153px; height:105px; margin:0px 3px; padding:0px; border:0;}*/

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin:0px 3px;
}

#makeMeScrollable 
{ 
	overflow:hidden; 
 	background-color: #7DA4D4; 
	margin:10px 0px; padding:7px 5px;
	height:105px; 
 	width:642px;
	position:relative;
 }
 
 .error input { background:#7DA4D4; }

 input { width:150px; }
 textarea { width:150px; height:70px; }
