/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:12px;
	margin:0 auto;
	line-height: 20px;
	background-color:#151515;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_body.jpg);
}

a { color:#C5232E; font-weight:bold; text-decoration:none; }

a img {border: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 {
	color: #c5232e;
	font-size: 2.5em;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Helvetica;
}

.flag_small {
	color: #c5232e;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Helvetica;
}

.img_logo {
	position:absolute;
	float: left;
	margin: 0 0 0 -11px;
}

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

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

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:66px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:8px;
	right:20px;
	width:446px;
	height:60px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	margin: 0 0 0 9px;
}

#bg_main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	margin: 0 0 0 16px;
	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:482px;
	height:auto;
	padding: 10px 10px 10px 20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_-wrench.jpg);
}

#content_btm {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:492px;
	height:auto;
	padding: 10px 10px;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:529px;
	height:auto;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:371px;
	height:auto;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:351px;
	height:auto;
	margin: 0 10px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:910px;
	height:25px;
	clear:both;
	padding: 10px 20px;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:68px;
	cursor:default;
	background-position:-77px 0;
}

a:hover#nav_02{
	background-position:-77px -60px;
}

.active_02 {
	background-position:-77px -60px !important;
}

a#nav_03 {
	width:67px;
	cursor:default;
	background-position:-145px 0;
}

a:hover#nav_03{
	background-position:-145px -60px;
}

.active_03 {
	background-position:-145px -60px !important;
}

a#nav_04 {
	width:78px;
	cursor:default;
	background-position:-212px 0;
}

a:hover#nav_04{
	background-position:-212px -60px;
}

.active_04 {
	background-position:-212px -60px !important;
}

a#nav_05 {
	width:58px;
	cursor:default;
	background-position:-290px 0;
}

a:hover#nav_05{
	background-position:-290px -60px;
}

.active_05 {
	background-position:-290px -60px !important;
}

a#nav_06 {
	width:98px;
	cursor:default;
	background-position:-348px 0;
}

a:hover#nav_06{
	background-position:-348px -60px;
}

.active_06 {
	background-position:-348px -60px !important;
}
