/* Jim Curry Design CSS Document */
.titles {
	font-size: 20px;
	font-family: "Courier New", Courier, monospace;
	line-height:30px;
	font-weight:600;
}

.columna, .columnb, .columnc {
	position:relative;
	padding-top:20px;
	overflow:hidden;
	float: left;
	min-height:470px;
}

.columna {
	margin-left:2%;
	margin-right:2%;
	width:30%;
}

.columnb {
	width: 32%;
}

.columnc {
	margin-right:2%;
	margin-left:2%;
	width: 29%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 5px;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	font-style: normal;
	margin-bottom: 1px;
	margin-top:0px;
	padding-bottom:0px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.tease {
	font-family: Verdana, "Lucida Grande", Helvetica, Arial;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	margin-bottom: 10px;
	vertical-align: top;
}


.foot {
	position:absolute;
	padding-top:10px;
	margin-bottom:28px;
	width: 900px;
	left:50%;
	margin-left:-450px;
}

/*Header Unit*/

.header {
	position:relative;
	width:100%;
	background-image:url(http://diesel-salon.com/img/cornerl.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:150px;
}

#philly {
	position:absolute;
	width:112px;
	background-image:url(http://diesel-salon.com/img/cornerr.gif);
	background-position:right top;
	background-repeat:no-repeat;
	right:0px;
	top:0px;
	height:107px;
}

#plaque {
	position: absolute;
	margin-left: -217px;
	left: 50%;
}

#menul, #menur {
	position: absolute;
	margin-top: 120px;
	white-space: nowrap;
}
#menul {
	right: 50%;
	margin-right: 215px;
	text-align: right;
}
#menur {
	left: 50%;
	margin-left: 215px;
	text-align: left;
}

#lineal, #linear, #linealb, #linearb {
	background-image: url(http://diesel-salon.com/img/line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: absolute;
	width: 28%;
}
#lineal {
	top: 98px;
	left: 20px;
}
#linear {
	top: 98px;
	right: 20px;
}
#linealb {
	top: 128px;
	left: 20px;
}
#linearb {
	top: 128px;
	right: 20px;
}

#topr {
	position:absolute;
	left: 50%;
	top: 20px;
	margin-left: 220px;
	width:160px;
	}
	

/*------ Standard Stuff Below This Line --------*/

body {
	background-image: url(http://diesel-salon.com/img/bg.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #990000;
}

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #CCCCCC;
}


/* 				IMAGE ROTATOR				*/

#rotator
{
	border: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 450px;
	height: 300px;
	overflow: hidden;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 450px;
/*	height: 300px;	*/
	display: none;
	position: absolute;
}
