/*- External Style Sheet for theokbikeshop.com -*/

body {
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;	
	font-family: sans-serif;
	color: #000000;
}

a {
	color: #0000FF;
	text-decoration: none;
	font-family: Courier New;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	padding: 5px;
}

.imgborder {
	margin-right: 5px;
	margin-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#p_page {
	padding: 3px;
	width: 100%;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

#p_header {
	width: 100%;
	height: 117px;
	background: url(logo-cont.jpg);
}

#p_nav {
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-left: 0px;
	width: 180px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	float: left;
	background-color: #DDDDDD;
	background: url(nav_bg.jpg);
}

#p_nav ul {
	position: relative;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	margin-left: 25px;
}

#p_nav li {
	position: relative;
	margin-top: 2px;
	padding: 0px;
	text-align: left;
	display: block;
	list-style: none;
	border-width: 0px;
}

#p_nav li a {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;	
}

#p_nav li a:hover {
	text-decoration: none;
	color: #0000FF;
}

#p_content {
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-left: 190px;
	margin-right: auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #DDDDDD;
}

#p_spacer {
	clear: both;
}

#p_footer {
	position: relative;
	margin-top: 5px;
	background-color: #DDDDDD;
}

#data {
	border-width: 0px;
}

#data td, th {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

#data th {
	text-align: center;
	font-weight: bold;
}