/* Niagara Outdoors :: CSS Document */

/* HTML Elements */

a {
	font-size:13px;
	color:#375d81;
	text-decoration:none;
}

a:hover {
	color:#375d81;
	text-decoration:underline;
}

body {
	margin:0;
	padding:0;
	background:url(/images/bg.png) repeat-x #e1e6fa;
	text-align:center;
	font:13px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
}

p {
	line-height:21px;
}

h2 {
	font:16pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#375d81;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 0;
}

img {
	border:none;
}

ul,ol {
	line-height:21px;
}

ul {
	list-style-type:none;
}

hr {
	border:0;
	height:1px;
	color:#ededed;
	background-color:#ededed;
	margin-bottom:14px;
}

/* Header */

#header_bg {
	width:840px;
	height:135px;
	margin:0 auto;
	background:url(/images/top_bg.png) no-repeat #183152;
}

#header {
	width:780px;
	height:104px;
	margin:0 auto;
	text-align:left;
	background:url(/images/header_bg.jpg) repeat-x #ededed;
}

#header img {
	float:left;
}


#header_contact {
	float:right;
	width:200px;
	height:20px;
	color:#183152;
	text-align:right;
	padding:38px 15px 0 0;
	letter-spacing:1px;
}

#header_contact h2 {
	font-size:22px;
	margin:0;
	padding:0;
}

#header_contact .email {
	font-size:12px;
	margin-top:6px;
	text-decoration:none;
	color:#183152;
}


/* Navigation */

#nav_bg {
	width:760px;
	height:26px;
	margin:0 auto;
	padding:0 10px;
	background:url(/images/tab_bg.jpg) no-repeat #ededed;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 26px;
	display: inline;
	overflow: hidden;
	width: 760px;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 26px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
}
	
#nav a:hover {
	background-position: 0 -26px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -52px;
}

	
#nav_home a  {
	width: 69px;
	background: url(/images/nav/home.jpg) top left no-repeat;
}
	
#nav_about a  {
	width: 98px;
	background: url(/images/nav/about.jpg) top left no-repeat;
}	

#nav_services a  {
	width: 97px;
	background: url(/images/nav/services.jpg) top left no-repeat;
}	

#nav_store a  {
	width: 124px;
	background: url(/images/nav/store.jpg) top left no-repeat;
}
	
#nav_faq a  {
	width: 58px;
	background: url(/images/nav/faq.jpg) top left no-repeat;
}

#nav_guides a  {
	width: 80px;
	background: url(/images/nav/guides.jpg) top left no-repeat;
}		

#nav_contact a  {
	width: 112px;
	background: url(/images/nav/contact.jpg) top left no-repeat;
}	


/* Body and Content */

#view {
	width:760px;
	height:150px;
	margin:0 auto;
}

#resourcebar {
	color:white;
	text-align:center;
	width:760px;
	height:100px;
	margin:0 auto;
	text-decoration:none;
}
	
#resourcebar img {
	behavior:url(iepngfix.htc);
 	width:100px;
	height:100px;
	padding:0 2px 0 2px;
}

#main {
	width:840px;
	margin:0 auto;
	background:url(/images/body_bg.png) repeat-y #fff;
}

#container {
	width:780px;
	margin:0 auto;
	padding: 5px;
}

.content {
	text-align:left;
	padding:10px;
}


.recommended {
	padding:14px 0;
	margin:0 10px;
	border-bottom:1px dashed #e1e6fa;
	text-align:center;
}

.recommended p {
	margin-bottom:5px;
}

.recommended a {
	font-weight:bold;
}

.recommended .price {
	color:#4c4c4c;
	font-size:16px;
	font-weight:bold;
}


/* Home Page */

#home_left, #home_right {
	float:left;
}

#home_left {
	width:538px;
	padding-right:10px;
	border-right:solid 1px #e1e6fa;
}

#home_right {
	width:200px;
	padding-left:10px;
}

#home_left .features {
	margin:0 auto;
	width:90%;
	border:1px dashed #e1e6fa;
}

#home_left .features ul {
	list-style-type:disc;
	margin-top:0;
	padding: 10px 30px;
}


/* Footer */

.footer {
	color:#000;
	text-align:center;
	padding-top:20px;
}

.footer a {
	color:#6c6c6c;
	padding:0 4px 0 4px;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

#footer_bg {
	width:840px;
	height:60px;
	margin:0 auto;
	background:url(/images/bottom.png) no-repeat #e1e6fa;
}

/* Other Pages */

#contactform td {
	padding-bottom:10px;
}

#faq {
	line-height:21px;
}

#faq ol {
	margin:10px 0 15px 30px;
	padding:0;
}

#faq .question {
	padding:0 0 16px 0;
	line-height: 
}

#faq li {
	padding-bottom:5px;
}


/* Other Elements */

.clear {
	clear:both;
}

.pad {
	padding-top:10px;
}

.nopad {
	padding-bottom:-10px;
}
