html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background: url(../images/body-bg.jpg) repeat-x #2b4150;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	/*color:#999;*/
	color:#626262;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }


.blueblacktitlefont
{
font-family: Arial,Helvetica,sans-serif;
font-size: 15px;
line-height:17px;

font-weight: Bold;
vertical-align: bottom;
color: #4e616d;
}


#wrapper
{

	margin:0 auto;
	width:1003px;
	
}
#wrapper-container
{
	background: url(../images/content-bg.png);
	float:left;
	width:1003px;
	position:absoulte;
	z-index: -1;
}
#wrapper-inside
{
	width:988px;
	margin-left:7px;
}
#header-container
{
	width:988px;
	height:208px;
	float:left;
	background: url(../images/header-bg.jpg);
	position:relative;
}
#header-container #logo
{
	width:306px;
	height:91px;
	float:right;
	margin:0;
}

#header-container #caterpillar
{
	width:159px;
	height:211px;
	position:absolute;
	left:0;
	top:0;
	/*background: url(../images/caterpillar.png);*/
}
#header-container #butterfly
{
	width:155px;
	height:131px;
	position:absolute;
	left:300px;
	top:5px;
	/*background: url(../images/butterfly.png);*/
}
#header-container #menu
{
	float:left;
	width:988px;
	height:28px;
	background:url(../images/menu_bg.jpg) repeat-x;
	margin-top:4px;
}
#toplinks
{
	float:right;
	/* width:490px; */
	width:530px;
	height:28px;
}

#toplinks ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#toplinks li
{
	float:left;
}

#toplinks li li
{
	float:left;
	width:120px;
}

#toplinks a
{
	float:left;
	display:block;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:6px 10px 6px 10px;

}

#toplinks a:hover
{
	color:#ffc042;
}
#toplinks a.active
{
	color:#ffc042;	
}
.img_border
{
	float:left;
}

#header-container #qoute
{
	width:682px;
	height:72px;
	float:right;
	margin-right:35px;
}
#sl-container
{
	float:left;
	width:988px;
	height:53px;
	background:url(../images/sl-bg.gif) repeat-x;
}

#sl-container div.moduletable
{
	float:left;	

}
#sl-container #search
{
	height:25px;
	background:url(../images/search-bg.gif);
	float:left;
}
#sl-container div.moduletable div.search .inputbox
{
	height:16px;
	border:none;
	background:url(../images/search-input-bg.gif) no-repeat;
	width:110px;
	font-size:8pt;
	float:left;
	margin:4px 0 0 10px;
	display:block;
	padding-left:2px
}
#sl-container div.moduletable div.search .button
{
	padding:6px;
	float:left;
}
#sl-container #sl-border
{
	width:43px;
	height:25px;
	background:url(../images/sl-border-bg.gif);
	float:left;
	
}
#sl-container #login-container
{
	float:right;
	width:480px;

}

#login-container fieldset
{
	border:none;
	float:left;
	width:300px;

}
#login-container fieldset p
{
	display:block;
	margin:0;
	padding:0;
	float:left;
	padding:2px;
}
#login-container #form-login-username
{
	display:block;
	float:left;

}
#login-container .inputbox
{
	width:128px;
	height:18px;
	background:url(../images/login-input-bg.gif);
	border:none;
	padding:2px 0 0 2px;
	margin:0;
	float:left;
}
#login-container #form-login-username label, #login-container #form-login-password label
{
	display:block;
	float:left;
	color:#620000;
	width:60px;
	text-align:right;
	margin-right:5px;
}
#login-container #form-login-username #modlgn_username
{
	display:block;
	float:left;

}
#login-container #form-login-password
{
	display:block;
	float:left;
}
#login-container #form-login-remember
{
	display:block;
	float:right;
	padding:0;
	margin:0;
	width:100px;
	margin-top:-20px;
}
#login-container #form-login-remember label
{
	width:70px;
}
#login-container #form-login-remember input
{
	width:10px;
}
#login-container br
{
	display:none;
}
#login-container .button
{
	display:block;
	float:left;
	width:57px;
	height:16px;
	background-image:url(../images/login-bg.gif);
	border:0px;
	color:#ffffff;
	font-size:8pt;
	font-weight:bold;
	font-family: verdana;
	padding:0 0 2px 0;
	margin:2px 10px;

}
#login-container #form-login-remember label
{
	display:block;

	float:right;
	color:#736c6c;
	font-size:8pt;
	padding-left:5px;
}
#login-container #form-login-remember input
{
	float:right;
	width:20px;
	background:none;
}
#login-container ul
{
	list-style:none;
	float:left;
	padding:0 10px;
	margin:5px 0 5px 10px;
	background:url(../images/login-border.gif) left repeat-y;
	display:inline;
}
#login-container ul li a
{
	color:#909090;
	font-size:11px;
}
#content-wrapper
{
	width:988px;
	float:left;
	background:url(../images/content-bg.gif) top repeat-x;
	margin-top:5px;
}
#main-container
{
	/* width:665px; */
	width:980px;
	float:left;
}
#main-content
{
	/* width:635px; */
	width:950px;
	float:left;
	padding:10px 10px 10px 20px;
	/* border-right:1px solid #cccccc; */
}
#main-content contentpagetitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	/* color:#651212; */
}
#main-content h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#651212;
}
#main-content h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:17px;
	/* color:#651212; */
}
#main-content .button
{
	display:block;
	float:left;
	width:57px;
	height:16px;
	background-image:url(../images/login-bg.gif);
	border:0px;
	color:#ffffff;
	font-size:8pt;
	font-weight:bold;
	font-family: verdana;
	padding:0 0 2px 0;
	margin:2px 0px;
}
#main-content .buttonLong
{
	display:block;
	float:left;
	width:100px;
	height:20px;
	background-image:url(../images/login-bg.gif);
	border:0px;
	color:#ffffff;
	font-size:8pt;
	font-weight:bold;
	font-family: verdana;
	padding:0 0 2px 0;
	margin:2px 0px;
}

#content-modules 
{
	/* width:635px; */
	width:950px;
	float:left;
	padding:20px 0px 10px 0px;
	float:left;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin-left:30px;
	display:inline;
}
#content-modules div.moduletable, #content-modules div.moduletable-latest
{
	float:left;
	width:370px;
}
#content-modules div.moduletable h3, #content-modules div.moduletable-latest h3
{
	font-size:14pt;
	color:#952215;
	padding-top:0;
	margin-top:0;
}
#content-modules div.moduletable ul li a, #content-modules div.moduletable-latest ul li a
{
	color:#406177;
}
#content-modules div.moduletable-latest
{
	border-right:1px solid #cccccc;
	margin-right:20px;
}
#content-modules div.moduletable-invite a
{
	text-align:center;
	width:90px;
	float:left;
	height:22px;
	/*background:url(../images/right-menu-bg.gif); */
        background:#567;
	margin-left:2px;
	color:#ffffff;
	font-weight:bold;
	padding-top:6px;
	text-decoration:none;
}
#content-modules div.moduletable-productreview a
{
	text-align:center;
	width:150px;
	float:left;
	height:22px;
	/*background:url(../images/right-menu-bg.gif); */
        background:#567;
	margin-left:2px;
	color:#ffffff;
	font-weight:bold;
	padding-top:6px;
	text-decoration:none;
}
#right-pane
{
	/* width:315px; */
	width:0px; 
	float:right;
	padding-top:10px;
}
#right-pane div.module_menu
{
	float:right;
	width:0px; 
	/* width:315px; */
}
#right-pane div.module_menu ul.menu
{
	list-style:none;
	float:right;
	padding:0;
	margin:0;
}
#right-pane div.module_menu ul.menu li
{
	text-align:right;
	width:0px; 
	/* width:310px; */
	float:right;
	height:16px;
	background:url(../images/right-menu-bg.gif);
	margin-left:2px;
	margin-bottom:1px;
}
#right-pane div.module_menu ul.menu li a
{
	color:#ffffff;
	font-weight:bold;
	padding-right:3px;
}
#right-pane div.module_menu ul.menu li a:hover
{
	text-decoration:none;
}

#right-pane div.module {
  margin:20px 5px 0px 5px;
  float: left;
}
#module div.banneritem
{
        float:left;
}

#right-pane div.module_right
{
	float:right;
	width:0px; 
	/* width:310px; */
	border-top:4px solid #cccccc;
}
#right-pane div.module_right h3
{
font-family: Arial,Helvetica,sans-serif;
font-size: 15px;
line-height:17px;

font-weight: Bold;
vertical-align: bottom;
color: #4e616d;
}
/*
#right-pane div.module_right ul.mostread_right
{
	list-style:none;
	float:left;
	padding:0;
	margin-left:0px;
}
*/
.small 

{

font-size: 0.9em;

color: #999999;

font-weight: normal;

text-align: left;

}
a.readon

{

margin-top: 10px;

display: block;

float: left;

background-color: transparent;

background-image: url(../images/mw_readon.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: right top;

padding-right: 20px;

line-height: 14px;

height: 16px;

}

.article_column 

{

padding-right: 5px;

}

.column_separator 

{
border-left:1px dashed #e0e0e0;
padding-left: 10px;
}

h2, .contentheading

{

padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
font-family: Arial,Helvetica,sans-serif;
font-size: 1.6em;
font-weight: normal;
vertical-align: bottom;
color: #4e616d;
text-align: left;
width: 100%;
}

.componentheading
{
	font-size:2em;
	padding:10px 0;
}



#slidemenu{
	float:left;
	width:829px;
	height:17px;
	border-bottom:1px solid #b7bec3;
	background:url(../images/community-menu-bg.gif);
	padding-left:160px;
}

#slidemenu2{
	float:left;
	width:829px;
	height:17px;
}
/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu-slide, .menu-slide ul, .menu-slide2, .menu-slide2 ul {
	margin: 0;

	padding: 0;
	border: 0;

	list-style-type: none;
	display: block;
}

.menu-slide li, .menu-slide2 li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	font-weight:bold;
}

.menu-slide li:hover, .menu-slide2 li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu-slide li li, .menu-slide2 li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu-slide ul, .menu-slide2 ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu-slide2 li:hover>ul  {
	visibility: visible;	/* display submenu them on hover */
	/*bottom: 100%;	/* 1st level go above their parent item */
	top:100%;
}
.menu-slide li:hover>ul  {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}
.menu-slide li li:hover>ul, .menu-slide2 li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu-slide:after, .menu-slide ul:after , .menu-slide2:after, .menu-slide2 ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu-slide, .menu-slide ul, .menu-slide2, .menu-slide2 ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu-slide ul , .menu-slide2 ul {
	background-image: url(../images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 10px 30px;
	margin: 0 0 -10px -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu-slide ul ul , .menu-slide2 ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 -30px 0px;
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu-slide, .menu-slide ul li, .menu-slide2, .menu-slide2 ul li {
	color: #969696;
	background: none;
}

.menu-slide ul, .menu-slide2 ul  {
	width: 11em;
}

.menu-slide a , .menu-slide2 a {
	text-decoration: none;
	color: #969696;
	padding: .1em 3em .1em 0;
	display: block;
	position: relative;
	font-weight:bold;
}

.menu-slide a:hover, .menu-slide li:hover>a , .menu-slide2 a:hover, .menu-slide2 li:hover>a {
	/*	color: #000; */
                color: #567;
		font-weight:bold;
}

.menu-slide li li  {	/* create borders around each item */
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ddd;
}

.menu-slide2 li li {	/* create borders around each item */
	background-image: url("../images/right-menu-bg.gif");border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-repeat: repeat;
	
}
.menu-slide ul>li + li , .menu-slide2 ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu-slide li li:hover>ul, .menu-slide2 li li:hover>ul  {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/*.menu-slide>li:first-child>a, .menu-slide li + li + li li:first-child>a {
	color: #567;
	font-weight:bold;
}
*/

/* Fix for IE5/Mac \*//*/
.menu-slide a {
	float: left;
	font-weight:bold;

}
/* End Fix */

/* added by Etienne */

#footer
{
	float:center;
	width:1006px;
	height:20px;
/*	background:#000; */
	text-align:left;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	float:left;
	display:inline;
}
#footer_content
{
	float:left;
	width:620px;
	display:inline;
	margin-left:220px;
}

#footer-bottom
{
	text-align:center; 
	width:1006px;
	float:left;
	margin:0 auto;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a57d6c;
	letter-spacing:1px;
	padding:10px 0 10px 0;

/*	background:#406177; */

}

#rss

{
	float:right;
	width:100px;
	display:inline;
	margin-right:20px;
	padding-left:20px;
}