/* redefined html tags */
body {
	padding:0px;
	margin:0px;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#fff;
	color: #3c4309;
}

p {
	margin:0px;
	padding:0px;
}

form {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

.clear{
	clear:both;
	font-size:2px;
}

/* standard layout id's */
#container {
	position:relative;
	width:790px;
	margin-left:auto;
	margin-right:auto;
	background: url(/images/bg/container.jpg) top right no-repeat;
}

#wrapper {
	background: url(/images/bg/sub.gif) top left no-repeat;
	}

#header {
	position:relative;
	height:116px;
	background: url(/images/bg/header.gif) bottom left no-repeat;
	z-index:9;
}
#header a:hover {
	background: none;
	}

#sub_content {
	position:relative;
	float:left;
	width:225px;
	margin-bottom:10px;
	
}

#main_content {
	position:relative;
	float:right;
	right: 70px;
	width:460px;
	margin-bottom:10px;
	padding: 20px;
	background-color:#fff;
}


#footer {
	position:relative;
	clear:both;
	height:25px;
	padding-left:245px;
	line-height:25px;
	background-color:#fff;
	font-size: 10px;
	font-weight:normal;
	color: #3d4500;
}

#logo {
	position:absolute;
	left:5px;
	top:5px;
	z-index:2;
}

#banner {
	position: absolute;
	bottom:0;
	right:70px;
	z-index: 1;
}

/* main menu code */
#main_menu {
	z-index:9;
	width:76px;
	float:left;
}

#main_menu ul {
	margin:0px; 
	padding:0px; 
	border-bottom:0px;
	width:76px; 
}

#main_menu li {
	position:relative; 
	list-style:none; 
	margin:0px;  
	line-height:14px;
	width:76px;
	margin-bottom: 1px;
}

#main_menu li a {
	display: block; 
	text-decoration: none;
	color:#FFFFFF;
	background-position: top left;
}

#main_menu li a:hover {
	background-position: bottom left;
}

body#home #main_menu li a#home,
body#partners #main_menu li a#partners,
body#contact #main_menu li a#contact,
body#login #main_menu li a#login,
body#services #main_menu li a#services,
body#about_us #main_menu li a#about_us,
body#products #main_menu li a#products {
	background-position: bottom left;
	}


/* product menu code */
#product_menu {
	position:relative;
	z-index:9;
	width:110px;
	float:left;
	left: 10px;
}

#product_menu ul {
	margin:0px; 
	padding:0px; 
	border-bottom:0px; 
	width:94px;

}

#product_menu li {
	position:relative; 
	list-style:none; 
	margin:0px;  
	line-height:14px;
	width:94px;
	margin-bottom: 1px;

}

#product_menu li a {
	display: block; 
	text-decoration: none;
	color:#FFFFFF;
	background-position: top left;
}

#product_menu li a:hover {
	background-position: bottom left;
	}

body#about_us #product_menu li a#about_us,
body#products #product_menu li a#products,
body#services #product_menu li a#services {
	background-position: bottom left;
	}

#breadcrumb{
	font-weight:bold;
	padding-bottom:5px;
}