.view {
	background-image: url(images/tyre.jpg);
	width: 650px;
}
tr.red td{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF3300;
	border-bottom-color: #FF3300;

}

#page-container {
	width: 970px;
	background-color: white;
	
	vertical-align: middle;
	margin: auto;
	background-image: none;
	padding: 0px;
}
thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C40004;
}
th {
	background-color: #C40004;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
}



#nav {
	background: white;
	background-image: url(makeup/stripes.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-left: 0px;
	height: 35px;
	font-weight: bold;
}
.foot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 35px;
}
.footnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-indent: 15px;
	text-transform: uppercase;
}


#header {
	padding-top: 0px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
	
}

#sidebar {
	float: right;
	width: 220px;
	position: relative;
	padding-right: 30px;
	background-color: white;
	background-image: url(makeup/greyback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	position: relative;
	width: 200px;
	margin: 0px;
	left: 10px;
	
}


#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 30px;
	width: 650px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	
}
.boldheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


#footer {
	clear: both;
	height: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(makeup/stripes2.jpg);
	width: 950px;
}
.hidden {
	display: none;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}


.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding: 10px;
	background-image: none;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	
}
.image {
	float: right;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.behind {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(makeup/bottombar.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 310px;
	color: #FFFFFF;
	background-position: right;
	line-height: 25px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
}



.bodyside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top;
	line-height: normal;
	width: 220px;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail:hover img{
border: 0px;
}

.thumbnail img{
	border: 0px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;


left:0px;

visibility: hidden;

text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;

top:0px;
left: 7px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

ul.nav {
	list-style-type:none;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
ul.nav a {
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	text-decoration: none;
	color: #FBFAFA;
	background-image: url(navigation/cssbuttons.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
}

ul.nav li {
	display: inline;
	float: left;
	background-position: right top;
	padding-right: 2px;	
}
*html ul.nav a {
height: 1px;
}
#nav a:hover {
	background-position: right top;
	background-position: 0 -24px;
}
#bartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(makeup/topbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 34px;
	width: 650px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

#nav a:link {
	background-position: right -48px;
}
#view {
	background-image: url(images/viewback.png);
	display: block;
	float: left;
	height: 170px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 5px;
}
