/* CSS Document */

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

a { color:#cb0a74; 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 ----------------------- */

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

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

.flag {
	color: #7bc3dc;
	font-size: 2.5em;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial;
}

.flag2 {
	color: #7bc3dc;
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial;
}

.flag_small {
	color: #de6598;
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial;
}

.intro {
	font-size: 1.5em;
	font-family: "Century Gothic", Arial;
}

.line {
	height: 4px;
	width: 520px;
	margin: 20px 0 10px 0;
	border-bottom: 3px solid #e0e0e0;
}

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


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

#header {
	position:relative;
	top:0;
	left:0;
	width:914px;
	height:49px;
	padding: 119px 0 0 35px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

#links {
	position:absolute;
	top:0;
	right:0;
	width:205px;
	height:20px;
	float: right;
	font-size: 1.4em;
	margin: 45px 40px 0 0;
	font-family: "Century Gothic", Arial;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:859px;
	height:50px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:900px;
	height:auto;
	margin: 0 0 0 17px;
	padding: 0 0 0 10px;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

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

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

/* ---- end main content settings ---------------- */

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:250px;
	height:auto;
	margin:30px 25px 0 0;
}

#side_bar2 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:324px;
	height:auto;
	margin:30px 25px 0 0;
}

#side_bar3 {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:324px;
	height:auto;
	margin:30px 25px 0 0;
}

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

#footer {
	position:relative;
	top:0;
	left:17px;
	width:900px;
	height:15px;
	clear:both;
	padding: 10px 40px 0 10px;
	margin: 0 auto;
}

#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/nav2.jpg);
}

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

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

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

a#nav_02 {
	width:85px;
	cursor:default;
	background-position:-75px 0;
}

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

.active_02 {
	background-position:-75px -50px !important;
}

a#nav_03 {
	width:126px;
	cursor:default;
	background-position:-160px 0;
}

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

.active_03 {
	background-position:-160px -50px !important;
}

a#nav_04 {
	width:145px;
	cursor:default;
	background-position:-286px 0;
}

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

.active_04 {
	background-position:-286px -50px !important;
}

a#nav_05 {
	width:108px;
	cursor:default;
	background-position:-431px 0;
}

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

.active_05 {
	background-position:-431px -50px !important;
}

a#nav_06 {
	width:112px;
	cursor:default;
	background-position:-539px 0;
}

a:hover#nav_06{
	background-position:-539px -50px;
}

.active_06 {
	background-position:-539px -50px !important;
}

a#nav_07 {
	width:136px;
	cursor:default;
	background-position:-651px 0;
}

a:hover#nav_07{
	background-position:-651px -50px;
}

.active_07 {
	background-position:-651px -50px !important;
}

a#nav_08 {
	width:72px;
	cursor:default;
	background-position:-787px 0;
}

a:hover#nav_08{
	background-position:-787px -50px;
}

.active_08 {
	background-position:-787px -50px !important;
}
