/*html and body #FFFDEA*/
body
{
	margin: 0px;
	padding: 0px;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h4
{
	height: 15px;
	margin: 0;
	display: block;
	padding: 5px 5px 5px 5px;
	background: url(../images/menuItemActiveBackground.jpg) repeat-x;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
}

h5
{
	margin: 0;
	display: block;
	padding: 5px 0 5px 0;
	background: #6666ff;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	text-indent: 5px;
}

img
{
	border-style: none;
}

#main
{
	width: 940px; margin: 0 auto; background: blue;
}

/* banner */
#banner
{
	background: url('../images/banner/banner2.jpg') no-repeat;
	width: 940px;
	height: 77px;
	margin: 0 auto;
}

/* header */

/* menu */
#menu
{
	width: 940px;
	height: 35px;;
	margin: 0 auto;
	padding: 0;
	background: url(../images/menuItemInactiveBackground.jpg) repeat-x right top;
}

#menu ul
{
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	height: 25px;
	margin-right: 1px;
	padding: 10px 25px 0px 25px;
	background: url(../images/menuItemInactiveBackground.jpg) repeat-x right top;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .currentMenuItem a
{
	background: url(../images/menuItemActiveBackground.jpg) repeat-x left top;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .currentMenuItem a
{
}

/* page */
#page
{
	width: 940px;
	margin: 10px auto;
	padding: 0;
	border: solid 1px #cccccc;
}

#page p
{
	text-align: justify;
	margin-left: 7px;
	margin-right: 7px;
}

/* content */
#content
{
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

#content p
{
	text-align: justify;
}

/* sidebar */
#sidebar
{
	width: 285px;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

#sidebar img
{
	width: 285px;
	border-style: none;
	margin-bottom: 10px;
}

/* footer */
#footer
{
	width: 940px;
	padding: 0;
	margin: 20px auto;
	text-indent: 20px;
	text-align: left;
	display: block;
}


/* HOME PAGE SLIDESHOW */
div.slide_show_text_div
{
	padding: 2px 2px 2px 2px;
	color: gray;
	text-align: left;
}

img.slide_show_img
{
	border-style: none;
	height: 150px;
}

img.slide_show_img2
{
	border-style: none;
	height: 100px;
}

img.show_img
{
	border-style: none;
}

div.home_content_text_div
{
	display: none;
}

p.products_p
{
	text-align: justify;
	font-size: 25px;
}

ul.highlights_a_ul
{
	font-size: 25px;
}

ul.highlights_b_ul
{

}

ul.highlights_c_ul
{
	font-style: italic;
}

.products_span
{
	text-decoration: none;
	color: blue;
	cursor: pointer;
}

/*********** CLIENT AND USER DETAILS ****************/
#detailsTable
{
	padding: 5px 5px;
}

#detailsLeftTd
{
	height: 25px;
	font-weight: bold;
}

#detailsRightTd
{
	text-decoration: none;
}

#detailsRightTd span
{
	font-weight: bold; margin: 0 25px 0 25px;
}

#list_table
{
	width: auto;
	font-size: 11px;
}

#list_table tr
{
	height: 25px;
}

#list_table a
{
	text-decoration: none;
	color: black;
}

#list_table a:hover
{
	text-decoration: underline;
	color: blue;
}

#list_title
{
	background-color: gray;
	font-weight: bold;
	height: 25px;
	color: white;
	padding: 0px 7px 0px 7px;
}

#list_td
{
	padding: 0px 7px 0px 7px;
}


/*********************LISTS**********************/
#accountLi
{
	margin: 10px 0 10px 0;
}

#accountLi a
{
	color: blue;
}

/*********************MESSAGE**********************/
#errorMessage
{
	width: 940px;
	margin: 0 auto;
	padding-left: 10px; 
	font-size: large;
	color: #FF0000;
	border: #FF0000 solid 1px;
	text-align: left;
}

#successMessage
{
	width: 940px;
	padding-left: 10px; 
	font-size: large;
	color: green;
	border: solid green 1px;
	text-align: left;
	margin: 0 auto;
}

/*********************CART*******************************/
#cart
{
	width: 940px;
	padding: 3px 3px;
	margin: 3px auto;
	text-align: right;
}


/***************************PARTNERS***************************/
#partnersTable
{

}

#partnersTable td
{
	border: solid 1px gray; text-align: left; vertical-align: top; padding-top: 10px;
}



/**************************INDEX***********************************/
#itemLi
{}

#itemLi li
{
	font-size: x-large;
	font-family: Arial, sans-serif;
	color: #00137F;
}

/*******************PARTNERS PAGE***********************************/
.partnersH4
{
	background: none; 
	font-weight: bold; 
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
}
