/*		CSS for TandemTransport.com
		
		©rhysw.co.uk 2007
		All rights reserved

*/


* {
		margin: 0px;
		padding: 0px;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		-moz-box-sizing: border-box;      
}

body {
		margin: 5px 0px 0px 0px;
		padding: 5px;
		text-align: center;
}

a{
		color: #6666cc;
}

a:hover{
		color: #ffcc00;
}

/* - WRAPPER Style - */

#wrapper {
		margin:0px auto;
		padding: 0px;
		width:775px;
		text-align:left;
		background-color: white;
}

/* - HEADING Style -
 Uses Glider/Levin Image Replacement Method */

#heading h1 {
		width: 760px;
		height: 160px;
		position: relative;
		margin: 0px;
}

#heading h1 span {
		background: url(images/heading.jpg) no-repeat;
		position: absolute;
		width: 100%;
		height: 100%;
}

/* - MENU Styles - */

#menu {
		clear:left;
		float:left;
		margin: 5px 0px 0px 0px;
		width: 760px;	
                border-width: 0px 0px 0px 1px;
		border-style: solid;
		border-color: darkblue;
		text-align:left;
		/*background-image: url(images/menuback.gif);*/
		font-weight: bold;
		font-size: 0.8em;
		color: white;
}


#menu li {
		display: inline;
}

#menu a{
		float: left;
		padding: 5px 10px 5px 10px;
		text-decoration: none;
		background-image: url(images/menuback.gif);
                border-width: 1px 1px 1px 0px;
		border-style: solid;
		border-color: darkblue;
		color: yellow;
}

#menu a:hover {
		background-image: url(images/menuback_selected.gif);
}

#menu a.selected {
		background-image: url(images/menuback_selected.gif);
}


#basebar {
		margin: 0px 0px 0px 0px;
		width: 760px;
		padding: 5px 10px 5px 10px;
		text-align: right;
		background-image: url(images/basebar.gif);
		background-repeat: no-repeat;
		font-size: 0.6em;
		color: yellow;
}

/* - SUBBASE Styles */

#subbase {
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 0px 0px;
		width: 760px;
		text-align: right;
		font-size: 0.6em;
		color: gray;
}

/* - MAINTEXT Styles */

#maintext {
		clear: both;
		margin: 10px 0px 10px 0px;
		width: 760px;
		font-size: 0.9em;
		text-align: left;
		min-height:400px;
		height:auto !important;
		height:400px;
}

#maintext p {
		padding: 0px 0px 15px 0px;

}

#maintext ul {
		list-style: disc outside;
		padding: 0px 0px 10px 25px;
}

#maintext img {
		border: none;
		margin: 0px 10px 0px 0px;
}

#maintext h3 {
		color: darkblue;
		padding: 5px 0px 10px 0px;

}

/* - Alignment Styles - */

.floatright {
		float: right;
}

.floatleft {
		float: left;
}

.clear {
		clear: both;

}

.aligncenter {
		text-align: center;
}

/* - Class for Site Map */

.sitemap {
		font-size: 12px;
}

.sitemap img {
		vertical-align: middle;
}
