/*		CSS for RS Mobile Valeting
		
		©rhysw.co.uk 2008-2010
		All rights reserved
		
		RS Red: #de1118
		RS Grey: #c0c0c0
		RS Blue: #2f5a85
		RS Dark Grey: #404040

*/

/* General styles */

* {
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		-moz-box-sizing: border-box;      
}

body {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		text-align: center;
		/*background-color: #2f5a85;*/
}

a{
		color: #404040;
}

a:hover{
		color: #de1118;
}

/* - WRAPPER Style - */

#wrapper {
		margin:0px auto;
		padding: 0px;
		width:760px;
		height:100%;
		text-align:left;
		background-color: white;
		color: #404040;
}

/* - HEADING Style -
 Uses Glider/Levin Image Replacement Method */

#heading h1 {
		width: 760px;
		height: 150px;
		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: 0px 0px 0px 0px;
		width: 760px;	
        border-width: 0px 0px 0px 0px;
		border-style: solid;
		border-color: black;
		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;
		border-width: 1px 1px 0px 1px;
		border-style: solid;
		border-color: transparent;
		text-decoration: none;
		color: white;
}

#menu a:hover {
		background-image: url(images/menuback_selected.gif);
        border-width: 1px 1px 0px 0px;
		border-style: dotted;
		border-color: #404040;
		color: #de1118;
}

#menu a.selected {
		background-color: white;
        border-width: 1px 1px 0px 0px;
		border-style: solid;
		border-color: #404040;
		color: #de1118;
}


#basebar {
		clear: both; 
		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: white;
}

/* - 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.8em;
		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 h2 {
		color: #404040;
		padding: 5px 0px 10px 0px;
		font-size: 150%;
}

#maintext h3 {
		color: #404040;
		padding: 5px 0px 10px 0px;
		font-size: 120%;
}

/* - Thumbnail gallery styles */
#gallerythumb {
		clear: both;
}
#gallerythumb span{
		float: left;
		border-style: solid;
        border-width: 1px 2px 2px 1px;
		border-color: grey;
		margin: 5px;

}

#gallerythumb image{
		width: 115px;
		margin: 10px;
		padding: 5px;
		border-style: none;
}

#gallerythumb a{
		border-style: none;
}

/* - Alignment Styles - */

.floatright {
		float: right;
}

.floatleft {
		float: left;
}

.clear {
		clear: both;

}

.aligncenter {
		text-align: center;
}

/* - Other styles */

.gallerypic{
        border-width: 2px 2px 2px 2px;
		border-style: double;
		border-color: #404040;
		padding: 6px;
}

.rightred {
		color: #de1118;
		float: right;
		font-size: 200%;
		text-align: right;
}

.warn {
		color: #de1118;
		font-weight:bold;
}

.photodesc {
		float: right;
		font-size: 80%;
		margin: 0px 55px 10px 0px;
}
/* - Class for Site Map */

.sitemap {
		font-size: 12px;
}

.sitemap img {
		vertical-align: middle;
}

/* - Class for tabular data */

.tabdata table {
		width: 100%;
}

.tabdata td {
		font-size: 70%;
		border: 1px solid #404040;
		padding: 3px 3px 3px 3px;
		text-align: left;
		vertical-align: top;
}

.tabdata th {
		font-size: 90%;
		background: #404040;
		color: white;
		padding: 3px 3px 3px 3px;
		text-align: left;

}

