/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:14px;
	margin:0 auto;
	background-color:#000;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

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

a:hover {
	text-decoration: underline;
}

a img { border: none; }

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

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

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

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.flag {
	margin: 0 0 10px 0;
}


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


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

#header {
	position:relative;
	top:0;
	left:0;
	width:950x;
	height:320px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:246px;
	left:270px;
	width:680px;
	height:50px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:910px;
	height:auto;
	padding: 0 20px 20px 20px;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:647px;
	height:auto;
	background-repeat: repeat-y;
	background-image:url(images/middle_img.jpg);
}

#content_main-bg {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:597px;
	height:auto;
	padding: 40px 20px 50px 30px;
	background-repeat: no-repeat;
	background-image: url(images/curve-top_home.jpg);
}

#content_bands-bg {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:620px;
	height:auto;
	padding: 29px 20px 40px 11px;
	background-repeat: no-repeat;
	background-image: url(images/curve-top_home.jpg);
}

.bands-text {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:206px;
	height:auto;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
	


#content_index-bg {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:597px;
	height:auto;
	padding: 40px 20px 50px 30px;
background-repeat: no-repeat;
	background-image: url(images/curve-top_home.jpg);
}

.band {
	position:relative;
	top:0;
	left:0;
	width:206px;
	height:auto;
	float:left;
}
/* ---- end main content settings ---------------- */

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:255px;
	height:auto;
	padding:0px 0 0 0;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:133px;
	clear:both;
	padding: 10px 50px 0 50px;
	background-repeat: no-repeat;
	background-image:url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

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

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

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

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



a#nav_02 {
	width:228px;
	cursor:pointer;
	background-position:-89px 0;
}

a:hover#nav_02{
	background-position:-89px -50px;
}



a#nav_03 {
	width:122px;
	cursor:pointer;
	background-position:-317px 0;
}

a:hover#nav_03{
	background-position:-317px -50px;
}


a#nav_04 {
	width:124px;
	cursor:pointer;
	background-position:-439px 0;
}

a:hover#nav_04{
	background-position:-439px -50px;
}



a#nav_05 {
	width:117px;
	cursor:pointer;
	background-position:-563px 0;
}

a:hover#nav_05{
	background-position:-563px -50px;
}

