/* Global Elems */

body {
	background:#ddddee;
	font-family:times, sans-serif;
}

.IR {
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.clearfix:after	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix,.gain_layout{*zoom:1;}

a {
	text-decoration:none;
	color:#657CBE;
}

a:hover {
	text-decoration:underline;
}

/* Specific Elems */

.wrapper {
	width:959px;
	margin:0 auto;
}
	
.header {
	float:left;
	width:960px;
	
}

h1.logo {
	float:right;
	margin:40px 0 0 0;
	width:679px;
	height:69px;
	background:url(../img/logo.png) no-repeat 0 0;
}

h2, h3 {
	color:#333;
	font-weight:normal;
}

h2.news {
	font-size:1em;
	text-transform: uppercase;
	border-bottom:4px solid #efefef;
	width:200px;
}

a.rss {
	background:url(../img/rss.gif) no-repeat;
	width:13px;
	height:13px;
	float:left;
	margin:4px 8px 0 0;
}

.navigation {
	width:900px;
	padding:0 22px;
	float:left;
}

.navigation ul {
	height:40px;
	margin:40px 0 0 0;
}

.navigation ul li {
	float:left;
	list-style:none;
	margin:0;
}

/* Main Nav */
.navigation ul li a {
	/* background:url(../img/nav.png) no-repeat 0 0; */
	display:block;
	height:20px;
	padding:10px 30px;
	border-right:1px solid #d9d9d9;
	color:#333;
	background:#e7e7e7;
}

.navigation ul li a.active,
.navigation ul li a:hover {
	background:#333;
	color:#fff;
	text-decoration:none;
}
	/*.navigation ul li.home a {background-position:0 0;}
	.navigation ul li.services a {background-position:0 0; width:160px;}
	.navigation ul li.samples a {background-position:0 0;}
	.navigation ul li.contact a {background-position:0 0;}
	.navigation ul li.blog a {background-position:0 0;}
	.navigation ul li.links a {background-position:0 0;}
	/* */
	/*.navigation ul li.services a:hover {background-position:0 -40px;}*/

.content {
	width:920px;
	padding:30px 20px 30px 20px;
	float:left;
	background:#fff;
	border-right:4px solid #d9d9d9;
	border-top:4px solid #d9d9d9;
}

.content p {
	font-size:0.945em;;
}

.content ul li {
	margin-left:30px;
	font-size:0.945em;
}

.news, 
.main,
.flow {
	float:left;
}

div.center {
	padding-top:25px;
	float:left;
	width:360px;
}

div.news {
	width:200px;
	margin-left:20px;
}

.news_content {
	background:#fdfdfd;
	float:left;
	width:200px;
}

.news_content ul {
	font-size:0.9em;
	padding:20px;
}

.news_content ul li {
	margin:0 0 10px 0;
	list-style:none;
	line-height:1.346em;
	color:#333;
	padding-bottom:10px;
	border-bottom:1px dotted #d9d9d9;
}

.main {
	width:690px;
	padding:2px 0 0 10px;
}

.main h2 {
	font-size:1.8em;
}

.main img {
	float:left;
	margin:5px 15px 20px 0;
	padding:2px;
	border:4px solid #efefef;
}

.footer {
	font-size:0.9em;
	padding:10px 30px 0 30px;
	width:900px;
	text-align:center;
	color:#777;
	background:#fff;
	float:left;
	border-right:4px solid #d9d9d9;
	border-bottom:4px solid #d9d9d9;
}

.footer p {
	margin:0;
	padding:0 0 12px 0;
}
