/* ----------------------------------------------------------------------------------------------------
 * General page layout
 * ---------------------------------------------------------------------------------------------------- */
 
body {
	background-color: #909da5;
	background-image: url('images/body_bg.png');
	background-repeat: repeat-x;
}
 
#wrapper {
	position: relative;
	width: 802px;
	margin: 30px auto 10px auto;
}

#sidebar {
	position: relative;
	float: left;
	width: 200px;
	border-left: 2px solid #f7941e;
}

#sidebar-logo {
	position: relative;
	height: 70px;
	width: 200px;
	overflow: hidden;
}

#sidebar-bridge1 {
	position: relative;
	width: 200px;
	height: 100px;
	background-image: url('images/header-bridge1.png');
}

#mainarea {
	position: relative;
	float: right;
	width: 600px;

}

#header {
	position: relative;
	float: left;
	width: 600px;
}

#page {
	position: relative;
	float: left;
	width: 600px;
	background-color: #ffffff;
}

#page-content {
	width: 580px;
	padding: 15px 10px 15px 10px;
}

#footer {
	position: relative;
	float: left;
	width: 600px;
	padding: 10px 0 10px 0;
}

/* ----------------------------------------------------------------------------------------------------
 * Header menu styles
 * ---------------------------------------------------------------------------------------------------- */

#header-menu {
	position: relative;
	background-color: #000000;
	background-image: url('images/header-menu_bg.png');
	background-repeat: no-repeat;
	min-height: 100px;
	_height: 100px;
	width: 180px;
	padding-left: 10px;
}

#header-menu a {
	text-decoration: none;
	font-weight: normal;
}

#header-menu ul li a {
	display: block;
	height: 30px;
	color: #f7941e;
	font-size: 22px;
}

#header-menu ul .current a {
	color: #ffffff;
}

/* ----------------------------------------------------------------------------------------------------
 * Side menu styles
 * ---------------------------------------------------------------------------------------------------- */

#side-menu {
	position: relative;
	width: 170px;
	padding: 10px;
	background-color: #FFFFFF;
}

#side-menu a {
	text-decoration: none;
	font-weight: normal;
}

#side-menu ul li a {
	display: block;
	margin-bottom:3px;
	color: #f7941e;
	font-size: 10px;
	font-weight: bold;
}

#side-menu ul li ul {
	margin-bottom: 15px;
}

#side-menu ul li ul li a {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}

#level_4_menu_wrapper
{
	width:600px;
	height:20px;
	display:block;
	background-color:#000;
	padding-top:5px;
	padding-bottom:5px;
}

.product_menu_4
{
	width:600px;
}

.product_menu_4 li
{
	float:left;	
	padding-left:10px;
	padding-right:20px;
}

.product_menu_4 .normal a
{
	color:#F9741E;
	text-decoration:none;
}

.product_menu_4 .current a
{
	color:#FFF;
	text-decoration:none;
}

.product_menu_4 .normal a:visited {
	/*color: #8b8F9e !important;*/
}

/* ----------------------------------------------------------------------------------------------------
 * Footer menu styles
 * ---------------------------------------------------------------------------------------------------- */

#footer-menu {
	position: relative;
	float: left;
	width: 600px;
	margin-bottom: 5px;
}

#footer-menu .menu_right_border {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #ffffff;
}

#footer-menu ul li {
	position: relative;
	float: left;
}

#footer-menu ul li a {
	display: block;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
 * Header image layout
 * ---------------------------------------------------------------------------------------------------- */

#header-centre {
	position: relative;
	float: left;
	width: 400px;
	height: 270px;
	overflow: hidden;
}

#header-image {
	position: relative;
	width: 400px;
	height: 270px;
	overflow: hidden;
}

#header-aside {
	position: relative;
	float: right;
	background-color: #FFFFFF;
	width: 198px;
	min-height: 270px;
	_height: 270px;
	background-image: url('images/aside_bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
	border-right: 2px solid #f7941e;
}

/* ----------------------------------------------------------------------------------------------------
 * Right-side layout
 * ---------------------------------------------------------------------------------------------------- */

#header-bridge3 {
	width: 198px;
	height: 45px;
	overflow: hidden;
}

#aside-top {
	position: relative;
	margin: 0 5px 10px 0;
	width: 193px;
	height: 45px;
	border-bottom: 1px solid #000;
}

#aside-appss {
	position: relative;
	float: right;
	margin-right: 8px;
}

#aside-ads {
	position: relative;
	float: left;
	margin-left: 8px;
}

#aside-info {
	position: absolute;
	top: 235px;
	left: 15px;

}

#aside-info-flag { margin-right: 5px; }

#aside-langauges { margin: 0 10px 0 0; }

#aside-langauges a { font-size: 10px; color: #000; text-decoration: none; }
#aside-langauges li { float: right; clear: both; text-align: right; margin-bottom: 3px; }
/* ----------------------------------------------------------------------------------------------------
 * Page layout
 * ---------------------------------------------------------------------------------------------------- */
 
#template-inheader {
	z-index: 300;
	position: absolute;
	top: -160px;
	padding: 10px;
	width: 380px;
	height: 140px;
	overflow: hidden;
}

#template-inheader p {
	line-height: 120%;
	font-size: 12px;
}

#template-with-header {
	position: relative;

}

#page-content img { padding: 0 0 10px 10px; }

#page-content #product-listing-item img, #page-content #product-listing-table img {
	background-color: #eee;
	width: 75px; height: 75px;
	display: block; overflow: hidden; padding: 0; float: left; /* fixes margin&padding bug with nbsp after image */
}

#product-listing-item {
	border-bottom: 1px solid #f7941e;
	margin-bottom: 10px;
	min-height: 75px; _height: 75px; /* fixes margin&padding bug with nbsp after image */
}
#product-listing-table {
    width: 580px;
    margin: 15px 10px 15px 10px;
}

#product-listing-table td {
    border-bottom: 1px solid #f7941e;
    padding-top: 10px;
    min-height: 75px; _height: 75px; /* fixes margin&padding bug with nbsp after image */
}




/* ----------------------------------------------------------------------------------------------------
 * Search styles
 * ---------------------------------------------------------------------------------------------------- */

#side-menu-search {
	margin-top: 20px;
	margin-bottom: 10px;
}

#side-menu-search form {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 20px;
	
}

#side-menu-search #criteria {
	float: left;
	width: 130px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 2px;
}



#side-menu-search #submit {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0 0 0 2px;
}

.search-result {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;

}

 /* ----------------------------------------------------------------------------------------------------
 * Other
 * ---------------------------------------------------------------------------------------------------- */


 
.field, textarea { border: 1px solid #8B8F9E; color:#8B8F9E; }

form .cursor-focus { border: 1px solid #f7941e; color: #000; }

#login-form { float: left; padding: 10px 0 20px 0; }
#login-form label { display: block; width: 120px; float: left; clear: left; }
#login-form .field { width: 160px; float: left; clear: right; margin-bottom: 5px; height: 18px; padding: 2px; }
#login-form .submit { float: left; clear: both; height: 26px; width: 80px; } 

#page form ul { list-style: none; list-style-type: none; padding: 0; margin: 0; }
#page form ul li { display: block; float: left; width: 404px; margin-bottom: 5px; }

#contact-form { float: left; padding: 10px 0 20px 0; }
#contact-form label { display: block; width: 160px; float: left; clear: left; }
#contact-form .field { display: block; width: 230px; float: left; clear: right; height: 18px; padding: 2px; }
#contact-form textarea { width: 400px; height: 100px; float: left; clear: both; margin: 5px 0 5px 0; padding: 2px; }
#contact-form .submit { float: left; clear: both; height: 26px; width: 140px; } 

.left { float: left; }
.right { float: right; }
.clear { clear: both; }


 
