html {
	-webkit-text-size-adjust: none;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; /* "Lucida Sans Unicode",  */
	background-color: #7e8aa2;
}

h1 {
	line-height: 1.5em;
}

h2 {
	line-height: 1.5em;
}

h3 {
	line-height: 1.5em;
}

#header{
	text-align:left;
	margin:0;
	padding: 0 0 0 0px;
	/* height: 60px; */
	/* background-image: url(../../lookandfeel/images/sidebar_background.gif); */
	
	height: 130px;
	background-color: #263248;
}

#contain {
	background-color: #fff;
	line-height: 2em;
	color: #333;
}

.headerContainer, #navigation ul{
	width: 950px;
	margin:0 auto;    
}

#search{
	text-align:left;
	margin:0;
	padding: 0 0 0 0px;
	/* height: 60px; */
	/* background-image: url(../../lookandfeel/images/sidebar_background.gif); */
	
	height: 25px;
	background-color: #1c1d21;
	border-bottom: solid 1px #445878;
	color: #1c1d21;
}

.searchContainer {
	width: 950px;
	margin:0 auto;
	text-align: right;    
	padding-top: 3px;
}

#titlerow {
	text-align:left;
	margin:0;
	padding: 0 0 0 0px;
	
	height: 65px;
	background-color: #dadfd1;
	border-bottom: solid 4px #bdc2b4;
	color: #263248;
}

.titlerowContainer {
	width: 950px;
	margin:0 auto;
	text-align: left;    
	padding-top: 3px;
}

#titlerowDiv1 {
	float: left;
	width:790px;
}

#titlerowDiv2 {
	float: left;
	width:150px;
}

.titlerowContainer h1 {
	margin-top: 10px;
	color: #3d4f5b;
}

.titlerowContainer h2 {
	margin-top: 10px;
	color: #3d4f5b;
}

#ceclogo {
	padding-top: 30px;
}

#footer{
	text-align:left;
	margin:0;
	padding: 0 0 0 0px;
	/* height: 60px; */
	/* background-image: url(../../lookandfeel/images/sidebar_background.gif); */
	
	border-top: solid 5px #445878;
	height: 150px;
	background-color: #7e8aa2;
}

.footerContainer {
	width: 950px;
	margin:0 auto;    
	color: #fff;
	padding-top: 10px;
	font-size: 11px;
}

#footerContainerLeft {
	width: 750px; float: left;
}

#footerContainerRight {
	width: 200px; float: left;  text-align: right;
}


#footerContainerRight a {
	color: #fff;
	text-decoration: underline;
}

#footerContainerRight a:link {
	color: #fff;
	text-decoration: underline;
}

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

.brWhiteBgDiv {
	background-color: #ffffff;
}

.brWhite {
	line-height:15px; background-color: #fff;
}

/******************************************************************
 * UI                                                             *
 ******************************************************************/
.frontpageTitle {
	color: #31353d;
}

.frontpageULlist {
	line-height: 2em;
}

ul.frontpageULlist {
	list-style-type: square;
	
}

.frontpageULlist a {
	color: #046380;
	text-decoration: none;
}

.frontpageULlist a:link {
	color: #046380;
	text-decoration: none;
}

.frontpageULlist a:hover {
	color: #ff6600;
	text-decoration: underline;
}

a {
	color: #9d423b;
	text-decoration: none;
}

a:link {
	color: #9d423b;
	text-decoration: none;
}

a:visit {
	color: #9d423b;
	text-decoration: none;
}

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


/* search box */
#searchbox {
	display: block;
	float: left;
	width: 150px;
	
	margin-top: 15px;
	padding: 4px 3px 3px;
	border: 2px solid #C4C7BA;
	background-color: #fff;
	color: #696B64;
	font-size: 1.2em;
	
}

#id_replyemail {
  margin:0.5em 0;
  border:1px solid #bbb;
}

#mailinglistsubmit {
	width: 80px;
	
	margin-top: 10px;
	padding: 3px 2px 2px;
	border: 2px solid #C4C7BA;
	background-color: #fff;
	color: #696B64;
	font-size: 11px;
	
}

/***** CSS menu ***********/
#navmenu {
	text-align:left;
	margin:0;
	padding: 0 0 0 0px;
	/* height: 60px; */
	/* background-image: url(../../lookandfeel/images/sidebar_background.gif); */
	
	height: 40px;
	background-color: #3d4f5b;
	color: #3d4f5b;
	
	border-top: solid 1px #596e7c;
}

.navmenuContainer {
	width: 950px;
	margin:0 auto;
	text-align: left;    
}

#menuwrapper {
	z-index: 50000; /* irene */
	height: 40px;
	background-color: #3d4f5b;
}

#p7menubar, #p7menubar ul {
	z-index: 5000; /* irene */
	padding: 0;
	margin: 0;
	list-style: none;
}

#p7menubar a.{segment_2}
{
	background-color: #FAF1CD;
	color: #9d423b;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	font-size:1em;
	line-height: 3em;
	letter-spacing: .12em;
	text-transform: uppercase;
	padding: 0px 1.5em;	
	color: #FAF1CD;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li {
	width: 18em;
}

#p7menubar ul li {
	border-bottom: 1px solid #E7DEC6;
	border-top: 1px solid #FFF
}

#p7menubar ul li a {
	color: #FAF1CD;
	border-right: 1px solid #E7DEC6;
	border-left: 1px solid #E7DEC6;
	letter-spacing: .05em;
	text-transform: none;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #fcf8e6;
}

#p7menubar li:hover a, #p7menubar a:focus, #p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FAF1CD;
	background-color: #9d423b;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #453e3a;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #E7DEC6!important;
	color: #453E3A!important;}


/* The single backslash \ character inside this comment causes IE5 Mac to ignore the following rule, which allows other browsers to render top-level menu items to their natural width. Do not edit this rule in any way. */

#p7menubar li 
{width: auto;}


/* Products */

#productrow {
	border-bottom: 1px solid #C4C7BA;
	margin-bottom: 25px;
}

/* search box */
#productsearchbox {
	display: block;
	float: left;
	width: 135px;
	
	margin-top: 0;
	padding: 4px 3px 3px;
	border: 2px solid #C4C7BA;
	background-color: #fff;
	color: #696B64;
	font-size: 1.2em;
	
}

#productsearchsubmit {
	height: 29px;
	margin-left: 5px;
	width: 40px;
}


#productLeftMenu {
	
}


#searchResults a {	
	text-decoration: underline;
}

#searchResults a:link {	
	text-decoration: underline;
}

#searchResults a:visited {
	text-decoration: underline;
}

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


.showcasenav a {	
	text-decoration: none;
	color: #000;
}

.showcasenav a:link {	
	text-decoration: none;
	color: #000;
}

.showcasenav a:visited {
	text-decoration: none;
	color: #000;
}

.showcasenav a:hover {
	color: #ff6600;
	text-decoration: none;
}


/* round corners */
#roundcornercontainer {
	background-color: #247CBA;
	font-size: 0.75em;
	overflow: hidden;
	color: #fff;
}

#roundcornercontainer a {	
	text-decoration: none;
	color: #fff;
}

#roundcornercontainer a:link {	
	text-decoration: none;
	color: #fff;
}

#roundcornercontainer a:visited {
	text-decoration: none;
	color: #fff;
}

#roundcornercontainer a:hover {
	color: #ff200;
	background-color: #ff6600;
	text-decoration: none;
}

* html #roundcornercontainer {
	height: 1%;	
}
#roundcornercontainer h1 {
	font-size: 1.7em;
	clear: both;
	padding: 0 10px;
}
#roundcornercontainer p {
	padding: 0 10px 1em;	
}

.tl {
	background-image: url(/lookandfeel/images/roundcorner.gif);
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.tr {
	background-image: url(/lookandfeel/images/roundcorner.gif);
	background-position: 10px 0px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}
.bl {
	background-image: url(/lookandfeel/images/roundcorner.gif);
	background-position: 0px 10px;
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.br {
	background-image: url(/lookandfeel/images/roundcorner.gif);
	background-position: 10px 10px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}
