/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#7c6e55;
	font-size:.9em;
	margin:0 auto;
	background-repeat: repeat;
	font-family: "Trebuchet MS", "Century Gothic", Arial;
	background-image:url(images/bg_body.jpg);
}

a { color:#C1272D;
	text-decoration:none;
 }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.flag {
	font-size: 1.5em;
	font-family: "Palatino Linotype", "Times New Roman", "Time Roman";
}

.flag_red {
	color: #C1272D;
}

.side_content  {
	position:relative;
	width:360px;
	height:auto;
	margin: 50px 0;
}

.divider {
	float: left;
	margin: 5px 0 0 0;
}

.image-bullet {
	list-style-image:url(images/bullet.gif);
}

.letter {
	color: #2C458E;
	font-size: 1.2em;
}

.event-box {
	position:relative;
	width:440px;
	height:auto;
	background-color:#F4F1E0;
	border:2px solid #ECE4C8;
	margin:10px 0 0 0;
	padding:10px;
}



/* ---- layout settings ----------------------- */

#background-repeat {
	position:relative;
	width:100%;
	height:auto;
	background-repeat: repeat-x;
	background-image: url(images/bg_body-repeat.gif);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:943px;
	height:auto;
}

#header {
	position:relative;
	top:15px;
	left:0;
	width:943px;
	height:177px;
	margin: 0 0 13px 0;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:3px;
	left:40px;
	width:855px;
	height:26px;
	margin: 0 0 10px 0;
}

#nav_sub {
	position:absolute;
	top:44px;
	left:21px;
	width:auto;
	height:auto;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:903px;
	height:auto;
	padding: 0 20px 0 20px;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.gif);
}

#main-repeat {
	position:relative;
	top:0;
	left:0;
	width:943px;
	height:196px;
	padding: 15px 0 10px 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-top.gif);
}

/* ---- start main content settings -------------- */

#ads {
	position:relative;
	top:0;
	left:0;
	width:885px;
	height:151px;
	margin: 0 0 0 90px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:452px;
	height:auto;
	padding: 0 10px 0 20px;
}

#content_main-large {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:800px;
	height:auto;
	padding: 0 10px 0 20px;
}
/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:374px;
	height:auto;
	padding: 0 0 0 20px;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(images/border.gif);
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:943px;
	height:34px;
	clear:both;
	background-repeat: no-repeat;
	background-image: url(images/img_footer.gif);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:26px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:153px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -26px;
}

.active_01 {
	background-position: 0 -26px !important;
}

a#nav_02 {
	width:265px;
	background-position:-153px 0;
}

a:hover#nav_02{
	background-position:-153px -26px;
}

.active_02 {
	background-position:-153px -26px !important;
}

a#nav_03 {
	width:170px;
	background-position:-418px 0;
}

a:hover#nav_03{
	background-position:-418px -26px;
}

.active_03 {
	background-position:-418px -26px !important;
}

a#nav_04 {
	width:260px;
	background-position:-588px 0;
}

a:hover#nav_04{
	background-position:-588px -26px;
}

.active_04 {
	background-position:-588px -26px !important;

}


/*------------------nav drop----------------------------------------*/


#nav_sub a {
	color:#fff;
	padding:10px 5px;
	display: block;
	font-size:10px;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #7C6E55;
	border-bottom: 1px solid #5F5441;
}

#nav_sub a:hover {
	color: #000;
	background-color: #EAE5C8;
}

#L1, #L2, #L3 ,#L4 {
	position:absolute;
	visibility:hidden;
	height:auto;
	border-bottom: 1px solid #5F5441;
}

#L1 { width:173px; left:0; }
#L2 { width:268px; left:172px; }
#L3 { width:172px; left:440px; }
#L4 { width:287px; left:610px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

