/* 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;
	line-height:21px;
	color: #4c4c4c;
}	

p {
	line-height:21px;
}

h2 {
	font:15pt Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#375d81;
}

h3 {
	margin:10px 0;
}

h4 {
	margin-bottom:5px;
}

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 */

#store_header_bg {
	width:940px;
	height:135px;
	margin:0 auto;
	background:url(/images/wide_top_bg.png) no-repeat #183152;
	padding:0 30px;
}

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

#store_header img {
	float:left;
}


#store_header_contact {
	float:right;
	width:400px;
	height:20px;
	color:#183152;
	text-align:right;
	padding:5px 15px 0 0;
	letter-spacing:1px;
}

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

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

.store_header_cart {
	height:10px;
	padding-bottom: 23px;
	letter-spacing:normal;
}

.store_header_cart li {
    display:inline;
    padding-left:8px;
}

/* Navigation */

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

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

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

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

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

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

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

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

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


/* Body and Content */

#store_main {
	width:1000px;
	margin:0 auto;
	background:url(/images/wide_body_bg.png) repeat-y #fff;
}

#store_container {
	width:920px;
	margin:0 auto;
	padding: 0 5px 5px 5px;
}

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

/* Footer */

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

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

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

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

/* Store Overrides */

.description {
	line-height: 21px;
}

#store_cats {
	background:#375d81;
	width:940px;
	height:26px;
	margin: 0 -10px 0 -10px;
}

/* Other Elements */

.clear {
	clear:both;
}

.pad {
	padding-top:10px;
}

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