/* Common classes */
* {
	margin: 0px;
}

body {
	background: white url(../images/background.png) top center repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	color: #777777;
	font-size: 12px;
}


a {
	color: #ff6633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

.seperator {
	margin: 0px 48px 10px 48px;
	clear: both;
}

.subtitle {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 23px;
	color: #ff6633;
}

.dashBox {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	width: 300px;
}

#pageContainer {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}

#nav {
	height: 34px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	right: 50px;
	height: 34px;
	width: 377px;
	text-align: center;
	list-style: none;
	clear: both;
}

#nav li {
	float: left;
	text-indent: -9999px;
}

#nav li a {
	height: 34px;
	display: block;
}
	
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: bottom;
}

#nav #navhome a {
	width: 83px;
	background-image: url(../images/navhome.png);
}

#nav #navwheels a {
	width: 98px;
	background-image: url(../images/navwheels.png);
}

#nav #navcontact a {
	width: 109px;
	background-image: url(../images/navcontact.png);
}

#nav #navgallery a {
	width: 87px;
	background-image: url(../images/navgallery.png);
}

#footer {
	width: 704px;
	margin: 0px 48px 15px 48px;
}

#footer a {
	color: #ff9933;
}


.thumbTitle {
	height: 15px;
	overflow: visible;
}

#thumbHolder {
	
}

#thumbContainer {
	position: relative;
	left: 85px;
	list-style: none;
    margin: 0px;
    padding: 0px;
    width: 720px;
}

#thumbContainer li {
	position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 10px 0px 0px;
    width: 160px;
    height: 135px;
    text-align: center;
}

#galleryContainer {
	position: relative;
	left: 30px;
	list-style: none;
    margin: 0px;
    padding: 0px;
    width: 720px;
}

#galleryContainer li {
	position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 10px 0px 0px;
    width: 160px;
    height: 135px;
    text-align: center;
}

#adminContainer {
	width: 1008px;
	height: auto;
	background: black;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -504px;
	text-align: center;
}

/* Admin Gallery */
#galleryEditor {
	font-size: 1.6em;
	width: 100%;
	background: #565656;
}

#galleryText {
	text-align: center;
}

.noAlbumsText {

}

/* Admin Album */
#albumEditor {
	width: 100%;
	background: #565656;
}

#albumTextRight {
	float: right;
	width: 500px;
	margin: 10px 0px 10px 0px;
}

#albumTextLeft {
	width: 500px;
}

.addFile {

}

#noPhotosText {

}

#photoSort {

}

/* Admin Photo */
#photoEditor {

}
