
* {
	margin: 0;
	padding: 0;
}

body {
	font: 75%/185% Verdana, Arial, Helvetica, sans-serif;
	background: #cbcbdf url(i/bg.gif) 50% 0 repeat-y;
	text-align: center;
}

p, ul, hr {
	margin: .5em 0 1.5em 0;
	padding: 0;
}

p {
/*	margin-left: 30px;*/
	margin-right: 20px;
	line-height: 16px;
}


ul {
	margin-left: 1.5em;
}

li {
	margin-left: 1.5em;
}

li ul {
	margin-bottom: 0;
	list-style-type: circle;
}


/* h ---------------------------------*/
h1, h2 {
	line-height: 115%;
	color: #e66b29;
	margin-bottom: .3em;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: normal;
}


/*--- a -----*/

a:link, a:visited{
	color: #e66b29;
	text-decoration: none;
}

a:hover {
	color: #e66b29;
	text-decoration: underline;
}


/* general structure ----------------------------------*/

	
#page, #header, #headerBanner, #subHead {
	width: 720px;
}

#page {
	background-color: #fff;
	border-right: 2px solid #a7a8c9;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#content {
	margin: 25px 30px 0px;
	padding: 0px 0px 30px;
}


/* header ----------------------------------------------*/
#header, #headerBanner {
	height: 116px;
}

#headerBanner {
	background-image: url(i/headerBanner.jpg);
}


/* sub Head ----------------------------------------------*/
#subHead {
	top: 0px;
	height: 178px;
	border-bottom: 2px solid #ca7a8c9;
}

#subHeadLeft {
	float: left;
	left: 0px;
	top: 116px;
	width: 500px;
}

#subHeadRight {
	float: right;
	right: 0px;
	top: 116px;
	width: 218px;
}


/* footer ----------------------------------------------*/

#footer {
	background-color: #a7a8c9;
	bottom: 0px;
	text-align: center;
	font-size: .9em;
	line-height: 200%;
	padding: 6px 0;
	margin-right: 0;
	clear: both;
}

#footer a, #footer a:visited {
	color: #fff;
}


/* navigation---------------------------------*/

#navigation {
	margin: 0;
	padding: 0;
	position:absolute;
	left: 0px;
	overflow: hidden;
	top: 59px;
}



#nav1 {
	margin: 0px;
	padding: 0px;	
	height: 42px;
	overflow: hidden;
	display: inline;
	list-style: none;
	width: 501px;
}


#nav1 li {
	height: 42px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#nav1 a{
	float: left;
	padding: 42px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height //**/:42px; /* for IE5/Win only */
	/*background-image: url(i/navigation.png);*/
}

/* rollover links */
#n1 a{left:  0; width: 54px;}
#n2 a{left: 54; width: 71px;}
#n3 a{left:125; width: 67px;}
#n4 a{left:192; width: 124px;}
#n5 a{left:316; width: 62px;}
#n6 a{left:378; width: 50px;}
#n7 a{left:428; width: 73px;}

#n1 a:hover {background: url(i/navigation.gif) 0 -42px no-repeat;}
#n2 a:hover {background: url(i/navigation.gif) -54px -42px no-repeat;}
#n3 a:hover {background: url(i/navigation.gif) -125px -42px no-repeat;}
#n4 a:hover {background: url(i/navigation.gif) -192px -42px no-repeat;}
#n5 a:hover {background: url(i/navigation.gif) -316px -42px no-repeat;}
#n6 a:hover {background: url(i/navigation.gif) -378px -42px no-repeat;}
#n7 a:hover {background: url(i/navigation.gif) -428px -42px no-repeat;}

#n1 a.selected {background: url(i/navigation.gif) 0 -84px no-repeat;}
#n2 a.selected {background: url(i/navigation.gif) -54px -84px no-repeat;}
#n3 a.selected {background: url(i/navigation.gif) -125px -84px no-repeat;}
#n4 a.selected {background: url(i/navigation.gif) -192px -84px no-repeat;}
#n5 a.selected {background: url(i/navigation.gif) -316px -84px no-repeat;}
#n6 a.selected {background: url(i/navigation.gif) -378px -84px no-repeat;}
#n7 a.selected {background: url(i/navigation.gif) -428px -84px no-repeat;}

/* windows -------------------------------------------------*/
.window, .projectWindow {
	margin: 1em 0 1.5em 60px;
	width: 380px;
	background-color: #E0E0EC; /* old #cbcbdf; */
	border: solid 1px #a7a8c9;	
}


.window h2 {
  background-color: #a7a8c9;
	padding: 10px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
}



.sideWindow{
	width:187px;
	right:30px;
	float: right;
	background-color: #E0E0EC; /* old #cbcbdf; */
	color: #292c7c;
	border: solid 1px #a7a8c9;
	margin-bottom: 2em;
}

.sideWindow p{
	padding-top: 5px;
	margin-left: 10px;
	width:150px;
	line-height: 14px;
}

.sideWindow ul {
	margin-left: .5em;
	line-height: 120%;
}
.sideWindow li {
	margin-bottom: 10px;
}

.sideWindow h3{
	padding: 5px 0 5px 10px;
	background-color: #a7a8c9;
	line-height: 100%;
	font-size: 1em;
	font-weight: bold;
	color:#292c7c;
	margin-bottom: 10px;
}




/*---- project windows ----*/

.projectWindow{
	width: 442px;
	background-color: #E0E0EC; 
	border: solid 1px #a7a8c9;
	padding-top: 10px;
	color: #292c7c;
	margin-left: 0;
	float: left;
}


.projectWindow img {

	border: solid 1px #ffffff;
}
.alignright {
	float: right;
	display: block;
	border: 0 !important;
	margin: 10px 0 10px 0 !important;
}




/* page specific -------------------------------------------*/

#dateBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #e66b29;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	height: 17px;
	vertical-align: middle;
	padding: 5px 5px 0 0;
}

.prodList {
	list-style: none;
	color: #292c7c;
}

.prodList li {
	margin: 0;
	padding-left: 12px;
	background: url(i/arrow_r.gif) 0 4px no-repeat;
	line-height: 100%;
	margin-bottom: 10px;
}

.r {
	float: right;
}

.third {
	width: 180px;
}

/* news page -------------------------------------*/

hr {
clear: both;
}
.alignleft {
	float: left;
	padding: 5px;
	border: solid 1px #ddd;
	margin: 0 20px 10px 0;
	}
