/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:.9em;
	margin: 0 auto;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

a { color:#00F; }

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; }

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

.flag {
	font-size: 2em;
}

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

#header {
	position:relative;
	top:0;
	left:0;
	width:1028px;
	height:95px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:720px;
	height:66px;
	float: right;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:1028px;
	height:auto;
}

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:400px;
	height:700px;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	width:475px;
	height:510px;
	float: left;
	padding: 190px 65px 0 60px;
}

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

#email_signup {
	position:relative;
	bottom:0;
	left:0;
	color:#FFF;
	width:250px;
	height:75px;
	margin: 480px 120px 0 0;
	padding: 50px 0 0 0;
	float: right;
}

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:1028px;
	height:25px;
	clear:both;
margin: 120px 0 0 30px;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:137px;
	cursor:default;
	background-position:-128px 0;
}

a:hover#nav_02{
	background-position:-128px -66px;
}

.active_02 {
	background-position:-128px -66px !important;
}

a#nav_03 {
	width:227px;
	cursor:default;
	background-position:-265px 0;
}

a:hover#nav_03{
	background-position:-265px -66px;
}

.active_03 {
	background-position:-265px -66px !important;
}

a#nav_04 {
	width:228px;
	cursor:default;
	background-position:-492px 0;
}

a:hover#nav_04{
	background-position:-492px -66px;
}

.active_04 {
	background-position:-492px -66px !important;
}

