/*----- Styles for all browsers ----------*/

body {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	background-color: white;
	color: #333333;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#header {
	padding: 0 0 0 17.86em;
	margin: 0;
	height: 30px;
	background-color: white;
	border-top: 0 solid;
	border-right: 0 solid;
	border-left: 0 solid;
	border-bottom: 1px #666666 solid;
	font-size: 70%;
	font-style: normal;
	letter-spacing: 30px;
	text-transform: uppercase;
}

#header span {
	position: relative;
	top: 17px;
}

#footer {
	height: 4em;
	padding: 0;
	margin: 0;
	font-size: 100%;
	border-right: 0 none;
	border-left: 0 none;
	border-bottom: 0 none;
}

h1 {
	font-size: 140%;
	text-transform: lowercase;
}

h2 {
	font-size: 120%;
	text-transform: lowercase;
}

h3 {
	font-size: 100%;
	color: #333333;
	text-transform: lowercase;
}

a:link {
	color: #333333;
}

a:hover {
	color: blue;
}

a:visited {
	color: #333333;
}

.pics {
	width: 302px;
	right: 10px;
	top: 40px;
	position: absolute;
}

.pics div {
	font-size: 70%;
	margin-bottom: 10px;
}

.pics a {
	color: black;
	text-decoration: none;
}

.pics img {
	border: 1px solid black;
}

.pics .toBigger {
	border: none;
	margin-left: 10px;
	margin-bottom: 6px;
	float: right;
}

#imageWrap {
	font-size: 70%;
	margin-top: 40px;
	text-align: center;
}


#imageWrap img {
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

#vidWrap {
	font-size: 70%;
	margin: 10px 10px 10px 10px;
	text-align: center;
	background-color: black;
	color: white;
}

#vidWrap a {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 43px;
	height: 25px;
	background-image: url(../graphics/exit_1_43x25.png);
	background-repeat: repeat;
}

#vidWrap a:hover {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 43px;
	height: 25px;
	background-image: url(../graphics/exit_2_43x25.png);
	background-repeat: repeat;

}

#vidWrap img {
	border: none;
}

#vidWrap .title {
	font-size: 150%;
}

.main1 {
	margin-left: 12.5em;
	margin-bottom: 0;
	margin-right: 40px;
	margin-top: 0;
}

.main2 {
	margin-left: 12.5em;
	margin-bottom: 0;
	margin-right: 330px;
	margin-top: 0;
}

table {
	border-collapse: collapse;
	width: 80%;
	border: 1px solid black;
	caption-side: top;
	font-size: 90%;
}

table td, th {
	padding: 5px;
}

table th {
	border: 1px solid black;
	text-align: left;
	background-color: #333333;
	color: white;
}

table td {
	border: 1px dotted gray;
}

table caption {
	text-align: left;
	font-style: italic;
	padding-bottom: 10px;
}

table .col1 {
	width: 25%;
	text-align: left;
}

table .col2 {
	width: 75%;
	text-align: left;
}

/*----- index.php page -------------------*/

.index {
	margin: 0 280px 0 12.5em;
}

.index .moi {
	position: absolute;
	top: 40px;
	right: 10px;
	margin: 0;
}

.index .moi img {
	border: 1px solid black;
}

.guide {
	font-style: italic;
}

.index dl dt {
	font-weight: bold;
}

.index dl dd {
	margin-bottom: .7em;
	margin-top: .3em;
}

/*----- vid.php --------------------------*/

.video {
	border: 1px solid black;
	width: 600px;
}

/*----- bicycle_bicycle_books.php --------*/

.bicBooks .author {
	font-style: italic;
	font-size: 80%;
}

.bicBooks .bookTitle {
	font-style: italic;
}

/*----- bicycle_the_mongrel.php ----------*/

.bicMon table {
	width: 100%;
}

.bicMon table .col1 {
	width: 50%;
	text-align: center;
}

.bicMon table .col2 {
	width: 50%;
	text-align: center;
}

/*----- bicycle_r18.php page -------------*/

.bicR18 table {
	width: 100%;
}

.bicR18 table .col1 {
	text-align: center;
	width: 33%;
}

.bicR18 table .col2 {
	text-align: center;
	width: 33%;
}

.bicR18 table .col3 {
	text-align: center;
	width: 33%;
}

/*----- bicycle_am7.php ------------------*/

.bicAm7 table {
	width: 100%;
}

.bicAm7 table .col1 {
	width: 50%;
	text-align: center;
}

.bicAm7 table .col2 {
	width: 50%;
	text-align: center;
}

/*----- bicycle_scottoiler.php -----------*/

.bicScot {
	margin-left: 12.5em;
	margin-bottom: 0;
	margin-right: 330px;
	margin-top: 0;
}

.bicScot h3 {
	font-style: italic;
}

/*----- com_unison.php -------------------*/

.unison .usability {
	font-weight: bold;
}

/*----- club.php page --------------------*/

.club {
	margin: 0 180px 0 12.5em;
}

.club div.pics {
	width: 152px;
}

.club div.inBody {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 302px;
	font-size: 70%;
}

.club .inBody img {
	border: 1px solid black;
}

.club .inBody .toBigger {
	border: none;
	margin-left: 10px;
	margin-bottom: 6px;
	float: right;
}
