@CHARSET "ISO-8859-1";

/*---------------------------- MAIN STYLES ----------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	background: url(../images/site/background-image.jpg) repeat-x 0px 0px;
	background-color: #a0a6ab;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

a, a:active, a:visited {
	color: #00529b;
	text-decoration: underline;
}

a:hover {
	color: #820300;
	text-decoration: underline;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
	color: #820300;
}

button.image
{
	border: none;
	background-color: transparent;
}


/*----------------------------------------------- ERROR STYLES --------------------------------*/

.globalError {
	border: 1px solid #887105;
	background-color: #f9fabe;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.globalError .header{
	background-color: #FFD959;
	padding: 5px;
	height: 14px;
}

p.globalError {
	padding: 10px;
}

.formError {
	width: 100%;
	background-color: #FFDDA6;
	border-top: 1px solid #E51837;
	border-bottom: 1px solid #E51837;
	background-image: url(/images/standard/error32.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.formError ul {
	margin: 0;
	padding: 0;
	margin-left: 60px;
	margin-bottom: 18px;
	list-style: none;
	font-weight: bold;
}

.formError li {
	line-height: 16px;
}

.fieldErrorFlag {
	width: 16px;
	height: 16px;
	background-image: url(/images/standard/error16.png);
	background-repeat: no-repeat;
}	

.imgError {
	margin:2px;
}

.formNotice {
	width: 100%;
	background-color: #ABECFF;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
	background-image: url(/images/standard/notice32.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.formNotice ul {
	margin: 0;
	padding: 0;
	margin-left: 60px;
	margin-bottom: 18px;
	list-style: none;
	font-weight: bold;
}

.formNotice li {
	line-height: 16px;
}


/*--------------------------------------------- REGISTRATION STYLES ---------------------------*/

#regContainer {
	margin: auto;
	margin-top: 30px;
	width: 526px;
}

#regContent {
	width: 524px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-bottom: 0;
	padding-top: 4px;		
}


/*------------------------------------------ PAGE STYLES ---------------------------------*/

#content {
	position: relative;
	top: -14px;
	margin: auto;
	width: 900px;
	background-color: #fff;
}

#contentTop {
	background: url(/images/site/content_top.jpg) repeat-x 0px 0px;
	height: 14px;
	width: 100%;
}

#headerWrapper {
	height: 139px;
	/*background: url(/images/site/header-background.png) 0px 0px repeat-x;*/
	width: 100%;
	margin: auto;
	text-align: left;
}

#pageHeader {
	position: relative;
	height: 139px;
	width: 870px;
	margin: auto;
	border: 0px none;
}

#pageHeader a {
	height: 70px;
	width: 286px;
	border: 0px none;
	text-decoration: none;
}

#pageHeader span {
	display: none;
	border: 0px none;
}

#headerLogoWrapper {
	background: url(/images/site/header-logo.png) no-repeat 0px 0px;
	float:left;
	height: 115px;
	width: 870px;
	margin-top: 3px;
	z-index: 1;
}

#user {
	text-align: left;
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding-top: 21px;
}

#welcomeUserWrapper {
	position: absolute;
	right: 10px;
	margin: 10px 15px 0px 0px;
	font-size: 12px;
	font-weight: 700;
	float: right;
	color: #000;
}

#pageHeader #welcomeUserWrapper span {
	display: inline;
}

#welcomeUserWrapper a:hover {
	color: #e7af27;
}

a.headerTableLink:link {
	color: #820300;
}

a.headerTableLink:visited{
	color: #820300;
}

.textfield {
	font-family: arial;
	border: 1px solid #d0d0d0;
	font-size: 11px;
	padding: 1px;
}

.imButton {
	cursor: pointer;
	cursor: hand;
}


.tdLabel {
	font-weight: bold;
}

#footer {
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	text-align: left;
}

#footer a, #footer a:active, #footer a:visited {
	color: #000;
	text-decoration: none;
}

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


/*------------------------------------ MENU/NAVIGATION STYLES --------------------------------------*/
#menu {
	background: url(/images/site/nav-background.png) 0px 0px repeat-x;
	clear: both;
	width: 900px;
	height: 25px;
	margin: 0px 0px 0px 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#menu ul a {
	height: 25px;
	width: 115px;
	display: block;
	text-decoration: none;
}


#menu li {
	margin: 0;
	padding: 0;
	float: left;
	height: 25px;
	width: 115px;
	display: block;
	cursor: pointer;
}

#menu li a span {
	display: none;
}

#menu .menuHomeOn a {
	background: url(/images/site/nav.png) no-repeat 0px -25px;
}

#menu .menuHomeOff a {
	background: url(/images/site/nav.png) no-repeat 0px 0px;
}

#menu .menuHomeOff a:hover{
	background: url(/images/site/nav.png) no-repeat 0px -50px;
}

#menu .menuPosOn a {
	background: url(/images/site/nav.png) no-repeat -115px -25px;
}

#menu .menuPosOff a {
	background: url(/images/site/nav.png) no-repeat -115px 0px;
}

#menu .menuPosOff a:hover {
	background: url(/images/site/nav.png) no-repeat -115px -50px;
}

#menu .menuAccountOn a {
	background: url(/images/site/nav.png) no-repeat -230px -25px;
}

#menu .menuAccountOff a {
	background: url(/images/site/nav.png) no-repeat -230px 0px;
}

#menu .menuAccountOff a:hover {
	background: url(/images/site/nav.png) no-repeat -230px -50px;
}

#menu .menuContactOn a {
	background: url(/images/site/nav.png) no-repeat -345px -25px;
}

#menu .menuContactOff a {
	background: url(/images/site/nav.png) no-repeat -345px 0px;
}

#menu .menuContactOff a:hover {
	background: url(/images/site/nav.png) no-repeat -345px -50px;
}

#menu .menuReportsOn a {
	background: url(/images/site/nav.png) no-repeat -460px -25px;
}

#menu .menuReportsOff a {
	background: url(/images/site/nav.png) no-repeat -460px 0px;
}

#menu .menuReportsOff a:hover {
	background: url(/images/site/nav.png) no-repeat -460px -50px;
}

#menu .menuHelpOn a {
	background: url(/images/site/nav.png) no-repeat -575px -25px;
}

#menu .menuHelpOff a {
	background: url(/images/site/nav.png) no-repeat -575px 0px;
}

#menu .menuHelpOff a:hover {
	background: url(/images/site/nav.png) no-repeat -575px -50px;
}

#breadCrumb {
	margin-bottom: 10px;
}

#breadCrumb a {
	color: #6b6f87;
}

#breadCrumb a:hover {
	color: #820300;
}

#breadCrumbCurrent {
	font-weight: bold;
}


/*------------------------------------------------ MAIN CONTENT STYLES -----------------------------------*/

#pbody {
	width: 100%;
	background-color:#FFFFFF;
	display: block;
}

/*#topRoundedCorners {
	background: url(/images/site/rounded-corners-top.png) no-repeat 0px 0px;
	height: 5px;
	width: 800px;
}*/

#bottomRoundedCorners {
	background: url(/images/site/rounded-corners-bottom.png) no-repeat 0px 0px;
	height: 5px;
	width: 900px;
	clear: both;
}

#pbodyLeft {
	width: 670px;
	float: left;
	margin: 10px 15px 20px 15px;
}

#pbodyLeftSub {
	margin: 0px;
}

#pbodyRight {
	float: right;
	border: 0px;
	width: 180px;
	margin: 35px 15px 0px 0px;
}

#menu-bg {
	background: url(/images/site/menu/menu_bg.png);
	}

#submenu {
	color: #820300;
	font-weight: bold;
	margin-left: 10px;
	height: 14px;
}

#submenu a, #submenu a:visited, #submenu a:hover, #submenu a:active {
	color: #fff;
}

.headerText {
	font-size: 14px;
	font-weight: bold;
}

.headerTag {
	margin-top: 5px;
	font-size: 12px;
}

.headerTag a{
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

.headerTag  a:hover, .headerTag a:visited{
	font-size: 12px;
	color: black;
}

.headerTitle {
	margin-top: 13px;
	font-size: 16px;
	font-weight: bold;
}

.headerTitle a, .headerTitle a:visited {
	color: #000;
}

.headerTitle a:hover {
	color: #00529b;
}

.iHead {
	font-size: 14px;
	margin-bottom: 0px;
}

.iHeadMain {
	display: block;
	color: #820300;
	font-size: 18px;
	font-weight: 900;
}

.leftLogos {
	text-align: center;
	padding-right: 30px;
}

.leftLogos img {
	margin-top: 60px;
}


#searchWrapper {
	display: block;
	background-color: #0b71b9;
}

#searchWrapper img, #searchWrapper form {
	display: block;
}

.searchInput {
	float: left;
	display: block;
	width: 115px;
	height: 16px;
	margin: 4px 0px 8px 10px;
	padding: 1px;
	border-top: 1px solid #8e9091;
	border-right: 1px solid #c9cbcc;
	border-bottom: 1px solid #ebecee;
	border-left: 1px solid #c9cbcc;
}

#searchGoButton {
	cursor: pointer;
	float: right;
	margin: 4px 5px 0px 0px;
}

.goCheckoutButtonImg {
	cursor: pointer;
}

#distributorInvoiceForms table {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid black;
}


#newItemsWrapper {
	clear:both;
	display: block;
	margin-top: 26px;
}

#newItemsWrapper img, #newItemsWrapper form {
	display: block;
}


#newItemsTop {
	display: block;
	background: url(/images/site/new-items-header.png) no-repeat 0px 0px;
	height: 23px;
	padding-left: 145px;
	padding-top: 5px;
}

#newItemsContent {
	display: block;
	background-color: #e5e5e5;
	padding-bottom: 0;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 5px;	
	padding-bottom: 5px;
	font-size: 11px;
	min-height: 50px;
	max-height: 250px;
	overflow: auto;
}

#newItemsContent tr {
	height: 18px;
}

#newItemsContent table {
	display: block;
}

.newItemsLineItem {
	padding: 3px 0px 5px 0px;
}

#featuresWrapper {
	display: block;
	margin-top: 26px;
	width: 180px;
}

#featuresWrapper img, #featuresWrapper form {
	display: block;
}

#featuresTop {
	display: block;
	background: url(/images/site/features-top.png) no-repeat 0px 0px;
	width: 180px;
	height: 23px;
	padding-left: 145px;
	padding-top: 5px;
}

#featuresContent {
	display: block;
	width: 164px;
	background-color: #e5e5e5;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 4px;	
	padding-bottom: 4px;
	font-size: 11px;
	min-height: 100px;
	max-height: 250px;
	overflow: auto;
}

#featuresContent a {
	color: #000;
}

#cartWrapper {
	margin-top: 26px;
	width: 180px;
	display: block;
}

#cartWrapper img, #cartWrapper form {
	display: block;
}

#cartTop {
	display: block;
	background: url(/images/site/carttop.png) no-repeat 0px 0px;
	width: 180px;
	height: 23px;
	padding-left: 115px;
	padding-top: 5px;
}

#cartContent {
	display: block;
	width: 164px;
	background-color: #e5e5e5;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 4px;	
	padding-bottom: 4px;
	font-size: 11px;
	min-height: 100px;
	max-height: 350px;
	overflow: auto;
}


.cartfield {
	border: 1px solid #000;
	height: 16px;
	margin: 0;
	margin-right: 3px;
	width: 35px;
	vertical-align: middle;
}


.cartfieldHidden {
	border: 1px solid #000;
	height: 16px;
	margin: 0;
	margin-right: 3px;
	width: 0px;
	vertical-align: middle;
	visibility: hidden;
}

.olist {
	margin:0;
	padding:0;
}

.olist li {
	margin: 0;
	margin-left: 25px;
	padding: 0;
	padding-bottom: 3px;
}


.cartLine {
	height: 30px;
	padding: 4px;
	margin-bottom: 4px;
}

.cartItem {
	clear: both;
	font-size: 11px;
}


.cartItem span {
	display: block;
	margin-bottom: 3px;
}


.cartDelete {
	position: relative;
}

.cartDelete p {
	text-align: left;
	font-size: 11px;
	font-weight: 900;
}

.cartDelete img {
	float: right;
	position: static;
	cursor: pointer;
	top: -3px;
}

.cartTable .textfield {
	border-top: 1px solid #8e9091;
	border-right: 1px solid #C9CBCC;
	border-bottom: 1px solid #EBECEE;
	border-left: 1px solid #C9CBCC;
}

#evirosmart_logo_wrapper {
    height: 125px;
    margin: 15px 0;
    width: 180px;
}

#evirosmart_logo_wrapper img {
    cursor: pointer;
}

#bottomLinksWrapper {
	margin: 0px 0px 15px 15px;
	text-align: center;
	color: #000;
	font-size: 12px;
	height: 100px;
	font-weight: 700;
}

#bottomLinksWrapper a {
	color: #000;
	float:left;
}

#bottomLinksWrapper .bottomFFMImg {
	float:left;
}

#bottomLinksWrapper a:active {
	color: #0b71b9;
}

#bottomLinksWrapper a:hover {
	color: #f6c40b;
}

#bottomLinksWrapper .bottomFFSLink {
}
