@charset "UTF-8";
body {
	 padding:0px;
	 margin:0px; 
	 background-color:#f4f3f3;
	 font-family:Arial, Helvetica, sans-serif;
	 text-align:left;
}
p {
	font-size:14px;
	line-height:18px;
	color:#333;
	padding:0px; 
	margin:0px 0px 20px 0px;
}
img {
	border:none;
}
td {
	vertical-align:top;
}
p.Pnews {
	font-size:12px;
	color:#c30;
}
p.testimonials {
	font-size:11px;
	color:#36c;
	line-height:16px;
	margin:0px 0px 10px 0px;
}
p.testimonialsRed {
	font-size:11px;
	color:#339;
	line-height:16px;
	margin:0px 0px 10px 0px;
}
p.testimonialsName {
	font-size:11px;
	color:#666;
	line-height:16px;
	margin:0px 0px 40px 0px;
	font-weight:normal;
}
p.feature-column {
	margin:0px;
	padding:10px 0px 0px 0px;
}
h1 {
	font-size:24px;
	line-height:28px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-transform:none;
	font-weight:normal;
	font-family:"arial narrow", Helvetica, sans-serif
}
h1.news {
	font-size:30px;
	line-height:32px;
	padding:0px 0px 10px 0px;
	margin:0px;
	text-transform:none;
	font-weight:normal;
	color:#c30;
}
h1.say {
	font-size:28px;
	line-height:32px;
	padding:20px 0px 15px 0px;
	margin:0px;
	text-transform:none;
	font-weight:normal;
	color:#36c;
}
h2 {
	font-size:18px;
	line-height:21px;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight:normal;
}
h2.Newsletter {
	font-size:18px;
	line-height:21px;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	color:#093;
}
.green {
	color:#093;
}
.green-news {
	color:#093;
	clear:left;
}
.blue {
	color:#36c;
}
.orange {
	color:#339;
}
.red {
	color:#c30;
}
.imageL {
	margin:0px 10px 0px 0px;
}
.imageR {
	margin:0px 0px 0px 10px;
}
img.book {
	margin-top:20px;
}
a:link, a:visited {
	color:#c30;
	text-decoration:none;
}
a:hover {
	color:#609;
	text-decoration:none;
}
#header-back {
	background-image: url(img/top-banner-repeat.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	width:100%;
	height:175px;
	padding:0px;
	margin:0px;
}
#header {
	background-image:url(img/header-bricks.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:30px 0px 0px 0px;
	margin:0px;
	height:145px;
	width:985px;
	text-align:left;
}
#nav-back {
	width:100%;
	height:37px;
	padding:0px;
	margin:0px;
	background-image:url(img/nav-blue-repeat.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
#nav {
	padding:0px;
	margin:0px;
	width:1005px;
	height:37px;
	/*background-color:#0CC;*/
}
#nav ul {
	padding: 0px 15px 0px 15px;
	margin: 0px 0;
	list-style: none;
	float: left;
	clear: left;
}
/*to put space between buttons*/
#nav ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 3px;
}

#nav ul li a {
	text-decoration: none;
	float:left;
	color: #fff;
	cursor: pointer;
	font: 900 14px/34px "Arial", Helvetica, sans-serif;
	
}
/*to put space in buttons*/
#nav ul li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 15px 5px 25px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}
#nav ul.posti li a:hover {
 	color: #fff;
	background: url(img/nav-hover.png) no-repeat top right;
}

#nav ul.posti li a:hover span {
	background: url(img/nav-hover.png) no-repeat top left;
}

#nav ul.posti li a.current {
	background: url(img/nav-hit.png) no-repeat top right;
 	color: #7da0d9;
}

#nav ul.posti li a.current span {
	background: url(img/nav-hit.png) no-repeat top left;
}
#content-top {
	background-image:url(img/top-content.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:985px;
	height:17px;
	padding:0px;
	margin:30px 0px 0px 0px;
}
#content {
	width:929px;
	height:1000px;
	padding:0px 34px 0px 20px;
	margin:0px;
	background-repeat:repeat-y;
	background-position:top center;
	background-image:url(img/content-repeat.jpg);
}
#right-column {
	width:262px;
	height:auto;
	padding:0px;
	margin:0px;
	float:right;
	background-image:url(img/right-col-repeat.jpg);
	background-repeat:repeat-y;
	background-position: top center;
}
#right-content {
	width:202px;
	height:auto;
	padding:0px 30px 0px 30px;
	margin:0px;
	text-align:left;
}
#right-bottom {
	width:262px;
	height:23px;
	padding:0px;
	margin:0px;
	background-image:url(img/right-col-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#main-content {
	width:666px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
}
#main-content ul {
	list-style:circle;
}
#main-content li {
	font-size:14px;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#333;
}
#main-column {
	width:386px;
	height:auto;
	padding:0px 10px 0px 10px;
	margin:0px;
	float:left;
	text-align:left;
}
#middle-column {
	width:220px;
	height:auto;
	padding:0px 30px 0px 10px;
	margin:0px;
	text-align:right;
}
#columns {
	width:929px;
	height:auto;
	padding:10px 34px 10px 20px;
	background-color:#fff;
	margin:0px;
}
#columns h3{
	font-size:14px;
	padding:0px;
	margin:0px;
}
#columns h3 a:link, #columns h3 a:visited {
	color:#36c;
}
#columns h3 a:hover {
	color:#c30;
}
#footer {
	width:985px;
	height:auto;
	padding:0px;
	margin:20px 0px 0px 0px;
	text-align:center;
	color:#999;
}
#footer ul {
	display:inline;
	margin:0px 0px 10px 0px;
}
#footer li {
	list-style-type:none;
	color:#900;
	display:inline;
	margin:20px;
	font-size:12px;
	font-weight:bold;
}
#footer a:link, #footer a:visited {
	color:#900;
	text-decoration:none;
}
#footer a:hover {
	color:#609;
	text-decoration:none;
}
#footer p {
	margin:20px 0px 0px 0px;
}
#footer td {
	vertical-align:middle;
}

