/* CSS Document */

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

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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;
--- */

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

#bg_repeat {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(images/bg_repeat.jpg);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-container.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:102px;
	padding: 78px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_header2-3.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:10px;
	left:25px;
	width:900px;
	height:76px;
	float: left;
}


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

#main {
	position:relative;
	top:0;
	left:0;
	width:885px;
	height:auto;
	margin: 0 0 0 25px;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-grad.jpg);
}

#container_home-bg {
	position:relative;
	top:0;
	left:0;
	width:873px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-home.jpg);
}


#container_home {
	position:relative;
	top:0;
	left:0;
	width:443px;
	height:auto;
	padding: 150px 0 40px 430px;
	background-repeat: no-repeat;
	background-image: url(images/curve-top_main-homenormal.jpg);
}

#container_sub-bg {
	position:relative;
	top:0;
	left:0;
	width:873px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_flag.jpg);
}


#container_sub {
	position:relative;
	top:0;
	left:0;
	width:493px;
	height:auto;
	padding: 150px 0 40px 370px;
	background-repeat: no-repeat;
}

#products_container {
	position:relative;
	top:0;
	left:0;
	width:833px;
	height:176px;
	padding: 88px 0 0 30px;
	background-repeat: no-repeat;
	background-image: url(images/bg_productsnormal.jpg);
}

#products_container img {
	float: left;
}

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

#content_main-home {
	position:relative;
	top:0;
	left:0;
	width:400px;
	height:auto;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	width:460px;
	height:auto;
}
/* ---- end main content settings ---------------- */

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

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

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

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

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:108px;
	cursor:default;
	background-position:-106px 0;
}

a:hover#nav_02{
	background-position:-106px -76px;
}

.active_02 {
	background-position:-106px -76px !important;
}

a#nav_03 {
	width:123px;
	cursor:default;
	background-position:-214px 0;
}

a:hover#nav_03{
	background-position:-214px -76px;
}

.active_03 {
	background-position:-214px -76px !important;
}




a#nav_04 {
	width:334px;
	cursor:default;
	background-position:-337px 0;
}

a:hover#nav_04{
	background-position:-337px -76px;
}

.active_04 {
	background-position:-337px -76px !important;
}

a#nav_05 {
	width:106px;
	cursor:default;
	background-position:-671px 0;
}

a:hover#nav_05{
	background-position:-671px -76px;
}

.active_05 {
	background-position:-671px -76px !important;
}


a#nav_06 {
	width:123px;
	cursor:default;
	background-position:-777px 0;
}

a:hover#nav_06{
	background-position:-777px -76px;
}

.active_06 {
	background-position:-777px -76px !important;
}
