/* ----------ie6 png------------- */
img,div { behavior: url(js/iepngfix.htc) }

/* ----------reset------------- */
body {
	font-size:62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0 none;
}
/* ---------- end reset------------- */
body {
	background-color: #989898;
	font-family: Arial, helvetica, Sans-Serif;
	color:#564b47;
	margin:0px;
	background:url(images/background.jpg) repeat fixed center center;
}
h2 {
	font-size:2.2em;
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#0090b4;
	margin-bottom:10px;
	font-style: italic;
}
h3 {
	font-size:1.8em;
	margin:1.8em 0 0.8em 0;
	color:#666666;
}
p {
	margin-top:1em;
}
#content blockquote.quote {
	width: 36em;
	margin:0 0 0em 2em;
	padding:2em 0em;

}

blockquote.testemonial {
	width: 50em;
	margin-left: 2em;
	margin-bottom: 6em;

}
#content blockquote.quote p {
	padding-left:3em;
	margin-bottom:0.5em;
	color:#CCCCCC;
	font-size:1.8em;
	font-style:italic;
}

#content blockquote p {
	padding-left:3em;
	margin-bottom:0.5em;
	color:#fff;

}

blockquote cite {
	font-style:italic;
	margin-bottom:0.4em;
	float:right;
	color:#fff;
	background-color:#0090B3;
	padding:0.2em 0.8em;
}
p a {
	color: #fff;
	border-bottom:1px dotted;
	text-decoration:none;
}
p a:visited {
	color:#fff;
	border-bottom:1px dotted;
}
p a:hover {
	color:#fff;
	border-bottom:1px solid;
}
p a:active {
	color:#fff;
	border-bottom:1px dotted;
}
/* ----------container -------------- */
#container {
	width: 96em;
	margin:25px auto;
	position: relative;
}
/* ----------banner for logo-------------- */
#banner {
	padding:20px 10px;
}
/* ----------banner for logo-------------- */
#navwrapper {
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	height:3em;
	position:absolute;
	left:1em;
	width:94em;
}
* html #navwrapper {
	width:940px;
}

html>body #navwrapper {
	*width:940px;
}

#nav {
	margin:0 auto;
	width:94em;
	position:relative;
	z-index:1;
}
#nav ul {
	list-style:none;
	padding:0.8em 0px;
	text-transform:uppercase;
}
#nav li {
	font-size:1.1em;
	display:inline;
	font-weight:bold;
	color:#fff;
	padding:0 1em;
}
#nav li a.selected {
	background-color:#222;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	padding:0.4em 1em;
	color: #fff;
}
#nav a {
	color: #fff;
	padding:0.4em 1em;
	text-decoration:none;
}
#nav a:visited {
	color:#fff;
}
#nav li a:hover {
	color: #fff;
	background-color:#0090b4;
}
#nav a:active {
	color:#fff;
}
#masthead {
	width:94em;
	margin:0 1em;
}
/* -----------------main content--------------------- */
#content {
	padding: 0px;
	margin-left: 20em;
	padding-right:4em;
}
div#content {
	min-height:25em;
	padding: 2em 10em 2em 2em;
}
#content p {
	font-size:1.2em;
	line-height:1.7em;
	color:#eee;
}
#content ul {
	list-style:circle;
	font-size:1.2em;
	line-height:1.7em;
	list-style-position:inside;
	margin:0.8em 0 0 1em;
	color:#eee;
}
/* --------------left pane------------- */
#left {
	float: left;
	width: 18em;
	margin: 0;
	padding: 2em 1em 1em 1em;
}
/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin:0;
	padding:1em;
	text-align: right;
	color: #989898;
}
