body {
	 margin:0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:13px;
	background:#333 url(../img/bg.gif) repeat-y center top;
	*padding-left:2px; /* IE bg positioning bug fix */
}


body:first-of-type {
padding-left:1px; /* Safari bg positioning bug fix  */
}
h1 { /* used on homepage only */
	background:#000 url(../img/content_corner.jpg) no-repeat right top;
	color:#4682B4;
	margin:0;
	font-size:20px;
	line-height:23px;
	padding:0 170px 8px 30px;
	display:inline;
	font-weight:normal;
	}
h2 {
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin:15px 0;
	padding:0;
}
#container {
	width:900px;
	margin:0 auto;
	}
.clear {
	clear:both;
	padding:0 25px;
	}
/* logo area */

#header {
	background:#fff url(../img/header.jpg) no-repeat right top;
	height:124px;
	border-bottom:#8F0059 solid 4px;
}
#header a {
	background:url(../img/logo.gif);
	height:93px;
	width:249px;
	display:block;
	margin:10px 0 0 30px;
	float:left;
	}
	
/* main hav */

ul#nav {
	margin:0;
	padding:12px 0;
	background:#000;
	height:20px;
	position:relative;
	}
ul#nav li {
	background:url(../img/nav_bg_left.gif) no-repeat;
	display:block;
	float:left;
	}
ul#nav li a {
	background:url(../img/nav_bg_right.gif) no-repeat right top;
	color:#C2C5B3;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	display:block;
	height:19px;
	line-height:18px;
	text-align:center;
	padding-bottom:10px;
	}
	
ul#nav li a:hover, ul#nav li a.select, #dropdowns ul li a:hover {
	color:#4682B4;
}
a:hover {
	color:#8F0059;
	}
a, #services ul li a:hover, #services ul li a.select  {
	color: #003399;
}

/* dropdowns */
#dropdowns {
	position:relative;
	z-index:10;
	top:-6px;
	}
#dropdowns ul {
	background:#000;
	float:left;
	position:absolute;
	visibility:hidden;
	border-bottom:#8F0059 solid 4px;
	color:#8F0059;
	margin:0;
	padding:0;
}
#dropdowns ul.select {
	visibility: visible;
	}
#dropdowns ul li {
	list-style:none;
	background:url(../img/dropdown_line.gif) repeat-x left bottom;
	padding:4px 20px;
	margin:0;
	}
#dropdowns ul li a {
	padding:0 10px;
	color:#C2C5B3;
	text-decoration:none;	
}
#subAbout {
	left:100px;
	}	
#subServices {
	left:210px;
}
#subProducts {
	left:326px;
}
#subPartner {
	left:450px;
}
#subResources {
	left:620px;
}

/* flash or inside page banner */ 

#banner {
	display:block;
	padding-top:234px;

}
#flashcontent {
	background:#000;
	height:266px;
	padding:0 0 0 30px;
	display:block;
}

/* content */

#content {
	background:url(../img/bg_content.jpg) repeat-x;
	}
	

#services {
	width:300px;
	background:#93846C url(../img/bg_services_inside.jpg) repeat-x;
	border:#000 solid 1px;
	border-right:none;
	float:right;
	margin:-234px 0 10px 0;

}
#home #services {
	float:left;
	margin:10px 0;
	background:none;
	border:none;
	width:290px;
}
#services h2 {
	margin:0;
	background:url(../img/services_top.gif) no-repeat;
	padding:15px 30px;
	}
#home #services h2 {
	background:none;
	}
#services ul {
	padding:0;
	margin:0;
	color:#8F0059;
	font-weight:bold;
}
#services ul li {
	list-style:none;
	padding: 2px 0 2px 30px;
	}
#services ul li.alt {
	background:url(../img/bg_services.png) repeat-y -20px top !important;
	background:url(../img/bg_services.jpg) repeat-y ;
	}

#services ul li a {
	color:#000;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	}
#services img {
	position:relative;
	bottom:-1px;
	left:-1px;
	}
	
#home #services img {
	display:none;
	}
#mainCopy {
	float:left;
	width:560px;
	padding-left:30px;
	position:relative;
	top:-50px;
	z-index:1;
	}
#home #mainCopy {
	width:280px;
	position:static;
	margin:10px 0;
	}
	
#updates {
	float:right;
	width:240px;
	padding-right:30px;
	margin:10px 0;
	}
#updates h2{
	color:#E4E6DE;
	font-size:12px;
	text-transform:uppercase;
	background:url(../img/updates_header.gif) no-repeat;
	font-weight:bold;
	padding-left:9px;
	line-height:20px;
}
#updates h2 span {
	background:#690041;
	border:#fff solid 1px;
	border-left:none;
	display:block;
	width:230px;
	height:22px;
	}
#updates a{
	white-space:nowrap;
	}
	
/* footer */

#footer {
	background:url(../img/footer_bg.jpg) repeat-x;
	margin:30px 30px 0 30px;
	color:#fff;
	font-size:11px;
}
#footer a {
color:#fff;
}
#footer a:hover {
color:#000;
}
#footer div {
	background:url(../img/footer_left.jpg) no-repeat;
	}
#footer div div {
	background:url(../img/footer_right.jpg) no-repeat right top;
	padding:9px 20px;
	height:70px;
	}
#footer span {
	display:block;
	margin-bottom:10px;
	}