/* import global reset */
@import 'reset.css';
/* ends*/


@import 'typography.css';


/* ------------------------------------------
	Custom Styles for Ninety Five
	
   ------------------------------------------ */



html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	}

.container {
	width: 950px;
	margin: 0 auto;
	border: 1px solid #666;
	}

.topnav {
	border-top: 8px solid #214e6a;
	}

.topnav img {margin: 0 !important;}

.topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.topnav li {
	display: inline;
	float: left;
	padding: 0;
	}

.header {
	background: #5197ba;
	clear: both;
	margin-top: 20px;
	padding: 0;
	}

.header img {margin: 0;}

.content-wrapper {
	background: #dbedf2;
	height: auto;
	}


.left-col {
	margin-left: 15px;
	_margin-left: 7px; /* for creepy IE6! */
	width: 190px;
	float: left;
	background: #fff;
	}

.content {
	margin: 30px 15px 0 15px;
	width: 525px;
	float: left;
	}

.right-col {
	width: 190px;
	float: left;
	margin-top: 30px;
	}

.footer {
	clear: both;
	padding-left: 15px;
	border-bottom: 5px solid #214e6a;
	background: url(images/footer-bg.jpg) no-repeat;
	border-top: 1px solid #666;
	}

.footer-left {
	float: left;
	width: 400px;
padding: 30px 0 0 0;
	}

.footer-right {
	float: right;
	width: 400px;
	text-align: right;
	}

.footer-right img {margin: 0 !important;}


#subpage .content {
	width: 495px;
	padding: 0 15px 0 15px;
}


	

/* homepage boxes */


.homepage-box-bg {
	background: url(images/hp-col-bg.jpg) -70px center no-repeat;
}

.homepage-boxes {

width: 262px;

overflow: hidden;
float: left;
}

.box-head {
	display: block;
}


.homepage-boxes p {
	padding: 0 15px 0 15px;
}






/* news box styles
 RSS styles */

.rssChannel {display: none;}

.news-headline, .rssItemTitle {
border-left: 4px solid #214e6a;
padding: 0 5px 0 4px;
font-size: 11px;
font-weight: bold;
}

.rssItemTitle a {text-decoration: none; color: #222;}

.news-headline em {
color: #999;
background: none;
}


.news-details, .rssItemDesc {
font-size: 11px;
text-align: justify;
padding: 0 8px 0 8px;
}



.news-link {
	background: url(images/bullet.jpg) no-repeat 0 5px;

	padding: 5px 0 0 18px;
	font-size: 10px;
text-decoration: none;
letter-spacing: 2px;
color: #000;
}






/* misc styles */

/* use with a <br class="cls" /> to clear floats with no extra space*/
.clearfix, .cls { clear: both; height: 0; margin: 0; font-size: 1px; line-height: 0; }
.clear { clear: both; }

th, td {border: none;}

.product-name {font-size: 12px; font-weight: bold;}
