
body {
	background-color: white;
	font-family: Verdana,Arial;
	color: black;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	font-size: 14px;
}

A:link          { color: #E91B23; text-decoration: underline; }
A:visited       { color: #E91B23; text-decoration: underline; }
A:active        { color: #E91B23; text-decoration: underline; }
A:hover         { color: #E91B23; text-decoration: none; }

.text, .standout {
    font-family: Verdana, Arial;
    font-size: 12px;
}

.textLarge {
    font-family: Verdana, Arial;
    font-size: 18px;	
}

.textMedium {
    font-family: Verdana, Arial;
    font-size: 14px;
}

.textSmall {
    font-family: Verdana, Arial;
	font-size: 10px;
}

.standout {
	font-weight: bold;
	color: #909ACD;
}

#backgroundframe {
	position: absolute;
	width: 970px;
	margin-left: 100px;
}

#background {
	/*position: absolute;
	margin-left: -450px;
	left: 50%;*/
	left: 0px;
	width: 800px;
	background-image: url('http://www.tedstunaboats.com/images/checkeredFlag.gif');
	background-color: black;
	border: 1px solid black;
	text-align: center;
	padding: 50px;
	overflow: visible;
}

.inside {
	border: solid 1px black;
	background-color: white;
}

.inside td {
	border: solid 1px black;
	padding-left: 105px;
}

.outset {
	border: outset 1px gray;
	background-color: rgb(214,214,214);
	padding: 5px;
}

.outset td {
	font-size: 12px;
	border: none;
	padding: 0px;
}

.inset {
	border: none;
	padding: 0px;
}

.inset td {
	font-size: 12px;
	border: inset 1px rgb(230,230,230);
	background-color: rgb(230,230,230);
	padding: 2px;
}

#car {
	position: absolute;
	width: 412px;
	height: 203px;
	top: 200px;
	left: 540px;
}

#logo {
	position: absolute;
	top: 60px;
	right: 130px;
}

#slogans {
	position: absolute;
	width: 800px;
	top: 415px;
	left: 50px;
}

#home {
	position: absolute;
	font-family: Verdana,Arial;
	font-size: 16px;
	line-height: 28px;
	top: 175px;
	left: 170px;
}

#menu {
	position: absolute;
	width: 225px;
	height: 141px;
	top: 149px;
	left: -85px;
	background-color: #ffffff;
}

#galleryOutside {
	position:relative; /* absolute; */
	width: 600px;
	overflow: hidden;
}

#galleryInside {
	position:absolute;
	top: 0;
	left: 0;
}

.copyright {
    font-family: Verdana, Arial;
    font-size: 11px;
}

#wrapper {
	width:680px; 
	margin: 0px auto
}

.sortable {
	width: 680px; 
	border: 1px solid #ccc; 
	border-bottom: none
	padding: 0px;
	font-size: 10px;
}

.sortable th {
	padding: 4px 6px 6px; 
	background: #444; 
	color: #fff; 
	text-align: left; 
	color: #ccc;
}

.sortable td {
	padding: 2px 4px 4px; 
	background: #fff; 
	border-bottom: 1px solid #ccc;
}

.sortable .head {
	background: #444 url('http://www.tedstunaboats.com/images/sort.gif') 6px center no-repeat;
	cursor: pointer; 
	padding-left: 18px;
}

.sortable .desc {
	background: #222 url('http://www.tedstunaboats.com/images/desc.gif') 6px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

.sortable .asc {
	background: #222 url('http://www.tedstunaboats.com/images/asc.gif') 6px center no-repeat;
	cursor: pointer;
	padding-left: 18px;
}

.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {
	color:#ffffff;
}

.sortable .even td {
	cursor: pointer;
	background: #f2f2f2;
}

.sortable .odd td {
	cursor: pointer;
	background: #ffffff;
}

.standard, .standard tr, .standard th, .standard td {
	border: none;
	padding: 0px;
}

.detailTitle {
	font-size: 18px;
	font-weight: bold;
}

.detailDescription {
	padding-left: 50px;
	padding-right: 10px;
	font-size: 14px;
}
