/* GLOBAL STYLES */
h1, h2, h3, h4,h5, h6, fieldset, input, form, table, td, tr, thead, th, ul, ul li {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}

body {
	background: #ffffff url(../img/global/bg.jpg) repeat-y top;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 110%;
	color: #333333;

}

a {
	color: #000000;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

p {

}

.print {
	display: none;
}

.last {
	border: 0 !important;
}

.clear {
	height: 1px;
	width: 100%;
	clear: both;
}

/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 778px;
	padding: 0 100px !important;
	background: url(../img/global/wrapper_bg.jpg) top no-repeat;
	min-height: 500px;
}

#header {
	height: 99px;
	padding: 0;
	position: relative;
}

#logo {
	height: 60px;
	width: 315px;
	position: absolute;
	top: 0;
	left: 21px;
	display: block;
}

#nav {
	height: 31px;
}

#nav ul {
	background: url(../img/global/nav.jpg) no-repeat 0 0;
	width: 778px;
	height: 31px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	height: 31px;
}

#nav .n1 { width: 80px; }
#nav .n2 { width: 188px; }
#nav .n3 { width: 197px; }
#nav .n4 { width: 186px; }

#nav ul li a:hover, #nav ul li.active a {
	background: url(../img/global/nav.jpg) no-repeat; 
}

#nav .n1:hover, #nav .active .n1 { background-position: 0 -31px; }
#nav .n2:hover, #nav .active .n2 { background-position: -80px -31px; }
#nav .n3:hover, #nav .active .n3 { background-position: -268px -31px; }
#nav .n4:hover, #nav .active .n4  { background-position: -465px -31px; }

#utils {
	position: absolute;
	top: 0;
	right: 0;
	margin: 7px 0;
}

#utils li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid white;
}

#utils a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.content {
	background: #ffffff;
}

/* GRIDS */
.content .lcol {
	float: left;
	width: 163px;
	background: #ffffff;
}

.content .rcol {
	float: right;
	width: 615px;
	background: #ffffff;
}


.title {
	background: url(../img/internal/titles.gif) no-repeat;
	width: 400px;
	display: block;
	margin: 15px;
}

.t1 { background-position: 0 0; height: 48px; width: 700px;} /* COMPARE */
.t2 {}
.t3 { background-position: 0 -100px; height: 43px; width: 700px; } /* HOME */
.t4 { background-position: 0 -169px; height: 49px; width: 700px; }/* MOMENTS */
.t6 { background-position: 0 -229px; height: 49px; width: 700px; }/* INNOVATION */
.t7 { background-position: 0 -306px; height: 49px; width: 700px; }/* Design Features */
.t8 { background-position: 0 -372px; height: 49px; width: 700px; }/* Why DB? */


/* FOOTER */
#footer {
	height: 50px;
	clear: both;
}

#footer div {
	background: url(../img/global/footer.jpg) no-repeat;
	height: 41px;
	
}

#footer div div { background: none; }

#footer #bdlogo {
	height: 41px;
	width: 150px;
	float: left;
}

#footer .copyright {
	height: 41px;
	float: left;
	padding: 10px 12px;
	line-height: 120%;
}

#footer .utilities {
	float: right;
	padding: 15px 0 0 0;
}

#footer .utilities li {
	float: left;
	border-right: 1px solid #000000;
	padding: 0 7px;
}
.black11 
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
}

