body {
	margin: 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #0099CC;
}
#header {
	background-image: url(images/h-bg%20.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 179px;
}
#logo {
	margin-right: auto;
	margin-left: auto;
	width: 754px;
	background-image: url(images/logo-bg.jpg);
	background-repeat: no-repeat;
}
#body-container {
	background-color: #FFFFFF;
	width: auto;
}
#body {
	width: 704px;
	margin-right: auto;
	margin-left: auto;
}
#body-inner {
	float: left;
	width: 500px;
}
#side-bar {
	text-align: right;
	width: 186px;
	float: right;
}
#side-bar img {
	margin-top: 5px;
	margin-bottom: 5px;	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0099CC;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 30px;
	margin-top: 0px;
}
#dots {
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: auto;
}

h2 {
	font-size: 14px;
	font-style: italic;
	color: #0099CC;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 16px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #0099CC;
	margin-top: 15px;
	margin-bottom: 10px;
}
.clear-floats {
	clear: both;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer-container {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: auto;
	clear: both;
}
#footer {
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
a {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#footer p {
	margin-top: 0px;
	color: #FFFFFF;
	padding-top: 17px;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#body-inner ul {
	margin: 0px 0px 2ex;
	padding: 0px;
}
#body-inner ol li {
	margin: 0px 0px 1ex;
	padding: 0px;
}
#body-inner ul li {
	margin: 0px 0px 1ex;
	padding: 0px 0px 0px 37px;
	list-style: none;
	display: block;
	background: url(images/bullet.gif) no-repeat 22px 5px;
}
.button {
	background: #0099CC;
	color: white;
	font: bold 12px Verdana, sans-serif;
	border: 1px solid #0099CC;
	border-color: #BFE7F1 #000000 #000000 #BFE7F1;
	margin-top: 10px;
	margin-bottom: 10px;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}
input.text, textarea, select {
	font: 12px Verdana, sans-serif;
	color: black;
	background: #F2FAFC;
	border: 1px solid #0099CC;
	width: 167px;
}
.check-box {
	background: #F2FAFC;
	border: 1px solid #0099CC;
}

#nav-container {
	width: 754px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	width: 521px;
	height: 26px;
	background-image: url(images/nav.gif);
	position: relative;
	margin: 0px; padding: 0;
}
#nav li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
#nav li, #nav li a {
    height: 26px;
	display: block;
}

#link-home { left: 25px; width: 64px; }
#link-survival-bag { left: 89px; width: 96px; }
#link-pedal-power { left: 185px; width: 114px; }
#link-rk-series { left: 299px; width: 80px; }
#link-contact-and-enquiries { left: 379px; width: 142px; }

#link-home a:hover { background: url(images/nav.gif) -25px -26px no-repeat;}
#link-survival-bag a:hover { background: url(images/nav.gif) -89px -26px no-repeat;}
#link-pedal-power a:hover { background: url(images/nav.gif) -185px -26px no-repeat;}
#link-rk-series a:hover { background: url(images/nav.gif) -299px -26px no-repeat;}
#link-contact-and-enquiries a:hover { background: url(images/nav.gif) -379px -26px no-repeat;}

#nav a span {
	display: none;
}
@media print {
body {
	background-color: #ffffff;
}
#nav-container {
	display: none
}
}
