/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* {
	padding: 0;
	list-style:none;
	margin: 0;
}
html { overflow-y: scroll; }

a { outline: none; }
a img { border: none; }
img{ border:none}
a{ text-decoration:none}
/* END RESET */
/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatleftimg{
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 3px;
}
.floatright { float: right; }
.floatrightimg {
	float: right;
	margin-left: 10px;
}
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


/* PNG Fix. A few select DIVS is all IE can handle without freezing. http://browsehappy.com */
#featured div, #footer ul li, .breadcrumbs, .navigation, #featured-articles-label {
	behavior:url(/css/iepngfix.htc);
}

body				{
	margin:0;
	padding:0;
	font-family:"Lucida Grande", sans-serif;
	font-size: 11px; /* Resets 1em to 10px */
	color:#8d8e8a;
	background-color: #B4CADC;
	background-image: url(../images/backgroundbig.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper{
	text-align:left;
	width:900px;
	font-size:11px;
	background-color: #FFF;
	background-image: url(../images/Login-Page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#wrapperproducts{
	text-align:left;
	width:900px;
	font-size:12px;
	background-color: #FFF;
	background-image: url(../images/Login-Page-products.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 20px;
}

.clear				{ clear: both; }

form				{
	width: 406px;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#center{
	width:420px;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a{
	color:#666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
}
a:hover {
	color :#383022;
}

#insideleft {
	width: 190px;
	float: left;
	margin: 0;
	padding: 0px;
}
#insideright {
	width: 190px;
	float: right;
	margin: 0;
	padding: 0px;
}

legend				{ display: none; }

#header{
	position:relative;
	padding-top: 20px;
	height: 580px;
}

fieldset			{ border: 0; }

label				{
	width: 115px;
	text-align: right;
	float: left;
	margin: 0 10px 0 0;
	padding: 9px 0 0 0;
	font-size: 14px;
}

input				{
	width: 220px;
	display: block;
	padding: 4px;
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #3a3a3a;
	font-family: Georgia, serif;
}
input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }
					  
.button				{
	background: url(images/button-bg.png) repeat-x top center;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 5px;
	color: #666;
	font-weight: bold;
	-webkit-border-radius: 5px;
	font-size: 13px;
	width: 90px;
}
.button:hover		{
	background: white;
	color: #666;
	cursor: pointer;
}
