/* 
designtoo :: borchard_main.css 
Author: designtoo (DBH)
info@designtoo.com
www.designtoo.com

Client: Borchard Lines Ltd.
headoffice@borlines.com

8-Nov-2006
Revision 1.0

Blue : Pantone Reflex Blue (#00209e)
Red  : Pantone Warm Red (#fb3e31)

*/

/* Standard HTML defined elements */
body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00209e;
	margin-top: 50px;
}

a:link {
	color: #00209e;
	font-weight: normal;
}

a:visited {
	color: #00209e;
}

a:hover {
	color: #fb3e31;
}

a:active {
	color: #00209e;
}

p {
	margin-top: 0px;
}

/* division elements */

#wrapper {
	position: absolute;
	width: 820px;
	left: 50%;
	margin-left: -410px; /* half of width */
	padding: 0;
}

#header {
	position: relative;
	width: 820px;
	height: 74px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}

#photo {
	position: relative;
	width: 818px;
	height: 206px;
	background-image: url(../photos/randomChanger/2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	float: left;
	clear: both;
}

#mainContent {
	position: relative;
	width: 820px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: left;
}

#footer {
	position: relative;
	width: 820px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	float: left;
	clear: right;
	
}


/* element classes */


/* schedules tables */
table.schedules {
	width: 595px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

table.schedules th {
	background-color:#ddd;
	border: 1px solid #ddd;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	padding: 10px 6px;
}

table.schedules td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	text-align: left;
	padding: 6px;
}


.headerTable {
	width: 820px;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.footerTable {
	width: 820px;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.mainContentTable {
	width: 820px;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

a.mainLinks {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.tinyLinks {
	font-weight: normal;
	text-decoration: none;
}
